aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2009-02-24SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp ↵Max Horn
counterparts are in svn-id: r38835
2009-02-24SCI: Moved vm.h from include to engineMax Horn
svn-id: r38834
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header ↵Max Horn
deps some more svn-id: r38833
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and ↵Max Horn
engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file svn-id: r38832
2009-02-24SCI: Last batch of pathfinding cleanupMax Horn
svn-id: r38831
2009-02-24SCI: More pathfinding cleanupMax Horn
svn-id: r38830
2009-02-24SCI: Replaced vertex list used for dijkstra algo by Common::List; got rid of ↵Max Horn
include/list.h svn-id: r38829
2009-02-24SCI: Rewrote parts of the pathfinding code to use Common::List; also renamed ↵Max Horn
some types svn-id: r38828
2009-02-24SCI: Turned circular list code into a small classMax Horn
svn-id: r38827
2009-02-24SCI: cleanupMax Horn
svn-id: r38826
2009-02-24SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ↵Max Horn
is *not* a hashmap (at least not a plain hashmap) svn-id: r38823
2009-02-23SCI: cleanupMax Horn
svn-id: r38811
2009-02-23SCI: Moved file specific stuff from tools.h & tools.cpp to kfile.cppMax Horn
svn-id: r38810
2009-02-23SCI: Got rid of resource_dir & work_dir (temporarily disabled ↵Max Horn
f_open_mirrored for that) svn-id: r38807
2009-02-23SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls ↵Max Horn
to the file I/O code, to make it possible to analyze usage patterns; some cleanup svn-id: r38806
2009-02-23SCI: Changed selector name table to a Common::StringListMax Horn
svn-id: r38805
2009-02-23SCI: Simplified code for selector lookup map generation a bit; got rid of an ↵Max Horn
unused var svn-id: r38804
2009-02-23SCI: Fix incorrect usage of struct tm in date function of kGetTimeWalter van Niftrik
svn-id: r38803
2009-02-23SCI: Fix saving/loading (regression introduced in r38767)Jordi Vilalta Prat
svn-id: r38799
2009-02-22Check for end of file more often while reading CFSMLWillem Jan Palenstijn
svn-id: r38796
2009-02-22SCI: Fix what looks like a bug in the save/load system (?)Max Horn
svn-id: r38795
2009-02-22SCI: Rewrite the way file handles are managedMax Horn
svn-id: r38794
2009-02-22SCI: Moved the code which iterates over the current dir into a small classMax Horn
svn-id: r38793
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ↵Max Horn
the only spot it is used svn-id: r38791
2009-02-22Whitespace cleanupJordi Vilalta Prat
svn-id: r38783
2009-02-22SCI: Converted "segment interfaces" into classesJordi Vilalta Prat
svn-id: r38782
2009-02-22- Made ResourceManager accessible from _vmFilippos Karapetis
- Replaced c_version by its corresponding ScummVM equivalent command svn-id: r38775
2009-02-22Fixed compilation under WindowsFilippos Karapetis
svn-id: r38770
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
svn-id: r38767
2009-02-21multiply before dividing to improve timer resolutionWillem Jan Palenstijn
svn-id: r38765
2009-02-21SCI: Moved aatree.* files together into engine/Max Horn
svn-id: r38763
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax Horn
svn-id: r38761
2009-02-21SCI: More cleanupMax Horn
svn-id: r38758
2009-02-21SCI: Changed typedef struct -> structMax Horn
svn-id: r38752
2009-02-21SCI: Removed c_sleep console command (what was/is the idea behind that one, ↵Max Horn
anyway?) svn-id: r38748
2009-02-21SCI: Removed setjmp codeMax Horn
svn-id: r38747
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
svn-id: r38746
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
svn-id: r38740
2009-02-21Fix compilation by implicit including of sys/stat.hEugene Sandulenko
svn-id: r38736
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
svn-id: r38735
2009-02-21SCI: Removed unused headerMax Horn
svn-id: r38729
2009-02-21SCI: More cleanupMax Horn
svn-id: r38725
2009-02-21Fixed compilation under MSVCFilippos Karapetis
svn-id: r38723
2009-02-21Renamed SCI's console to sciconsole (MSVC has problems with files with the ↵Filippos Karapetis
same name under different directories). ScummVM's console can be enabled correctly under MSVC now svn-id: r38722
2009-02-21SCI: Tons of cleanupMax Horn
svn-id: r38721
2009-02-21SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.hMax Horn
svn-id: r38720
2009-02-21OopsFilippos Karapetis
svn-id: r38717
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
svn-id: r38716
2009-02-21Now that we've placed everything under the Sci namespace, the Sci:: bits can ↵Filippos Karapetis
be removed svn-id: r38714
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
svn-id: r38701