.. |
db
|
fix berkeley size/ulen error
|
2017-12-08 20:18:01 +01:00 |
alliance.c
|
cppcheck style fixes.
|
2017-12-08 19:59:49 +01:00 |
alliance.h
|
BUG 2311: enforce all unit limits.
|
2017-03-11 20:30:17 +01:00 |
alliance.test.c
|
Add test coverage for NAME ALLIANCE.
|
2017-11-06 20:38:28 +01:00 |
ally.c
|
gcc warning
|
2017-09-22 17:59:23 +02:00 |
ally.h
|
hashing implemented with linear probing and tombstones.
|
2017-09-22 09:15:37 +02:00 |
ally.test.c
|
|
|
build.c
|
Merge branch 'develop'
|
2017-11-09 18:04:41 +01:00 |
build.h
|
XML construction elements never have a building.
|
2017-05-06 15:53:21 +02:00 |
build.test.c
|
Shifting signed 32-bit value by 31 bits is undefined behaviour
|
2017-11-20 07:51:31 +01:00 |
building.c
|
cppcheck style fixes.
|
2017-12-08 19:59:49 +01:00 |
building.h
|
fix some bugs created during conversions (thanks, tests!)
|
2017-09-22 17:19:55 +02:00 |
building.test.c
|
retrofit a test for buildingcapacity.
|
2017-07-17 12:39:41 +02:00 |
callbacks.c
|
fix callbacks linkage for clang/mac
|
2017-05-02 15:10:43 +02:00 |
callbacks.h
|
refactor resource callbacks into callbacks module
|
2017-05-09 08:18:20 +02:00 |
CMakeLists.txt
|
add berkeley db, rename some files
|
2017-11-19 12:31:50 +01:00 |
command.c
|
hackish optimization for STUDY orders
|
2017-10-13 19:33:29 +02:00 |
command.h
|
|
|
command.test.c
|
fix symetric db_open and db_close calls.
|
2017-11-09 20:17:06 +01:00 |
config.c
|
cppcheck style fixes.
|
2017-12-08 19:59:49 +01:00 |
config.h
|
remove lomem code, it was a bad idea
|
2017-11-25 20:24:57 +01:00 |
config.test.c
|
hackish optimization for STUDY orders
|
2017-10-13 19:33:29 +02:00 |
connection.c
|
fix clang build warning
|
2017-09-22 19:13:42 +02:00 |
connection.h
|
|
|
curse.c
|
fix gcc compilation
|
2017-09-22 16:39:46 +02:00 |
curse.h
|
kill ATF_CURSE flag, compare to at_curse directly.
|
2017-08-25 21:11:01 +02:00 |
curse.test.c
|
kill curse cache logic, it was a bad idea.
|
2017-08-21 19:43:35 +02:00 |
database.c
|
add berkeley db, rename some files
|
2017-11-19 12:31:50 +01:00 |
database.h
|
add berkeley db, rename some files
|
2017-11-19 12:31:50 +01:00 |
database.test.c
|
fix include of renamed header
|
2017-11-18 13:02:12 +01:00 |
equipment.c
|
deprecate old get_mage implementation.
|
2017-10-06 21:53:07 +02:00 |
equipment.h
|
remove equipment.name, save an allocation.
|
2017-09-18 20:03:23 +02:00 |
equipment.test.c
|
deprecate old get_mage implementation.
|
2017-10-06 21:53:07 +02:00 |
faction.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
faction.h
|
fix some bugs created during conversions (thanks, tests!)
|
2017-09-22 17:19:55 +02:00 |
faction.test.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
group.c
|
fix some bugs created during conversions (thanks, tests!)
|
2017-09-22 17:19:55 +02:00 |
group.h
|
|
|
group.test.c
|
|
|
item.c
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2017-12-08 20:18:29 +01:00 |
item.h
|
Add a test for the happy case of the BUY command.
|
2017-11-04 20:10:05 +01:00 |
item.test.c
|
resource names are max 23 bytes long.
|
2017-09-18 17:57:59 +02:00 |
jsonconf.c
|
remove btypr->name funcptr and btype->attribs.
|
2017-05-12 22:12:22 +02:00 |
jsonconf.h
|
|
|
jsonconf.test.c
|
remove the locale from orders.
|
2017-10-13 19:33:28 +02:00 |
messages.c
|
remove lomem code, it was a bad idea
|
2017-11-25 20:24:57 +01:00 |
messages.h
|
coverity scan does not understand get_or_create_equipment?
|
2017-09-17 09:31:43 +02:00 |
messages.test.c
|
fix remaining bugs
|
2017-09-30 19:35:40 +02:00 |
objtypes.h
|
|
|
order.c
|
writing orders to the CR no longer copies them into a buffer when it can be avoided.
|
2017-12-06 20:00:32 +01:00 |
order.h
|
writing orders to the CR no longer copies them into a buffer when it can be avoided.
|
2017-12-06 20:00:32 +01:00 |
order.test.c
|
hackish optimization for STUDY orders
|
2017-10-13 19:33:29 +02:00 |
orderdb.c
|
add berkeley db, rename some files
|
2017-11-19 12:31:50 +01:00 |
orderdb.h
|
fix parser to keep a reference to the order it is parsing.
|
2017-11-10 07:56:56 +01:00 |
orderdb.test.c
|
separate database logic from order_data.
|
2017-11-09 19:55:28 +01:00 |
pathfinder.c
|
|
|
pathfinder.h
|
|
|
plane.c
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
plane.h
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
plane.test.c
|
fix symetric db_open and db_close calls.
|
2017-11-09 20:17:06 +01:00 |
pool.c
|
pass cppcheck v 1.54 default checks
|
2017-12-08 19:26:26 +01:00 |
pool.h
|
|
|
pool.test.c
|
|
|
race.c
|
fix memory access in rc_setoption
|
2017-11-20 08:24:56 +01:00 |
race.h
|
Shifting signed 32-bit value by 31 bits is undefined behaviour
|
2017-11-20 07:51:31 +01:00 |
race.test.c
|
|
|
region.c
|
pull economy requests into header, rename the struct.
|
2017-12-04 19:20:48 +01:00 |
region.h
|
pull economy requests into header, rename the struct.
|
2017-12-04 19:20:48 +01:00 |
region.test.c
|
BUG 2360: upper limits for trees.
|
2017-08-27 20:10:27 +02:00 |
render.h
|
|
|
resources.c
|
delete dead code.
|
2017-12-08 20:46:24 +01:00 |
resources.h
|
refactor resource callbacks into callbacks module
|
2017-05-09 08:18:20 +02:00 |
rules.c
|
|
|
rules.h
|
|
|
save.c
|
delete dead code.
|
2017-12-08 20:46:24 +01:00 |
save.h
|
move readorders to orderfile module.
|
2017-10-07 19:44:23 +02:00 |
save.test.c
|
addendum to BUG 2383 (5a0a1f): read irace correctly
|
2017-11-18 18:30:19 +01:00 |
ship.c
|
replace ct_find calls with constants.
|
2017-08-21 20:18:19 +02:00 |
ship.h
|
|
|
ship.test.c
|
replace ct_find calls with constants.
|
2017-08-21 20:18:19 +02:00 |
skills.c
|
refactor for STUDYDAYS
|
2017-08-01 22:09:57 +02:00 |
skills.h
|
refactor for STUDYDAYS
|
2017-08-01 22:09:57 +02:00 |
spell.c
|
merge spell callback changes.
|
2017-05-01 19:13:40 +02:00 |
spell.h
|
merge spell callback changes.
|
2017-05-01 19:13:40 +02:00 |
spell.test.c
|
eliminate spell->id.
|
2017-05-01 17:04:28 +02:00 |
spellbook.c
|
|
|
spellbook.h
|
|
|
spellbook.test.c
|
eliminate spell->id.
|
2017-05-01 17:04:28 +02:00 |
terrain.c
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
terrain.h
|
add a terrain_changed function for use with static terrain variables.
|
2017-11-06 20:29:26 +01:00 |
terrainid.h
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
types.h
|
add a modules.icebergs configuration variable.
|
2017-11-05 19:35:06 +01:00 |
unit.c
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2017-12-08 20:18:29 +01:00 |
unit.h
|
stop using random numbers to scale units.
|
2017-11-26 15:15:25 +01:00 |
unit.test.c
|
scale_number test revised
|
2017-11-26 15:13:40 +01:00 |
version.c
|
begin work on 3.15 release
|
2017-10-28 19:46:17 +02:00 |
version.h
|
|
|
xmlreader.c
|
Shifting signed 32-bit value by 31 bits is undefined behaviour
|
2017-11-20 07:51:31 +01:00 |
xmlreader.h
|
|
|