server/src/triggers
Enno Rehling 4e5f1d05ce Be very strict about C standards.
Compile with -std=c89 in gcc.
remove all // comments (they are nice, but unnecessary).
variables only declared at start of block.
various pedantery.
backwards compatible va_copy for pre-C99 gcc.
2017-02-18 21:15:14 +01:00
..
CMakeLists.txt delete unitmessage trigger, it is unused 2017-02-11 20:27:13 +01:00
changefaction.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
changefaction.h fix copyright notice 2015-01-30 22:10:29 +01:00
changerace.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
changerace.h declare struct before use 2016-11-18 11:11:21 +01:00
clonedied.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
clonedied.h fix copyright notice 2015-01-30 22:10:29 +01:00
createcurse.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
createcurse.h enable stricter conversion checking for gcc < 4.9, fix code 2015-05-15 20:35:36 +02:00
createunit.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
createunit.h eliminate config.h from triggers. 2016-11-23 17:52:57 +01:00
gate.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
gate.h fix indentation in every file 2015-01-30 20:37:14 +01:00
giveitem.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
giveitem.h fix copyright notice 2015-01-30 22:10:29 +01:00
killunit.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
killunit.h fix copyright notice 2015-01-30 22:10:29 +01:00
shock.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
shock.h fix copyright notice 2015-01-30 22:10:29 +01:00
shock.test.c new rule: call test_setup to begin test, test_cleanup at end. 2016-08-29 14:21:28 +01:00
timeout.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-10 16:31:05 +01:00
timeout.h fix copyright notice 2015-01-30 22:10:29 +01:00
triggers.c delete unitmessage trigger, it is unused 2017-02-11 20:27:13 +01:00
triggers.h fix copyright notice 2015-01-30 22:10:29 +01:00