Message Boards

 Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - exp(x)

Pages: [1] 2
1

Nitro Zone / Re: Nitro #64 - ffi_z Deathmatch

« on: November 07, 2012, 09:43:52 »
Oh shit yes. I remember those days.
2

Devoblog / Re: Odamex moves to 0.4.4!

« on: December 26, 2009, 21:18:46 »
Woo!
3

Devoblog / Re: Apple OS X package available once again!

« on: April 16, 2009, 20:03:05 »
Yay!
4

General Discussion / Re: SDL Mouse Fixed for Windows Users?

« on: September 10, 2008, 12:00:55 »
Completely unrelated question: Does zdoom use the same input code? Might explain why it's unplayable for me under wine...
Why are you using zdoom under wine when it compiles on linux natively?
5

General Discussion / Re: SDL Mouse Fixed for Windows Users?

« on: August 31, 2008, 19:33:13 »
I just updated the file on my box; all future win32 svn builds will include it.
6

General Discussion / Re: Bullet puffs bug

« on: August 21, 2008, 12:37:24 »
Don't fix it.
7

Devoblog / Re: Odamex 0.4.1 is now available!

« on: August 03, 2008, 13:14:24 »
ODAMEX
8

General Discussion / Re: Windows builds

« on: June 17, 2008, 19:14:55 »
As long as I can keep stealing wifi, builds are going to be here: http://oregonstate.edu/~delbelb/odamex-win32/
9

Devoblog / Re: Odamex 0.4.0 Is Now Available

« on: June 06, 2008, 12:03:59 »
Sure, right after I lose my home internet connection. *Shakes fist*
10

General Discussion / Re: Windows builds

« on: May 28, 2008, 19:59:20 »
For those who are interested, here is the script I use:

Code: (update-odamex-win32) [Select]
#!/bin/bash
(
PATH="/usr/i586-mingw32msvc/bin:$PATH"
cd /opt/odamex-win32

make -f Makefile.win clean
svn cleanup

let REVISION=`svn info | grep 'Revision: ' | sed 's/Revision: //'`+1
if [ -n "`svn update -r $REVISION | grep "Updated to revision"`" ]; then
        make -f Makefile.win client server
        i586-mingw32msvc-strip bin/*.exe
        zip -j odamex-win32-r$REVISION.zip bin/odamex.exe bin/odasrv.exe \
                odamex.wad odasrv.cfg /usr/i586-mingw32msvc/lib/SDL.dll \
                /usr/i586-mingw32msvc/lib/SDL_mixer.dll README
        curlftpfs ftp.onid.oregonstate.edu /media/onid
        mv odamex-win32-r*.zip /media/onid/public_html/odamex-win32/
        rm `ls -tr /media/onid/public_html/odamex-win32/* | head -n-20`
        fusermount -u /media/onid
        make -f Makefile.win clean
fi
) > /opt/update-odamex-win32.log 2>&1

Curlftpfs will read ~/.netrc for the ftp server username and address.

Code: (.netrc) [Select]
machine ftp.onid.oregonstate.edu
login xxxxxx
password xxxxxx

I have cron run this every 10 minutes.

Code: (crontab) [Select]
# m    h  dom mon dow   command
  */10 *  *   *   *     /opt/update-odamex-win32
12

General Discussion / Windows builds

« on: May 07, 2008, 00:01:12 »
I've added an article in the wiki on compiling Windows binaries on linux:
http://odamex.net/wiki/Cross_compiling_for_Windows_using_MinGW

And by popular demand, I'm making regular subversion builds again:
http://nescientia.dyndns.org/odamex-win32/

Don't bitch about the slow download speed.
13

Technical Support / Re: Mac OS X support

« on: November 20, 2006, 22:59:08 »
And I'm here with my large slimy trout to make sure the thing runs on linux :P
It sure as hell runs on linux.
14

Technical Support / Re: Windows Vista

« on: November 07, 2006, 15:57:45 »
Anyways, it's worth a shot, but you may run into a few more overzealous cheat kick bugs, so be forewarned.
What are you talking about? I fail to see how the bug I posted has anything to do with Vista compatibility.
15

General Discussion / Re: Make your own Odamex Slogan

« on: October 23, 2006, 16:21:44 »
ODAMEX: Because closed-source sucks
Pages: [1] 2