Search found 11 matches
- 12 Dec 2008, 22:11
- Forum: Feature Requests
- Topic: dynamic music (yes, again)
- Replies: 9
- Views: 1628
Re: dynamic music (yes, again)
Hey guys, I like the idea a lot; being a professional musician (I conduct an orchestra and a few choirs) with experience in arranging and composing I thought a lot about generated music for games. However, my programming knowledge is, hm, not so well (I used to be pretty good with python, though I d...
- 22 May 2008, 14:05
- Forum: Linux
- Topic: Problem with finding dependencies on Fedora 8
- Replies: 8
- Views: 2638
Re: Problem with finding dependencies on Fedora 8
Are you sure to have installed all of these:
(taken from the the wiki)?
Code: Select all
yum install scons boost-devel openal-devel SDL-devel \
DevIL-devel glew-devel java-1.7.0-icedtea-devel libvorbis-devel
- 14 Mar 2008, 14:28
- Forum: Game Development
- Topic: looking for xta 9.3
- Replies: 1
- Views: 667
looking for xta 9.3
I enjoyed playing XTA against KAIK, but with recent versions of XTA the commander seems to have gone on strike. Last working version (as I recall) was XTA 9.3, but I don't have a copy of that. Anyone knows a link or can upload it somewhere? I swear I searched for days ...
- 14 Mar 2008, 13:53
- Forum: Linux
- Topic: Errors compiling on Fedora 8
- Replies: 4
- Views: 1114
Re: Errors compiling on Fedora 8
I also get those compiler warnings on Fedora 8 (same gcc version), but never encountered any linking errors, so I guess they're not related.
- 18 Feb 2008, 12:29
- Forum: Linux
- Topic: Ugly web site in Firefox on Linux
- Replies: 9
- Views: 1698
Re: Ugly web site in Firefox on Linux
I use Fedora 8 and see nothing wrong with it (both FF 2.0.0.12 and Swfiftfox 3.0b4pre).
- 15 Feb 2008, 13:12
- Forum: Linux
- Topic: Spring on eee PC?
- Replies: 12
- Views: 3795
Re: Spring on eee PC?
Don't see why not ... a friend of mine runs the EEE with Ubuntu (custom Kernel) and Springs does OK on it ... not too well though, but he got it playable. I don't see any reason why it shouldn't compile & run on the Xandros distro. Just try it and tell us.
- 11 Feb 2008, 13:11
- Forum: General Discussion
- Topic: when intolerance slowly rot the game ...
- Replies: 53
- Views: 5681
Re: when intolerance slowly rot the game ...
An attempt to give this thread some meaning back, since I do believe there is a point in raising this issue. Maybe there is something to be learned from this, and we shouldn't miss the possibility to do so. There are basically two aspects about it: Cultural differences and language barrier: The cult...
- 12 Jan 2008, 18:59
- Forum: Off Topic Discussion
- Topic: New Hampshire primary results.
- Replies: 68
- Views: 12935
Re: New Hampshire primary results.
The topic Paul vs. Kucinich in the first few comments in this thread is subject of the latest Bob the Angry Flower comic.
- 12 Jan 2008, 12:48
- Forum: Off Topic Discussion
- Topic: How old are you?
- Replies: 47
- Views: 9077
Re: How old are you?
That is pretty amazing. I believed most guys here around to be my age (~25). I mean these young lads didn't even know original TA in the good ol' days, it's amazing Spring found such a young players base. I honestly thought Spring was more of a thing for guys like me ("they don't make games lik...
- 08 Jan 2008, 12:43
- Forum: Linux
- Topic: Spring eating my CFLAGS
- Replies: 15
- Views: 2328
Re: Spring eating my CFLAGS
Strange that sse,387 it didn't work for you, haarp ... but I found something in the gentoo wiki concerning Athlon processors, I quote: As an interesting aside, AMD recommends using function inlining with their processors (Athlon and up). Function inlining is switched on with -O3 , but not -O2 optimi...
- 07 Jan 2008, 12:51
- Forum: Linux
- Topic: Spring eating my CFLAGS
- Replies: 15
- Views: 2328
Re: Spring eating my CFLAGS
Concerning the -mfpmath issue: I compiled 75b2 with sse (worked, no change in performance) and then with sse,387 although the gcc warned me about it and got 1 or 2 frames, but I'm not entirely sure about it, since it didn't really benchmark it at that time. Thing is, it compiles without errors and d...