Age | Commit message (Expand) | Author |
2011-02-14 | TEENAGENT: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-31 | TEENAGENT: Hopefully fixed an issue reported by Valgrind (found by digitall) | Filippos Karapetis |
2011-01-31 | TEENAGENT: Further Memory Leak Fixes. | David Turner |
2011-01-31 | TEENAGENT: Fix Memory Leaks. | David Turner |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-07 | ENGINES: Unify code layout of all ADParams instances | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn |
2010-10-15 | Bug #3087858: fixed null pointer dereferencing | Vladimir Menshakov |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-27 | TEENAGENT: Sort the object files alphabetically. | Jordi Vilalta Prat |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-07 | added voices pack/cd music support | Vladimir Menshakov |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-28 | added cd-version detection and cdlogo.res support | Vladimir Menshakov |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-07 | fixed crash during time challenges (rclick without object) | Vladimir Menshakov |
2010-04-01 | Remove extra semicolons | Ori Avtalion |
2010-03-24 | implemented screen shaking as in the original engine with delays before movin... | Vladimir Menshakov |
2010-03-24 | removed useless updateScreen | Vladimir Menshakov |
2010-03-24 | added shake screen effect | Vladimir Menshakov |
2010-03-24 | fixed warning | Vladimir Menshakov |
2010-03-24 | validate path before examining object | Vladimir Menshakov |
2010-03-24 | fixed big fan room | Vladimir Menshakov |
2010-03-23 | do not skip warp+walk events | Vladimir Menshakov |
2010-03-23 | do not close inventory if mouse moves up. better mouseless experience. | Vladimir Menshakov |
2010-03-21 | preload inventory graphics on load | Vladimir Menshakov |
2010-03-21 | -added overlay rendering flag | Vladimir Menshakov |
2010-03-21 | reverted the z-order patch. | Vladimir Menshakov |
2010-03-20 | documented psp hack | Vladimir Menshakov |
2010-03-20 | reverted inventory objects patch, added mark's animation z-order patch. | Vladimir Menshakov |
2010-03-20 | fixed inventory object overflow | Vladimir Menshakov |
2010-03-20 | ported all code to ScopedPtr | Vladimir Menshakov |
2010-03-20 | removed local scopedptr | Vladimir Menshakov |
2010-03-20 | textual cleanups | Vladimir Menshakov |
2010-03-20 | cleaned up inventory activation, enter toggles the inventory. | Vladimir Menshakov |
2010-03-20 | fixed endianess issue | Vladimir Menshakov |
2010-03-20 | removed auto_ptr semantics in a favor of boost's scoped_ptr | Vladimir Menshakov |