1
Nitro Zone / Re: Nitro #64 - ffi_z Deathmatch
« on: November 07, 2012, 09:43:52 »
Oh shit yes. I remember those days.
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.
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?
#!/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
machine ftp.onid.oregonstate.edu
login xxxxxx
password xxxxxx
# m h dom mon dow command
*/10 * * * * /opt/update-odamex-win32
And I'm here with my large slimy trout to make sure the thing runs on linux :PIt sure as hell runs on linux.
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.