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
/
cryo
/
eden.cpp
Age
Commit message (
Collapse
)
Author
2017-01-25
CRYO: Remove CLFILE_MakeStruct and filespec_t
Strangerke
2017-01-25
CRYO: Remove two setPos functions
Strangerke
2017-01-25
CRYO: Enforce the use of boolean values for _animateTalking
Strangerke
Also, remove a useless #if
2017-01-25
CRYO: Fix regression in previous commit
Strangerke
2017-01-25
CRYO: remove some CryoLib functions, simplify some code
Strangerke
Also, reduce the use of g_ed
2017-01-25
CRYO: Fix PC cursor rotation and drawing
Retro-Junk
2017-01-25
CRYO: Change some variables from Byte to Boolean
Strangerke
2017-01-25
CRYO: Remove several useless CryoLib functions
Strangerke
2017-01-25
CRYO: Remove monbreak(), reduce some more scopes
Strangerke
2017-01-25
CRYO: Simplify limitezonecurs
Strangerke
2017-01-25
CRYO: Reduce some variable scopes
Strangerke
2017-01-25
CRYO: Some renaming, reduce the scope of more variables
Strangerke
2017-01-25
CRYO: Reduce some variable scopes, remove some useless variables
Strangerke
2017-01-25
CRYO: Add sound playback
Retro-Junk
2017-01-25
CRYO: Zeroize even more vars
Retro-Junk
2017-01-25
CRYO: Support PC demo and retail versions
Retro-Junk
2017-01-25
CRYO: Initial work on DOS and Demo versions support
Retro-Junk
2017-01-25
CRYO: Zero remaining engine variables
Retro-Junk
2017-01-25
CRYO: Replace long with portable int32
Eugene Sandulenko
2017-01-25
CRYO: Fix smearing cursor
Retro-Junk
2017-01-25
CRYO: Zeroize engine's variables
Retro-Junk
2017-01-25
CRYO: C++-ify some code
Eugene Sandulenko
2017-01-25
CRYO: Fix warnings
Eugene Sandulenko
2017-01-25
CRYO: More renaming
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: More renaming, get rid of CLMemory_Alloc and CLMemory_Free
Strangerke
2017-01-25
CRYO: Some renaming in cryolib
Strangerke
2017-01-25
CRYO: More renaming
Strangerke
2017-01-25
CRYO: Simplify some code using rect
Strangerke
2017-01-25
CRYO: Renaming, replace rect_t by Common::Rect
Strangerke
2017-01-25
CRYO: Some renaming
Strangerke
2017-01-25
CRYO: Simplify loadFile, some renaming and variable type changes
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: Some renaming
Strangerke
2017-01-25
CRYO: Silent some compilation warnings
Strangerke
2017-01-25
CRYO: Fix some compilation warnings, change some variables to boolean
Strangerke
2017-01-25
CRYO: Some renaming, remove a couple of useless variables
Strangerke
2017-01-25
CRYO: Introduction Direction, fix some warnings using it
Strangerke
2017-01-25
CRYO: Use standard ScummVM types
Eugene Sandulenko
2017-01-25
CRYO: Added standard ScummVM headers
Eugene Sandulenko
2017-01-25
CRYO: Refactor to avoid nested includes
Eugene Sandulenko
2017-01-25
CRYO: Fix line endings
Eugene Sandulenko
2017-01-25
CRYO: Fix warnings
Eugene Sandulenko
2017-01-25
CRYO: Prettify code with AStyle
Retro-Junk
2017-01-25
CRYO: Lost Eden game engine initial commit
Retro-Junk