.. |
attributes
|
abort on OOM
|
2017-11-20 14:44:02 +01:00 |
items
|
BUG 2378: Fix magic armor resistance calculation.
|
2017-10-29 18:55:43 +01:00 |
kernel
|
fix coverity resource leaks
|
2017-11-20 16:49:35 +01:00 |
modules
|
sscanf format was too big
|
2017-11-20 07:52:56 +01:00 |
races
|
remove race.age from XML data (set in rc_create)
|
2017-02-20 21:19:58 +01:00 |
spells
|
shorten some names, too many messages with the same prefix are inefficient.
|
2017-10-16 20:38:52 +02:00 |
tools
|
…
|
|
triggers
|
some more bugs reading objects that are conditional on save-data
|
2017-09-22 17:58:10 +02:00 |
util
|
abort on OOM
|
2017-11-20 14:44:02 +01:00 |
CMakeLists.txt
|
some examples for how the new orderfile logic can be used to write unit tests.
|
2017-10-07 20:17:04 +02:00 |
academy.c
|
simplify academy teaching code, addressing bug 2335
|
2017-09-02 03:24:04 +02: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
|
remove superfluous argument from herbsearch
|
2015-08-27 14:46:08 +02:00 |
alchemy.test.c
|
WIP: remove GUARD_* flags.
|
2016-10-31 07:45:06 +01:00 |
battle.c
|
BUG 2378: Fix magic armor resistance calculation.
|
2017-10-29 18:55:43 +01:00 |
battle.h
|
optimization: select_fighters.
|
2017-05-21 12:26:04 +02:00 |
battle.test.c
|
Merge branch 'master' into develop
|
2017-08-24 16:47:24 +02: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
|
move readorders to orderfile module.
|
2017-10-07 19:44:23 +02:00 |
bind_eressea.h
|
…
|
|
bind_faction.c
|
additional tests for spells.
|
2017-05-01 19:09:00 +02:00 |
bind_faction.h
|
…
|
|
bind_gmtool.c
|
limit island size from configuration, deal with existing units.
|
2017-07-27 16:36:45 +02:00 |
bind_gmtool.h
|
…
|
|
bind_locale.c
|
add a lua binding to convert user-language strings to directions
|
2015-12-22 18:38:12 +01:00 |
bind_locale.h
|
add a lua binding to convert user-language strings to directions
|
2015-12-22 18:38:12 +01:00 |
bind_message.c
|
declutter config.h, use it sparingly.
|
2016-11-17 10:38:09 +01:00 |
bind_message.h
|
…
|
|
bind_monsters.c
|
replace ct_find calls with constants.
|
2017-08-21 20:18:19 +02:00 |
bind_order.c
|
declutter config.h, use it sparingly.
|
2016-11-17 10:38:09 +01:00 |
bind_order.h
|
add missing files
|
2015-12-30 21:22:28 +01:00 |
bind_process.c
|
move renumber command to a separate module.
|
2016-11-15 23:34:20 +01:00 |
bind_process.h
|
…
|
|
bind_region.c
|
make region:set_resource do the right thing
|
2017-03-26 14:33:14 +02:00 |
bind_region.h
|
…
|
|
bind_ship.c
|
better testing for some items.
|
2017-02-27 20:16:50 +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
|
Address MS Visual Studio 2015 update 1 breaking changes
|
2015-12-16 17:01:47 +01:00 |
bind_tolua.h
|
…
|
|
bind_unit.c
|
deprecate old get_mage implementation.
|
2017-10-06 21:53:07 +02:00 |
bind_unit.h
|
…
|
|
bindings.c
|
gamedate: no negative turns allowed.
|
2017-05-07 16:12:10 +02:00 |
bindings.h
|
remove the funcpointer from struct spell.
|
2017-04-30 22:15:18 +02:00 |
building_action.c
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
calendar.c
|
store calendar configuration nin JSON, not XML.
|
2017-05-07 17:46:51 +02:00 |
calendar.h
|
store calendar configuration nin JSON, not XML.
|
2017-05-07 17:46:51 +02:00 |
calendar.test.c
|
fleshing out the calendar tests
|
2017-05-07 15:50:19 +02:00 |
chaos.c
|
Merge branch 'master' into develop
|
2017-08-18 20:31:14 +02:00 |
chaos.h
|
gmtool can clear regions
|
2017-08-07 18:38:10 +02:00 |
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 |
convert.c
|
converter compiles fine, does nothing
|
2017-02-26 15:33:32 +01:00 |
creport.c
|
Merge pull request #740 from stm2/add_2383
|
2017-11-18 18:25:50 +01:00 |
creport.h
|
refactor cr_output_resources for easy testing.
|
2017-03-05 15:26:04 +01:00 |
creport.test.c
|
BUG 2315: always use plural for resources
|
2017-03-26 20:32:46 +02:00 |
direction.c
|
fix memory leak in umlaut.c with reference counting (sad).
|
2016-09-06 19:57:07 +01:00 |
direction.h
|
fix cppcheck report (missing curly race)
|
2017-11-20 14:57:04 +01:00 |
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
|
refactor donations into a seaprate code module, add a basic test
|
2015-09-09 15:45:20 +02:00 |
donations.test.c
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
economy.c
|
newterrain sucks.
|
2017-11-05 19:15:43 +01:00 |
economy.h
|
adding simple test for MAKE <ITEM>
|
2017-02-15 17:09:23 +01:00 |
economy.test.c
|
fix memory access in rc_setoption
|
2017-11-20 08:24:56 +01:00 |
eressea.c
|
leak: free special directions.
|
2017-08-25 08:52:15 +02: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
|
merge with master, which was far behind
|
2017-10-15 20:32:19 +02:00 |
give.h
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
give.test.c
|
consistently rename ec_flags constants (ECF_*)
|
2017-07-17 12:33:55 +02:00 |
gmtool.c
|
minor, obvious fixes
|
2017-11-14 12:51:04 +01:00 |
gmtool.h
|
seed a single faction from newplayers file.
|
2017-07-23 15:18:16 +02:00 |
gmtool_structs.h
|
…
|
|
guard.c
|
BUG 2366: Fix cansee for seen_spell regions.
|
2017-10-10 20:24:20 +02: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
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
helpers.h
|
remove the funcpointer from struct spell.
|
2017-04-30 22:15:18 +02:00 |
inc
|
…
|
|
items.c
|
rename teaching_info.value to days
|
2017-09-02 15:50:03 +02:00 |
items.h
|
…
|
|
json.c
|
allow empty faction email
|
2017-11-15 12:12:42 +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
|
CID 172474 + 173899 Copy into fixed size buffer
|
2017-09-18 20:33:36 +02:00 |
keyword.h
|
fix cppcheck report (missing curly race)
|
2017-11-20 14:57:04 +01:00 |
keyword.test.c
|
coverity warning: NEGATIVE_RETURNS
|
2016-11-14 02:21:49 +01:00 |
laws.c
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2017-11-15 20:37:46 +01:00 |
laws.h
|
merge with master, which was far behind
|
2017-10-15 20:32:19 +02:00 |
laws.test.c
|
buildings should have all the same name-tests as ships.
|
2017-11-12 15:12:45 +01:00 |
lighthouse.c
|
Merge branch 'kill-rcspell' into feature/refactor-rcspell
|
2017-05-21 21:33:29 +02:00 |
lighthouse.h
|
Merge branch 'kill-rcspell' into feature/refactor-rcspell
|
2017-05-21 21:33:29 +02:00 |
lighthouse.test.c
|
Merge branch 'kill-rcspell' into feature/refactor-rcspell
|
2017-05-21 21:33:29 +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
|
add a lua binding to convert user-language strings to directions
|
2015-12-22 18:38:12 +01:00 |
locale.pkg.c
|
add a lua binding to convert user-language strings to directions
|
2015-12-22 18:38:12 +01:00 |
log.pkg
|
…
|
|
log.pkg.c
|
…
|
|
magic.c
|
merge with master, which was far behind
|
2017-10-15 20:32:19 +02:00 |
magic.h
|
deprecate old get_mage implementation.
|
2017-10-06 21:53:07 +02:00 |
magic.test.c
|
wrap some tests around is_mage and get_mage
|
2017-10-06 22:01:02 +02:00 |
main.c
|
BUG 2376: Abtreiben zeigt immer Nordwesten an.
|
2017-10-30 18:01:33 +01:00 |
market.c
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
market.h
|
clean up and test various race.parameters
|
2017-02-04 23:16:16 +01:00 |
market.test.c
|
bt_register is non-standard API, hide it.
|
2017-05-06 15:39:09 +02:00 |
monsters.c
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2017-11-15 20:37:46 +01:00 |
monsters.h
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
monsters.test.c
|
fix seaserpent tests, simplify monster tests.
|
2017-09-09 15:24:50 +02:00 |
morale.c
|
kill the old curses enum and oldcursename.
|
2017-08-21 20:48:00 +02:00 |
morale.h
|
…
|
|
move.c
|
BUG 2376: Abtreiben zeigt immer Nordwesten an.
|
2017-10-30 18:01:33 +01:00 |
move.h
|
BUG 2376: Abtreiben zeigt immer Nordwesten an.
|
2017-10-30 18:01:33 +01:00 |
move.test.c
|
fix gcc build
|
2017-10-30 18:12:24 +01:00 |
names.c
|
gcc is annoying about switch statements
|
2017-11-05 19:38:42 +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 |
orderfile.c
|
workaround for cppcheck false-positive
|
2017-11-20 08:51:06 +01:00 |
orderfile.h
|
some examples for how the new orderfile logic can be used to write unit tests.
|
2017-10-07 20:17:04 +02:00 |
orderfile.test.c
|
Slightly reduce amount of code required for a test.
|
2017-10-07 20:25:07 +02:00 |
piracy.c
|
Neuer Befehlespräfix: ! zur Unterdrückung von Fehlern.
|
2017-03-25 11:18:48 +01:00 |
piracy.h
|
fix piracy order aliasing issue #549
|
2016-09-01 20:40:07 +01:00 |
piracy.test.c
|
Neuer Befehlespräfix: ! zur Unterdrückung von Fehlern.
|
2017-03-25 11:18:48 +01:00 |
platform.h
|
only enable certain pragmas for MSVC 2015 and later
|
2017-05-21 13:09:54 +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
|
oops.
|
2017-11-06 21:10:37 +01:00 |
randenc.h
|
…
|
|
renumber.c
|
BUG 2256: kill the FFL_NEWID flag
|
2017-07-09 15:37:42 +02: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
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
report.h
|
Add a good test for the NR.
|
2017-03-05 16:55:11 +01:00 |
report.test.c
|
make region:set_resource do the right thing
|
2017-03-26 14:33:14 +02:00 |
reports.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
reports.h
|
BUG 2366: Fix cansee for seen_spell regions.
|
2017-10-10 20:24:20 +02:00 |
reports.test.c
|
BUG 2366: Fix cansee for seen_spell regions.
|
2017-10-10 20:24:20 +02:00 |
settings.h
|
decluttering settings.h
|
2017-03-31 21:37:30 +02:00 |
settings.pkg
|
introducing config_set and config_get so we don't have to refer to globals.parameters everywhere
|
2015-11-22 10:33:31 +01:00 |
settings.pkg.c
|
introducing config_set and config_get so we don't have to refer to globals.parameters everywhere
|
2015-11-22 10:33:31 +01:00 |
skill.c
|
CID 22554: Improper use of negative value (REVERSE_NEGATIVE)
|
2015-10-30 12:40:48 +01:00 |
skill.h
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
skill.test.c
|
remove invalid tests. uninitialized locales do not have default words
|
2015-11-01 05:35:10 +01:00 |
spells.c
|
merge with master, which was far behind
|
2017-10-15 20:32:19 +02:00 |
spells.h
|
BUG 2366: add a test to verify that view_reality sets an observer.
|
2017-10-10 18:45:44 +02:00 |
spells.test.c
|
BUG 2366: add a test to verify that view_reality sets an observer.
|
2017-10-10 18:45:44 +02:00 |
spy.c
|
merge with master, which was far behind
|
2017-10-15 20:32:19 +02:00 |
spy.h
|
TARNE PARTEI creport test
|
2017-03-01 18:11:46 +01:00 |
spy.test.c
|
Fix a crash in TARNE <race>
|
2017-04-17 20:11:44 +02:00 |
sqlite.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
study.c
|
create_mage sollte ein existierendes at_mage nicht überschreiben, nur evtl. aktualisieren.
|
2017-10-08 09:10:41 +02:00 |
study.h
|
rename teaching_info.value to days
|
2017-09-02 15:50:03 +02:00 |
study.test.c
|
deprecate old get_mage implementation.
|
2017-10-06 21:53:07 +02:00 |
summary.c
|
BUG 2333 NMR-Anzahl im WB falsch
|
2017-06-11 17:06:13 +02: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
|
BUG 2366: add a test to verify that view_reality sets an observer.
|
2017-10-10 18:45:44 +02:00 |
teleport.h
|
BUG 2366: add a test to verify that view_reality sets an observer.
|
2017-10-10 18:45:44 +02:00 |
test_eressea.c
|
some examples for how the new orderfile logic can be used to write unit tests.
|
2017-10-07 20:17:04 +02:00 |
tests.c
|
use the correct swamp terrain, still failing. newterrain is a plague.
|
2017-11-05 16:43:01 +01:00 |
tests.h
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
tests.test.c
|
fix a lot of memory leaks that were exposed by unit tests.
|
2017-09-02 17:36:09 +02: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
|
remove unused ECF_KEEP_ITEM flag.
|
2017-07-17 12:31:47 +02:00 |
upkeep.h
|
…
|
|
upkeep.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
volcano.c
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
volcano.h
|
consistent naming of module configurations (singular).
|
2017-11-06 21:04:30 +01:00 |
volcano.test.c
|
use test_setup to start tests
|
2016-09-08 08:12:26 +02:00 |
vortex.c
|
leak: free special directions.
|
2017-08-25 08:52:15 +02:00 |
vortex.h
|
leak: free special directions.
|
2017-08-25 08:52:15 +02:00 |
vortex.test.c
|
clean up some tests.
|
2017-03-10 21:29:37 +01:00 |
wormhole.c
|
fix gcc compilation
|
2017-09-22 16:39:46 +02:00 |
wormhole.h
|
…
|
|
wormhole.test.c
|
remove quicklist shim, use selist everywhere
|
2017-01-26 17:41:21 +01:00 |