aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_cryo
AgeCommit message (Collapse)Author
2019-06-22ALL: Fix -Wnewline-eof warningsCameron Cawley
2018-10-07DEVTOOLS: Fix Compiler Warnings in create_cryo tool.D G Turner
Have compared output dat files from the tool before and after this change and they are identical.
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2018-05-20JANITORIAL: Remove trailing whitespaceAdrian Frühwirth
2017-02-11CRYO: Fix typo in create_cryoFilippos Karapetis
2017-02-11CRYO: Add missing int32 typedef to create_cryoFilippos Karapetis
2017-02-11CRYO: Change the version of cryo.dat to be a 32-bit integer (1/2)Filippos Karapetis
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-11CRYO: Remove one more usage of sizeof()Filippos Karapetis
2017-02-11CRYO: Move more static data to cryo.dat (1/2)Filippos Karapetis
2017-02-11CRYO: Wrap enums around namespaces, to use EnumName::EnumValueFilippos Karapetis
2017-02-10CRYO: Move all static data for Lost Eden to cryo.dat (1/2)Filippos Karapetis
2017-02-10CRYO: Rename create_led_dat to create_cryo_datFilippos Karapetis
2017-02-10CRYO: Add ID and versioning to cryo.datFilippos Karapetis
2017-02-10Revert "CRYO: Add ID and versioning to cryo.dat"Filippos Karapetis
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2.
2017-02-10Revert "CRYO: Rename create_led_dat to create_cryo_dat"Filippos Karapetis
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491.
2017-02-10CRYO: Rename create_led_dat to create_cryo_datFilippos Karapetis
2017-02-10CRYO: Add ID and versioning to cryo.datFilippos Karapetis
2017-01-25DEVTOOLS: Added makefile for create_cryoEugene Sandulenko
2017-01-25DEVTOOLS: Added copyright headers to create_cryoEugene Sandulenko
2017-01-25JANITORIAL: Fix code formattingEugene Sandulenko
2017-01-25JANITORIAL: Fix line endingsEugene Sandulenko
2017-01-25DEVTOOLS: Fix create_led_dat compilationEugene Sandulenko
2017-01-25CRYO: Add data file generatorRetro-Junk