231 Commits

Author SHA1 Message Date
Strangerke
1e3e2b992b CRYO: Fix regression, get rid of CLScreenView_CenterIn 2017-01-25 22:42:10 +01:00
Strangerke
f3bb961fec CRYO: Turn soundgroup_t into a class 2017-01-25 22:42:09 +01:00
Strangerke
878a3c8515 CRYO: Remove clhnm.cpp 2017-01-25 22:42:09 +01:00
Strangerke
c2deb3ee75 CRYO: Reduce some variable scopes 2017-01-25 22:42:09 +01:00
Strangerke
944524be92 CRYO: Some renaming 2017-01-25 22:42:09 +01:00
Strangerke
488e681e84 CRYO: Renaming in HnmPlayer, remove a couple of useless things 2017-01-25 22:42:09 +01:00
Strangerke
2b4b3a3daf CRYO: Move some more functions to HnmPlayer 2017-01-25 22:42:08 +01:00
Strangerke
9410c8563b CRYO: Some cleanup in HnmPlayer 2017-01-25 22:42:08 +01:00
Strangerke
61998c7a99 CRYO: Move some more functions to HnmPlayer 2017-01-25 22:42:08 +01:00
Strangerke
b735962436 CRYO: Move some functions from cryolib to HnmPlayer 2017-01-25 22:42:08 +01:00
Strangerke
899d22805f CRYO: minor polishing 2017-01-25 22:42:08 +01:00
Strangerke
d879ecdfb5 CRYO: Remove LempelZiv files 2017-01-25 22:42:07 +01:00
Strangerke
c62b719118 CRYO: Some more renaming and reducing of scope 2017-01-25 22:42:07 +01:00
Strangerke
1b34a02db7 CRYO: More cleaning and renaming 2017-01-25 22:42:07 +01:00
Eugene Sandulenko
df8f48b023 CRYO: Fix warnings 2017-01-25 22:42:07 +01:00
Eugene Sandulenko
31834c39fa CRYO: Rename class variables to avoid shadowing warnings 2017-01-25 22:42:07 +01:00
Strangerke
e9b577f871 CRYO: Reduce more variable scopes, some renaming 2017-01-25 22:42:06 +01:00
Strangerke
f86c12a323 CRYO: Reduce variable scopes, change the return type of a function 2017-01-25 22:42:06 +01:00
Strangerke
b54d76c41f CRYO: Some more cosmetic changes 2017-01-25 22:42:06 +01:00
Strangerke
86c3cc3b84 CRYO: Reduce some variable scopes, move some variables to boolean 2017-01-25 22:42:06 +01:00
Strangerke
0d094b7b7b CRYO: change some variables to boolean, some renaming 2017-01-25 22:42:06 +01:00
Strangerke
0c217c2e8c CRYO: Remove CLFILE_MakeStruct and filespec_t 2017-01-25 22:42:05 +01:00
Strangerke
bd9cabd2c9 CRYO: Remove two setPos functions 2017-01-25 22:42:05 +01:00
Strangerke
91de8658f5 CRYO: Remove unused function 2017-01-25 22:42:05 +01:00
Strangerke
38b676bc00 CRYO: Enforce the use of boolean values for _animateTalking
Also, remove a useless #if
2017-01-25 22:42:05 +01:00
Strangerke
4e8490fdb2 CRYO: Silent warning 2017-01-25 22:42:05 +01:00
Strangerke
ae4dd71f6d CRYO: Fix regression in previous commit 2017-01-25 22:42:04 +01:00
Strangerke
6704ceebf2 CRYO: remove some CryoLib functions, simplify some code
Also, reduce the use of g_ed
2017-01-25 22:42:04 +01:00
Retro-Junk
4cbea86922 CRYO: Fix PC cursor rotation and drawing 2017-01-25 22:42:04 +01:00
Strangerke
4aa4460bc1 CRYO: Change some int16 to boolean, use nullptr for pointers 2017-01-25 22:42:04 +01:00
Strangerke
acff7309a2 CRYO: Remove useless source file 2017-01-25 22:42:04 +01:00
Strangerke
82bbbe0f2d CRYO: Change some variables from Byte to Boolean 2017-01-25 22:42:03 +01:00
Strangerke
399b1d8c8e CRYO: Remove several useless CryoLib functions 2017-01-25 22:42:03 +01:00
Strangerke
5abf6770b7 CRYO: Remove monbreak(), reduce some more scopes 2017-01-25 22:42:03 +01:00
Strangerke
e0ad53224e CRYO: Simplify limitezonecurs 2017-01-25 22:42:03 +01:00
Strangerke
cb23ed0777 CRYO: Reduce some variable scopes 2017-01-25 22:42:03 +01:00
Strangerke
8ed2dbcee5 CRYO: Some renaming, reduce the scope of more variables 2017-01-25 22:42:02 +01:00
Strangerke
a032005efb CRYO: Reduce some variable scopes, remove some useless variables 2017-01-25 22:42:02 +01:00
Strangerke
f09d3a5873 CRYO: Lost Eden - Add detection for 2 PC DOS versions 2017-01-25 22:42:02 +01:00
Retro-Junk
4caa6541cd CRYO: Add sound.cpp to compilation 2017-01-25 22:42:02 +01:00
Retro-Junk
7e92fb0790 CRYO: Add sound playback 2017-01-25 22:42:02 +01:00
Retro-Junk
5616897f2a CRYO: Zeroize even more vars 2017-01-25 22:42:01 +01:00
Retro-Junk
054b5f0bd0 CRYO: Support PC demo and retail versions 2017-01-25 22:42:00 +01:00
Retro-Junk
19038b2bce CRYO: Initial work on DOS and Demo versions support 2017-01-25 22:42:00 +01:00
Eugene Sandulenko
9e7129f417 CRYO: Added isDemo() 2017-01-25 22:42:00 +01:00
Retro-Junk
85bc7f820f CRYO: Zero remaining engine variables 2017-01-25 22:42:00 +01:00
Eugene Sandulenko
495d943d00 CRYO: Replace long with portable int32 2017-01-25 22:42:00 +01:00
Retro-Junk
2c1ccf4769 CRYO: Fix smearing cursor 2017-01-25 22:41:59 +01:00
Retro-Junk
73df962b76 CRYO: Zeroize engine's variables 2017-01-25 22:41:59 +01:00
Eugene Sandulenko
65d1e8db1f CRYO: Fix detection entries 2017-01-25 22:41:59 +01:00