Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-05 | unmacro-ed and templated ABS, MIN & MAX | Bertrand Augereau | |
svn-id: r8311 | |||
2003-06-02 | Korean is kr, not ko | Max Horn | |
svn-id: r8279 | |||
2003-06-02 | fixed compilation | Max Horn | |
svn-id: r8276 | |||
2003-06-01 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn | |
svn-id: r8246 | |||
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell | |
svn-id: r8228 | |||
2003-05-29 | added some front matter text for doxygen | Max Horn | |
svn-id: r8119 | |||
2003-05-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-29 | fixed doc comment | Max Horn | |
svn-id: r8107 | |||
2003-05-29 | added some doxygen (javadoc style) comments. yes I sure these function ↵ | Max Horn | |
probably needed documentation the least, but I just wanted something simple to test this on :-) svn-id: r8094 | |||
2003-05-29 | removed cruft | Max Horn | |
svn-id: r8093 | |||
2003-05-28 | the _encbyte code was evil, because it modified the memory passed to ↵ | Max Horn | |
write(); worse, though, it incremented ptr2, which then was later passed to fwrite - hence if used to write something while _encbyte != 0, write() resulted in wrong data being written svn-id: r8055 | |||
2003-05-28 | added some missing checks for file being open before reading/writing | Max Horn | |
svn-id: r8043 | |||
2003-05-26 | Prepare support for wide display on HiRes+ device | Chris Apers | |
svn-id: r8001 | |||
2003-05-26 | make lethalwp happy | Jonathan Gray | |
svn-id: r7997 | |||
2003-05-26 | Japanese option is jp and not ja | Travis Howell | |
svn-id: r7993 | |||
2003-05-25 | as Bertrand points out, using && introduces unnecessary branching, so & is ↵ | Max Horn | |
better svn-id: r7979 | |||
2003-05-25 | cleanup / added some more const qualifiers | Max Horn | |
svn-id: r7975 | |||
2003-05-25 | optimized GetResult, based on code by Bertrand Augereau | Max Horn | |
svn-id: r7974 | |||
2003-05-25 | removed obsolete code | Max Horn | |
svn-id: r7973 | |||
2003-05-25 | cvs going to 0.4.2cvs | Max Horn | |
svn-id: r7946 | |||
2003-05-25 | changed scaler proc signature so that srcPtr is const (this can help ↵ | Max Horn | |
optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out) svn-id: r7939 | |||
2003-05-23 | oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs) | Max Horn | |
svn-id: r7868 | |||
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 |