218 Commits

Author SHA1 Message Date
Torbjörn Andersson
6cda47ca3d JANITORIAL: Remove superfluous semicolons 2017-04-18 06:49:14 +02:00
Strangerke
e4b7f699be CRYO: Fix crash when restarting the game 2017-02-27 00:59:17 +01:00
Willem Jan Palenstijn
a8cbc03acc CRYO: Improve macro safety 2017-02-26 22:45:03 +01:00
Eugene Sandulenko
2168ac1ef0 CRYO: Fix warning 2017-02-26 22:34:25 +01:00
Strangerke
e12a25cb75 CRYO: Improve syncTapePointers 2017-02-26 20:54:35 +01:00
Strangerke
32965e44e3 CRYO: Some renaming 2017-02-24 23:55:11 +01:00
Strangerke
e878332cc4 CRYO: Fix a bug in syncTapePointers 2017-02-21 00:44:38 +01:00
Strangerke
9f6ffed6ff CRYO: Rename sync functions 2017-02-19 21:34:19 +01:00
Strangerke
6c4635ac7d CRYO: Rewrite save/load game functions 2017-02-19 21:34:16 +01:00
Strangerke
70f1cd6efe CRYO: Remove some more dead code, remove _keyboardHeld 2017-02-12 18:10:25 +01:00
Strangerke
2adc84e728 CRYO: Some code simplification, remove dead code 2017-02-12 17:44:07 +01:00
Filippos Karapetis
a7d681764f CRYO: Merge spriteOnSubtitle() into drawSprite() 2017-02-12 00:54:39 +02:00
Filippos Karapetis
d3d5ff2a88 CRYO: Split graphics and resource-related functions into separate files 2017-02-12 00:54:39 +02:00
Filippos Karapetis
c40b74bb28 CRYO: Merge the two noclipax() methods and rename to drawSprite() 2017-02-12 00:54:38 +02:00
Filippos Karapetis
8eb38c0933 CRYO: Rename variables to conform to our code formatting guidelines 2017-02-11 21:53:10 +02:00
Filippos Karapetis
e95ed8eb90 CRYO: Clean up and document some variables 2017-02-11 21:51:36 +02:00
Filippos Karapetis
5d119b6038 CRYO: Add cryo.dat to all messages related to it 2017-02-11 20:48:52 +02:00
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
aa56958b8e CRYO: Add explicit sizes to some static data arrays
Makes it easier to move them to a data file
2017-02-10 10:12:06 +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 01e072fbbc1baaf8aaa48aba0842bf8977510b93.
2017-02-10 10:08:04 +02:00
Filippos Karapetis
3e4710bb20 Revert "CRYO: Use cryo.dat for all game versions"
This reverts commit 6ff7ef95d73c29051a675d03bdccd42f0a5a215b.
2017-02-10 10:07:51 +02:00
Filippos Karapetis
95feec2aa6 Revert "CRYO: Add explicit sizes to some static data arrays"
This reverts commit 2fd2eeed1c21047744c9d79b1283c52c009b5406.
2017-02-10 10:07:37 +02:00
Filippos Karapetis
2fd2eeed1c CRYO: Add explicit sizes to some static data arrays
Makes it easier to move them to a data file
2017-02-10 04:33:37 +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
Filippos Karapetis
fdc3baeeff CRYO: Move unrelated Common::File include out of platdefs.h 2017-02-10 04:33:35 +02:00
Filippos Karapetis
d895d23087 CRYO: Remove leftover example engine code 2017-02-10 04:33:34 +02:00
Filippos Karapetis
8eae295172 CRYO: Move readme.txt to wiki 2017-02-10 04:33:34 +02:00
Filippos Karapetis
0591689bc0 CRYO: Move gameflow.txt to wiki 2017-02-10 04:33:34 +02:00
Filippos Karapetis
c7b86856fa CRYO: Move bugs.txt to wiki 2017-02-10 04:33:33 +02:00
Filippos Karapetis
a331cea358 CRYO: Remove the unused ResourceManager class 2017-02-10 04:33:33 +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
46260fdf41 CRYO: Fix a GCC warning 2017-02-08 15:47:25 +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
472f8b2b00 CRYO: Remove SoundGroup (no longer used) 2017-02-02 00:49:11 +01:00
Strangerke
c8af2442b6 CRYO: Remove an empty function 2017-02-02 00:45:41 +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
dfa605b6b4 CRYO: Remove dead code 2017-02-02 00:21:51 +01:00