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
/
game.cpp
Age
Commit message (
Expand
)
Author
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-23
Cleanup
Filippos Karapetis
2009-03-22
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-11
Fix heap corruption when assigning the save game directory
Filippos Karapetis
2009-03-10
String fragments support
Lars Skovlund
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...
Max Horn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-03-03
SCI1: Improved color mapping when drawing line/box/text. Text with transparen...
Greg Frieger
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
clean up some warnings
Andre Heider
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Remove empty include/ dir
Max Horn
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-27
SCI: Commited file handling revamp, work in progress
Max Horn
2009-02-26
- Removed engine/sys_strings.*
Filippos Karapetis
2009-02-26
start out with an empty array of file handles, so the Enginestates matches be...
Andre Heider
2009-02-26
reinit sfx in game_init() when it got deinitialized in game_exit(), this unmu...
Andre Heider
2009-02-25
reintroduce game_start_time (removed it in r38701), since the interpreter can...
Andre Heider
2009-02-24
bring back comments but as TODO comment
Paweł Kołodziejski
2009-02-24
remove code related __GNU__XX defines
Paweł Kołodziejski
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-23
SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored...
Max Horn
2009-02-23
SCI: Changed selector name table to a Common::StringList
Max Horn
2009-02-23
SCI: Simplified code for selector lookup map generation a bit; got rid of an ...
Max Horn
2009-02-22
SCI: Rewrite the way file handles are managed
Max Horn
2009-02-22
SCI: Moved the code which iterates over the current dir into a small class
Max Horn
2009-02-22
SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Tons of cleanup
Max Horn
2009-02-21
use OSystem::getMillis() for last_wait_time and get rid of game_start_time
Andre Heider
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
2009-02-21
Remove excess \n.
Travis Howell
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
Changed more messages to warnings/errors
Filippos Karapetis
2009-02-18
formating
Paweł Kołodziejski
2009-02-18
formating
Paweł Kołodziejski
2009-02-17
point_t -> Common::Point
Filippos Karapetis
[next]