Age | Commit message (Expand) | Author |
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 |
2003-05-15 | make SWAP a template function, so that it works for swapping non-int stuff, t... | Max Horn |
2003-05-15 | let it compile | Max Horn |
2003-05-15 | cleanup (rect.h is not used anywhere but I plan to change that...) | Max Horn |
2003-05-12 | added method to detect which midi driver will be created | Robert Göffringmann |
2003-05-09 | Patch #735294: AdvMame3x scaler | Max Horn |
2003-05-05 | -> version 0.4.1cvs | Max Horn |
2003-05-04 | hexdump defaults to 16 bytes/line now, and prints an offest | Max Horn |
2003-05-02 | make hexdump width variable | Max Horn |
2003-05-02 | Add PalmOS port stuff | Chris Apers |
2003-05-02 | Change __PALM_OS__ to NEWGUI_256, more generic | Chris Apers |
2003-05-02 | Change int16 to NewGuiColor in overlay/RGB functions | Chris Apers |
2003-05-02 | Add PalmOS GFX modes | Chris Apers |
2003-05-01 | fix leak | Jonathan Gray |
2003-04-30 | typedef NewGuiColor on all platforms; indention | Max Horn |
2003-04-30 | more PalmOS changes | Max Horn |
2003-04-26 | Make it possible to disable some/all of our three game modules (scumm/simon/s... | Max Horn |