Yuck
#98 posted by Spirit on 2008/06/28 09:15:47
If inertia was a program he would be a open-source nag-screen.
I am eternally grateful for Sleepwalkr doing this hard work. The programming IDE he uses (Codeblocks) happens to be open-source and free. So, if you want to play with the code, why not use that. Or find the gcc command yourself, you leet FOSS haxx0r. You can only profit from learning new stuff.
gp: I tried when this was new and I think there either was no such function or it was not working. At least I did not manage to get any makefile.
Gb, Inert:
#99 posted by metlslime on 2008/06/28 10:03:50
presumably he uses xcode, which is free. so you could download that.
Oh...
#100 posted by metlslime on 2008/06/28 10:04:59
codeblocks? i take it back, then.
Don't Take It Back, Just Rephrase It
#101 posted by Spirit on 2008/06/28 10:10:51
presumably he uses codeblocks, which is free. so you could download that.
Copmiling
#102 posted by Steven on 2008/06/28 17:31:54
See posts #40 - #56 for about compiling the thing. ...And I realised the other day that fitz is the only engine to chew up a miserly 20% cpu. Cool.
Yeah
Really, folks, I'm just doing this because I want a decent engine for OS X. The linux version is just a byproduct, which is why I'm not going to be overly motivated to dig around CodeBlocks or whatever to generate makefiles. As Spirit pointed out, CB is free and you can try yourself.
Just Wondering...
#104 posted by necros on 2008/06/28 19:42:19
is the performance supposed to be not as good when running this version on mac leopard vs regular glquake on win xp?
Necros
#105 posted by steven on 2008/06/28 23:11:37
In my experience there's a loss of around 10-30% with SDL. And XP is possibly the most optimised PC gaming OS ever, so Mac will be behind at least a little extra here.
Btw
#106 posted by ijed on 2008/06/28 23:16:11
I've been using this version of fitz in windows for all my betas and haven't noticed any problems - if anything does crop up I'll post.
That's Cool
#107 posted by necros on 2008/06/29 02:20:57
i wasn't complaining, i just wanted to check if there was something i was doing wrong. :)
New Beta Release
I have just released a new beta of the engine. It fixes lots of bugs and has TCP networking through SDL_net.
Grab it at http://www.kristianduske.com/fitzquake/
No News
#109 posted by Steven on 2008/07/10 09:29:35
- is good news. Works nicely here :>
Great
glad to hear that
Great!
Lots of improvements and fixes... Evrything works like a charm now on Mac Osx!
But... The engine doesn't allow to set the command key to strafe right, as I'm used to(strange choice, I know). So I'm stuck with only left strafe. And this sucks.
Any ideas of a workaround?
Great, great job, though, keep it up!
Thanks!
Hmm
Could be that this is because the command key is basically unknown to Quake. I'll try and fix this, silent.
Thanks A Lot, Sleepwalker...
...But I seem to remember that previous versions allowed this.
Mac osx Fruitz of Dojo's GL and Darkplaces allow it too...
Hope this is useful.
Thaks again for all your work..
I Don't Think There Is A Fitzquake So I'll Post It Here
#114 posted by Spirit on 2008/07/14 20:31:04
I suggest a little fix to the game/gamedir command:
If rogue or hipnotic are chosen make sure to apply the stuff for the correct HUD drawing.
Spirit:
#115 posted by metlslime on 2008/07/15 01:55:51
good point, i'm planning to do that actually (since i believe that's how it works if you do -game hipnotic or -game rogue)
Sdl_net, Freebsd
#116 posted by Steven on 2008/07/15 07:08:07
Hmmm, I had to change SDL_net/SDL_net.h to SDL/SDL_net.h to get it to compile.
... Will this run on FreeBSD if i can install codeblocks ? Installed FreeBSD 7 this week and am just curious... in a sadistic sort of way. If anyone can say a good thing about FreeBSD (apart from the "security" myth) i'll give it a go.
Steven
I'm pretty confident that it will run on BSD, provided there are SDL binaries and appropriate drivers for that platform.
Wait
There are two or three (very simple) functions in platform.h and pl_<platform>.c that you need to reimplement for your OS. But those functions are really really simple.
Plus
I'd be willing to lend a hand. A BSD port would be nice.
Metl
#120 posted by Spirit on 2008/07/15 09:41:45
-rogue and -hipnotic, not -game xxx. A weird and confusing decision by the engine coders back then.
And What About
#121 posted by bambuz on 2008/07/15 14:37:35
-game quoth
so the extra weapons show up too...
so you don't have to add -hipnotic to the cmdline? I thought that was the original idea spirit...
-hipnotic And -rogue
#122 posted by Preach on 2008/07/16 00:10:04
The reason those two commands are different is because they do more than just select the mod directory - they also alter the HUD to display the new weapons. This lets you combine them with a different mod directory, which is why the recommended quoth command line is -hipnotic -game quoth. An option -quoth which combined those two commands would be nice, but I personally wouldn't feel the need to request it.
|