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
/
cryolib.cpp
Age
Commit message (
Expand
)
Author
2017-01-25
CRYO: change some variables to boolean, some renaming
Strangerke
2017-01-25
CRYO: Remove CLFILE_MakeStruct and filespec_t
Strangerke
2017-01-25
CRYO: Remove two setPos functions
Strangerke
2017-01-25
CRYO: Remove unused function
Strangerke
2017-01-25
CRYO: Silent warning
Strangerke
2017-01-25
CRYO: remove some CryoLib functions, simplify some code
Strangerke
2017-01-25
CRYO: Change some int16 to boolean, use nullptr for pointers
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: Replace long with portable int32
Eugene Sandulenko
2017-01-25
CRYO: Fix warnings
Eugene Sandulenko
2017-01-25
CRYO: More renaming, get rid of CLMemory_Alloc and CLMemory_Free
Strangerke
2017-01-25
CRYO: Remove (partially unimplemented) caching code, remove some useless func...
Strangerke
2017-01-25
CRYO: Some renaming in cryolib
Strangerke
2017-01-25
CRYO: Some more renaming
Strangerke
2017-01-25
CRYO: Renaming, replace rect_t by Common::Rect
Strangerke
2017-01-25
CRYO: Some renaming, remove a couple of useless variables
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