Commit Graph

28 Commits

Author SHA1 Message Date
Paweł Kołodziejski
d33c181d5f DEVTOOLS: Silence compiler warning 2022-01-01 16:47:12 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
0b2ae9fa5e DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack
Instead of having main=SDL_main defined by pkg-config/sdl2-config --cflags
and undefining it everywhere, strip it in its origin.
2021-08-03 07:35:15 +03:00
sluicebox
93eeffc84d JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
Cameron Cawley
6b669ae2fb DEVTOOLS: Fix compiling with MinGW 2020-09-06 19:26:20 +01:00
Cameron Cawley
d8248c14d6 ALL: Fix -Wnewline-eof warnings 2019-06-22 17:27:07 +01:00
D G Turner
cc2260d80d DEVTOOLS: Fix Compiler Warnings in create_cryo tool.
Have compared output dat files from the tool before and after this
change and they are identical.
2018-10-07 07:31:23 +01:00
Adrian Frühwirth
cee4d6b853 JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
Adrian Frühwirth
c7f3416daa JANITORIAL: Remove trailing whitespace 2018-05-20 23:40:20 +02:00
Filippos Karapetis
724730dbcc CRYO: Fix typo in create_cryo 2017-02-11 21:02:19 +02:00
Filippos Karapetis
fffe7c7867 CRYO: Add missing int32 typedef to create_cryo 2017-02-11 18:15:41 +02:00
Filippos Karapetis
fefad640cd CRYO: Change the version of cryo.dat to be a 32-bit integer (1/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:04:42 +02:00
Filippos Karapetis
a3f59d8433 CRYO: Remove one more usage of sizeof() 2017-02-11 18:02:47 +02:00
Filippos Karapetis
37c53cdf49 CRYO: Move more static data to cryo.dat (1/2) 2017-02-11 17:16:26 +02:00
Filippos Karapetis
6b2ac7c7af CRYO: Wrap enums around namespaces, to use EnumName::EnumValue 2017-02-11 16:34:47 +02:00
Filippos Karapetis
8ed8b3225f CRYO: Move all static data for Lost Eden to cryo.dat (1/2) 2017-02-10 11:41:50 +02:00
Filippos Karapetis
29616127b3 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis
c73270a3d3 CRYO: Add ID and versioning to cryo.dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis
8c7edfcc87 Revert "CRYO: Add ID and versioning to cryo.dat"
This reverts commit 4858b3fc58.
2017-02-10 10:09:36 +02:00
Filippos Karapetis
cbe576a4bc Revert "CRYO: Rename create_led_dat to create_cryo_dat"
This reverts commit 1db02c7bd8.
2017-02-10 10:09:23 +02:00
Filippos Karapetis
1db02c7bd8 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 04:33:36 +02:00
Filippos Karapetis
4858b3fc58 CRYO: Add ID and versioning to cryo.dat 2017-02-10 04:33:35 +02:00
Eugene Sandulenko
1e77941a35 DEVTOOLS: Added makefile for create_cryo 2017-01-25 22:46:11 +01:00
Eugene Sandulenko
8f7c4fa8a5 DEVTOOLS: Added copyright headers to create_cryo 2017-01-25 22:42:28 +01:00
Eugene Sandulenko
577bae3f3d JANITORIAL: Fix code formatting 2017-01-25 22:42:01 +01:00
Eugene Sandulenko
afd6e5dea5 JANITORIAL: Fix line endings 2017-01-25 22:42:01 +01:00
Eugene Sandulenko
5bc0695ce3 DEVTOOLS: Fix create_led_dat compilation 2017-01-25 22:42:01 +01:00
Retro-Junk
d87f5e176e CRYO: Add data file generator 2017-01-25 22:42:01 +01:00