scummvm/engines/sci/engine
2009-04-22 17:53:29 +00:00
..
game.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
gc.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
gc.h SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
grammar.cpp SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> 2009-03-24 17:42:12 +00:00
heapmgr.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
intmap.cpp SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup 2009-03-17 16:08:25 +00:00
intmap.h SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup 2009-03-17 16:08:25 +00:00
kdebug.cpp SCI: cleanup 2009-03-04 05:19:19 +00:00
kdebug.h SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp 2009-02-24 22:41:58 +00:00
kernel_types.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
kernel.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
kernel.h SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
kevent.cpp SCI: Reduced header interdependencies some more 2009-03-07 19:23:47 +00:00
kfile.cpp SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated & send_calls vars by a local Common::Stack instance 2009-04-11 09:58:30 +00:00
kgraphics.cpp - Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory screen in several SCI1 games and the menus in PQ3). It's still not right, but it's better than nothing 2009-04-21 21:37:03 +00:00
klists.cpp SCI: cleanup 2009-03-12 03:26:58 +00:00
kmath.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmenu.cpp Merged sciw_select_item() and sciw_unselect_item() 2009-03-25 16:37:50 +00:00
kmovement.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
kpathing.cpp SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when 2009-04-05 00:06:22 +00:00
kscripts.cpp SCI: Use the ResourceType enum instead of integers where it makes sense 2009-02-28 23:46:50 +00:00
ksound.cpp SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00
kstring.cpp Fixed an issue with the password screen in LSL5 and kStrAt(). The game password, saved in file memory.drv (which can either exist in the game directory, or is created in the saves folder by ScummVM) is now working correctly, and the game can be started. Note that it's NOT currently possible not to set a password (you'll get the password screen anyway the next time, and it won't work). 2009-04-06 17:13:07 +00:00
message.cpp Replaced getInt16, getUInt16 and putInt16 2009-03-07 16:14:20 +00:00
message.h SCI: Start converting MessageState into a class 2009-03-01 00:18:30 +00:00
said.cpp Disable MSVC warning in autogenerated code 2009-04-18 22:56:08 +00:00
said.y Disable MSVC warning in autogenerated code 2009-04-18 22:56:08 +00:00
savegame.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
savegame.h EngineState is a struct, not a class 2009-03-12 08:14:55 +00:00
script.cpp SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode_formats 2009-04-20 19:28:33 +00:00
script.h SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode_formats 2009-04-20 19:28:33 +00:00
scriptconsole.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
scriptdebug.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
seg_manager.cpp Changed some references from "FreeSCI" to "SCI" or "ScummVM" 2009-04-03 08:10:58 +00:00
seg_manager.h silenced some warnings 2009-03-20 13:30:10 +00:00
state.cpp SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
state.h SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00
stringfrag.cpp SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
vm_types.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
vm.cpp SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode_formats 2009-04-20 19:28:33 +00:00
vm.h SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00