.. |
attributes
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
items
|
cppcheck: DMAXHASH was unused.
|
2018-02-25 17:58:45 +01:00 |
kernel
|
monsters should not be anonymous.
|
2018-07-02 19:58:26 +02:00 |
modules
|
escaping a string for use in CR needs to only replace quotes and backslashes.
|
2018-05-21 13:27:02 +02:00 |
races
|
translate seed_%race% equipment from xml to lua.
|
2018-05-12 20:52:10 +02:00 |
spells
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
tools
|
…
|
|
triggers
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
util
|
replace bsdstring functions in cycle_route.
|
2018-05-27 20:31:36 +02:00 |
CMakeLists.txt
|
remove libxml2 from dependencies
|
2018-05-18 21:14:22 +02:00 |
academy.c
|
add a unit test for academy_can_teach.
|
2017-12-29 13:37:17 +01:00 |
academy.h
|
…
|
|
academy.test.c
|
add a unit test for academy_can_teach.
|
2017-12-29 13:37:17 +01:00 |
alchemy.c
|
remove P_POWER from use_potion
|
2018-02-17 19:02:02 +01:00 |
alchemy.h
|
rename potion: p14 to healing
|
2018-02-17 20:35:00 +01:00 |
alchemy.test.c
|
Default to reporting missing message types during tests as an error, grandfather in some tests with test_inject_messagetypes();
|
2018-01-14 17:08:46 +01:00 |
battle.c
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
battle.h
|
BUG 2346: extract a test for ship tactics bonus.
|
2018-05-03 23:00:28 +02:00 |
battle.test.c
|
BUG 2346: extract a test for ship tactics bonus.
|
2018-05-03 23:00:28 +02:00 |
bind_building.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_building.h
|
…
|
|
bind_config.c
|
cppcheck warnings for battle
|
2018-02-25 14:18:36 +01:00 |
bind_config.h
|
…
|
|
bind_eressea.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_eressea.h
|
…
|
|
bind_faction.c
|
stop reallocation spell parameters.
|
2018-05-06 15:49:34 +02:00 |
bind_faction.h
|
…
|
|
bind_gmtool.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_gmtool.h
|
…
|
|
bind_locale.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_locale.h
|
…
|
|
bind_message.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_message.h
|
…
|
|
bind_monsters.c
|
remove struct equipment from the code entirely.
|
2018-05-15 21:51:47 +02:00 |
bind_order.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_order.h
|
…
|
|
bind_process.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_process.h
|
…
|
|
bind_region.c
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
bind_region.h
|
…
|
|
bind_ship.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_ship.h
|
…
|
|
bind_storage.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_storage.h
|
…
|
|
bind_tolua.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
bind_tolua.h
|
…
|
|
bind_unit.c
|
create a lua module that can handle simple euipments.
|
2018-05-12 19:10:40 +02:00 |
bind_unit.h
|
…
|
|
bindings.c
|
remove libxml2 from dependencies
|
2018-05-18 21:14:22 +02:00 |
bindings.h
|
stop using sqlite for a player database
|
2018-01-26 17:56:30 +01:00 |
chaos.c
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
chaos.h
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
config.pkg
|
…
|
|
config.pkg.c
|
…
|
|
console.c
|
add a Readline module, fix detection, keep disabled for now
|
2018-02-25 16:36:45 +01:00 |
console.h
|
add a Readline module, fix detection, keep disabled for now
|
2018-02-25 16:36:45 +01:00 |
creport.c
|
escaping a string for use in CR needs to only replace quotes and backslashes.
|
2018-05-21 13:27:02 +02:00 |
creport.h
|
BUG 2415: eliminate at_potiondelay and WdL delay.
|
2018-02-15 20:25:58 +01:00 |
creport.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
direction.c
|
unit test ROUTE.
|
2017-12-11 16:24:06 +01:00 |
direction.h
|
refactor: extract cycle_route and test it (with PAUSE).
|
2018-04-22 11:02:05 +01:00 |
direction.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
donations.c
|
…
|
|
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
|
create a callback mechanism for equipment.
|
2018-05-11 21:30:26 +02:00 |
economy.h
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
economy.test.c
|
suppress those null-reference bugs in another way, maybe?
|
2018-05-19 21:01:10 +02:00 |
eressea.c
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
eressea.h
|
…
|
|
eressea.pkg
|
…
|
|
eressea.pkg.c
|
…
|
|
exparse.c
|
BUG 2448: Default-Attacken respektieren!
|
2018-06-11 21:36:59 +02:00 |
exparse.h
|
add skeleton for expat suport
|
2018-04-24 21:50:49 +02:00 |
game.pkg
|
…
|
|
game.pkg.c
|
…
|
|
give.c
|
merge conflict nightmare fix.
|
2018-02-25 20:49:33 +01:00 |
give.h
|
…
|
|
give.test.c
|
suppress those null-reference bugs in another way, maybe?
|
2018-05-19 21:01:10 +02:00 |
gmtool.c
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
gmtool.h
|
compilation fix, disable catapult damage code.
|
2018-02-25 14:54:45 +01:00 |
gmtool_structs.h
|
compilation fix, disable catapult damage code.
|
2018-02-25 14:54:45 +01:00 |
guard.c
|
BUG 2366: Fix cansee for seen_spell regions.
|
2017-10-10 20:24:20 +02:00 |
guard.h
|
…
|
|
guard.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
helpers.c
|
remove struct equipment from the code entirely.
|
2018-05-15 21:51:47 +02:00 |
helpers.h
|
…
|
|
inc
|
…
|
|
items.c
|
1. nrmessage is locale-independent, uses locale_getstring
|
2018-05-17 19:04:25 +02: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
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
json.h
|
…
|
|
json.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
jsonconf.c
|
remove libxml2 from dependencies
|
2018-05-18 21:14:22 +02: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
|
all kinds of race flag breakage repaired.
|
2018-05-10 22:00:23 +02:00 |
jsreport.c
|
cppcheck: DMAXHASH was unused.
|
2018-02-25 17:58:45 +01:00 |
jsreport.h
|
…
|
|
keyword.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
keyword.h
|
BUG: at_hate stores a unit, never an int.
|
2018-04-21 23:18:35 +01:00 |
keyword.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
laws.c
|
merge from develop
|
2018-05-15 21:59:01 +02:00 |
laws.h
|
stop reallocation spell parameters.
|
2018-05-06 15:49:34 +02:00 |
laws.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
lighthouse.c
|
do not use MIN and MAX.
|
2018-01-01 08:23:52 +01:00 |
lighthouse.h
|
…
|
|
lighthouse.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
listbox.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
listbox.h
|
…
|
|
locale.pkg
|
…
|
|
locale.pkg.c
|
…
|
|
log.pkg
|
…
|
|
log.pkg.c
|
…
|
|
magic.c
|
merge from develop
|
2018-05-15 21:59:01 +02:00 |
magic.h
|
parse spell components.
|
2018-05-08 23:06:33 +02:00 |
magic.test.c
|
remove struct equipment from the code entirely.
|
2018-05-15 21:51:47 +02:00 |
main.c
|
fix sigaction code for macos
|
2018-03-16 16:21:33 +01:00 |
market.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +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
|
monsters should not be anonymous.
|
2018-07-02 19:58:26 +02:00 |
monsters.h
|
refactor monster movement planning, test at_hate.
|
2018-04-22 18:04:09 +01:00 |
monsters.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
morale.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
morale.h
|
…
|
|
move.c
|
eliminate bsdstring.h usage
|
2018-06-03 05:42:09 +02:00 |
move.h
|
refactor monster movement planning, test at_hate.
|
2018-04-22 18:04:09 +01:00 |
move.test.c
|
replace bsdstring functions in cycle_route.
|
2018-05-27 20:31:36 +02:00 |
names.c
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01: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
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
orderfile.h
|
some examples for how the new orderfile logic can be used to write unit tests.
|
2017-10-07 20:17:04 +02:00 |
orderfile.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
piracy.c
|
cppcheck: variable scopes, etc.
|
2018-02-11 15:57:31 +01:00 |
piracy.h
|
…
|
|
piracy.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
platform.h
|
move va_copy macro closer to where it is used.
|
2017-12-29 17:00:16 +01:00 |
prefix.c
|
cppcheck: variable scopes, etc.
|
2018-02-11 15:57:31 +01:00 |
prefix.h
|
…
|
|
prefix.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
process.pkg
|
…
|
|
process.pkg.c
|
…
|
|
randenc.c
|
mac build fix, dragon spoils equipment in Lua
|
2018-05-14 04:42:59 +02:00 |
randenc.h
|
BUG 2440: the random encounters code was completely unused.
|
2018-05-13 16:15:22 +02:00 |
renumber.c
|
findunitg was deprecated.
|
2018-02-25 18:35:40 +01:00 |
renumber.h
|
…
|
|
renumber.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
report.c
|
Merge branch 'master'
|
2018-06-24 20:36:32 +02:00 |
report.h
|
spell_syntax without bsdstring, better tests.
|
2018-06-03 13:29:54 +02:00 |
report.test.c
|
spell_syntax without bsdstring, better tests.
|
2018-06-03 13:29:54 +02:00 |
reports.c
|
BUG 2447: PArtei fehlt im Kampfreport.
|
2018-06-18 20:33:28 +02:00 |
reports.h
|
BUG 2425: lighthouses can see units.
|
2018-03-11 14:40:38 +01:00 |
reports.test.c
|
BUG 2425: lighthouses can see units.
|
2018-03-11 14:40:38 +01:00 |
settings.h
|
BUG 2440: the random encounters code was completely unused.
|
2018-05-13 16:15:22 +02:00 |
settings.pkg
|
…
|
|
settings.pkg.c
|
…
|
|
skill.c
|
…
|
|
skill.h
|
BUG: at_hate stores a unit, never an int.
|
2018-04-21 23:18:35 +01:00 |
skill.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
spells.c
|
remove libxml2 from dependencies
|
2018-05-18 21:14:22 +02:00 |
spells.h
|
iwyu
|
2018-05-18 02:35:11 +02:00 |
spells.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
spy.c
|
Passing NULL after the last typed argument to a variadic function leads to undefined behaviour.
|
2018-02-25 18:14:48 +01:00 |
spy.h
|
…
|
|
spy.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
steal.c
|
findunitg was deprecated.
|
2018-02-25 18:35:40 +01:00 |
study.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
study.h
|
remove obsolete defines.
|
2017-12-09 16:53:36 +01:00 |
study.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
summary.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01: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
|
create a callback mechanism for equipment.
|
2018-05-11 21:30:26 +02:00 |
teleport.h
|
BUG 2366: add a test to verify that view_reality sets an observer.
|
2017-10-10 18:45:44 +02:00 |
test_eressea.c
|
begin adding tests for skills.
|
2018-01-21 11:03:49 +01:00 |
tests.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
tests.h
|
cppcheck niggles.
|
2018-05-18 15:34:21 +02:00 |
tests.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
travelthru.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
travelthru.h
|
…
|
|
travelthru.test.c
|
Replace 0 with NULL (consistency is good).
|
2018-01-14 09:58:45 +01:00 |
upkeep.c
|
start removing dependencies on potion_type.
|
2018-01-14 17:40:48 +01:00 |
upkeep.h
|
…
|
|
upkeep.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
volcano.c
|
BUG 2419: fix and speed up volcano-survival through potions.
|
2018-02-16 20:06:36 +01:00 |
volcano.h
|
BUG 2415: eliminate at_potiondelay and WdL delay.
|
2018-02-15 20:25:58 +01:00 |
volcano.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
vortex.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
vortex.h
|
leak: free special directions.
|
2017-08-25 08:52:15 +02:00 |
vortex.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
wormhole.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
wormhole.h
|
…
|
|
wormhole.test.c
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |