Commit graph

21 commits

Author SHA1 Message Date
Paweł Kołodziejski
e2f4f0e15b DEVTOOLS: Avoid global constructor 2022-01-01 16:28:11 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
62797daf3c DEVTOOLS: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh
2e68b4ffdc JANITORIAL: Use override
Using clang-tidy modernize-use-override
2021-11-14 02:59:23 +02: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
D G Turner
fab8fd2685 DEVTOOLS: Add Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-06 06:21:55 +01:00
johndoe123
9759b3481d DEVTOOLS: Skip adding duplicate items in create_neverhood
Some sub rectangles point to the same message list, these are now saved only once instead of several times.
2014-06-06 09:59:40 +02:00
Johannes Schickel
e96900aec3 DEVTOOLS: Make GPL headers consistent in themselves. 2014-02-18 02:39:33 +01:00
Eugene Sandulenko
ca5804a253 DEVTOOLS: Make Coverity happy.
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
2013-09-27 12:28:25 +03:00
Sven Hesse
989ea7cb56 JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
johndoe123
36a88d2f72 NEVERHOOD: Check that the supplied nhc.exe is the correct one 2013-06-10 12:01:37 +02:00
johndoe123
8d5a4f736e NEVERHOOD: Add tables for new scenes in Module2700 2013-05-08 20:47:36 +02:00
johndoe123
31b3dec8c9 NEVERHOOD: More tables for Module2700 2013-05-08 20:39:42 +02:00
johndoe123
ee1bf85456 NEVERHOOD: Add new SceneInfo2700 structure and some tables using it for Module2700 2013-05-08 20:39:42 +02:00
johndoe123
5214284271 NEVERHOOD: Add tables for Scene1302 2013-05-08 20:39:37 +02:00
johndoe123
28177361bf NEVERHOOD: Add Hall of Records tables
- Add tables for Scene2201
2013-05-08 20:39:35 +02:00
johndoe123
bc239b3fb1 NEVERHOOD: Restructure/redesign create_neverhood tool and made it more extensible for future game structures 2013-05-08 20:39:35 +02:00
johndoe123
78365121ea NEVERHOOD: Add NavigationLists in create_neverhood 2013-05-08 20:38:48 +02:00
johndoe123
b611b65bf4 NEVERHOOD: Change addHitRect to use an explicit count
- This is since the alignment stuff didn't work and it's not worth it to investigate
- Add possibility to write out hardcoded message lists instead of reading from the exe for special lists
2013-05-08 20:38:47 +02:00
johndoe123
78d632b0ed NEVERHOOD: Commit of create_neverhood and neverhood.dat 2013-05-08 20:38:39 +02:00