aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.cpp
AgeCommit message (Expand)Author
2019-05-27CRYO: Fix MSVC warningsFilippos Karapetis
2018-07-29CRYO: Fix Debug Statement Format String Compiler Warnings.D G Turner
2018-05-01CRYO: Push down the AD includesBastien Bouclet
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-01-12CRYO: Stop packing struct containing pointersColin Snover
2017-02-27CRYO: Fix crash when restarting the gameStrangerke
2017-02-26CRYO: Improve macro safetyWillem Jan Palenstijn
2017-02-26CRYO: Fix warningEugene Sandulenko
2017-02-26CRYO: Improve syncTapePointersStrangerke
2017-02-24CRYO: Some renamingStrangerke
2017-02-21CRYO: Fix a bug in syncTapePointersStrangerke
2017-02-19CRYO: Rename sync functionsStrangerke
2017-02-19CRYO: Rewrite save/load game functionsStrangerke
2017-02-12CRYO: Remove some more dead code, remove _keyboardHeldStrangerke
2017-02-12CRYO: Some code simplification, remove dead codeStrangerke
2017-02-12CRYO: Merge spriteOnSubtitle() into drawSprite()Filippos Karapetis
2017-02-12CRYO: Split graphics and resource-related functions into separate filesFilippos Karapetis
2017-02-12CRYO: Merge the two noclipax() methods and rename to drawSprite()Filippos Karapetis
2017-02-11CRYO: Rename variables to conform to our code formatting guidelinesFilippos Karapetis
2017-02-11CRYO: Clean up and document some variablesFilippos Karapetis
2017-02-11CRYO: Add cryo.dat to all messages related to itFilippos Karapetis
2017-02-11CRYO: Fix typos in some sizeof() valuesFilippos Karapetis
2017-02-11CRYO: Change the version of cryo.dat to be a 32-bit integer (2/2)Filippos Karapetis
2017-02-11CRYO: Rename variables to conform to our formatting guidelinesFilippos Karapetis
2017-02-11CRYO: Move more static data to cryo.dat (2/2)Filippos Karapetis
2017-02-11CRYO: Use hardcoded values for structs instead of sizeof()Filippos Karapetis
2017-02-10CRYO: Move all static data for Lost Eden to cryo.dat (2/2)Filippos Karapetis
2017-02-10CRYO: Use cryo.dat for all game versionsFilippos Karapetis
2017-02-10CRYO: Add handling for the cryo.dat aux data fileFilippos Karapetis
2017-02-10Revert "CRYO: Add handling for the cryo.dat aux data file"Filippos Karapetis
2017-02-10Revert "CRYO: Use cryo.dat for all game versions"Filippos Karapetis
2017-02-10CRYO: Use cryo.dat for all game versionsFilippos Karapetis
2017-02-10CRYO: Add handling for the cryo.dat aux data fileFilippos Karapetis
2017-02-08CRYO: Fix some more GCC warningsStrangerke
2017-02-08CRYO: Fix some shadowed memberStrangerke
2017-02-08CRYO: Fix several issues reported by coverityStrangerke
2017-02-06CRYO: Fix a null pointerStrangerke
2017-02-02CRYO: Remove some commented codeStrangerke
2017-02-02CRYO: Remove some obsolete TODOsStrangerke
2017-02-02CRYO: Remove some dead code, small refactoringStrangerke
2017-02-02CRYO: Remove double screen code (unused)Strangerke
2017-01-29CRYO: Remove a couple of unused class membersStrangerke
2017-01-25CRYO: Fix compilationEugene Sandulenko
2017-01-25CRYO: Remove last use of EDEN_DEBUGStrangerke
2017-01-25CRYO: Move inventory debug hack to debuggerStrangerke
2017-01-25CRYO: Introduce debugger, remove console initialisationStrangerke
2017-01-25CRYO: Fix out of bounds access in cursor save/restoreRetro-Junk
2017-01-25CRYO: Fix some warningsStrangerke
2017-01-25CRYO: Fix crash during PC intro videoRetro-Junk