Age | Commit message (Expand) | Author |
2002-08-20 | implemented the flashlight (TODO: use rounded corners. Left as an exercise to... | Max Horn |
2002-08-19 | added lights support to the costume renderer; begun work on flashlight suppor... | Max Horn |
2002-08-18 | more code unification; as a side effect, simon can take advantage of the save... | Max Horn |
2002-08-18 | some more cleanup | Max Horn |
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn |
2002-08-14 | moved to Sound class | Paweł Kołodziejski |
2002-08-14 | some cleanup, changed type timer procedure - passed Scumm pointer | Paweł Kołodziejski |
2002-08-14 | added common Engine base class for Scumm and SimonState (not yet very useful) | Max Horn |
2002-08-14 | removed the SoundMixer[1] trick; while it was neat it didn't help to simplify... | Max Horn |
2002-08-14 | got rid of init.cpp | Max Horn |
2002-08-12 | some cleanup | Max Horn |
2002-08-08 | DIG: replaced stopBundleMusic with pauseBundleMusic in SMUSH | Paweł Kołodziejski |
2002-08-04 | DIG: preliminarily support for music in the game | Paweł Kołodziejski |
2002-08-04 | workaround for bug #558236; renamed actorAnimate to animateCostume (to distin... | Max Horn |
2002-08-03 | hopefully fixed #589746 (Clicking sounds) | Max Horn |
2002-07-28 | moved file bundle stuff into class Bundle | Paweł Kołodziejski |
2002-07-28 | added constants for the default volumes; changed the volume ranges from 0-255... | Max Horn |
2002-07-27 | moved ScummDebugger into seperate header; re-added box drawing (debug) code; ... | Max Horn |
2002-07-26 | samnmax film noir mode patch by eriktorbjorn | Jonathan Gray |
2002-07-22 | moved some utility functions out of class Scumm | Max Horn |
2002-07-18 | fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor into... | Max Horn |
2002-07-17 | moved gui/utils.* to main level; removed some unused stuff from our file acce... | Max Horn |
2002-07-16 | biiig checkin: removed more stuff from scumm.h; added new headers resource.h ... | Max Horn |
2002-07-16 | got rid of _xPos, _yPos, _dir members in class Scumm | Max Horn |
2002-07-16 | added costume.h; bumped build date in scumm.h (we have some quite big changes... | Max Horn |
2002-07-15 | added Actor::isInClass convenience method; fixed typo in object.cpp; moved so... | Max Horn |
2002-07-15 | simplified the path finding code for 'old' games (this included getting rid o... | Max Horn |
2002-07-15 | renamed o5_actorSetClass to o5_setClass | Max Horn |
2002-07-13 | renamed fadeToBlackEffect to fadeOut; renamed screenEffect to fadeIn; impleme... | Max Horn |
2002-07-13 | indent fixes | Max Horn |
2002-07-07 | Note to self, and everyone else.. remember to keep this updated. | James Brown |
2002-07-06 | added mouse over effect | Max Horn |
2002-07-05 | hooked in new experimental, *incomplete* GUI code to F6/F7 | Max Horn |
2002-07-04 | Theres nothing to see here... | James Brown |
2002-07-02 | added saveload.h; moved some stuff out of scumm.h into saveload.h/.cpp (no ne... | Max Horn |
2002-07-02 | removed akos_findManyDirection, bit_table and many_direction_tab_2; no need t... | Max Horn |
2002-06-27 | Basic putt-putt game support. | James Brown |
2002-06-04 | more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ... | Max Horn |
2002-05-25 | The Dig: implement descriptions | Paweł Kołodziejski |
2002-05-23 | removed some debug output I left in accidentally in my last checkin; removed ... | Max Horn |
2002-05-23 | moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ... | Max Horn |
2002-05-22 | renamed unkScreenEffect7 to transitionEffect; added some comments, renamed va... | Max Horn |
2002-05-20 | Temp removal of the actor walk script execution to fix dig's walking | Vincent Hamm |
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver,... | Nicolas Bacca |
2002-05-14 | remove config-file.h from scumm.h (for me this means only 5 instead of 31 fil... | Max Horn |
2002-05-14 | removed actor.h from scumm.h; added _scumm member var to class Actor; some va... | Max Horn |
2002-05-14 | some cleanup | Max Horn |
2002-05-14 | refactored parts of actor.cpp: many methods are now members of class Actor in... | Max Horn |
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon du... | James Brown |
2002-05-13 | update version number for 0.2.0 release | James Brown |