scummvm/engines/sci/scicore
Max Horn 7a71fd35ae SCI: getInt -> READ_LE_UINT16
svn-id: r40079
2009-04-22 17:53:46 +00:00
..
decompressor.cpp Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks. SCI32 has fundamental differences from previous SCI versions (e.g. direct point addressing is no longer possible), most of SCI32 games use SVGA resolutions and currently a lot of SCI32 specific code is missing (like, for example, the newer string and array handling functions, the widget system etc). This has been done in the same manner as in the SCUMM and SAGA engines. 2009-03-30 07:53:32 +00:00
decompressor.h Fixed compilation 2009-03-30 07:57:10 +00:00
resource.cpp SCI: Fix endian-unsafe read [bug #2739122 ] 2009-04-07 13:38:51 +00:00
resource.h Changed some references from "FreeSCI" to "SCI" or "ScummVM" 2009-04-03 08:10:58 +00:00
sciconsole.cpp SCI: cleanup 2009-03-04 05:19:19 +00:00
sciconsole.h SCI: Reduce header interdeps 2009-03-04 05:22:29 +00:00
treedef.1 Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) 2009-02-15 06:10:59 +00:00
treedef.2 Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) 2009-02-15 06:10:59 +00:00
treedef.3 Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet) 2009-02-15 06:10:59 +00:00
versions.cpp clean up some warnings 2009-02-28 13:41:43 +00:00
versions.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vocab_debug.cpp SCI: getInt -> READ_LE_UINT16 2009-04-22 17:53:46 +00:00
vocabulary.cpp SCI: cleanup 2009-04-20 19:27:50 +00:00
vocabulary.h SCI: Changed knames (kernel function name table) to Common::StringList 2009-04-22 17:53:29 +00:00