aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2014-07-04CGE2: Implement loading from the Launcher.uruk
2014-07-04CGE2: Remove unnecessary warning and debug info from showTitle().uruk
2014-07-04CGE2: Fully implement the save/load system.uruk
2014-07-04CGE2: Fix broken compilation by previous commit.uruk
2014-07-04CGE2: Replace addExt() wit setExtension().uruk
2014-07-04CGE2: Rename and heavily rework Bitmap::forceExt().uruk
2014-07-04CGE2: Rename saveHeroPos() to storeHeroPos().uruk
2014-07-04CGE2: Remove unnecessary parameter from Spare::sync().uruk
2014-07-04CGE2: Partially working save/load system.uruk
2014-07-04CGE2: Silence warning.uruk
2014-07-04CGE2: Heavily rework memory management of Sprites.uruk
2014-07-04CGE2: Add, implement and use saveHeroPos().uruk
2014-07-02CGE2: Fix GCC warningStrangerke
2014-06-30CGE2: Rework Hero::expand() so it won't modify Text's content.uruk
2014-06-29CGE2: Implement saving.uruk
2014-06-29CGE2: Call loadPos() from loadHero() instead of loadUser().uruk
2014-06-29CGE2: Add skeleton for save/load system.uruk
2014-06-28CGE2: Add fallback detection for the currently WIP English translation.uruk
2014-06-28CGE2: Fix formatting of FXP's operators.uruk
2014-06-28CGE2: Rework FXP::Joined().uruk
2014-06-28CGE2: Silence GCC warning in Hero::tick().uruk
2014-06-28CGE2: Add workaround for badly named VBM file in room 11Strangerke
2014-06-27CGE2: Implement Sprite::step() fully.uruk
2014-06-27CGE2: Make Hero's expand() and contract() virtual.uruk
2014-06-27CGE2: Add a virtual destructor in Choice, some minor cleanupStrangerke
2014-06-27CGE2: Fix some GCC warningsStrangerke
2014-06-26CGE2: Hopefully fix compilation for GCCStrangerke
2014-06-25CGE2: Add a safeguard in Sprite::show()Strangerke
2014-06-25CGE2: Implement snMidi()Strangerke
2014-06-24CGE2: Add a work around for missing VBM in scene 4Strangerke
2014-06-24CGE2: Implement a couple of stubsStrangerke
2014-06-23CGE2: Add a big hack to work around the coordinates issueStrangerke
2014-06-23CGE2: Fix releasePocket().uruk
2014-06-23CGE2: Implement busy() and revise connected parts of the engine.uruk
2014-06-23CGE2: Implement snSay(), reimplement some parts of the sound code.uruk
2014-06-22CGE2: Some more formatting fix in FXP.uruk
2014-06-22CGE2: Fix formatting in FXP.uruk
2014-06-22CGE2: Fix some formatting in Hero.uruk
2014-06-22CGE2: Remove double definition kMaxTry.uruk
2014-06-22CGE2: Rework Hero::len().uruk
2014-06-22CGE2: Remove useless variable declarationsStrangerke
2014-06-22CGE2: Implement snSwap().uruk
2014-06-22CGE2: Fix mapCross().uruk
2014-06-22CGE2: Implement snGive() and snRmNear().uruk
2014-06-21CGE2: Reduce the scope of some variablesStrangerke
2014-06-21CGE2: Avoid some signed/unsigned comparisonsStrangerke
2014-06-21CGE2: Implement "quit menu".uruk
2014-06-19CGE2: Implement optionTouch().uruk
2014-06-19CGE2: Implement Hero::fun().uruk
2014-06-19CGE2: Implement snMouse().uruk