Age | Commit message (Expand) | Author |
2009-10-10 | Further memory leak fixes | Paul Gilbert |
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down m... | Paul Gilbert |
2009-08-15 | Added Dirty Rect handling functionality | Paul Gilbert |
2009-07-07 | Removed the shooting workaround delay - the overlay number can vary, so it is... | Paul Gilbert |
2009-07-07 | Fix to the return values of the Op_GetMouseButton library function now allows... | Paul Gilbert |
2009-07-07 | Added workaround to briefly pause when displaying the first message of the sh... | Paul Gilbert |
2009-07-06 | Bugfix for node enabling/disabling, which was previously allowing the player ... | Paul Gilbert |
2009-06-24 | Silence unsued variables warnings. | Johannes Schickel |
2009-06-23 | Bugfixes to keep sound effects to channel #4 like the original (it ignores th... | Paul Gilbert |
2009-06-22 | Removed redundant variation of the routine to play sound effects | Paul Gilbert |
2009-06-22 | Implemented the Op_SetVolume method like the original, which simply set a dum... | Paul Gilbert |
2009-06-21 | Minor fixes to the individual note playing code | Paul Gilbert |
2009-06-21 | Bugfixes to pre-loading and handling of resources such as sound files | Paul Gilbert |
2009-06-20 | Implemented the library function Op_SongExist | Paul Gilbert |
2009-06-14 | Beginnings of music support for Cruise, based on the cine engine sound code (... | Paul Gilbert |
2009-06-10 | Added variable to savegame format so that savegames can be correctly loaded f... | Paul Gilbert |
2009-06-01 | Change flip[Short|Long] functions to bigEndian[Short|Long]ToNative to clarify... | Joost Peters |
2009-06-01 | Removed some out of date TODO's | Paul Gilbert |
2009-06-01 | Replaced loadShort/saveShort functions with applicable endian macros | Paul Gilbert |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-16 | Fixed incorrect pathfinding data entry being deleted when a temporary actor a... | Paul Gilbert |
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert |
2009-04-18 | Added support for the global menu save/loading, and changed the savegame form... | Paul Gilbert |
2009-04-05 | Apart from a "const", the volume() and getVolume() function were identical. | Torbjörn Andersson |
2009-04-05 | Implemented many of the remaining library functions | Paul Gilbert |
2009-04-04 | Replaced all occurrences of the constant '257' with the existing constant 'NU... | Paul Gilbert |
2009-04-03 | Fixed incorrect palette range usage so room fade-ins happen correctly | Paul Gilbert |
2009-04-01 | Fix compilation via manually implementing strToUpper, instead of relying on s... | Johannes Schickel |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-03-26 | Corrected the positions of two library functions in the library function list | Paul Gilbert |
2009-03-16 | Code formatting, added further constant references, and corrected method sign... | Paul Gilbert |
2009-03-02 | Formatting fixes, and added extra constants and function name corrections | Paul Gilbert |
2009-03-01 | Added an explicit clearing of all animation fields for new animations - this ... | Paul Gilbert |
2009-03-01 | Implemented proper support for the Pause 'p' key | Paul Gilbert |
2009-02-19 | Moved a set of static arrays into the staticres.cpp file | Paul Gilbert |
2009-01-25 | Minor cleanup and changed g_cruise to _vm for consistency | Paul Gilbert |
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-27 | Nearly working pathfinder | Vincent Hamm |
2007-12-27 | Early pathfinding | Vincent Hamm |
2007-12-25 | Fix input | Vincent Hamm |
2007-12-25 | Fix palette issues | Vincent Hamm |
2007-12-25 | Fix title screen regression | Vincent Hamm |
2007-12-24 | Fix background save/restore | Vincent Hamm |
2007-12-24 | -Fade in/fade out | Vincent Hamm |
2007-12-20 | Fix palette manipulation code | Vincent Hamm |
2007-12-20 | Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read. | Torbjörn Andersson |
2007-12-20 | Fix title screen line drawing code | Vincent Hamm |
2007-12-20 | Multiple fix/cleanup | Vincent Hamm |
2007-12-18 | Fix loading savegame from original interpreter | Vincent Hamm |