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.h
Age
Commit message (
Expand
)
Author
2009-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Get rid of the not_register() hack
Max Horn
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-15
Removed some unused variables from the engine state
Filippos Karapetis
2009-09-06
SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int...
Max Horn
2009-09-04
Removed the animation_granularity variable from the engine state (it never ch...
Filippos Karapetis
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-30
SCI: Add SetCursor detection. Cleanup.
Walter van Niftrik
2009-08-25
When opening files, open the English language part of the filename. Fixes som...
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-17
SCI: Add autodetection for DoSound. Cleanup.
Walter van Niftrik
2009-08-17
- Simplified some functions to accept only the parts of the EngineState they ...
Filippos Karapetis
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
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-09
restAdjust should be a signed integer. Fixes crashes with SCI1 games that tak...
Filippos Karapetis
2009-07-08
Some cleanup for the script debugger code:
Filippos Karapetis
2009-06-24
SCI: Partial support for dual-language games.
Walter van Niftrik
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 the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...
Filippos Karapetis
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
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
Started 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 state
Filippos Karapetis
2009-05-29
SCI: Revised code for listing savegames
Max Horn
2009-05-29
- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...
Filippos Karapetis
2009-05-28
SCI: Fix potential dangling pointer more robustly,
Willem Jan Palenstijn
2009-05-28
SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
Max Horn
2009-05-26
SCI: Turned the global 'static MessageState state' variable into a member of ...
Max Horn
2009-05-21
SCI: Removed the 'save_dir' gui hack
Max Horn
2009-05-20
removed trailing whitespaces
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: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-18
SCI: cleanup
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-14
- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag
Filippos Karapetis
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-14
Removed the hack used to check for the existence of the CantBeHere() selector
Filippos Karapetis
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
[next]