.. |
CMakeLists.txt
|
fix anything that uses the calendar module. opps.
|
2015-09-12 12:54:49 +02:00 |
alliance.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
alliance.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
alliance.test.c
|
remove a faction from its alliance when it is dead.
|
2015-06-21 17:49:22 +02:00 |
ally.c
|
fix gcc build, ebable new test.
|
2014-10-31 16:51:57 +01:00 |
ally.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
ally.test.c
|
fix gcc build, ebable new test.
|
2014-10-31 16:51:57 +01:00 |
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
|
fix build_building tests, require an order argument.
|
2015-05-21 11:52:31 +02:00 |
building.c
|
building type construction is in bt_get_or_create, and only there.
|
2015-02-02 19:52:24 +01:00 |
building.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
building.test.c
|
constructor st_get_or_create sets ship_type to default values
|
2015-02-03 17:10:29 +01:00 |
command.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
command.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
config.c
|
add a unit test for add/free prefixes. fix bad free_prefixes call site.
|
2015-09-12 12:41:04 +02:00 |
config.h
|
configuration type-fixes: int to bool where appropriate (possibly incomplete)
|
2015-09-11 10:04:08 +02:00 |
config.test.c
|
add another failing unit test for bug 1685, closer to the core of the problem
|
2015-09-05 19:45:34 +02:00 |
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
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
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
|
memory error seems to be in test_write_flag (curse-hashing?), not in the new ones.
|
2015-09-09 11:22:35 +02:00 |
equipment.c
|
enable stricter conversion checking for gcc < 4.9, fix code
|
2015-05-15 20:35:36 +02:00 |
equipment.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
equipment.test.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
faction.c
|
refactor: add a faction_add_seen function that also updates [first, last) interval.
|
2015-09-09 11:08:33 +02:00 |
faction.h
|
increase the datatype for scores from int to long long
|
2015-09-06 19:04:04 +02:00 |
faction.test.c
|
Merge branch 'master' into develop
|
2015-06-21 18:32:10 +02:00 |
group.c
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
group.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
group.test.c
|
clean up data files after tests are finished.
|
2014-11-04 08:06:46 +01:00 |
item.c
|
completing the implementation of JSON terrains (WIP).
|
2015-09-11 12:12:53 +02:00 |
item.h
|
increase the datatype for scores from int to long long
|
2015-09-06 19:04:04 +02:00 |
item.test.c
|
Merge branch 'master' of github.com:eressea/server
|
2015-01-30 20:44:42 +01:00 |
jsonconf.c
|
implement JSON prefixes. fix free_prefixes not resetting size (TODO: quicklist).
|
2015-09-12 12:49:12 +02:00 |
jsonconf.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
jsonconf.test.c
|
add a (red) test for JSON prefixes.
|
2015-09-12 12:33:25 +02:00 |
messages.c
|
Backfill missing tests for Bug 1818. Actual bug appears to have been fixed some time ago.
|
2015-09-07 14:49:57 +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
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
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
|
fix build_building tests, require an order argument.
|
2015-05-21 11:52:31 +02:00 |
pathfinder.c
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
pathfinder.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
plane.c
|
merge feature/test-cleanup
|
2015-07-01 21:24:44 +02:00 |
plane.h
|
rename set_origin/get_origin into faction.c, remove argument from adjust_coordinates. add test for bug 2070.
|
2015-05-19 08:27:16 +02:00 |
pool.c
|
Bug 2115: fix cerrdor -> cerddor spelling errors.
|
2015-07-07 20:30:34 +02:00 |
pool.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
pool.test.c
|
fix escape_string mmeory corruption error.
|
2014-12-12 11:28:37 +01:00 |
race.c
|
refactoring: split out a module for race prefixes
|
2015-09-12 12:24:10 +02:00 |
race.h
|
refactoring: split out a module for race prefixes
|
2015-09-12 12:24:10 +02:00 |
race.test.c
|
set defaults in the race constructor, add test.
|
2015-01-15 17:17:58 +01:00 |
region.c
|
replace all of the E2 terrains with JSON data (no more XML!)
|
2015-09-11 22:11:59 +02:00 |
region.h
|
remove region.donations, replace with a global list.
|
2015-09-09 16:47:09 +02:00 |
render.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
resources.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
resources.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
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
|
press F3 to save game in editor.
|
2015-05-12 17:18:51 -07:00 |
save.test.c
|
press F3 to save game in editor.
|
2015-05-12 17:18:51 -07:00 |
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
|
fix -Wconversion in reports.c, json.c
|
2015-05-15 11:19:26 +02:00 |
spell.c
|
Bug 2115: fix cerrdor -> cerddor spelling errors.
|
2015-07-07 20:30:34 +02:00 |
spell.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
spell.test.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
spellbook.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
spellbook.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
spellbook.test.c
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
teleport.c
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
teleport.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
terrain.c
|
memory leak: properly free terrain_production objects
|
2015-09-11 12:17:35 +02:00 |
terrain.h
|
memory leak: properly free terrain_production objects
|
2015-09-11 12:17:35 +02:00 |
terrainid.h
|
Implement an optional JSON report writer. Currently writes readable maps for Tiled.
|
2015-03-29 14:03:56 +02:00 |
types.h
|
Implement an optional JSON report writer. Currently writes readable maps for Tiled.
|
2015-03-29 14:03:56 +02:00 |
unit.c
|
configuration type-fixes: int to bool where appropriate (possibly incomplete)
|
2015-09-11 10:04:08 +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
|
remove xmlreader code for prefixes
|
2015-09-12 13:40:10 +02:00 |
xmlreader.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |