aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/game.cpp
AgeCommit message (Expand)Author
2009-08-10SCI: Improved multilanguage support for SCI1 and SCI1.1.Walter van Niftrik
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-07Removed the weird checks for a maximum resource number (the sci_max_resource_...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-06-02Removed some unused variables from the engine stateFilippos Karapetis
2009-06-01Some fixes for saving/loading (still broken)Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...Filippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis
2009-05-30Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...Filippos Karapetis
2009-05-29- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)Filippos Karapetis
2009-05-29Moved the "size" console debugger command to console.cpp and silenced a warningFilippos Karapetis
2009-05-29CleanupFilippos Karapetis
2009-05-29- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...Filippos Karapetis
2009-05-28SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...Max Horn
2009-05-28SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventuallyMax Horn
2009-05-27Fixed a typo, and added parentheses to clarify orderFilippos Karapetis
2009-05-26SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanupMax Horn
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-21SCI: Removed the 'save_dir' gui hackMax Horn
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-20SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...Max Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18SCI: cleanupMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-15SCI: Got rid of SEG_ID/SCRIPT_IDMax Horn
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...Max Horn
2009-05-14Added a parameter to the graphics resource manager to determine if the runnin...Filippos Karapetis
2009-05-14Added the EGA version of Longbow, and partially reverted my previous commit. ...Filippos Karapetis
2009-05-14- Added a new game flag to distinguish SCI1 EGA versionsFilippos Karapetis
2009-05-14Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe...Filippos Karapetis
2009-05-14- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flagFilippos Karapetis
2009-05-14- Removed SCI_VERSION_FTU_NEW_GETTIMEFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis