server/src/kernel
Enno Rehling 54b5b09e15 Merge branch 'master' into develop
Conflicts:
	src/gmtool.c
	src/modules/autoseed.c
2017-08-18 20:31:14 +02:00
..
alliance.c BUG 2311: enforce all unit limits. 2017-03-11 20:30:17 +01:00
alliance.h BUG 2311: enforce all unit limits. 2017-03-11 20:30:17 +01:00
alliance.test.c BUG 2311: enforce all unit limits. 2017-03-11 20:30:17 +01:00
ally.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
ally.h
ally.test.c
build.c this test fails when btype->maxsize isn't used as a limit for building. 2017-07-17 14:01:08 +02:00
build.h XML construction elements never have a building. 2017-05-06 15:53:21 +02:00
build.test.c XML construction elements never have a building. 2017-05-06 15:53:21 +02:00
building.c BUG 2353: Segen der Erde produziert zu viel Silber 2017-08-06 18:52:59 +02:00
building.h remove btypr->name funcptr and btype->attribs. 2017-05-12 22:12:22 +02:00
building.test.c retrofit a test for buildingcapacity. 2017-07-17 12:39:41 +02:00
callbacks.c fix callbacks linkage for clang/mac 2017-05-02 15:10:43 +02:00
callbacks.h refactor resource callbacks into callbacks module 2017-05-09 08:18:20 +02:00
CMakeLists.txt fix callbacks linkage for clang/mac 2017-05-02 15:10:43 +02:00
command.c
command.h
command.test.c more stbool.h includes, MSVC has no unlink 2017-01-26 18:05:26 +01:00
config.c BUG 2333 NMR-Anzahl im WB falsch 2017-06-11 17:06:13 +02:00
config.h add a config_set_int convenience function. 2017-05-07 13:26:54 +02:00
config.test.c improve the mailcmd test 2017-06-11 17:13:31 +02:00
connection.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
connection.h kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
curse.c Merge branch 'master' into develop 2017-08-18 20:31:14 +02:00
curse.h Merge branch 'master' into develop 2017-08-18 20:31:14 +02:00
curse.test.c BUG 2356: add a failing test. 2017-08-18 19:36:17 +02:00
equipment.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
equipment.h rename create_equipment function 2017-01-26 18:06:48 +01:00
equipment.test.c eliminate spell->id. 2017-05-01 17:04:28 +02:00
faction.c Merge branch 'master' into develop 2017-08-18 20:31:14 +02:00
faction.h BUG 2256: kill the FFL_NEWID flag 2017-07-09 15:37:42 +02:00
faction.test.c BUG 2354: fix email validation. 2017-08-06 21:03:51 +02:00
group.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
group.h
group.test.c BENUTZE Muschel repariert. 2017-02-13 18:48:38 +01:00
item.c remove unused r->land->items list. 2017-05-09 18:49:10 +02:00
item.h WIP: reimplemented production modifiers. 2017-04-02 14:43:53 +02:00
item.test.c Merge branch 'master' into develop 2017-03-11 14:41:25 +01:00
jsonconf.c remove btypr->name funcptr and btype->attribs. 2017-05-12 22:12:22 +02:00
jsonconf.h
jsonconf.test.c consistently rename ec_flags constants (ECF_*) 2017-07-17 12:33:55 +02:00
messages.c cmistake no return value, no mistakes 2017-06-25 08:21:14 +02:00
messages.h cmistake no return value, no mistakes 2017-06-25 08:21:14 +02:00
messages.test.c also apply noerror rules to msg_feedback. 2017-03-25 11:36:29 +01:00
objtypes.h
order.c Getrennte Befehle fuer PFLANZE und ZUECHTE 2017-06-24 13:36:18 +02:00
order.h Neuer Befehlespräfix: ! zur Unterdrückung von Fehlern. 2017-03-25 11:18:48 +01:00
order.test.c Neuer Befehlespräfix: ! zur Unterdrückung von Fehlern. 2017-03-25 11:18:48 +01:00
pathfinder.c remove quicklist shim, use selist everywhere 2017-01-26 17:41:21 +01:00
pathfinder.h remove quicklist shim, use selist everywhere 2017-01-26 17:41:21 +01:00
plane.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
plane.h
plane.test.c
pool.c consistently rename ec_flags constants (ECF_*) 2017-07-17 12:33:55 +02:00
pool.h
pool.test.c
race.c entirely remove RC_SPELL 2017-05-24 08:52:19 +02:00
race.h consistently rename ec_flags constants (ECF_*) 2017-07-17 12:33:55 +02:00
race.test.c make item allow/deny XML easier to read, fix code 2017-03-03 09:56:27 +01:00
region.c cannot assert that free_unit has no faction (complicated reasons) 2017-06-04 14:35:15 +02:00
region.h Merge branch 'kill-rcspell' into feature/refactor-rcspell 2017-05-21 21:33:29 +02:00
region.test.c make region:set_resource do the right thing 2017-03-22 20:37:09 +01:00
render.h
resources.c refactor resource callbacks into callbacks module 2017-05-09 08:18:20 +02:00
resources.h refactor resource callbacks into callbacks module 2017-05-09 08:18:20 +02:00
rules.c use converter frm noxml branch 2017-02-26 15:30:58 +01:00
rules.h use converter frm noxml branch 2017-02-26 15:30:58 +01:00
save.c Merge branch 'master' into develop 2017-06-18 22:05:20 +02:00
save.h Be very strict about C standards. 2017-02-18 21:15:14 +01:00
save.test.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
ship.c BUG 2356: fix curse read/write 2017-08-18 19:39:33 +02:00
ship.h remove quicklist shim, use selist everywhere 2017-01-26 17:41:21 +01:00
ship.test.c BUG 2356: fix curse read/write 2017-08-18 19:39:33 +02:00
skills.c refactor for STUDYDAYS 2017-08-01 22:09:57 +02:00
skills.h refactor for STUDYDAYS 2017-08-01 22:09:57 +02:00
spell.c merge spell callback changes. 2017-05-01 19:13:40 +02:00
spell.h merge spell callback changes. 2017-05-01 19:13:40 +02:00
spell.test.c eliminate spell->id. 2017-05-01 17:04:28 +02:00
spellbook.c spellbooks should not use spellref, it's unnecessary. 2017-02-02 20:08:04 +01:00
spellbook.h spellbooks should not use spellref, it's unnecessary. 2017-02-02 20:08:04 +01:00
spellbook.test.c eliminate spell->id. 2017-05-01 17:04:28 +02:00
terrain.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
terrain.h
terrainid.h
types.h Merge branch 'kill-rcspell' into feature/refactor-rcspell 2017-05-21 21:33:29 +02:00
unit.c consistently rename ec_flags constants (ECF_*) 2017-07-17 12:33:55 +02:00
unit.h BUG 2343: fix clone_men (hitpoints), add test. 2017-06-25 14:07:50 +02:00
unit.test.c BUG 2343: fix clone_men (hitpoints), add test. 2017-06-25 14:07:50 +02:00
version.c starting a new release 2017-05-28 12:51:41 +02:00
version.h
xmlreader.c BUG 2350: read studyspeed correctly and fix orcs 2017-08-01 22:09:57 +02:00
xmlreader.h fix header missing a struct 2017-02-26 15:52:58 +01:00