38
I Use This!
High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 6 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- converted the sources in src/ to use full path includes instead of just the filename. - marked places where lib/ivis_*implementation* (eg opengl) is needed, because of incomplete lib/ivis_common. More... about 18 years ago
cleaned the buildfiles a bit up: - removed Gentoo fix from autogen.sh as it doesn't seem to be needed anymore - converted "ugly hack"(tm) to a .Phony target in src/Makefile.am More... about 18 years ago
Increase the maximum limit of polygons and vertexes for pie files from 256 to 512 as requested by Grim. I hope this is sufficient. Not tested. More... about 18 years ago
Added a TODO file, listing bugs which are easy to fix. More... about 18 years ago
Added event CALL_VIDEO_QUIT at end of intel map screen. Should make that damn transport arrive. More... about 18 years ago
correct signedness of unused palette size parameter.. More... about 18 years ago
intelmap.c: Add new "seqtext" display for displaying the subtitles from videos. Will do until we get proper video support. intelmap.c: Temporarily disable the Flic box, since it just loops on noVideo.rpl until we have real video intelmap.c: Hack displayImmediateMessage again to popup new IntelScreen seqtext display rpl_reader: Convert to PHYSFS calls seqdisp.c: Move "novideo.rpl" squashing to sequence_stub.c seqdisp.c: Fix seq_AddTextForVideo() prototype scriptfuncs.c: Avoid race when winlose video callback needs to be called during displayImmediateMessage More... about 18 years ago
fix some simple compile warnings (some of them would be bugs on non-i386) More... about 18 years ago
Removed the software terrain tile files (they're useless now). Reverted C1 tileset to the original one. Grim's work will be available as a mod. Readded 2 missing textures in the mp directory. More... about 18 years ago
Added code for modding. Fixed Makefile.raw stuff. More... about 18 years ago
- Additional requirements for the AutoPackage. - Incremented version number for next release. - Removed creation of autopackage/default.apspec in configure.ac, because it is useless for usuall builds and automatically created by makeinstaller on each run. More... about 18 years ago
Display scenario intelligence briefings as console messages. They are often way too fast for users to read, but it is a step in the right direction. Patch by Angus Lees. More... about 18 years ago
The research items rotate too quickly, so slow them down to one full rotation every 2 seconds, independent of frame rate. Patch by Angus Lees. More... about 18 years ago
When you load a savegame where two (enemy?) units are adjacent(?) to each other, its possible to hit a div by zero bug in visibility.c:visibleObject(). More... about 18 years ago
Fix what I just broke... (Wrong includes, due to moved netsupp.h) More... about 18 years ago
Finished the move from ivis02/v4101_stub.c to ivis02/v4101.c More... about 18 years ago
- Cleaned up stubs - Removed unused/outdated ivis02/Ivis02.dsp/.vcproj and src/mpdpxtra.[ch] - Replaced src/mplayer.c with a stub, containing only mplayerSubmit() - Added DEPRECATED warnings - Added documentation for WZ_DEPRECATED One commit follows, to finish the move from ivis02/v4101_stub.c to ivis02/v4101.c More... about 18 years ago
- Drastically simplyfied mouse-handling. Patch by Cybersphinx More... about 18 years ago
- Remove CD handling code, which is not used anymore. Patch by Cybersphinx. More... about 18 years ago
lib/ivis_opengl/screen.c: - G++ fix( PHYSFS_file ). More... about 18 years ago
Minor changes in menus (new audio config menu). Prepared mod stuff. More... about 18 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 18 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 18 years ago
Small fix for compilation under ubuntu... More... about 18 years ago
Fixed raw makefiles. More... about 18 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 18 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... over 18 years ago
Fix autoconf 'make install' which was installing in one 'warzone' directory too deep. More... over 18 years ago
Quick crashfix for Windows, regarding datadir recognition. More... over 18 years ago
Made necessary changes so that code can be compiled using g++. More... over 18 years ago