38
I Use This!
High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/ivis_opengl/screen.c: - G++ fix( PHYSFS_file ). More... about 19 years ago
Minor changes in menus (new audio config menu). Prepared mod stuff. More... about 19 years ago
Merged all (useless, wicked) patches into data/mp directory. Fixed button highlight problem in the map selection GUI (was a very funny bug :) ). More... about 19 years ago
More fixes for autopackage, big thanks to Mike Hearn: - Link libmad statically, as it is not provided in some distros. - Automatically download physfs if not present. More... about 19 years ago
Small fix for compilation under ubuntu... More... about 19 years ago
Fixed raw makefiles. More... about 19 years ago
- Cleaned up iVis a bit by "commonalizing" it. - Added a WZ_DEPRECATED macro (lib/framework/macros.h) to mark deprecated functions. (See http://websvn.kde.org/trunk/KDE/kdelibs/kdemacros.h.in?view=markup -> KDE_DEPRECATED for usage.) More... about 19 years ago
- Removed autopackage/packages to increase update speed and because 1.1 seems to cause problems on systems with 1.0 installed. Instead added a README with instructions what to do to build a package. - Fixed a small typo in package specs. More... about 19 years ago
Fix autoconf 'make install' which was installing in one 'warzone' directory too deep. More... over 19 years ago
Quick crashfix for Windows, regarding datadir recognition. More... over 19 years ago
Made necessary changes so that code can be compiled using g++. More... over 19 years ago
Added shadows as an option. Alt-S (can be modified) to toggle. More... over 19 years ago
Fixes some minor memleaks and marks the source of the big one in pie_PNGLoadMem. Also big amount of whitespace changes, sorry for the inconvenience... More... over 19 years ago
Fixed problem in addon.lev file. More... over 19 years ago
Slight visual improvement: Made the water on C1 tileset for the hardware-renderer a bit more transparent, so the ground of the lakes is visible a bit. More... over 19 years ago
Integrated new tileset from grimandmandy. More... over 19 years ago
Fixed problem in data patch 05. Maybe all patches should be merged... Now filenames are case insensitive (will help using maps created with Qamly's EditWorld). More... over 19 years ago
Fixed data directory problem. Fixed sound source destruction problem. More... over 19 years ago
Add extra sanity checks to soundtrack code. Patch by Scott Balneaves with slight changes by me. See bug report #5168 for details. More... over 19 years ago
added COMPILE.html I've listed the dependencies - someone might wanna check that I got everything More... over 19 years ago
Add helpful comments to command line parsing code. More... over 19 years ago
Even more PSX code removed. Will the horror never end? More... over 19 years ago
Fix data path problems under Windows created by previous autopackage patch. Make sure we check for presence of gamedesc.lev before thinking a path is good. Add more data path checks, and gracefully drop paths that do not work. More... over 19 years ago
Small change in water rendering code (will require changes in tilesets). Fixed 2 memory leaks. More... over 19 years ago
Comment out two debug logs that were spamming too much for comfort during normal play. More... over 19 years ago
Reinstate patch loading on game start for now, so that people can play without crashing on building limits menu. This should be fixed properly later. See bug#4968. Reported first by dpblnt <dpblnt>. Added FIXME comment. More... over 19 years ago
Make "Warning: Using colour depth of 32 instead of 24." message a debug log message instead of a printf. Requested by Christian Vest Hansen <[email protected]> in bug#4979. More... over 19 years ago
Add more info to command line option -help, patch by Christian Vest Hansen <[email protected]>. More... over 19 years ago
Fix transparency issue that made buttons become empty of its icon on mouseover. Error crept in during PCX -> PNG conversion. More... over 19 years ago
Commandline options changed: -datapath is now named -datadir to match the internal variables again. Added -help to show all possible command line options. More... over 19 years ago