.. |
CMakeLists.txt
|
…
|
|
alliance.c
|
…
|
|
alliance.h
|
…
|
|
alliance.test.c
|
remove a faction from its alliance when it is dead.
|
2015-06-21 17:49:22 +02:00 |
ally.c
|
…
|
|
ally.h
|
…
|
|
ally.test.c
|
…
|
|
build.c
|
eliminate more non-critical arguments.
|
2015-08-27 16:59:39 +02:00 |
build.h
|
eliminate more non-critical arguments.
|
2015-08-27 16:59:39 +02:00 |
build.test.c
|
…
|
|
building.c
|
…
|
|
building.h
|
…
|
|
building.test.c
|
…
|
|
calendar.c
|
…
|
|
calendar.h
|
…
|
|
command.c
|
…
|
|
command.h
|
…
|
|
config.c
|
suspect some submodule shenanigans
|
2015-08-20 16:26:32 +02:00 |
config.h
|
backfill missing tests for ally_cmd
|
2015-08-05 12:19:17 +02:00 |
config.test.c
|
…
|
|
connection.c
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
connection.h
|
…
|
|
curse.c
|
age_unit accidentally returned AT_AGE_REMOVE (caused by a recent change to curse_age)
|
2015-08-25 22:50:58 +02:00 |
curse.h
|
magicians can always identify their own curse-effects.
|
2015-08-07 15:52:10 +02:00 |
curse.test.c
|
…
|
|
equipment.c
|
…
|
|
equipment.h
|
…
|
|
equipment.test.c
|
…
|
|
faction.c
|
do not remove battles from dead faction before writing the report.
|
2015-08-16 12:06:05 +02:00 |
faction.h
|
cursed factions get to fight a wolfhowl if they attack (WIP)
|
2015-08-22 17:56:36 +02:00 |
faction.test.c
|
Merge branch 'master' into develop
|
2015-06-21 18:32:10 +02:00 |
group.c
|
…
|
|
group.h
|
…
|
|
group.test.c
|
…
|
|
item.c
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
item.h
|
…
|
|
item.test.c
|
…
|
|
jsonconf.c
|
enhanced ship speed for selected ships (currently none).
|
2015-08-07 12:51:20 +02:00 |
jsonconf.h
|
…
|
|
jsonconf.test.c
|
enhanced ship speed for selected ships (currently none).
|
2015-08-07 12:51:20 +02:00 |
messages.c
|
Merge region messages and individual messages before writing them into the report.
|
2015-08-16 11:30:44 +02:00 |
messages.h
|
backfill missing tests for herbsearch (alchemy).
|
2015-08-27 13:19:58 +02:00 |
messages.test.c
|
refactoring: rewrite tests to use test_find_messagetype instead of assert_messages.
|
2015-08-17 19:36:28 +02:00 |
objtypes.h
|
…
|
|
order.c
|
Merge pull request #7 from ennorehling/feature/bug-2101-study-teach-testing
|
2015-08-06 17:05:32 +02:00 |
order.h
|
repair update_long_order and K_DESTROY handling according to discussion in https://bugs.eressea.de/view.php?id=2080
|
2015-08-04 22:47:55 +02:00 |
order.test.c
|
…
|
|
pathfinder.c
|
…
|
|
pathfinder.h
|
…
|
|
plane.c
|
merge feature/test-cleanup
|
2015-07-01 21:24:44 +02:00 |
plane.h
|
…
|
|
pool.c
|
Bug 2115: fix cerrdor -> cerddor spelling errors.
|
2015-07-07 20:30:34 +02:00 |
pool.h
|
…
|
|
pool.test.c
|
…
|
|
race.c
|
bug 2069: not all E3 magic schools have a familiar.
|
2015-07-02 09:49:51 +02:00 |
race.h
|
Merge branch 'develop' into feature/bug-1588-magicpower-limit
|
2015-08-06 19:16:05 +02:00 |
race.test.c
|
…
|
|
region.c
|
move travelthru logic to a separate module. todo: split off the report writing from the collection of units.
|
2015-08-18 18:57:04 +02:00 |
region.h
|
move travelthru logic to a separate module. todo: split off the report writing from the collection of units.
|
2015-08-18 18:57:04 +02:00 |
render.h
|
…
|
|
resources.c
|
…
|
|
resources.h
|
…
|
|
save.c
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
save.h
|
…
|
|
save.test.c
|
…
|
|
ship.c
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
ship.h
|
get_captain is wrong, the rules say the captain is the FIRST unit in the ship, which I believe means ship_owner, not best skill.
|
2015-08-07 13:07:45 +02:00 |
ship.test.c
|
eliminate warning (unused variable)
|
2015-08-16 19:55:11 +02:00 |
skills.c
|
Add a message that contains the password in the first report, so Magellan can pick it up.
|
2015-08-15 20:25:36 +02:00 |
skills.h
|
…
|
|
spell.c
|
Bug 2115: fix cerrdor -> cerddor spelling errors.
|
2015-07-07 20:30:34 +02:00 |
spell.h
|
…
|
|
spell.test.c
|
…
|
|
spellbook.c
|
…
|
|
spellbook.h
|
…
|
|
spellbook.test.c
|
…
|
|
teleport.c
|
…
|
|
teleport.h
|
…
|
|
terrain.c
|
resize buffer in eval_command, it was too small for many commands.
|
2015-08-06 16:52:24 +02:00 |
terrain.h
|
…
|
|
terrainid.h
|
…
|
|
types.h
|
…
|
|
unit.c
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
unit.h
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
unit.test.c
|
fix last merge, signature of effskill changed
|
2015-08-29 15:00:59 +02:00 |
version.h
|
save the faction.max_spelllevel in the data file, do not recalculate it each time.
|
2015-08-19 19:43:47 +02:00 |
xmlreader.c
|
enhanced ship speed for selected ships (currently none).
|
2015-08-07 12:51:20 +02:00 |
xmlreader.h
|
…
|
|