.. |
attributes
|
backfill test that demonstrates bug 2305.
|
2017-03-08 20:16:01 +01:00 |
items
|
remove artrewards, they predate my backups
|
2017-02-24 14:38:08 +01:00 |
kernel
|
stop using test_create_world, use test_setup.
|
2017-03-11 14:22:21 +01:00 |
modules
|
clean and extend the enum of resources.
|
2017-03-05 11:10:59 +01:00 |
races
|
remove race.age from XML data (set in rc_create)
|
2017-02-20 21:19:58 +01:00 |
spells
|
stop using test_create_world, use test_setup.
|
2017-03-11 14:22:21 +01:00 |
tools
|
…
|
|
triggers
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
util
|
enable process_orders to be done in steps.
|
2017-03-26 13:10:23 +02:00 |
CMakeLists.txt
|
warn about unused variables, back on
|
2017-03-01 18:16:07 +01:00 |
academy.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
academy.h
|
just a little bit of refactoring
|
2016-03-11 21:36:10 +01:00 |
alchemy.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
alchemy.h
|
…
|
|
alchemy.test.c
|
WIP: remove GUARD_* flags.
|
2016-10-31 07:45:06 +01:00 |
battle.c
|
BUG 2303: allied units are not traitors.
|
2017-03-06 21:35:48 +01:00 |
battle.h
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
battle.test.c
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
bind_building.c
|
remove dict from ships and buildings, too
|
2017-02-11 22:24:36 +01:00 |
bind_building.h
|
…
|
|
bind_config.c
|
add a failing test for familiars (disabled).
|
2017-02-11 22:28:57 +01:00 |
bind_config.h
|
…
|
|
bind_eressea.c
|
initialize game after loading config
|
2017-02-11 17:38:39 +01:00 |
bind_eressea.h
|
…
|
|
bind_faction.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
bind_faction.h
|
…
|
|
bind_gmtool.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
bind_gmtool.h
|
…
|
|
bind_locale.c
|
…
|
|
bind_locale.h
|
…
|
|
bind_message.c
|
declutter config.h, use it sparingly.
|
2016-11-17 10:38:09 +01:00 |
bind_message.h
|
…
|
|
bind_monsters.c
|
remove old & unused fix_famililar repair code.
|
2017-01-26 17:57:21 +01:00 |
bind_order.c
|
declutter config.h, use it sparingly.
|
2016-11-17 10:38:09 +01:00 |
bind_order.h
|
…
|
|
bind_process.c
|
move renumber command to a separate module.
|
2016-11-15 23:34:20 +01:00 |
bind_process.h
|
…
|
|
bind_region.c
|
BENUTZE Muschel repariert.
|
2017-02-13 18:48:38 +01:00 |
bind_region.h
|
…
|
|
bind_ship.c
|
remove dict from ships and buildings, too
|
2017-02-11 22:24:36 +01:00 |
bind_ship.h
|
…
|
|
bind_sqlite.c
|
Revert "remove sqlite3 code and dependency"
|
2017-01-26 18:06:48 +01:00 |
bind_storage.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
bind_storage.h
|
…
|
|
bind_tolua.c
|
…
|
|
bind_tolua.h
|
…
|
|
bind_unit.c
|
enable process_orders to be done in steps.
|
2017-03-26 13:10:23 +02:00 |
bind_unit.h
|
…
|
|
bindings.c
|
enable process_orders to be done in steps.
|
2017-03-26 13:10:23 +02:00 |
bindings.h
|
remove quicklist shim, use selist everywhere
|
2017-01-26 18:07:34 +01:00 |
building_action.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
calendar.c
|
fix off-by-one calendar, bug 2288
|
2017-03-01 08:28:15 +01:00 |
calendar.h
|
game.start in eressea.ini overrides calendar
|
2017-01-26 18:06:15 +01:00 |
chaos.c
|
merge monster.c and monsters.c
|
2017-01-26 17:57:21 +01:00 |
chaos.h
|
…
|
|
config.pkg
|
…
|
|
config.pkg.c
|
…
|
|
console.c
|
…
|
|
console.h
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
creport.c
|
BUG 2306: TRANSLATIONS Plural/Singular mixup.
|
2017-03-11 17:22:40 +01:00 |
creport.h
|
refactor cr_output_resources for easy testing.
|
2017-03-05 15:26:04 +01:00 |
creport.test.c
|
BUG 2307: report mallorn trees as Mallorn in the CR.
|
2017-03-10 23:18:09 +01:00 |
direction.c
|
fix memory leak in umlaut.c with reference counting (sad).
|
2016-09-06 19:57:07 +01:00 |
direction.h
|
…
|
|
direction.test.c
|
relocate the addtoken leak "test" to umlaut.test.c
|
2016-09-05 18:46:02 +02:00 |
donations.c
|
continued work for MSVC compilation
|
2017-01-26 18:05:25 +01:00 |
donations.h
|
…
|
|
donations.test.c
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
economy.c
|
clean and extend the enum of resources.
|
2017-03-05 11:10:59 +01:00 |
economy.h
|
adding simple test for MAKE <ITEM>
|
2017-02-15 17:09:23 +01:00 |
economy.test.c
|
stop using test_create_world, use test_setup.
|
2017-03-11 14:22:21 +01:00 |
eressea.c
|
remove artrewards, they predate my backups
|
2017-02-24 14:38:08 +01:00 |
eressea.h
|
…
|
|
eressea.pkg
|
…
|
|
eressea.pkg.c
|
…
|
|
game.pkg
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
game.pkg.c
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
give.c
|
fix invalid arguments for give/receive messages.
|
2017-03-06 22:24:15 +01:00 |
give.h
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
give.test.c
|
stop using test_create_world, use test_setup.
|
2017-03-11 14:22:21 +01:00 |
gmtool.c
|
seed normalization (broken)
|
2017-02-23 22:08:16 +01:00 |
gmtool.h
|
support different editor codepages
|
2016-08-07 19:19:35 +02:00 |
gmtool_structs.h
|
…
|
|
guard.c
|
bug 2292: allow packice to be guarded again.
|
2017-03-02 18:08:58 +01:00 |
guard.h
|
bug 2292: only land regions can be guarded.
|
2017-03-02 12:39:21 +01:00 |
guard.test.c
|
bug 2292: allow packice to be guarded again.
|
2017-03-02 18:08:58 +01:00 |
helpers.c
|
never use strncpy, anywhere.
|
2017-01-26 17:57:21 +01:00 |
helpers.h
|
…
|
|
inc
|
…
|
|
items.c
|
Antiemagiekristall Meldung geht an die Region.
|
2017-02-03 21:48:03 +01:00 |
items.h
|
…
|
|
json.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
json.h
|
…
|
|
json.test.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
jsreport.c
|
remove BOM from UTF-8 files, replace Umlauts
|
2016-11-01 17:25:52 +01:00 |
jsreport.h
|
…
|
|
keyword.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
keyword.h
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
keyword.test.c
|
coverity warning: NEGATIVE_RETURNS
|
2016-11-14 02:21:49 +01:00 |
laws.c
|
enable process_orders to be done in steps.
|
2017-03-26 13:10:23 +02:00 |
laws.h
|
enable process_orders to be done in steps.
|
2017-03-26 13:10:23 +02:00 |
laws.test.c
|
matching test_setup and test_cleanup calls.
|
2017-03-11 12:57:02 +01:00 |
lighthouse.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
lighthouse.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
lighthouse.test.c
|
re-enable report tests.
|
2016-09-18 10:24:08 +02:00 |
listbox.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
listbox.h
|
…
|
|
locale.pkg
|
…
|
|
locale.pkg.c
|
…
|
|
log.pkg
|
…
|
|
log.pkg.c
|
…
|
|
magic.c
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
magic.h
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
magic.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
main.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
market.c
|
eliminate race.parameters.
|
2017-02-06 09:46:36 +01:00 |
market.h
|
clean up and test various race.parameters
|
2017-02-04 23:16:16 +01:00 |
market.test.c
|
matching test_setup and test_cleanup calls.
|
2017-03-11 12:57:02 +01:00 |
monsters.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
monsters.h
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
monsters.test.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
morale.c
|
gcc warning
|
2017-02-06 10:44:11 +01:00 |
morale.h
|
…
|
|
move.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
move.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
move.test.c
|
reduce "translation not found" warnings in tests.
|
2017-03-10 21:43:36 +01:00 |
names.c
|
set age_unit and name_unit funpointers in rc_create.
|
2017-02-20 22:07:36 +01:00 |
names.h
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
names.test.c
|
set age_unit and name_unit funpointers in rc_create.
|
2017-02-20 22:07:36 +01:00 |
piracy.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
piracy.h
|
fix piracy order aliasing issue #549
|
2016-09-01 20:40:07 +01:00 |
piracy.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
platform.h
|
pdcurses version 3.4 warning suppression.
|
2017-03-26 12:39:14 +02:00 |
prefix.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
prefix.h
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
prefix.test.c
|
static analysis warnings.
|
2016-11-23 18:56:40 +01:00 |
process.pkg
|
move renumber command to a separate module.
|
2016-11-15 23:34:20 +01:00 |
process.pkg.c
|
move renumber command to a separate module.
|
2016-11-15 23:34:20 +01:00 |
randenc.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
randenc.h
|
…
|
|
renumber.c
|
additional testing for renumber.
|
2016-11-17 21:08:35 +01:00 |
renumber.h
|
move renumber command to a separate module.
|
2016-11-15 23:34:20 +01:00 |
renumber.test.c
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
report.c
|
Merge pull request #667 from ennorehling/hotfix/config-2301
|
2017-03-06 21:57:23 +01:00 |
report.h
|
Add a good test for the NR.
|
2017-03-05 16:55:11 +01:00 |
report.test.c
|
eliminate source of randomness from test
|
2017-03-05 19:23:47 +01:00 |
reports.c
|
BUG 2307: report mallorn trees as Mallorn in the CR.
|
2017-03-10 23:18:09 +01:00 |
reports.h
|
make report_resource return an rtype, not a name.
|
2017-03-05 17:42:57 +01:00 |
reports.test.c
|
stop using test_create_world, use test_setup.
|
2017-03-11 14:22:21 +01:00 |
settings.h
|
remove bad umlaut encodings, make sources US-ASCII.
|
2016-11-20 18:09:08 +01:00 |
settings.pkg
|
…
|
|
settings.pkg.c
|
…
|
|
skill.c
|
…
|
|
skill.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
skill.test.c
|
…
|
|
spells.c
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
spells.h
|
…
|
|
spells.test.c
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
spy.c
|
TARNE PARTEI creport test
|
2017-03-01 18:11:46 +01:00 |
spy.h
|
TARNE PARTEI creport test
|
2017-03-01 18:11:46 +01:00 |
spy.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
sqlite.c
|
fix study.c teacher messaging
|
2017-01-26 18:58:29 +01:00 |
study.c
|
Merge branch 'master' into develop
|
2017-01-29 13:33:30 +01:00 |
study.h
|
increase MAXTEACHERS again (permament fix in 3.11)
|
2017-01-29 11:30:22 +01:00 |
study.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
summary.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
summary.h
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
summary.test.c
|
delete files created by report_summary
|
2016-09-15 21:16:45 +02:00 |
teleport.c
|
merge monster.c and monsters.c
|
2017-01-26 17:57:21 +01:00 |
teleport.h
|
get_normalplane is unnecessary
|
2016-01-28 12:46:38 +01:00 |
test_eressea.c
|
short and sweet math with fractions.
|
2017-02-24 17:51:35 +01:00 |
tests.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
tests.h
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
tests.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
travelthru.c
|
fix study.c teacher messaging
|
2017-01-26 18:58:29 +01:00 |
travelthru.h
|
remove BOM from UTF-8 files, replace Umlauts
|
2016-11-01 17:25:52 +01:00 |
travelthru.test.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
upkeep.c
|
eliminate race.parameters.
|
2017-02-06 09:46:36 +01:00 |
upkeep.h
|
…
|
|
upkeep.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
volcano.c
|
change all magic resistance to use fractions.
|
2017-02-24 20:47:47 +01:00 |
volcano.h
|
activate, fix and improve volcano test.
|
2016-08-26 17:26:26 +01:00 |
volcano.test.c
|
use test_setup to start tests
|
2016-09-08 08:12:26 +02:00 |
vortex.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
vortex.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
vortex.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
wormhole.c
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
wormhole.h
|
…
|
|
wormhole.test.c
|
remove quicklist shim, use selist everywhere
|
2017-01-26 17:41:21 +01:00 |