Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-31 | Slowed down the game to match the original, and introduced the ability to ↵ | Paul Gilbert | |
alter game speed using the keypad +/- keys svn-id: r41064 | |||
2009-05-31 | Merged the wait for mouse press event loop into the main loop, fixing ↵ | Paul Gilbert | |
animation glitch and enabling pausing, player menu, and exiting the game when waiting for a mouse press svn-id: r41063 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-30 | Bugfix to keep ScummVM responsive even when the displayOn variable is set to ↵ | Paul Gilbert | |
false svn-id: r41017 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-29 | Reduced the word spacing width by one pixel to precisely match the original game | Paul Gilbert | |
svn-id: r40987 | |||
2009-05-29 | Bugfix for rendering text that caused corruption when the width was an odd ↵ | Paul Gilbert | |
number and a line was completely filled svn-id: r40985 | |||
2009-05-29 | Bugfix for screen redrawing when waiting for mouse click - this fixes a ↵ | Paul Gilbert | |
blank screen at 3:00pm svn-id: r40981 | |||
2009-05-28 | Fix for pathfinding bug that could occasionally stop the player from moving | Paul Gilbert | |
svn-id: r40960 | |||
2009-05-28 | Replaced the original implementation of walk box handling with a cleaner, ↵ | Paul Gilbert | |
structure array based one svn-id: r40954 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-24 | Removed the line feed workaround, and added explicit int16 castings to the ↵ | Paul Gilbert | |
FROM_LE_16 macros in the font system - this fixes a bug in the engine, allowing it to properly handle all non-printable characters correctly svn-id: r40858 | |||
2009-05-24 | Fixed the display glitch associated with the animated handle in the engine room | Paul Gilbert | |
svn-id: r40851 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn | |
* Added support versioned serialization * Added a convenience API for handling 'magic IDs' transparently * Exposed the err()/clearErr() methods of the underlying streams * Added a basic unit test for versioned loading (more should be added, in particular for saving) * Removed the syncString(char *, uint16) alias for syncBytes(byte *buf, uint32 size) svn-id: r40723 | |||
2009-05-17 | Endian fix in script data access | Paul Gilbert | |
svn-id: r40641 | |||
2009-05-17 | Properly named the script structure offset field, and fixed an endian bug | Paul Gilbert | |
svn-id: r40634 | |||
2009-05-17 | Removed the obsolete game Id list - it seems redundant, and stops the ↵ | Paul Gilbert | |
warning message coming up about Target 'cruise' upgraded to 'cruise' svn-id: r40633 | |||
2009-05-17 | Properly named the dialog menu item 'selected' field | Paul Gilbert | |
svn-id: r40632 | |||
2009-05-16 | Added the font character lookup table for the German version of the game | Paul Gilbert | |
svn-id: r40621 | |||
2009-05-16 | Added a workaround for a discrepancy in the English version - one of the ↵ | Paul Gilbert | |
long messages had a LF in the middle of a word svn-id: r40618 | |||
2009-05-16 | Corrected mixed up parameter usage in the LoadFile method | Paul Gilbert | |
svn-id: r40617 | |||
2009-05-16 | Replaced value with proper constant, and named a previously un-named ↵ | Paul Gilbert | |
structure field svn-id: r40616 | |||
2009-05-16 | Fixed incorrect pathfinding data entry being deleted when a temporary actor ↵ | Paul Gilbert | |
animation is removed svn-id: r40615 | |||
2009-05-15 | Bugfix to saving the width of a cached background area - the previous code ↵ | Paul Gilbert | |
was, for some reason, saving the width divided by 2.. this was causing corruptions during reload for cached areas with an odd horizontal width svn-id: r40595 | |||
2009-05-15 | Corrected saving/loading of cached background areas | Paul Gilbert | |
svn-id: r40594 | |||
2009-05-15 | Bugfix to prevent off-screen areas from being restored by restoreBackground | Paul Gilbert | |
svn-id: r40593 | |||
2009-05-15 | Yet another strcpy() where source and destination may be the same... | Torbjörn Andersson | |
svn-id: r40591 | |||
2009-05-15 | Fixes for the backupBackground method when X < 0 | Paul Gilbert | |
svn-id: r40590 | |||
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert | |
svn-id: r40588 | |||
2009-05-15 | Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's ↵ | Paul Gilbert | |
not exactly the way the original did it, but should suffice to ensure grahpics have sufficient space svn-id: r40587 | |||
2009-05-15 | Removed standard library includes - they were marked with a FIXME to remove, ↵ | Paul Gilbert | |
and the current compilation under both MSVC8 and MinGW doesn't seem to need them. svn-id: r40586 | |||
2009-05-15 | Fixed a memory leak in the new unified decodeGfxUnified decoder method | Paul Gilbert | |
svn-id: r40585 | |||
2009-05-15 | Converted some code from fopen to Common::File - it's not currently used, ↵ | Paul Gilbert | |
but just in case it's needed in the future svn-id: r40584 | |||
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel | |
svn-id: r40528 | |||
2009-05-13 | Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ↵ | Paul Gilbert | |
all versions have this file svn-id: r40522 | |||
2009-05-13 | Moved the construction of _sound and _music to the constructor, in case the ↵ | Paul Gilbert | |
run() method exits before initiaze is called svn-id: r40520 | |||
2009-05-12 | Surely this function is supposed to return -2 when the memory allocation | Torbjörn Andersson | |
*fails*, not when it succeeds...? svn-id: r40510 | |||
2009-05-12 | When source and destination are the same, there is no need to strcpy(). In fact | Torbjörn Andersson | |
it may even be harmful when source and destination overlap. (This happens when loading savegames.) svn-id: r40508 | |||
2009-05-12 | Fixed what looks like an obvious error in loadSong() that Valgrind caught. | Torbjörn Andersson | |
svn-id: r40504 | |||
2009-05-12 | Changed the hardcoded 'Parler de..' string in the conversation dialog to use ↵ | Paul Gilbert | |
the correct language string svn-id: r40477 | |||
2009-05-07 | Commit of patch submitted by Jaime Abraham Corrales Gonzalez, with minor ↵ | Paul Gilbert | |
formatting changes svn-id: r40368 | |||
2009-05-05 | Added detection entry for the German 16-colour version, which was included on | Torbjörn Andersson | |
the "Classic Collection" CD I just bought. svn-id: r40330 | |||
2009-04-18 | Implemented the 'Start Again' menu option to properly restart the game | Paul Gilbert | |
svn-id: r39981 | |||
2009-04-18 | Changed the 'Exit' game menu option to exit gracefully, rather than using exit() | Paul Gilbert | |
svn-id: r39980 | |||
2009-04-18 | Added support for the global menu save/loading, and changed the savegame ↵ | Paul Gilbert | |
format to store the savegame name and thumbnail svn-id: r39979 | |||
2009-04-05 | Apart from a "const", the volume() and getVolume() function were identical. | Torbjörn Andersson | |
Removed the volume() function. svn-id: r39868 | |||
2009-04-05 | Implemented many of the remaining library functions | Paul Gilbert | |
svn-id: r39857 | |||
2009-04-05 | Created stub manager class for sound effects | Paul Gilbert | |
svn-id: r39856 | |||
2009-04-04 | Replaced all occurrences of the constant '257' with the existing constant ↵ | Paul Gilbert | |
'NUM_FILE_ENTRIES' svn-id: r39824 |