aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-30Introduction of a fixed size memory pool with a typical free list implementationBertrand Augereau
2008-03-30Cleanup.Johannes Schickel
2008-03-30Always clip rect to copy in Screen::copyRegion now, like the original does.Johannes Schickel
2008-03-30- get rid of const_castFlorian Kagerer
2008-03-30Cleanup.Johannes Schickel
2008-03-30Add test for copying hashmaps.Johannes Schickel
2008-03-30Fixed hashmap code. (please make a better check next time when changing code ...Johannes Schickel
2008-03-30Cleanup.Johannes Schickel
2008-03-30- Added support for custom deletion operator (aka deleter) support for Shared...Johannes Schickel
2008-03-30Readded friend statement required by standard conform compilers. Disabled for...Johannes Schickel
2008-03-30Renamed some functions according to our coding guidelines.Johannes Schickel
2008-03-30- fixed formattingJohannes Schickel
2008-03-30Formatting.Johannes Schickel
2008-03-29Let mass detector add all hits, instead of only the first oneMax Horn
2008-03-29New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear mutilate...Florian Kagerer
2008-03-29Centralized the way the hashmaps allocate and free nodes (in order to instrum...Bertrand Augereau
2008-03-29Removing dead codeMax Horn
2008-03-29Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...Max Horn
2008-03-29- allow SharedPtr objects with incomplete typeJohannes Schickel
2008-03-29Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1.Travis Howell
2008-03-29Document SharedPtr bool conversion operator; added test cases for it; also ad...Max Horn
2008-03-29Removed unused friends statement (causes internal compiler error with GCC 2.9...Max Horn
2008-03-28OopsFilippos Karapetis
2008-03-28Fixed 2 off-by-one errors (thanks next_ghost for spotting them)Filippos Karapetis
2008-03-28Changed HoF GUI code to use common GUI code now.Johannes Schickel
2008-03-28- fixed svn propertiesJohannes Schickel
2008-03-28Updated MSVC8 and MSVC9 ScummVM project files for commit #31287Filippos Karapetis
2008-03-28Updated MSVC8 and MSVC9 kyra project files for commit #31290Filippos Karapetis
2008-03-28Added FIXME comment regarding sorting of pred.dic; replaced weird binary sear...Max Horn
2008-03-28Refactored Kyrandia GUI code a bit.Johannes Schickel
2008-03-28cleanupMax Horn
2008-03-28Oops that shouldn't be committed yet.Johannes Schickel
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...Johannes Schickel
2008-03-28Fixed showing of cauldron animations processing while the inventory is not sh...Johannes Schickel
2008-03-28Implemented command text fadeout.Johannes Schickel
2008-03-28Finished o2_delay implementation.Johannes Schickel
2008-03-28Oops fixed wrong o2_delaySecs.Johannes Schickel
2008-03-28- Clear input queue after loading game via hotkeys.Johannes Schickel
2008-03-28Implemented savegame loading via command line params -x/--save-slot.Johannes Schickel
2008-03-28Properly set sfx flag when playing digital SFX.Johannes Schickel
2008-03-28Implemented opcodes:Johannes Schickel
2008-03-28- some accuracy changes for KyraEngine_v2::snd_playSoundEffect()Florian Kagerer
2008-03-27- Implemented opcodes:Johannes Schickel
2008-03-27Implemented opcode 74: o2_setSceneAnimPos2.Johannes Schickel
2008-03-27Implemented opcodes:Johannes Schickel
2008-03-27Oops added missing return, should fix crashed on trying to load non-existant ...Johannes Schickel
2008-03-27fix for bug 1922560 (HoF: wheels entrance gfx wrong)Florian Kagerer
2008-03-27Made some more former kyra1 specific debug commands available for HoF.Johannes Schickel
2008-03-27Removed much code duplication in Hand of Fate savefile loading with SeekableS...Johannes Schickel
2008-03-27Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian.Johannes Schickel