server/src
Enno Rehling a2a7bc5f61 add missing include 2019-08-01 23:11:52 +02:00
..
attributes Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
items Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
kernel merge conflict resolution MAXSCHOLARS 2019-07-30 11:18:09 +02:00
modules Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
races Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
spells Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
tools umlaut substitutions 2019-03-03 09:42:42 +01:00
triggers Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
util add missing include 2019-08-01 23:11:52 +02:00
.DS_Store missing include, do not use fset 2018-08-05 06:43:11 +02:00
CMakeLists.txt check MAX_ENTERTAINERS. 2019-07-29 23:53:59 +02:00
academy.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
academy.h autostudy continued (WIP) 2018-08-05 06:41:04 +02:00
academy.test.c
alchemy.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
alchemy.h rename potion: p14 to healing 2018-02-17 20:35:00 +01:00
alchemy.test.c Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
automate.c increase MAXSCHOLARS 2019-07-06 12:05:32 +02:00
automate.h more intelligent batching of automated students. 2019-06-26 21:31:47 +02:00
automate.test.c more intelligent batching of automated students. 2019-06-26 21:31:47 +02:00
battle.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
battle.h Bug 2569: Rostregen macht zu viele Waffen kaputt. 2019-03-31 21:03:31 +02:00
battle.test.c Bug 2569: Rostregen macht zu viele Waffen kaputt. 2019-03-31 21:03:31 +02:00
bind_building.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_building.h
bind_config.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_config.h
bind_eressea.c fix CID 189401 and 189402 2018-10-29 20:06:18 +01:00
bind_eressea.h
bind_faction.c allow setting password to null 2019-03-31 18:14:37 +02:00
bind_faction.h
bind_gmtool.c Newbie islands should not have volcano terrain. 2019-04-05 17:14:28 +02:00
bind_gmtool.h
bind_locale.c
bind_locale.h
bind_message.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_message.h
bind_monsters.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_order.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_order.h
bind_process.c iwyu 2018-11-17 22:16:27 +01:00
bind_process.h
bind_region.c Some tests for WORK and wages. 2019-03-03 09:41:15 +01:00
bind_region.h
bind_ship.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
bind_ship.h
bind_storage.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
bind_storage.h
bind_tolua.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_tolua.h
bind_unit.c delete intermittent test: ents have no special guarding powers. 2019-04-27 18:30:30 +02:00
bind_unit.h
bindings.c replace bsdstring in bufunit 2018-11-24 12:26:52 +01:00
bindings.h stop using sqlite for a player database 2018-01-26 17:56:30 +01:00
chaos.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
chaos.h BUG 2168: call sink_ship for ships that take too much damage. 2018-08-01 10:04:12 +02:00
checker.c PATH_MAX is just a stupid constant 2018-10-06 20:53:26 +02:00
config.pkg
config.pkg.c
console.c more iwyu warnings 2018-09-24 12:02:01 +02:00
console.h add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +01:00
contact.c bugfix: KONTAKTIERE ohne Parameter crasht. 2019-07-28 07:43:54 +02:00
contact.h New Syntax: CONTACT [UNIT|FACTION] ... 2018-11-04 18:07:42 +01:00
contact.test.c bugfix: KONTAKTIERE ohne Parameter crasht. 2019-07-28 07:43:54 +02:00
creport.c update to schema version 1 2019-04-23 13:19:14 +02:00
creport.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
creport.test.c simplicate the use of ally.c 2018-10-26 19:47:50 +02:00
direction.c fix source encodings, break umlauts, ASCII everywhere 2019-03-03 09:41:15 +01:00
direction.h refactor: extract cycle_route and test it (with PAUSE). 2018-04-22 11:02:05 +01:00
direction.test.c
donations.c code analysis scan. 2019-03-03 09:41:15 +01:00
donations.h
donations.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
economy.c simplify: WORK and ENTERTAIN use the same request array. 2019-07-30 11:13:25 +02:00
economy.h simplify: WORK and ENTERTAIN use the same request array. 2019-07-30 11:13:25 +02:00
economy.test.c check MAX_ENTERTAINERS. 2019-07-29 23:53:59 +02:00
eressea.c remove jsreport. 2019-03-03 09:39:52 +01:00
eressea.h Move the gamedb to a separate file. 2018-09-25 18:07:02 +02:00
eressea.pkg
eressea.pkg.c
exparse.c BUG 2504: skeletons can learn. 2019-03-03 09:42:42 +01:00
exparse.h add skeleton for expat suport 2018-04-24 21:50:49 +02:00
game.pkg
game.pkg.c
gamedb.c null pointer handling for strlcpy 2019-04-25 16:31:35 +02:00
gamedb.h bindings for gamedb_update, run after turn. 2018-09-25 20:39:43 +02:00
give.c limited-skill units are only transferred up to the limit. 2019-05-04 10:45:51 +02:00
give.h do not allow transfer of heros and limited units. 2019-05-01 20:46:26 +02:00
give.test.c Check that groups are cleared when units are transferred. 2019-03-03 09:41:15 +01:00
gmtool.c Newbie islands should not have volcano terrain. 2019-04-05 17:14:28 +02:00
gmtool.h gmtool can now select and highlight islands. 2018-10-30 20:11:35 +01:00
gmtool_structs.h compilation fix, disable catapult damage code. 2018-02-25 14:54:45 +01:00
guard.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
guard.h
guard.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
helpers.c bug 2463 fix xmastrees, fix get_key/set_key 2018-11-03 20:30:57 +01:00
helpers.h more iwyu warnings 2018-09-24 12:02:01 +02:00
inc
items.c umlaut substitutions 2019-03-03 09:42:42 +01:00
items.h refactor the resurrection code. There is more work to be done here, too much duplicaton between battle and volcano. 2018-02-15 21:05:11 +01:00
json.c
json.h
json.test.c missing nul-termination triggers valgrind. 2019-03-24 17:51:41 +01:00
jsonconf.c more allocation checks. 2019-03-03 09:41:15 +01:00
jsonconf.h jsonconf reads game rules outside of kernel, so move it out. 2018-01-14 17:50:54 +01:00
jsonconf.test.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
laws.c Bug 2594: KONTAKTIERE vor STIRB 2019-07-31 08:31:19 +02:00
laws.h Bug 2594: KONTAKTIERE vor STIRB 2019-07-31 08:31:19 +02:00
laws.test.c Bug 2596: Crash durch leeres Banner 2019-07-14 09:26:32 +02:00
lighthouse.c umlaut substitutions 2019-03-03 09:42:42 +01:00
lighthouse.h separate lighthouse_view_distance from lighthouse_range. 2018-07-18 20:49:17 +02:00
lighthouse.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
listbox.c help the VS heap profiler understand the code. 2018-10-22 21:51:11 +02:00
listbox.h
locale.pkg
locale.pkg.c
log.pkg
log.pkg.c
magic.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
magic.h fix_fam_spells happy case test (is familiar) 2019-05-19 15:14:01 +02:00
magic.test.c fix any migrants that have received aura. 2019-05-19 15:47:13 +02:00
main.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
market.c bug 2463 fix xmastrees, fix get_key/set_key 2018-11-03 20:30:57 +01:00
market.h
market.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
monsters.c Seaserpents are cannibals. 2019-07-28 18:41:26 +02:00
monsters.h refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
monsters.test.c BUG 2209: Monster, die attackieren, sollen sich in der selben Runde nicht auch noch bewegen. 2018-10-14 11:47:59 +02:00
morale.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
morale.h
move.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
move.h fix source encodings, break umlauts, ASCII everywhere 2019-03-03 09:41:15 +01:00
move.test.c New Syntax: CONTACT [UNIT|FACTION] ... 2018-11-04 18:07:42 +01:00
names.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
names.h
names.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
orderfile.c umlaut substitutions 2019-03-03 09:42:42 +01:00
orderfile.h readorders was deprecated and is now gone. 2019-03-03 09:41:15 +01:00
orderfile.test.c Bug 2525: fix default oder preservation. 2018-12-02 15:55:01 +01:00
piracy.c fix source encodings, break umlauts, ASCII everywhere 2019-03-03 09:41:15 +01:00
piracy.h
piracy.test.c Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
platform.h eliminate MAX/MIN macros completely 2019-03-03 09:42:41 +01:00
prefix.c more allocation checks. 2019-03-03 09:41:15 +01:00
prefix.h
prefix.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
process.pkg Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
process.pkg.c Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
randenc.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
randenc.h BUG 2440: the random encounters code was completely unused. 2018-05-13 16:15:22 +02:00
recruit.c check MAX_ENTERTAINERS. 2019-07-29 23:53:59 +02:00
recruit.h check MAX_ENTERTAINERS. 2019-07-29 23:53:59 +02:00
renumber.c more allocation checks. 2019-03-03 09:41:15 +01:00
renumber.h
renumber.test.c fix renumber parser crash 2018-11-25 09:26:24 +01:00
report.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
report.h start adding legacy tests for paragraph 2019-03-03 09:39:52 +01:00
report.test.c 2565 Leerzeile nach Helfe-Status. 2019-03-11 21:37:32 +01:00
reports.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
reports.h write a warning in the template about password replacement. 2019-03-03 09:41:53 +01:00
reports.test.c fix the new password test 2019-03-03 13:12:08 +01:00
settings.h refactor siege property w. getter/setter 2018-09-09 17:10:18 +02:00
settings.pkg
settings.pkg.c
skill.c cppcheck style warnings: reduce variable scope 2019-03-03 09:40:22 +01:00
skill.h Bug 2487: Fix LERNE AUTO translations 2018-09-09 15:13:20 +02:00
skill.test.c Bug 2487: Fix LERNE AUTO translations 2018-09-09 15:13:20 +02:00
spells.c Make the worst-case number of Golems look better. 2019-07-27 16:50:45 +02:00
spells.h iwyu 2018-05-18 02:35:11 +02:00
spells.test.c Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
spy.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
spy.h BUG 2168: call sink_ship for ships that take too much damage. 2018-08-01 10:04:12 +02:00
spy.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
steal.c simplify: WORK and ENTERTAIN use the same request array. 2019-07-30 11:13:25 +02:00
study.c merge conflict resolution MAXSCHOLARS 2019-07-30 11:18:09 +02:00
study.h Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
study.test.c BUG 2504: skeletons can learn. 2019-03-03 09:42:42 +01:00
summary.c use wint_t, not long. 2019-08-01 18:49:39 +02:00
summary.h make summary a little prettier. 2018-01-28 11:37:42 +01:00
summary.test.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
teleport.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
teleport.h
test_eressea.c extract contact logic to a module 2018-11-04 15:53:27 +01:00
tests.c more intelligent batching of automated students. 2019-06-26 21:31:47 +02:00
tests.h Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
tests.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
travelthru.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
travelthru.h
travelthru.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
upkeep.c asciification 2019-03-03 09:42:42 +01:00
upkeep.h
upkeep.test.c fix that catastrophic merge, make struct ally module-private 2018-10-26 21:49:58 +02:00
volcano.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
volcano.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
volcano.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
vortex.c review some flawfinder warnings 2019-03-03 09:41:53 +01:00
vortex.h
vortex.test.c
wormhole.c bug 2597 wormholes teleport more than one unit. 2019-07-28 22:32:08 +02:00
wormhole.h bug 2597 wormholes teleport more than one unit. 2019-07-28 22:32:08 +02:00
wormhole.test.c bug 2597 wormholes teleport more than one unit. 2019-07-28 22:32:08 +02:00