| commentid | objectid | typeid | userid | subject | comment | timestamp | parentid |
|---|---|---|---|---|---|---|---|
| 10928 | LBreakout | games | -1 | LBreakout2 | LBreakout 2 is a poor successor to the original game. Most of the themes are too easy and some are physically impossible, and generally it is too easy to complete all of the levels. There are some nice touches: random walls, green bricks with timers, random ball bounce and blackout, but some of the features last too long, for instance the blue ball which carves a path through the fields, and extra balls seem to come too easy. There is no random angle ball start, which the original has. LBreakout 1 needs to be rewritten to incorporate some of 2's continuity, particularly brick colours. Some of the newer features could be added sparingly, but LBreakout1 is the better of the two games for player satisfaction. andrew.sharp3@ntlworld.com | 2003-05-01 06:25:06 | 0 |
| 10929 | Wolfenstein: Enemy Territory | games | -1 | Anyone else seeing this crash alot? | It's a nice game and I was surprised it was somewhat playable on my P550 with 128 MB RAM, but it sure hangs alot. Almost every five minutes. And bad enough for my Xserver to crash when I send a SIGTERM to it from console. Only a SIGKILL kills the game properly while keeping my Xserver running. Anyone else seen this sort of behaviour? Steven. | 2003-05-01 07:45:46 | 0 |
| 10930 | NVIDIA Linux Display Driver | games | -1 | Re: "License: free" ??? | Bitch and moan, bitch and moan. If NVIDIA didn't release any drivers at all, which was the case in the past, you would all be complaining and whining about it. But now they do offer drivers on a continual basis, keeping in time with the Windows driver releases. AND YOU STILL COMPLAIN! What on ungrateful bunch of losers you are! It's like if your parents gave you a car as soon as you got your license, but you continually give them nothing but flack because it isn't the kind you wanted or because you have to pay for gas or repairs. | 2003-05-01 07:49:56 | 10852 |
| 10931 | Vendetta | games | -1 | Used to play this, but when updating... | While running the updating program from the earlier version: update.rlb: /lib/libc.so.6: version `GLIBC_2.3' not found (required by update.rlb) Previous versions worked fine on my glibc 2.2 system. Does vendetta use glibc 2.3 system calls now?<p> Steven. | 2003-05-01 07:54:55 | 0 |
| 10932 | BZFlag | games | -1 | Installing BZFlag | To install on Windows:<br> <br> Click on the 'download page' link above<br> Download the latest .exe for bzflag (which is currently <a href="http://prdownloads.sourceforge.net/bzflag/bzflag-17g0.exe">bzflag-17g0.exe</a>) from the appropriate mirror<br> Run the .exe - installs BZFlag<br> Play the game! ;o) | 2003-05-01 08:46:59 | 0 |
| 10933 | Small Precludes | games | 6071 | rh9 + nvidia 1.0-4363? | anyone get this to compile on an up-to-date redhat 9 system with the 1.0-4263 driver installed? All the GL screen savers seem to work just fine. This is the compile error I'm getting. g++ -Wall -O4 -DDATAFILE_PATH='"data"' -o small_precludes common/misc.o common/xpm_loader.o common/rgb_loader.o common/ctrl_misc.o common/load_textures.o scene0/sp_title.o scene0/ctrl0.o scene0/scene0.o scene1/ctrl1.o scene1/floor1.o scene1/tower.o scene1/bouncing_ball.o scene1/scene1.o scene2/ctrl2.o scene2/part.o scene2/floor2.o scene2/roof.o scene2/cyclone.o scene2/scene2.o scene4/ctrl4.o scene4/scene4.o scene5/ctrl5.o scene5/link.o scene5/pipe.o scene5/lamp3.o scene5/scene5.o small_precludes.o -lm -L/usr/X11R6/lib -lGL -lGLU -lglut /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXBindChannelToWindowSGIX' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XGetExtensionVersion' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XFreeDeviceList' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XQueryDeviceState' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XListInputDevices' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelDeltasSGIX' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSyncSGIX' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXChannelRectSGIX' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XFreeDeviceState' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XOpenDevice' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `glXQueryChannelRectSGIX' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XmuLookupStandardColormap' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libglut.so: undefined reference to `XSelectExtensionEvent' collect2: ld returned 1 exit status make[1]: *** [small_precludes] Error 1 make[1]: Leaving directory `/home/mlenz/small_precludes' make: *** [all] Error 2 | 2003-05-01 09:57:51 | 0 |
| 10934 | Small Precludes | games | 6071 | Re: rh9 + nvidia 1.0-4363? | Btw, here is the ldd output from the supplied binary. $ ldd small_precludes libGL.so.1 => /usr/lib/tls/libGL.so.1 (0x40035000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x4009e000) libglut.so.3 => /usr/lib/libglut.so.3 (0x4011b000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40151000) libm.so.6 => /lib/tls/libm.so.6 (0x40204000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40226000) libc.so.6 => /lib/tls/libc.so.6 (0x42000000) libGLcore.so.1 => /usr/lib/tls/libGLcore.so.1 (0x4022e000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x406e6000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x406f5000) libdl.so.2 => /lib/libdl.so.2 (0x407d4000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) | 2003-05-01 10:00:26 | 10933 |
| 10935 | Small Precludes | games | 6896 | Re: rh9 + nvidia 1.0-4363? | I get the exact same error on a Slackware (Current) system with Glut 3.7 installed and the nVidia 1.0-4363 driver...<br><br> * DK_Skovbaer * | 2003-05-01 10:22:41 | 10933 |
| 10936 | Quake | games | -1 | Re: Quake | In case quakeforge.net is down, go to <a href="http://www.sourceforge.net/projects/quake">http://www.sourceforge.net/projects/quake</a> | 2003-05-01 12:31:01 | 7422 |
| 10937 | Wolfenstein: Enemy Territory | games | -1 | Re: A funny bug | wow that's messed up lol. Try uninstalling, re-downloading and reinstalling. Should work | 2003-05-01 12:39:34 | 10860 |