Strangerke
|
c8af2442b6
|
CRYO: Remove an empty function
|
2017-02-02 00:45:41 +01:00 |
|
Strangerke
|
6c139b7afb
|
CRYO: Remove double screen code (unused)
|
2017-02-02 00:31:48 +01:00 |
|
Strangerke
|
dfa605b6b4
|
CRYO: Remove dead code
|
2017-02-02 00:21:51 +01:00 |
|
Strangerke
|
fad3f324a8
|
CRYO: Remove a couple of unused class members
|
2017-01-29 23:29:01 +01:00 |
|
Retro-Junk
|
8b94ad15c0
|
CRYO: Fix palette during screen transitions
|
2017-01-25 22:42:23 +01:00 |
|
Strangerke
|
86b482012b
|
CRYO: Remove useless fields in HNM Header, some renaming
|
2017-01-25 22:42:21 +01:00 |
|
Strangerke
|
05833d27e3
|
CRYO: Remove some useless variables
|
2017-01-25 22:42:21 +01:00 |
|
Strangerke
|
e20f65e5ea
|
CRYO: Get rid of sound's locked and forcewait, remove some dead code, renaming
|
2017-01-25 22:42:21 +01:00 |
|
Strangerke
|
caec6a8de9
|
CRYO: Get rid of HnmContext, refactoring
|
2017-01-25 22:42:20 +01:00 |
|
Strangerke
|
d748674193
|
CRYO: Rename sound_t
|
2017-01-25 22:42:20 +01:00 |
|
Strangerke
|
b669a704e2
|
CRYO: rename SoundChannel, get rid of soundraw
|
2017-01-25 22:42:20 +01:00 |
|
Strangerke
|
c667702f2c
|
CRYO: Change soundchannel_t into a class
|
2017-01-25 22:42:20 +01:00 |
|
Strangerke
|
448fe6303b
|
CRYO: Fix conditional compilation related to endianness, some renaming
|
2017-01-25 22:42:19 +01:00 |
|
Strangerke
|
ff1f320980
|
CRYO: Move mouse and keyboard functions to CryoEngine, remove some useless functions
|
2017-01-25 22:42:19 +01:00 |
|
Strangerke
|
e76e4c8136
|
CRYO: Replace file_t by Common::File
|
2017-01-25 22:42:12 +01:00 |
|
Strangerke
|
7bf6e1e850
|
CRYO: Silent a warning, some renaming
|
2017-01-25 22:42:12 +01:00 |
|
Strangerke
|
3b379c1834
|
CRYO: Get rid of PLE32, start using MKTAG16
|
2017-01-25 22:42:11 +01:00 |
|
Strangerke
|
0c18e81ff2
|
CRYO: Get rid of PLE16
|
2017-01-25 22:42:11 +01:00 |
|
Strangerke
|
be3e748829
|
CRYO: Objectify View
|
2017-01-25 22:42:10 +01:00 |
|
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
|
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
|
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
|
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 |
|
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
|
6704ceebf2
|
CRYO: remove some CryoLib functions, simplify some code
Also, reduce the use of g_ed
|
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
|
399b1d8c8e
|
CRYO: Remove several useless CryoLib functions
|
2017-01-25 22:42:03 +01:00 |
|
Eugene Sandulenko
|
495d943d00
|
CRYO: Replace long with portable int32
|
2017-01-25 22:42:00 +01:00 |
|
Eugene Sandulenko
|
1843ac254d
|
CRYO: Fix warnings
|
2017-01-25 22:41:58 +01:00 |
|
Strangerke
|
2efacf0dfe
|
CRYO: More renaming, get rid of CLMemory_Alloc and CLMemory_Free
|
2017-01-25 22:41:58 +01:00 |
|
Strangerke
|
8c5b816841
|
CRYO: Remove (partially unimplemented) caching code, remove some useless functions, add back code erroneously removed in previous commit
|
2017-01-25 22:41:58 +01:00 |
|
Strangerke
|
ec7d67d5c3
|
CRYO: Remove CryoLib debugging functions
|
2017-01-25 22:41:57 +01:00 |
|
Strangerke
|
ed4167832c
|
CRYO: Some renaming in cryolib
|
2017-01-25 22:41:57 +01:00 |
|
Strangerke
|
1e430a26f5
|
CRYO: Some more renaming
|
2017-01-25 22:41:57 +01:00 |
|
Strangerke
|
2e8b3e9462
|
CRYO: Renaming, replace rect_t by Common::Rect
|
2017-01-25 22:41:56 +01:00 |
|
Strangerke
|
01f10cc4ee
|
CRYO: Some more renaming
|
2017-01-25 22:41:56 +01:00 |
|
Strangerke
|
f77429abcf
|
CRYO: Fix some compilation warnings, change some variables to boolean
|
2017-01-25 22:41:55 +01:00 |
|
Eugene Sandulenko
|
0fbe26e06a
|
CRYO: Use standard ScummVM types
|
2017-01-25 22:41:54 +01:00 |
|
Eugene Sandulenko
|
85ba17c475
|
CRYO: Added standard ScummVM headers
|
2017-01-25 22:41:54 +01:00 |
|
Eugene Sandulenko
|
ea01120013
|
CRYO: Refactor to avoid nested includes
|
2017-01-25 22:41:54 +01:00 |
|