Age | Commit message (Expand) | Author |
2012-03-13 | JANITORIAL: Simply use *x instead of *x.get() on smart pointers. | Christoph Mallon |
2012-03-13 | JANITORIAL: Remove dead code. | Christoph Mallon |
2012-03-13 | JANITORIAL: Make getters const. | Christoph Mallon |
2012-03-13 | JANITORIAL: Avoid the ugly operator invocation syntax. | Christoph Mallon |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-01-14 | LURE: Move readByte() call out of assert() | Torbjörn Andersson |
2011-12-18 | Merge pull request #131 from digitall/goto_considered_harmful | David Turner |
2011-12-09 | LURE: Converted the AnimationDecoder::decode_data routine to remove GOTO usage | Paul Gilbert |
2011-12-09 | LURE: Converted the vgaDecode routine to remove GOTO usage | Paul Gilbert |
2011-12-08 | LURE: Reduce usage of 'goto'. | D G Turner |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-11-03 | LURE: Fix warnings | Eugene Sandulenko |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-09-09 | LURE: Fix crash caused by trying to talk to a character when an ask action is... | Paul Gilbert |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko |
2011-06-30 | JANITORIAL: Silence a couple of "variable set but not used" warnings. | eriktorbjorn |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-23 | LURE: Allocate debug strings buffer on the heap | Julien |
2011-06-23 | ANALYSIS: Fix potential memory leak when using realloc | Julien |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-14 | LURE: Add a comment explaining why kADFlagUseExtraAsHint is used | Max Horn |
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn |
2011-06-10 | LURE: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-06-02 | LURE: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: favour/favourite -> favor/favorite | Matthew Hoops |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat |
2011-05-17 | LURE: Rename method random() -> getRandom() | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-19 | LURE: Enabled clickable menus for WebOS. | Klaus Reimer |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2011-04-14 | ALL: colour -> color | Max Horn |
2011-03-23 | ENGINES: Remove unused MIDI pass-through code | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-19 | LURE: Init volume levels on startup | dhewg |
2011-02-14 | LURE: 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 |