Age | Commit message (Expand) | Author |
2009-05-29 | Bugfix for screen redrawing when waiting for mouse click - this fixes a blank... | Paul Gilbert |
2009-05-28 | Fix for pathfinding bug that could occasionally stop the player from moving | Paul Gilbert |
2009-05-28 | Replaced the original implementation of walk box handling with a cleaner, str... | Paul Gilbert |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Removed the line feed workaround, and added explicit int16 castings to the FR... | Paul Gilbert |
2009-05-24 | Fixed the display glitch associated with the animated handle in the engine room | Paul Gilbert |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn |
2009-05-17 | Endian fix in script data access | Paul Gilbert |
2009-05-17 | Properly named the script structure offset field, and fixed an endian bug | Paul Gilbert |
2009-05-17 | Removed the obsolete game Id list - it seems redundant, and stops the warning... | Paul Gilbert |
2009-05-17 | Properly named the dialog menu item 'selected' field | Paul Gilbert |
2009-05-16 | Added the font character lookup table for the German version of the game | Paul Gilbert |
2009-05-16 | Added a workaround for a discrepancy in the English version - one of the long... | Paul Gilbert |
2009-05-16 | Corrected mixed up parameter usage in the LoadFile method | Paul Gilbert |
2009-05-16 | Replaced value with proper constant, and named a previously un-named structur... | Paul Gilbert |
2009-05-16 | Fixed incorrect pathfinding data entry being deleted when a temporary actor a... | Paul Gilbert |
2009-05-15 | Bugfix to saving the width of a cached background area - the previous code wa... | Paul Gilbert |
2009-05-15 | Corrected saving/loading of cached background areas | Paul Gilbert |
2009-05-15 | Bugfix to prevent off-screen areas from being restored by restoreBackground | Paul Gilbert |
2009-05-15 | Yet another strcpy() where source and destination may be the same... | Torbjörn Andersson |
2009-05-15 | Fixes for the backupBackground method when X < 0 | Paul Gilbert |
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert |
2009-05-15 | Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's n... | Paul Gilbert |
2009-05-15 | Removed standard library includes - they were marked with a FIXME to remove, ... | Paul Gilbert |
2009-05-15 | Fixed a memory leak in the new unified decodeGfxUnified decoder method | Paul Gilbert |
2009-05-15 | Converted some code from fopen to Common::File - it's not currently used, but... | Paul Gilbert |
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-13 | Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ... | Paul Gilbert |
2009-05-13 | Moved the construction of _sound and _music to the constructor, in case the r... | Paul Gilbert |
2009-05-12 | Surely this function is supposed to return -2 when the memory allocation | Torbjörn Andersson |
2009-05-12 | When source and destination are the same, there is no need to strcpy(). In fact | Torbjörn Andersson |
2009-05-12 | Fixed what looks like an obvious error in loadSong() that Valgrind caught. | Torbjörn Andersson |
2009-05-12 | Changed the hardcoded 'Parler de..' string in the conversation dialog to use ... | Paul Gilbert |
2009-05-07 | Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor form... | Paul Gilbert |
2009-05-05 | Added detection entry for the German 16-colour version, which was included on | Torbjörn Andersson |
2009-04-18 | Implemented the 'Start Again' menu option to properly restart the game | Paul Gilbert |
2009-04-18 | Changed the 'Exit' game menu option to exit gracefully, rather than using exit() | 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-05 | Created stub manager class for sound effects | 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 | Fix warnings. | Johannes Schickel |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-04-01 | Laid the basics for music handling | Paul Gilbert |
2009-04-01 | Replaced resource type numbers with existing constants | Paul Gilbert |
2009-03-26 | Corrected the positions of two library functions in the library function list | Paul Gilbert |