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
/
defs.h
Age
Commit message (
Collapse
)
Author
2018-11-14
CRYO: Fix Comparison Always True Compiler Warnings.
D G Turner
These occurred while compiling in Raspberry Pi Raspbian latest and appear to be due to char being interpreted as unsigned by default, rather than signed in two data structures. Have replaced with explicit types to avoid this issue.
2017-02-11
CRYO: Rename variables to conform to our code formatting guidelines
Filippos Karapetis
2017-02-11
CRYO: Clean up and document some variables
Filippos Karapetis
2017-02-11
CRYO: Rename variables to conform to our formatting guidelines
Filippos Karapetis
2017-02-10
CRYO: Move all static data for Lost Eden to cryo.dat (2/2)
Filippos Karapetis
2017-01-25
CRYO: Fix regression in globals
Strangerke
2017-01-25
CRYO: move tab_2CB1E to EdenGame
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: Some renaming, move some static arrays to handleHNMSubtitles
Strangerke
2017-01-25
CRYO: Refactor projection
Strangerke
2017-01-25
CRYO: Rename cube code
Strangerke
2017-01-25
CRYO: More renaming, get rid of another GOTO
Strangerke
2017-01-25
CRYO: Some renaming
Strangerke
2017-01-25
CRYO: Remove some useless variables
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: rename more functions
Strangerke
2017-01-25
CRYO: More renaming
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: More renaming
Strangerke
2017-01-25
CRYO: Make more use of the PERSO enum, some renaming
Strangerke
2017-01-25
CRYO: Rework Citadel structure, some renaming
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: Rename unknown variables in global_t
Strangerke
2017-01-25
CRYO: Revert some order change in global_t, some renaming
Strangerke
2017-01-25
CRYO: Renaming
Strangerke
2017-01-25
CRYO: rewrite the loading of pak file header
Strangerke
2017-01-25
CRYO: Get rid of PLE16
Strangerke
2017-01-25
CRYO: More renaming
Strangerke
2017-01-25
CRYO: Renaming
Strangerke
2017-01-25
CRYO: Fix some more warnings
Strangerke
2017-01-25
CRYO: Reduce some variable scopes, silent several warnings
Strangerke
2017-01-25
CRYO: Silent some warnings
Strangerke
2017-01-25
CRYO: Move some functions from cryolib to HnmPlayer
Strangerke
2017-01-25
CRYO: Some more renaming and reducing of scope
Strangerke
2017-01-25
CRYO: change some variables to boolean, some renaming
Strangerke
2017-01-25
CRYO: Reduce some variable scopes
Strangerke
2017-01-25
CRYO: Support PC demo and retail versions
Retro-Junk
2017-01-25
CRYO: Replace long with portable int32
Eugene Sandulenko
2017-01-25
CRYO: More renaming
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: 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 warnings
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