Age | Commit message (Expand) | Author |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into consol... | Filippos Karapetis |
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | Filippos Karapetis |
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-26 | SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup | Max Horn |
2009-05-26 | SCI: Removing obsolete soft sequencer files | Max Horn |
2009-05-26 | SCI: removed realtime and polled player, as well as the sfx/device dir, after... | Max Horn |
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p... | Max Horn |
2009-05-26 | SCI: Preparing to transform sfx_player_t into a class | Max Horn |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi... | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-13 | Simplified and re-enabled the debug code that shows pixmaps on screen and mov... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-06 | Sync with adlib.cpp rename | Eugene Sandulenko |
2009-05-03 | SCI: adlib support (work-in-progress) for the new music player. | Walter van Niftrik |
2009-04-15 | SCI: Added a new song player (work-in-progress). | Walter van Niftrik |
2009-03-25 | Fixed compilation | Filippos Karapetis |
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem... | Filippos Karapetis |
2009-03-19 | SCI: removed aatree.o from module | Walter van Niftrik |
2009-03-18 | Fix compile of SCI engine. | Travis Howell |
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis |
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn |
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn |
2009-03-10 | Resource decompression functions moved to scicore\decompressor.cpp and turned... | Greg Frieger |
2009-03-10 | SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependency | Max Horn |
2009-03-10 | SCI: EVIL temporary hack to ensure savegame.cpp is rebuilt when any of the he... | Max Horn |
2009-03-10 | String fragments support | Lars Skovlund |
2009-03-10 | Fix compile of SCI engine. | Travis Howell |
2009-03-10 | Reverted some of the changes of commit #39192. The cursor reading code has be... | Filippos Karapetis |
2009-03-10 | - Renamed files inside gfx/resource | Filippos Karapetis |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file | Max Horn |
2009-03-07 | Merged all the different cursor drawing functions inside gfxr_interpreter_get... | Filippos Karapetis |
2009-03-07 | SCI: Removed resource_map.o and resource_patch.o from module.mk | Max Horn |
2009-03-04 | SCI: Merged sfx/mixer.cpp into sfx/player/polled.cpp | Max Horn |
2009-03-04 | SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear... | Max Horn |
2009-03-04 | SCI: Use Audio::Timestamp instead of sfx_timestamp_t | Max Horn |
2009-03-04 | SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th... | Max Horn |
2009-02-28 | SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso... | Max Horn |
2009-02-28 | SCI: Get rid of extra layer around our timer manager | Max Horn |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-26 | - Removed engine/sys_strings.* | Filippos Karapetis |
2009-02-24 | SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp | Max Horn |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |
2009-02-24 | SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor... | Max Horn |