aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-15CGE2: Rework getText() so it works nicely with offUse().uruk
2014-07-15CGE2: Add Hero::contract().uruk
Fix the crash introduced by previous commit on the second scene.
2014-07-15CGE2: Try a different approach regarding _dim.uruk
Now it doesn't crash the hospital scene, but I am not entirely sure it's totally leak-free...
2014-07-15CGE2: Some rework in snailStrangerke
2014-07-15CGE2: Implement snRoom().uruk
2014-07-15CGE2: Fix the intro animation.uruk
2014-07-15CGE2: Get rid of _mode.uruk
2014-07-15CGE2: Remove unnecessary comment from sceneUp().uruk
2014-07-15CGE2: Hopefully fix a memory leak problem regarding Hero::_dim;uruk
2014-07-14CGE2: Unstub CommandHandler::reset().uruk
2014-07-14CGE2: Unstub showTitle().uruk
2014-07-14CGE2: Remove unused classes from vga13h.uruk
2014-07-14CGE2: Unstub movie().uruk
2014-07-14CGE2: Remove unnecessary comment from ~Vga().uruk
2014-07-09CGE2: Silence a GCC warning, reduce the scope of a variableStrangerke
2014-07-09CGE2: Hook handling of F10 into the Keyboard::getKey().uruk
2014-07-09CGE2: Remove unnecessary stub from Keyboard's constructor.uruk
2014-07-09CGE2: Set widespace for Inf text, update first line of info text in CGE.SAYStrangerke
2014-07-09CGE2: Implement the keyboard handlerStrangerke
2014-07-09CGE2: Remove unnecessary stub from loadHeroes().uruk
2014-07-09CGE2: Remove unused local variable from loadScript().uruk
2014-07-09CGE2: Remove unnecessary stub from cge2_main().uruk
2014-07-09CGE2: Fix Sound::open().uruk
2014-07-09CGE2: Implement Sound::open(), add stub for checkSaySwitch().uruk
2014-07-09CGE2: Add option for enabling color blind mode from the Launcher.uruk
2014-07-09CGE2: Remove unnecessary stub from run().uruk
2014-07-09CGE2: Rework number().uruk
2014-07-09CGE2: Implement switchVox() and switchCap().uruk
2014-07-09CGE2: Implement switchColorMode().uruk
2014-07-08CGE2: Comment out Hero::contract() for now.uruk
2014-07-08CGE2: Rework CGE2Engine::locate().uruk
2014-07-08CGE2: Fix GCC warning, rewrite Text::clear()Strangerke
2014-07-07CGE2: Add extra clipping to Bitmap::hidePaul Gilbert
2014-07-07CGE2: Fix another probable memory-leak source.uruk
2014-07-07CGE2: Fix Hero::setCurrent().uruk
This fixes a crash regarding the mechanic on scene 6.
2014-07-07CGE2: Hopefully fix memory leak problems regarding _ext.uruk
2014-07-07CGE2: Replace NULL with nullptr everywhere.uruk
2014-07-07CGE2: Add workaround for the missing dialogs in room 21 (concert)Strangerke
2014-07-04CGE2: Add extra clipping to Bitmap::hidePaul Gilbert
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
Now the toolbar is working too after loading.
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
Since the extension is always ".VBM" in case of Bitmaps, there's no need to pass it as an argument.
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
There's a mayor bug which blocks the toolbar from interaction after loading. To be investigated during the upcoming days.
2014-07-04CGE2: Silence warning.uruk
2014-07-04CGE2: Heavily rework memory management of Sprites.uruk
Hopefully it will solve a bunch of memory leak problems. Now Spare is a central container, which stores pointers to every Sprite currently used by the engine. Because of that, there's no more need for Queue's clear(). In case of snKill(), it's just a safeguard, since it's only used by the engine to "kill" the speech bubbles, but we will check Spare anyway, so it's the safest this way.