aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
AgeCommit message (Expand)Author
2009-03-25Fixed compilationFilippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-19SCI: removed aatree.o from moduleWalter van Niftrik
2009-03-18Fix compile of SCI engine.Travis Howell
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg Frieger
2009-03-10SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependencyMax Horn
2009-03-10SCI: EVIL temporary hack to ensure savegame.cpp is rebuilt when any of the he...Max Horn
2009-03-10String fragments supportLars Skovlund
2009-03-10Fix compile of SCI engine.Travis Howell
2009-03-10Reverted some of the changes of commit #39192. The cursor reading code has be...Filippos Karapetis
2009-03-10- Renamed files inside gfx/resourceFilippos Karapetis
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
2009-03-07Merged all the different cursor drawing functions inside gfxr_interpreter_get...Filippos Karapetis
2009-03-07SCI: Removed resource_map.o and resource_patch.o from module.mkMax Horn
2009-03-04SCI: Merged sfx/mixer.cpp into sfx/player/polled.cppMax Horn
2009-03-04SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...Max Horn
2009-03-04SCI: Use Audio::Timestamp instead of sfx_timestamp_tMax Horn
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn
2009-02-28SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso...Max Horn
2009-02-28SCI: Get rid of extra layer around our timer managerMax Horn
2009-02-27SCI: 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-24SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cppMax Horn
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-24SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ...Max Horn
2009-02-23Removed unused antialiasing code (plus, we do antialiasing at the OSystem gra...Filippos Karapetis
2009-02-22The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ga...Filippos Karapetis
2009-02-21SCI: Moved aatree.* files together into engine/Max Horn
2009-02-21SCI: More cleanupMax Horn
2009-02-21Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...Filippos Karapetis
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also impro...Max Horn
2009-02-20Some initial code for a debug console (still non-working)Filippos Karapetis
2009-02-20We only got 1 mixer - removed the unneeded file mixers.cppFilippos Karapetis
2009-02-19Rewrote the EXE reading routines (the LZEXE compression stuff is still not co...Filippos Karapetis
2009-02-18Readded the code which reads the version from the original executable to the ...Filippos Karapetis
2009-02-18Fix makefileEugene Sandulenko
2009-02-18We no longer verify the SCI version number against the original executables, ...Filippos Karapetis
2009-02-17SCI: -Wno-variadic-macros not needed anymoreMax Horn
2009-02-16SCI: Changed pcm_device and timer "driver" functionality to use directly the ...Jordi Vilalta Prat
2009-02-16SCUMMVM define no longer required.Travis Howell
2009-02-16SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ...Max Horn
2009-02-16Reimplemented reg_t_hashmap using Common::HashMapMax Horn