Quake/GLQuake/QuakeWorld for S60 - Changes If you really like/use this software, please visit http://koti.mbnet.fi/hinkka/Download.html and make a small donation there. version 1.05 (11.01.2009) - added bluetooth mouse+kbd support via hidsupp package - fixed volume keys get stuck on n95/8gb - increased maximum heap size to be really high :=). Might help on running mods that require shitload of heap - nofpu version of glquake version 1.04 (21.02.2008) - First release of GLQuake with full 3d hw acceleration - Rewrote the display handling for non hwa versions, should now work better(and faster too). - Slight modification to E90 keymappings - Command line support, enables playing of the official mission packs and probably other mods too - quake uses "cmdline.q1" and qw "cmdline.qw" as the command line files. Just create the file(s) and type desired commands there and place the file to "quake1" directory - example: you want to play hipnotic/rogue, then use "-hipnotic" or "-rogue" as one of the command line parameters. The datafiles should in this case go to "quake1" directory. Ie. copy hipnotic/rogue folder from the original cd to "quake1" directory on your memorycard - the brightnes slider in glquake is broken, but you can still adjust it via command line parameter eg. "-gamma 0.7" - Full screen antialising is disabled as it will degrade performance, to enable it, supply "-fsaa" via command line - Also, atleast rogue needs "gl_keeptjunctions 1" when playing it with glquake, so you might want to insert that in you autoexec.cfg. Other mods might require this aswell If you want/need to have multiple command line configurations, the easiest way might be to have them all in the phone with a little different name. Then if you want to change the configuration easily you could just use the internal filemanager on the phone to rename the files.... You can use Google to find out what other command line parameters the game supports. Not all of them are applicaple this version though.... version 1.03 (02.11.2007) - Softkeys work again in E90, were broken in 1.02 - Fixed the long standing issue with cover screen on E90, works now on both screens - E90 users can now enjoy playing the FPU version, it has been turned on in the latest firmware. version 1.02 (11.10.2007) - QuakeWorld client also available for download, keep in mind that not all servers allow the standard QW client to play, but require a modified client with more features. - keys can now be properly configured, all key on N95 are now usable (multimedia keys can only be used by system applications) - minimum volume is now 0.025 instead of 0.1 - the keyboard on E90 might be now usable aswell (haven't had a change to test this though) version 1.01 (09.09.2007) - a little bit more speed, timedemo on N95 now gives 28.2fps and 18.4 on 6290 - fixed slider issues in the options menu - fixed saving/loading problems - The slider and savegame issue were actually only present in phones that were not using english language. The problem was that printf family seems to be locale dependant even if it should not. For the fix, I needed to snatch some code from dietclib. Hopefully this gets fixed in the future versions of P.I.P.S so I can get rid of the workaround code. 219347017 version 1.00 (28.08.2007) - Initial version