.. |
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
|
refactor: separate building_is_active from inside_building
|
2015-11-02 14:18:50 +01:00 |
build.h
|
free multi-level construction correctly, avoid duplication
|
2015-10-13 22:56:16 +02:00 |
build.test.c
|
leak: teardown build tests, free construction data
|
2015-10-13 23:09:50 +02:00 |
building.c
|
cleanup: functions do not need to be dereferenced with an & in C.
|
2015-11-03 13:30:34 +01:00 |
building.h
|
refactor: separate building_is_active from inside_building
|
2015-11-02 14:18:50 +01:00 |
building.test.c
|
testin building_is_active
|
2015-11-02 15:06:30 +01:00 |
CMakeLists.txt
|
fix anything that uses the calendar module. opps.
|
2015-09-12 12:54:49 +02: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
|
cleanup: functions do not need to be dereferenced with an & in C.
|
2015-11-03 13:30:34 +01:00 |
config.h
|
add missing guard.h include everywhere, remove duplicate prototypes from config.h
|
2015-09-12 23:41:37 +02:00 |
config.test.c
|
memory leak: free params after test
|
2015-10-14 12:01:33 +02:00 |
connection.c
|
CID 22509: Dereference null return value (NULL_RETURNS)
|
2015-10-30 12:57:07 +01:00 |
connection.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
curse.c
|
always use a macro, not magical constants
|
2015-10-15 08:40:52 +02:00 |
curse.h
|
minor leak: release memory held by curse_type structures
|
2015-10-15 08:38:43 +02:00 |
curse.test.c
|
leak: do not create new message_type objects in test_cleanup
|
2015-10-15 08:29:20 +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
|
CID 22464 Division or modulo by zero
|
2015-11-03 23:14:06 +01: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
|
extensive tests for armor calculation
|
2015-11-03 18:59:09 +01:00 |
item.h
|
memory leak: free weapon data
|
2015-10-13 22:27:43 +02:00 |
item.test.c
|
Merge branch 'master' of github.com:eressea/server
|
2015-01-30 20:44:42 +01:00 |
jsonconf.c
|
CID 22500 Argument cannot be negative
|
2015-11-04 12:29:51 +01:00 |
jsonconf.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |
jsonconf.test.c
|
prevent memory leak of cJSON structures in tests
|
2015-10-13 21:21:31 +02:00 |
messages.c
|
leak: do not create new message_type objects in test_cleanup
|
2015-10-15 08:29:20 +02:00 |
messages.h
|
refactor free_messagelist, fix leak in test_merge_split
|
2015-10-14 14:08:50 +02:00 |
messages.test.c
|
correctly release messages created in test_merge_split
|
2015-10-14 20:21:38 +02:00 |
objtypes.h
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
order.c
|
fixed a crash
|
2015-10-14 22:06:40 +02:00 |
order.h
|
leak: free per-locale cached order data (has additional refcount)
|
2015-10-13 23:25:44 +02:00 |
order.test.c
|
call free_order for each remaining reference
|
2015-10-14 20:56:09 +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
|
leaks: call cleanup, free triggers
|
2015-10-14 20:29:07 +02:00 |
race.c
|
CID 22474 Evaluation order violation
|
2015-11-03 23:19:35 +01: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
|
coverity CID 22593: write to pointer after free
|
2015-10-29 11:17:31 +01:00 |
region.h
|
coverity CID 22593: write to pointer after free
|
2015-10-29 11:17:31 +01: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
|
Merge branch 'coverity-scan' of https://github.com/ennorehling/eressea into ennorehling-coverity-scan
|
2015-11-04 12:44:45 +01:00 |
save.h
|
CID 22437 Unchecked return value from library
|
2015-11-04 11:45:13 +01:00 |
save.test.c
|
fix a bug introduced by f78fe842 (CID 22443)
|
2015-11-04 10:40:53 +01:00 |
ship.c
|
free multi-level construction correctly, avoid duplication
|
2015-10-13 22:56:16 +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
|
eliminate find_spell warning for games where nobody is cursed, and you cannot summon igjarjuk
|
2015-10-27 12:40:03 +01:00 |
spell.h
|
memory leak: free spell components and spells at exit
|
2015-10-13 22:02:58 +02: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
|
do not leak terrain.herbs
|
2015-10-14 21:37:27 +02:00 |
terrain.h
|
visual studio compilation fix
|
2015-10-14 22:09:11 +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
|
unit is inisde a building also when it was not paid for
|
2015-11-02 14:49:48 +01:00 |
unit.h
|
refactor: separate building_is_active from inside_building
|
2015-11-02 14:18:50 +01:00 |
unit.test.c
|
testin building_is_active
|
2015-11-02 15:06:30 +01: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
|
coverity scan CIDs 22540 22541 22546: resource leak
|
2015-10-29 09:56:53 +01:00 |
xmlreader.h
|
fix indentation in every file
|
2015-01-30 20:37:14 +01:00 |