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
/
cruise
Age
Commit message (
Expand
)
Author
2009-03-07
Fixed some method parameters, changed the main loop to a method of the engine...
Paul Gilbert
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-03
Renamed parameter to silence warning.
Torbjörn Andersson
2009-03-03
Corrected click handling when a text message is displaying to properly dismis...
Paul Gilbert
2009-03-03
Changed the int16[5] array used in pathfinding to a structure with explicitly...
Paul Gilbert
2009-03-03
Formatting fixes
Paul Gilbert
2009-03-02
Bugfix for frequent freezes when doing actions - the main movement state swit...
Paul Gilbert
2009-03-02
Formatting fixes, and added extra constants and function name corrections
Paul Gilbert
2009-03-01
Added an explicit clearing of all animation fields for new animations - this ...
Paul Gilbert
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-03-01
Formatting fixes
Paul Gilbert
2009-03-01
Implemented proper support for the Pause 'p' key
Paul Gilbert
2009-03-01
Cleaned up parts of the font display system. Note: Cruise used two almost ide...
Paul Gilbert
2009-03-01
Moved mouse cursor definition data into staticres.cpp
Paul Gilbert
2009-02-19
Merged the contents of fontCharacterTable into staticres
Paul Gilbert
2009-02-19
Initial work on correct engine pausing
Paul Gilbert
2009-02-19
In progress work on cleaning up the font system - giving proper variable name...
Paul Gilbert
2009-02-19
Moved a set of static arrays into the staticres.cpp file
Paul Gilbert
2009-02-14
Changed the list of language dependant strings from being hard-coded to dynam...
Paul Gilbert
2009-02-11
Added debugger console
Paul Gilbert
2009-02-11
Removed deprecated method
Paul Gilbert
2009-02-10
Cleaned up the input loop, using ScummVM keycode constants and some newly def...
Paul Gilbert
2009-02-09
Changed the save/load process to use a common serialiser
Paul Gilbert
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-25
Introduced a static string list for language dependant strings, and changed t...
Paul Gilbert
2009-01-25
Minor cleanup and changed g_cruise to _vm for consistency
Paul Gilbert
2009-01-16
Fixed class indention
Max Horn
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2009-01-16
Mark cruise save/load code as not endian safe
Max Horn
2009-01-02
Add German, Italian and Spanish VGA versions of Cruise for a Corpse.
Travis Howell
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-25
Pushing down some header deps (on common/system.h, mostly)
Max Horn
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-09-21
Patch #2054467: CRUISE: 64bits fixes
Eugene Sandulenko
2008-09-08
Don't use fileName both as a structure and as a function parameter
Filippos Karapetis
2008-09-03
Silence MSVC warning about uninitialized variables
Filippos Karapetis
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-06-29
adding a fixme
Kostas Nakos
2008-06-03
Removed the now empty files stringSupport.cpp/.h
Filippos Karapetis
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-02-15
Merged lots of _mixer->isReady() warnings into a single one in Engine constru...
Max Horn
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
[next]