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-10-28
Wrapped some more oldgui-specific code around INCLUDE_OLDGFX safeguards
Filippos Karapetis
2009-10-28
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...
Filippos Karapetis
2009-10-25
Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD.
Matthew Hoops
2009-10-18
SCI: Rename game_obj to _gameObj
Max Horn
2009-10-16
SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ...
Martin Kiewitz
2009-10-14
SCI: removed speed throttler (cause of kAnimate change)
Martin Kiewitz
2009-10-14
SCI: kAnimate now delays a bit if needed (fixes typing in intro of lsl5, kq6 ...
Martin Kiewitz
2009-10-12
Cleanup
Filippos Karapetis
2009-10-10
SCI: kMessage() rewrite
Walter van Niftrik
2009-10-09
Removed the unused _flags variable from EngineState
Filippos Karapetis
2009-10-09
Moved actor movement detection in state.cpp, together with the other detectio...
Filippos Karapetis
2009-10-09
Finished the automatic detection of the graphics functions used in SCI0 games...
Filippos Karapetis
2009-10-08
SCI: Removed obsolete stringfrags code
Max Horn
2009-10-08
Started rewriting the check for the graphics functions type (still not finis...
Filippos Karapetis
2009-10-08
Removed the unused game_time variable, and fixed the incorrect calculation of...
Filippos Karapetis
2009-10-07
- Cleaned up the cursor code
Filippos Karapetis
2009-10-05
- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...
Filippos Karapetis
2009-10-04
SCI: Really remove sci/gui/gui.h include from engine/state.h
Max Horn
2009-10-04
SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...
Max Horn
2009-10-04
SCI: Rename EngineState::segMan to _segMan
Max Horn
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn
2009-09-30
- Moved the list of synonyms and parser nodes inside the vocabulary class
Filippos Karapetis
2009-09-25
SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...
Max Horn
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
[prev]
[next]