index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
engine
/
state.cpp
Age
Commit message (
Expand
)
Author
2009-08-17
SCI: Add autodetection for DoSound. Cleanup.
Walter van Niftrik
2009-08-15
SCI: Rename sci_version_t to SciVersion
Walter van Niftrik
2009-08-11
SCI: Added a crude speed throttler.
Walter van Niftrik
2009-08-10
SCI: Improved multilanguage support for SCI1 and SCI1.1.
Walter van Niftrik
2009-07-11
Moved the kernel and the vocabulary outside of the engine state (they're stat...
Filippos Karapetis
2009-07-08
Some cleanup for the script debugger code:
Filippos Karapetis
2009-06-24
SCI: Fix regression in r41833.
Walter van Niftrik
2009-06-24
SCI: Partial support for dual-language games.
Walter van Niftrik
2009-06-07
Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...
Filippos Karapetis
2009-06-04
oops
Max Horn
2009-06-04
SCI: Renamed EngineState::flags and version to _flags and _version (following...
Max Horn
2009-06-04
SCI: Added FIXME comment to not_register()
Max Horn
2009-06-02
Removed some unused variables from the engine state
Filippos Karapetis
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-05-31
SCI: Fixed loading; added 'const' keywords to several Vocabulary methods
Max Horn
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
More objectification of the Vocabulary functions
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 state
Filippos Karapetis
2009-05-29
- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...
Filippos Karapetis
2009-05-28
SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
Max Horn
2009-05-21
SCI: Removed the 'save_dir' gui hack
Max Horn
2009-05-20
SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...
Max Horn
2009-05-19
SCI: got rid of EngineState::savegame_version; some cleanup
Max Horn
2009-05-19
SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ...
Max Horn
2009-05-18
SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...
Max Horn
2009-05-18
SCI: cleanup
Max Horn
2009-05-14
- Removed SCI_VERSION_FTU_NEW_GETTIME
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
2009-05-10
SCI: Changed EngineState::pics to a Common::Array
Max Horn
2009-04-28
SCI: Renamed execution_stack -> _executionStack and turned it into a Common::...
Max Horn
2009-04-27
SCI: Turned classtable into a Common::Array<Class>
Max Horn
2009-04-27
SCI: Removed unused vars; doxygenified some comments; cleanup
Max Horn
2009-04-24
SCI: Store parse_tree_branch_t in a Common::Arraay
Max Horn
2009-04-22
SCI: Changed kfunct_table to a Common::Array
Max Horn
2009-04-22
SCI: Changed knames (kernel function name table) to Common::StringList
Max Horn
2009-03-24
SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>
Max Horn
2009-03-24
SCI: Turned synonyms list into a Common::List
Max Horn
2009-03-24
SCI: Changed some char* into Common::String
Max Horn
2009-03-24
SCI: C++ify menu code
Max Horn
2009-03-15
SCI: Rewrote the save/load code, see also patch #2687400.
Max Horn
2009-03-10
String fragments support
Lars Skovlund
2009-03-08
SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...
Max Horn
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn