.. |
db
|
ignore sqlite setting errno
|
2018-05-03 22:40:54 +02:00 |
alliance.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
alliance.h
|
|
|
alliance.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
ally.c
|
merge from master
|
2018-02-26 19:51:48 +01:00 |
ally.h
|
hashing implemented with linear probing and tombstones.
|
2017-09-22 09:15:37 +02:00 |
ally.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
build.c
|
eliminate construction.improvement,
|
2018-05-01 15:40:11 +02:00 |
build.h
|
eliminate construction.improvement,
|
2018-05-01 15:40:11 +02:00 |
build.test.c
|
eliminate construction.improvement,
|
2018-05-01 15:40:11 +02:00 |
building.c
|
begin parsing buildings.
|
2018-05-01 18:52:48 +02:00 |
building.h
|
begin parsing buildings.
|
2018-05-01 18:52:48 +02:00 |
building.test.c
|
defaults
|
2018-05-01 19:39:41 +02:00 |
calendar.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
calendar.h
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
calendar.test.c
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
callbacks.c
|
|
|
callbacks.h
|
|
|
CMakeLists.txt
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
command.c
|
hackish optimization for STUDY orders
|
2017-10-13 19:33:29 +02:00 |
command.h
|
|
|
command.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
config.c
|
write a log of dead factions.
|
2018-02-23 21:24:15 +01:00 |
config.h
|
fix test_process_turn failure.
|
2018-02-14 20:01:36 +01:00 |
config.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
connection.c
|
merge conflict nightmare fix.
|
2018-02-25 20:49:33 +01:00 |
connection.h
|
|
|
curse.c
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
curse.h
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
curse.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 |
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
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
equipment.c
|
reduce dependence on platform.h.
|
2017-12-28 18:29:40 +01:00 |
equipment.h
|
remove equipment.name, save an allocation.
|
2017-09-18 20:03:23 +02:00 |
equipment.test.c
|
cppcheck: DMAXHASH was unused.
|
2018-02-25 17:58:45 +01:00 |
faction.c
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
faction.h
|
write a log of dead factions.
|
2018-02-23 21:24:15 +01:00 |
faction.test.c
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
group.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
group.h
|
|
|
group.test.c
|
cppcheck: DMAXHASH was unused.
|
2018-02-25 17:58:45 +01:00 |
item.c
|
some xmlreader code still required that resources get loaded first.
|
2018-05-04 18:48:14 +02:00 |
item.h
|
merge conflicts, race masking.
|
2018-04-29 13:50:56 +02:00 |
item.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
messages.c
|
Passing NULL after the last typed argument to a variadic function leads to undefined behaviour.
|
2018-02-25 18:14:48 +01:00 |
messages.h
|
Make the behavior for missing messages configurable.
|
2018-01-14 11:25:44 +01:00 |
messages.test.c
|
Passing NULL after the last typed argument to a variadic function leads to undefined behaviour.
|
2018-02-25 18:14:48 +01:00 |
objtypes.h
|
|
|
order.c
|
fix get_command for K_STUDY (still bug 2427).
|
2018-03-16 21:49:24 +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
|
additional testing
|
2018-03-17 12:55:26 +01:00 |
orderdb.c
|
fix coverity scan errors
|
2017-12-12 09:19:47 +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
|
fix last commit. refactoring with the MSVC IDE is prone to errors.
|
2018-04-28 15:57:51 +02:00 |
pathfinder.h
|
fix last commit. refactoring with the MSVC IDE is prone to errors.
|
2018-04-28 15:57:51 +02:00 |
plane.c
|
reduce dependence on platform.h.
|
2017-12-28 18:29:40 +01:00 |
plane.h
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
plane.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
pool.c
|
stop using MINMAX macros.
|
2018-02-24 19:41:36 +01:00 |
pool.h
|
|
|
pool.test.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
race.c
|
XML simplificatio: unified system for masking races on modifiers.
|
2018-04-29 13:46:17 +02:00 |
race.h
|
XML simplificatio: unified system for masking races on modifiers.
|
2018-04-29 13:46:17 +02:00 |
race.test.c
|
unit tests for racial weapon permissions.
|
2018-04-29 15:09:07 +02:00 |
region.c
|
exparse: parse (most of) the resource data.
|
2018-04-28 15:58:14 +02:00 |
region.h
|
immer noch FAST_CONNECT Reste
|
2018-02-25 20:06:55 +01:00 |
region.test.c
|
BUG 2415: eliminate at_potiondelay and WdL delay.
|
2018-02-15 20:25:58 +01:00 |
render.h
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
resources.c
|
exparse: parse (most of) the resource data.
|
2018-04-28 15:58:14 +02:00 |
resources.h
|
XML simplificatio: unified system for masking races on modifiers.
|
2018-04-29 13:46:17 +02:00 |
rules.c
|
|
|
rules.h
|
|
|
save.c
|
allow a per-game seed in eressea.ini
|
2018-03-11 19:10:08 +01:00 |
save.h
|
move readorders to orderfile module.
|
2017-10-07 19:44:23 +02:00 |
save.test.c
|
Replace 0 with NULL (consistency is good).
|
2018-01-14 09:58:45 +01:00 |
ship.c
|
BUG 2436: Fix the E3 tactics bonus for ships.
|
2018-05-03 22:44:01 +02:00 |
ship.h
|
BUG 2436: Fix the E3 tactics bonus for ships.
|
2018-05-03 22:44:01 +02:00 |
ship.test.c
|
BUG 2436: Fix the E3 tactics bonus for ships.
|
2018-05-03 22:44:01 +02:00 |
skills.c
|
BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1.
|
2018-03-04 20:30:34 +01:00 |
skills.h
|
BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1.
|
2018-03-04 20:30:34 +01:00 |
skills.test.c
|
make some changes to support non-random skill progress.
|
2018-01-21 11:03:50 +01:00 |
spell.c
|
BUG 2419: add a spell alias.
|
2018-02-18 11:46:05 +01:00 |
spell.h
|
|
|
spell.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 |
spellbook.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
spellbook.h
|
|
|
spellbook.test.c
|
|
|
terrain.c
|
newterrain was unfit for unit testing.
|
2018-03-04 20:03:13 +01:00 |
terrain.h
|
newterrain was unfit for unit testing.
|
2018-03-04 20:03:13 +01:00 |
terrainid.h
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
types.h
|
BUG 2415: eliminate at_potiondelay and WdL delay.
|
2018-02-15 20:25:58 +01:00 |
unit.c
|
BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1.
|
2018-03-04 20:30:34 +01:00 |
unit.h
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
unit.test.c
|
BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1.
|
2018-03-04 20:30:34 +01:00 |
version.c
|
begin work on 3.16 release
|
2018-02-07 17:57:24 +01:00 |
version.h
|
|
|