Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-21 | fix #define | Oliver Kiehl | |
svn-id: r7806 | |||
2003-05-21 | don't inline free_check to make debugging easier | Max Horn | |
svn-id: r7805 | |||
2003-05-21 | pedantic fixes (little endian version) | Oliver Kiehl | |
svn-id: r7798 | |||
2003-05-21 | added fixme comment | Max Horn | |
svn-id: r7791 | |||
2003-05-21 | more pedantic changes | Max Horn | |
svn-id: r7790 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-05-21 | fixed ltrim/rtrim | Max Horn | |
svn-id: r7788 | |||
2003-05-20 | replace our 'nice' new which sets memory to 0 with a nasty one which sets it ↵ | Max Horn | |
to 0xE7. This should help finding any remaining places where we don't init member variables as we should. svn-id: r7719 | |||
2003-05-19 | new date (post-0.4.0) | Max Horn | |
svn-id: r7702 | |||
2003-05-19 | Oops.... | Jamieson Christian | |
svn-id: r7700 | |||
2003-05-19 | Fixed silence in older games under native MIDI drivers | Jamieson Christian | |
svn-id: r7697 | |||
2003-05-19 | Patch #739911: Fix for undefined behaviour in fopenNoCase() | Max Horn | |
svn-id: r7695 | |||
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray | |
svn-id: r7632 | |||
2003-05-17 | _gameId is of type char so it does not make sense to have 299 GIDs. reduce ↵ | Oliver Kiehl | |
to 199 svn-id: r7620 | |||
2003-05-17 | make ARRAYSIZE 'return' an int | Max Horn | |
svn-id: r7618 | |||
2003-05-17 | Added command line options for | Jamieson Christian | |
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594 | |||
2003-05-16 | Feature [557411] Adlib sound effects with GM drivers. | Jamieson Christian | |
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582 | |||
2003-05-16 | GF_AFTER_HEV7 | Jonathan Gray | |
svn-id: r7571 | |||
2003-05-16 | add config option basename to override base file name for games of the form ↵ | Jonathan Gray | |
foo.xxx to basename.xxx, useful when used together with gameid to test games not yet added to version list svn-id: r7566 | |||
2003-05-16 | fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the ↵ | Max Horn | |
left-screen-border-black bug). Note: this change might look fishy to you but is perfectly legal because our frame buffers put a border around the screen data to accomodate for this svn-id: r7556 | |||
2003-05-15 | oops | Max Horn | |
svn-id: r7545 | |||
2003-05-15 | add method to grow a rect | Max Horn | |
svn-id: r7544 | |||
2003-05-15 | renamed isInside() to contains() (this is more intuitive, because ↵ | Max Horn | |
r.isInside(p) actually meant 'p is inside r', which was confusing; now it's r.contains(p) which means 'r contains p') svn-id: r7541 | |||
2003-05-15 | make SWAP a template function, so that it works for swapping non-int stuff, ↵ | Max Horn | |
too; 'int16' should be sufficient for points/rects svn-id: r7540 | |||
2003-05-15 | let it compile | Max Horn | |
svn-id: r7539 | |||
2003-05-15 | cleanup (rect.h is not used anywhere but I plan to change that...) | Max Horn | |
svn-id: r7537 | |||
2003-05-12 | added method to detect which midi driver will be created | Robert Göffringmann | |
svn-id: r7482 | |||
2003-05-09 | Patch #735294: AdvMame3x scaler | Max Horn | |
svn-id: r7409 | |||
2003-05-05 | -> version 0.4.1cvs | Max Horn | |
svn-id: r7352 | |||
2003-05-04 | hexdump defaults to 16 bytes/line now, and prints an offest | Max Horn | |
svn-id: r7317 | |||
2003-05-02 | make hexdump width variable | Max Horn | |
svn-id: r7269 | |||
2003-05-02 | Add PalmOS port stuff | Chris Apers | |
svn-id: r7261 | |||
2003-05-02 | Change __PALM_OS__ to NEWGUI_256, more generic | Chris Apers | |
svn-id: r7260 | |||
2003-05-02 | Change int16 to NewGuiColor in overlay/RGB functions | Chris Apers | |
svn-id: r7259 | |||
2003-05-02 | Add PalmOS GFX modes | Chris Apers | |
svn-id: r7258 | |||
2003-05-01 | fix leak | Jonathan Gray | |
svn-id: r7244 | |||
2003-04-30 | typedef NewGuiColor on all platforms; indention | Max Horn | |
svn-id: r7225 | |||
2003-04-30 | more PalmOS changes | Max Horn | |
svn-id: r7220 | |||
2003-04-26 | Make it possible to disable some/all of our three game modules ↵ | Max Horn | |
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-04-25 | delete stdafx.cpp | Paweł Kołodziejski | |
svn-id: r7118 | |||
2003-04-20 | Bumpidity | James Brown | |
svn-id: r7043 | |||
2003-04-10 | fixed GP32 port | Joost Peters | |
svn-id: r6958 | |||
2003-04-06 | fixed detection of early scumm games | Paweł Kołodziejski | |
svn-id: r6923 | |||
2003-04-06 | nope, not all big endian system require alignment | Max Horn | |
svn-id: r6922 | |||
2003-03-28 | small optimization (do three memory reads instead of five) | Max Horn | |
svn-id: r6875 | |||
2003-03-26 | cleanup | Max Horn | |
svn-id: r6865 | |||
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn | |
svn-id: r6862 | |||
2003-03-25 | cleanup | Max Horn | |
svn-id: r6856 | |||
2003-03-24 | use description to set window title if one is specified | Jonathan Gray | |
svn-id: r6853 |