Commit graph

156 commits

Author SHA1 Message Date
Filippos Karapetis
01e7b4edcf CRYO: Fix typos in some sizeof() values 2017-02-11 20:42:07 +02:00
Filippos Karapetis
deb0857f68 CRYO: Change the version of cryo.dat to be a 32-bit integer (2/2)
Though it's unlikely that we'll ever have that many changes, it's
better to provision for more space now, for versioning
2017-02-11 18:05:07 +02:00
Filippos Karapetis
24a4c231da CRYO: Rename variables to conform to our formatting guidelines 2017-02-11 17:20:54 +02:00
Filippos Karapetis
05c99c5b0d CRYO: Move more static data to cryo.dat (2/2) 2017-02-11 17:16:45 +02:00
Filippos Karapetis
fed7341481 CRYO: Use hardcoded values for structs instead of sizeof() 2017-02-11 17:10:26 +02:00
Filippos Karapetis
77f1194586 CRYO: Move all static data for Lost Eden to cryo.dat (2/2) 2017-02-10 11:51:58 +02:00
Filippos Karapetis
130dfccfc1 CRYO: Use cryo.dat for all game versions
All the static data will be eventually moved into this file
2017-02-10 10:12:05 +02:00
Filippos Karapetis
248e5d3c59 CRYO: Add handling for the cryo.dat aux data file 2017-02-10 10:12:05 +02:00
Filippos Karapetis
79e774b806 Revert "CRYO: Add handling for the cryo.dat aux data file"
This reverts commit 01e072fbbc.
2017-02-10 10:08:04 +02:00
Filippos Karapetis
3e4710bb20 Revert "CRYO: Use cryo.dat for all game versions"
This reverts commit 6ff7ef95d7.
2017-02-10 10:07:51 +02:00
Filippos Karapetis
6ff7ef95d7 CRYO: Use cryo.dat for all game versions
All the static data will be eventually moved into this file
2017-02-10 04:33:36 +02:00
Filippos Karapetis
01e072fbbc CRYO: Add handling for the cryo.dat aux data file 2017-02-10 04:33:36 +02:00
Strangerke
c2e0e001a7 CRYO: Fix some more GCC warnings 2017-02-08 16:30:52 +01:00
Strangerke
c55e8f9544 CRYO: Fix some shadowed member 2017-02-08 16:11:20 +01:00
Strangerke
18c1f2f6e4 CRYO: Fix several issues reported by coverity 2017-02-08 15:33:51 +01:00
Strangerke
de11872686 CRYO: Fix a null pointer 2017-02-06 00:04:49 +01:00
Strangerke
1ac6270531 CRYO: Remove some commented code 2017-02-02 23:31:50 +01:00
Strangerke
dec6b171a6 CRYO: Remove some obsolete TODOs 2017-02-02 23:28:19 +01:00
Strangerke
bf989df043 CRYO: Remove some dead code, small refactoring 2017-02-02 00:40:52 +01:00
Strangerke
6c139b7afb CRYO: Remove double screen code (unused) 2017-02-02 00:31:48 +01:00
Strangerke
fad3f324a8 CRYO: Remove a couple of unused class members 2017-01-29 23:29:01 +01:00
Eugene Sandulenko
47c44b4488 CRYO: Fix compilation 2017-01-25 22:42:27 +01:00
Strangerke
c4bec08886 CRYO: Remove last use of EDEN_DEBUG 2017-01-25 22:42:27 +01:00
Strangerke
46ead90784 CRYO: Move inventory debug hack to debugger 2017-01-25 22:42:27 +01:00
Strangerke
a8a142cfe4 CRYO: Introduce debugger, remove console initialisation 2017-01-25 22:42:27 +01:00
Retro-Junk
0e34cec17a CRYO: Fix out of bounds access in cursor save/restore 2017-01-25 22:42:26 +01:00
Strangerke
59212d9270 CRYO: Fix some warnings 2017-01-25 22:42:26 +01:00
Retro-Junk
aeeaf9b9e6 CRYO: Fix crash during PC intro video 2017-01-25 22:42:26 +01:00
Retro-Junk
cedce56c42 CRYO: Replace direct script globals access with a switch 2017-01-25 22:42:25 +01:00
Retro-Junk
9634091925 CRYO: Add sound playback to HNM files (buggy yet) 2017-01-25 22:42:25 +01:00
Strangerke
d23bb8860b CRYO: Fix regression in globals 2017-01-25 22:42:25 +01:00
Strangerke
b455532d34 CRYO: move tab_2CB1E to EdenGame 2017-01-25 22:42:25 +01:00
Strangerke
b163b8fdb9 CRYO: Some more renaming 2017-01-25 22:42:24 +01:00
Strangerke
3e07b86069 CRYO: Some more renaming 2017-01-25 22:42:24 +01:00
Strangerke
49b9ffa6ef CRYO: Some renaming, move some static arrays to handleHNMSubtitles 2017-01-25 22:42:24 +01:00
Strangerke
2b80514c0e CRYO: Refactor projection 2017-01-25 22:42:24 +01:00
Strangerke
77a79e8da3 CRYO: Split sinus and cosinus tables 2017-01-25 22:42:23 +01:00
Strangerke
1e7779edd3 CRYO: Rename cube code 2017-01-25 22:42:23 +01:00
Strangerke
e4555b86db CRYO: Fix renaming/translation error 2017-01-25 22:42:23 +01:00
Strangerke
6c8cd5dc4d CRYO: More renaming, get rid of another GOTO 2017-01-25 22:42:22 +01:00
Strangerke
9632149f62 CRYO: Some renaming 2017-01-25 22:42:22 +01:00
Strangerke
3ee08c1ac3 CRYO: get rid of 3 GOTOs 2017-01-25 22:42:22 +01:00
Strangerke
9c52ea3b26 CRYO: Remove a GOTO 2017-01-25 22:42:22 +01:00
Strangerke
3ad086ed70 CRYO: Some renaming 2017-01-25 22:42:22 +01:00
Strangerke
86b482012b CRYO: Remove useless fields in HNM Header, some renaming 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
ad0616688c CRYO: Some renaming in HnmPlayer, remove a couple of useless variables 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