Age | Commit message (Expand) | Author |
2003-06-07 | removed GF_AFTER flags (except GF_AFTER_HEV7) | Max Horn |
2003-06-06 | added to new feature flags | Max Horn |
2003-06-06 | remove version column | Max Horn |
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn |
2003-06-05 | unmacro-ed and templated ABS, MIN & MAX | Bertrand Augereau |
2003-06-02 | Korean is kr, not ko | Max Horn |
2003-06-02 | fixed compilation | Max Horn |
2003-06-01 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn |
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell |
2003-05-29 | added some front matter text for doxygen | Max Horn |
2003-05-29 | more OSystem docs & cleanup | Max Horn |
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem interf... | Max Horn |
2003-05-29 | fixed doc comment | Max Horn |
2003-05-29 | added some doxygen (javadoc style) comments. yes I sure these function probab... | Max Horn |
2003-05-29 | removed cruft | Max Horn |
2003-05-28 | the _encbyte code was evil, because it modified the memory passed to write();... | Max Horn |
2003-05-28 | added some missing checks for file being open before reading/writing | Max Horn |
2003-05-26 | Prepare support for wide display on HiRes+ device | Chris Apers |
2003-05-26 | make lethalwp happy | Jonathan Gray |
2003-05-26 | Japanese option is jp and not ja | Travis Howell |
2003-05-25 | as Bertrand points out, using && introduces unnecessary branching, so & is be... | Max Horn |
2003-05-25 | cleanup / added some more const qualifiers | Max Horn |
2003-05-25 | optimized GetResult, based on code by Bertrand Augereau | Max Horn |
2003-05-25 | removed obsolete code | Max Horn |
2003-05-25 | cvs going to 0.4.2cvs | Max Horn |
2003-05-25 | changed scaler proc signature so that srcPtr is const (this can help optimize... | Max Horn |
2003-05-23 | oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs) | Max Horn |
2003-05-21 | fix #define | Oliver Kiehl |
2003-05-21 | don't inline free_check to make debugging easier | Max Horn |
2003-05-21 | pedantic fixes (little endian version) | Oliver Kiehl |
2003-05-21 | added fixme comment | Max Horn |
2003-05-21 | more pedantic changes | Max Horn |
2003-05-21 | pedantic fixes | Max Horn |
2003-05-21 | fixed ltrim/rtrim | Max Horn |
2003-05-20 | replace our 'nice' new which sets memory to 0 with a nasty one which sets it ... | Max Horn |
2003-05-19 | new date (post-0.4.0) | Max Horn |
2003-05-19 | Oops.... | Jamieson Christian |
2003-05-19 | Fixed silence in older games under native MIDI drivers | Jamieson Christian |
2003-05-19 | Patch #739911: Fix for undefined behaviour in fopenNoCase() | Max Horn |
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray |
2003-05-17 | _gameId is of type char so it does not make sense to have 299 GIDs. reduce to... | Oliver Kiehl |
2003-05-17 | make ARRAYSIZE 'return' an int | Max Horn |
2003-05-17 | Added command line options for | Jamieson Christian |
2003-05-16 | Feature [557411] Adlib sound effects with GM drivers. | Jamieson Christian |
2003-05-16 | GF_AFTER_HEV7 | Jonathan Gray |
2003-05-16 | add config option basename to override base file name for games of the form f... | Jonathan Gray |
2003-05-16 | fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the left-sc... | Max Horn |
2003-05-15 | oops | Max Horn |
2003-05-15 | add method to grow a rect | Max Horn |
2003-05-15 | renamed isInside() to contains() (this is more intuitive, because r.isInside(... | Max Horn |