Age | Commit message (Expand) | Author |
2003-09-30 | added some AltiVec code. Still under development, and notice that this is my ... | Max Horn |
2003-09-29 | synced hq2x with upstream changes; some performance tweaks to hq2x/hq3x (I th... | Max Horn |
2003-09-29 | forgot to add common/scaler to MODULE_DIRS | Max Horn |
2003-09-29 | templatized more of the scalers; also introduced template struct ColorMasks (... | Max Horn |
2003-09-29 | split out scalers into separate source files in common/scaler; some optimizat... | Max Horn |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |
2003-09-28 | Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, right | Torbjörn Andersson |
2003-09-28 | don't try to pass NULL when there is an int argument | Jonathan Gray |
2003-09-27 | get rid of explicit redMask/blueMask and use redBlueMask instead (this will b... | Max Horn |
2003-09-27 | cheak doxygen comments | Max Horn |
2003-09-27 | Fixed template function compile quirks under MSVC6. | Jamieson Christian |
2003-09-27 | added hq2x scaler (no, I am not going to add hq4x anytime soon. It would be a... | Max Horn |
2003-09-27 | added a FIXME (regarding optimization) to INTERPOLATE; added new template fun... | Max Horn |
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' t... | Max Horn |
2003-09-24 | Add Acorn version of Simon the Sorcerer 1 Talkie | Travis Howell |
2003-09-22 | use our own ABS instead of the math.h abs(); some tweaks | Max Horn |
2003-09-21 | added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i... | Max Horn |
2003-09-21 | fixed InitLUTs for 555 mode; some tweaks | Max Horn |
2003-09-21 | Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlines | Torbjörn Andersson |
2003-09-21 | Applied ScummVM formatting conventions | Torbjörn Andersson |
2003-09-21 | added HQ3x filter | Max Horn |
2003-09-20 | added explicit virtual destructor; added API which makes it potentially possi... | Max Horn |
2003-09-18 | disable the custom operator 'new' on Mac OS X, as it cause multiple definitio... | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | cleanup | Max Horn |
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t... | Max Horn |
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn |
2003-09-17 | added a static method setDefaultDirectory to class File; used this to simplif... | Max Horn |
2003-09-17 | delete name only after closing the file | Max Horn |
2003-09-11 | added time.h and math.h to default/precompiled headers | Max Horn |
2003-09-10 | added refCon parameter to timer class | Max Horn |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn |
2003-09-08 | fixed circular dependency; moved version string to main.cpp (seems more logic... | Max Horn |
2003-09-08 | changes to get a better link order, and to allow building a 'bare bone' scumm... | Max Horn |
2003-09-08 | fixed disabling of modules | Max Horn |
2003-09-08 | got rid of version_settings | Max Horn |
2003-09-08 | more plugin related work | Max Horn |
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its member... | Max Horn |
2003-09-08 | Some files are located in a different folder in Atari-ST version of Zak | Chris Apers |
2003-09-06 | removed superfluous newline | Max Horn |
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn |
2003-09-06 | avoid accidental copying of Map | Max Horn |
2003-09-06 | Fix debug level, only > 1 should be valid. | Travis Howell |
2003-09-06 | Game failure message shouldn't be a debug either. | Travis Howell |
2003-09-06 | Actually make these game version message shown by default, so users can bette... | Travis Howell |
2003-09-06 | Default debug level should be zero. | Travis Howell |
2003-09-05 | init value of _amiga to false | Max Horn |
2003-09-05 | Add to config as int for now. | Travis Howell |
2003-09-05 | Fix platform command line and add to readme | Travis Howell |
2003-09-05 | Use --platform option, instead of system specific options. | Travis Howell |