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.h
Age
Commit message (
Collapse
)
Author
2017-02-02
CRYO: Remove an empty function
Strangerke
2017-02-02
CRYO: Remove double screen code (unused)
Strangerke
2017-02-02
CRYO: Remove dead code
Strangerke
2017-01-29
CRYO: Remove a couple of unused class members
Strangerke
2017-01-25
CRYO: Fix palette during screen transitions
Retro-Junk
2017-01-25
CRYO: Remove useless fields in HNM Header, some renaming
Strangerke
2017-01-25
CRYO: Remove some useless variables
Strangerke
2017-01-25
CRYO: Get rid of sound's locked and forcewait, remove some dead code, renaming
Strangerke
2017-01-25
CRYO: Get rid of HnmContext, refactoring
Strangerke
2017-01-25
CRYO: Rename sound_t
Strangerke
2017-01-25
CRYO: rename SoundChannel, get rid of soundraw
Strangerke
2017-01-25
CRYO: Change soundchannel_t into a class
Strangerke
2017-01-25
CRYO: Fix conditional compilation related to endianness, some renaming
Strangerke
2017-01-25
CRYO: Move mouse and keyboard functions to CryoEngine, remove some useless ↵
Strangerke
functions
2017-01-25
CRYO: Replace file_t by Common::File
Strangerke
2017-01-25
CRYO: Silent a warning, some renaming
Strangerke
2017-01-25
CRYO: Get rid of PLE32, start using MKTAG16
Strangerke
2017-01-25
CRYO: Get rid of PLE16
Strangerke
2017-01-25
CRYO: Objectify View
Strangerke
2017-01-25
CRYO: Fix regression, get rid of CLScreenView_CenterIn
Strangerke
2017-01-25
CRYO: Turn soundgroup_t into a class
Strangerke
2017-01-25
CRYO: Remove clhnm.cpp
Strangerke
2017-01-25
CRYO: Some renaming
Strangerke
2017-01-25
CRYO: Renaming in HnmPlayer, remove a couple of useless things
Strangerke
2017-01-25
CRYO: Move some more functions to HnmPlayer
Strangerke
2017-01-25
CRYO: Move some more functions to HnmPlayer
Strangerke
2017-01-25
CRYO: Move some functions from cryolib to HnmPlayer
Strangerke
2017-01-25
CRYO: minor polishing
Strangerke
2017-01-25
CRYO: Some more renaming and reducing of scope
Strangerke
2017-01-25
CRYO: More cleaning and renaming
Strangerke
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: remove some CryoLib functions, simplify some code
Strangerke
Also, reduce the use of g_ed
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: 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 ↵
Strangerke
functions, add back code erroneously removed in previous commit
2017-01-25
CRYO: Remove CryoLib debugging functions
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 more renaming
Strangerke
2017-01-25
CRYO: Fix some compilation warnings, change some variables to boolean
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