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
/
kevent.cpp
Age
Commit message (
Expand
)
Author
2009-06-07
Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...
Filippos Karapetis
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-04
SCI: Renamed EngineState::flags and version to _flags and _version (following...
Max Horn
2009-06-04
SCI: Renamed various debug related global variables to have a g_ prefix; and ...
Max Horn
2009-06-03
- Moved the engine state and the console to be private members of SciEngine
Filippos Karapetis
2009-06-03
- Sorted the console commands a bit more
Filippos Karapetis
2009-05-31
Removed script_error_flag and script_debug_flag, which were used to error out...
Filippos Karapetis
2009-05-30
Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...
Filippos Karapetis
2009-05-30
- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...
Filippos Karapetis
2009-05-30
Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...
Filippos Karapetis
2009-05-16
SCI: Turned some relatively harmless yet frequently occurring warnings into d...
Walter van Niftrik
2009-05-15
Simplified SCI versions to be SCI version generations, and fixed some game en...
Filippos Karapetis
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
2009-04-24
SCI: Turned GfxWidget::print function pointer into virtual method
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-26
cleanup
Max Horn
2009-02-25
Reverted my wrong commit #38870. Most of the key codes are handled by the eng...
Filippos Karapetis
2009-02-24
Replaced some of the internal SCI scan codes with the ones from ScummVM
Filippos Karapetis
2009-02-24
SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-20
Started conversion of debug messages and debug levels to the ScummVM equivale...
Filippos Karapetis
2009-02-19
formating
Paweł Kołodziejski
2009-02-17
point_t -> Common::Point
Filippos Karapetis
2009-02-17
Update headers. engine/
Eugene Sandulenko
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
- Remove some unneeded files
Eugene Sandulenko