Age | Commit message (Expand) | Author |
2003-09-19 | fixed warning on systems with 64bit pointers | Max Horn |
2003-09-18 | added initial support for building our 4 adventure engines as loadable module... | Max Horn |
2003-09-18 | cleanup | Max Horn |
2003-09-18 | changed & documented the premixer semantics | Max Horn |
2003-09-18 | plugin work: right now, only with build rules for OS X. Once I can get it to ... | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | 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-13 | proper fix for bug #791207 | Joost Peters |
2003-09-13 | workaround for bug #791207 | Joost Peters |
2003-09-10 | removed superfluous #include | 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-10 | Fxo sky module compile | Travis Howell |
2003-09-09 | fix sfx routine | Robert Göffringmann |
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its member... | Max Horn |
2003-09-06 | Actually make these game version message shown by default, so users can bette... | Travis Howell |
2003-09-05 | moved the sound ID param in playRaw before volume/pan | Max Horn |
2003-09-05 | cleaned up sound/mixer.h a bit; renamed some mixer methods for consistency | Max Horn |
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski |
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski |
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b... | Jonathan Gray |
2003-08-20 | copied some fixes which only were in 0.5.1 branch. | Robert Göffringmann |
2003-08-18 | added MDT_PREFER_NATIVE flag to BASS VersionSettings | Robert Göffringmann |
2003-08-18 | fix sfx restart after restoring a savegame | Robert Göffringmann |
2003-08-15 | Replaced printf()s with debug() and warning(). | Torbjörn Andersson |
2003-08-15 | Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible | Jamieson Christian |
2003-08-13 | I didn't realize it at first, but LINC-space uses the same character data | Torbjörn Andersson |
2003-08-11 | remove meaningless warning | Robert Göffringmann |
2003-08-10 | Replaced use of File with use of SaveFileManager where appropriate. | Marcus Comstedt |
2003-08-09 | don't allow loading of messy 0.5.1 savegames. | Robert Göffringmann |
2003-08-09 | makes use of SoundMixer::pauseChannels() now. | Robert Göffringmann |
2003-08-06 | Fix intro timing on WinCE ... guess everybody could use it but I'll leave the... | Nicolas Bacca |
2003-08-06 | Fix #783732 : freeze on Pocket PC | Nicolas Bacca |
2003-08-06 | get rid of some g_system usage | Max Horn |
2003-08-04 | fixed dialog skipping | Robert Göffringmann |
2003-08-03 | new compacts, new loading + saving code (not compatible to old one) | Robert Göffringmann |
2003-08-03 | new compact data | Robert Göffringmann |
2003-08-03 | Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon. | Torbjörn Andersson |
2003-08-03 | Added GCC bugtracking id to workaround for future reference. | Marcus Comstedt |
2003-08-03 | GCC bug workaround... (merge from branch-0-5-0) | Marcus Comstedt |
2003-08-02 | Removed introimg.cpp. Apparently Foster's don't want to be associated with | Torbjörn Andersson |
2003-08-02 | fix autoroute return codes. | Robert Göffringmann |
2003-08-02 | correct sound looping, thanks to our new mixer. :) | Robert Göffringmann |
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ... | Max Horn |
2003-08-01 | changed loading & saving code to fix the bug discribed in the general forum. ... | Robert Göffringmann |
2003-07-31 | added patched messages for BASS's mistranslations. | Robert Göffringmann |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | More LINC terminal font adjustments: Patch the "j" character for all | Torbjörn Andersson |