aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-20restored formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-20use new instead of malloc for int_hash_map_tWillem Jan Palenstijn
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-20SCI: Added TODO suggestion to change the vm opcode switch/case to an opcode t...Max Horn
2009-02-20SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...Max Horn
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-19formatingPaweł Kołodziejski
2009-02-18formatingPaweł Kołodziejski
2009-02-18formatingPaweł Kołodziejski
2009-02-18Updated the savegame.cfsml file to remove unused functions and generated the ...Filippos Karapetis
2009-02-18move cfsml.pl to the tools/ directoryEugene Sandulenko
2009-02-18restore removed filesEugene Sandulenko
2009-02-18Adding the files properly. Part1Eugene Sandulenko
2009-02-18Added missing file savegame.cfsml (hopefully, compilation should REALLY be fi...Filippos Karapetis
2009-02-18Reverting commits which moved cfsml.pl and said.y, part 2Filippos Karapetis
2009-02-18Removed files which are not part of the SCI engine (will be moved to /tools, ...Filippos Karapetis
2009-02-18Removed the cfsml.pl tool from the SCI engine (eventually, it should go to /t...Filippos Karapetis
2009-02-18Disabled unused functionsFilippos Karapetis
2009-02-17Removed already implemented graphic capability flags, and used CLIP inside sc...Filippos Karapetis
2009-02-17fixed compiler warning about potentialy uninitialized variablePaweł Kołodziejski
2009-02-17fixed unsigned/signed comparisons warningsPaweł Kołodziejski
2009-02-17shat up ARRAYSIZE redefine compiler warningsPaweł Kołodziejski
2009-02-17point_t -> Common::PointFilippos Karapetis
2009-02-17Revert changed I accidentally commited *sigh*Max Horn
2009-02-17SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.hMax Horn
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...Filippos Karapetis
2009-02-16Removed a lot of unused and compiler-specific debug code. Note that for MSVC,...Filippos Karapetis
2009-02-16Removed unused code and definesFilippos Karapetis
2009-02-16Use MIN with correct template <int>Lars Persson