server/src
2016-02-01 18:35:09 +01:00
..
attributes refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
items pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
kernel refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
modules pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
races
spells pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
tools
triggers MS Visual Studio 2015 update 1 breaking changes (relative include files) 2015-12-16 17:02:29 +01:00
util refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
alchemy.c pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
alchemy.h
alchemy.test.c
battle.c Merge branch 'master' into develop 2015-12-06 18:39:54 +01:00
battle.h optimization: read configuration once before all battles, not before or during each individual one. 2015-11-22 15:29:43 +01:00
battle.test.c Merge branch 'master' into develop 2015-12-06 20:51:14 +01:00
bind_building.c test and fix for market operation, bug2083 2015-11-16 01:13:01 +01:00
bind_building.h
bind_config.c
bind_config.h
bind_dict.c
bind_dict.h
bind_eressea.c
bind_eressea.h
bind_faction.c prevent null-pointer crash when reading f.password (TODO: write-only variables are dumb) 2016-01-14 21:23:53 +01:00
bind_faction.h
bind_gmtool.c
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_log.c
bind_log.h
bind_message.c add tests for snowglobe error messages 2016-01-01 16:30:09 +01:00
bind_message.h
bind_monsters.c
bind_order.c add missing files 2015-12-30 21:22:28 +01:00
bind_order.h add missing files 2015-12-30 21:22:28 +01:00
bind_process.c optimization: read configuration once before all battles, not before or during each individual one. 2015-11-22 15:29:43 +01:00
bind_process.h
bind_region.c fix morale change when region owner changes 2015-11-12 16:09:26 +01:00
bind_region.h
bind_ship.c overfull ships do not drift but take damage 2015-11-15 12:43:05 +01:00
bind_ship.h
bind_sqlite.c
bind_storage.c seems like there is a problem opening files with the optional 'b' mode, so remove it everywhere? 2016-02-01 12:29:41 +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
bind_unit.h
bindings.c teleport.c is the astral space implementation, and it is not one of the core concepts, so move it out of the kernel/ directory 2016-01-28 12:25:16 +01:00
bindings.h
building_action.c fix a TODO, reduce size of icastle_data 2015-12-17 12:59:12 +01:00
buildno.h start development on release 3.9 2016-02-01 18:24:27 +01:00
calendar.c
calendar.h
callback.c
callback.h
callback.test.c
chaos.c replace all get_param_* for global.parameters with config_get_* 2015-11-22 10:44:46 +01:00
chaos.h
CMakeLists.txt teleport.c is the astral space implementation, and it is not one of the core concepts, so move it out of the kernel/ directory 2016-01-28 12:25:16 +01:00
config.pkg
config.pkg.c
console.c
console.h
creport.c teleport.c is the astral space implementation, and it is not one of the core concepts, so move it out of the kernel/ directory 2016-01-28 12:25:16 +01:00
creport.h
direction.c
direction.h
direction.test.c
donations.c
donations.h
donations.test.c
economy.c encapsulate r->land->peasants, money, horses, herbs, morale 2015-12-08 17:57:23 +01:00
economy.h taxing without skill does not fail silently any more 2015-11-14 15:36:14 +01:00
economy.test.c encapsulate r->land->peasants, money, horses, herbs, morale 2015-12-08 17:57:23 +01:00
eressea.c
eressea.h
eressea.pkg
eressea.pkg.c
game.pkg
game.pkg.c
give.c cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
give.h
give.test.c encapsulate r->land->peasants, money, horses, herbs, morale 2015-12-08 17:57:23 +01:00
gmtool.c teleport.c is the astral space implementation, and it is not one of the core concepts, so move it out of the kernel/ directory 2016-01-28 12:25:16 +01:00
gmtool.h
gmtool_structs.h
guard.c
guard.h
helpers.c Merge branch 'master' into develop 2016-01-01 16:38:57 +01:00
helpers.h
inc
items.c
items.h
json.c
json.h
json.test.c
jsreport.c replace all get_param_* for global.parameters with config_get_* 2015-11-22 10:44:46 +01:00
jsreport.h
keyword.c
keyword.h
keyword.test.c
laws.c I'm really bad at reading. Fixed! 2016-01-31 22:17:55 +01:00
laws.h make the password pseudo-private to faction.c 2016-01-12 06:46:51 +01:00
laws.test.c increase error-logging from unit tests. 2016-01-28 16:00:36 +01:00
lighthouse.c
lighthouse.h
listbox.c
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 addparam_region fix: all regions in spell parameters should be in the "normal" plane. 2016-01-29 20:04:05 +01:00
magic.h fix a TODO, reduce size of icastle_data 2015-12-17 12:59:12 +01:00
magic.test.c Merge branch 'feature/issue-462-log-test-errors' of https://github.com/ennorehling/eressea into ennorehling-feature/issue-462-log-test-errors 2016-01-31 21:58:16 +01:00
main.c remove wild mkdir calls all over the code, catch EEXIST errors 2016-02-01 09:26:24 +01:00
market.c refactored inside_building/building_is_active/active_building 2015-11-16 02:13:48 +01:00
market.h
market.test.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
monster.c Merge branch 'monster_leftovers' of https://github.com/stm2/server into stm2-monster_leftovers 2015-11-25 14:25:42 +01:00
monster.h
monsters.c fix logic bug 2015-12-30 14:04:10 +01:00
monsters.test.c re-enable sea serpent piracy 2015-12-01 22:30:51 +01:00
morale.c encapsulate r->land->peasants, money, horses, herbs, morale 2015-12-08 17:57:23 +01:00
morale.h
move.c refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
move.h Merge branch 'market_tests' of https://github.com/stm2/server into stm2-market_tests 2015-11-26 18:42:23 +01:00
move.test.c pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
names.c
names.h
piracy.c fix piracy_cmd for swimmers and flyers 2015-12-01 22:13:20 +01:00
piracy.h
piracy.test.c re-enable sea serpent piracy 2015-12-01 22:30:51 +01:00
platform.h
prefix.c
prefix.h
prefix.test.c
process.pkg
process.pkg.c
randenc.c test for immigration 2015-12-08 17:57:23 +01:00
randenc.h
report.c teleport.c is the astral space implementation, and it is not one of the core concepts, so move it out of the kernel/ directory 2016-01-28 12:25:16 +01:00
report.h added tests for all kinds of syntax parameters 2015-11-13 00:57:14 +01:00
reports.c refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
reports.h
reports.test.c fix missing translation error messages during tests. 2016-02-01 14:06:56 +01:00
seen.c
seen.h braineaters outside of astral sapce lose 50% of their innate magic resistance. 2016-01-28 10:58:28 +01:00
seen.test.c
settings.h eliminate even more static variable caches 2015-11-22 16:14:27 +01: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
skill.h
skill.test.c
spells.c refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
spells.h
spells.test.c pass the parent of an attribute into a_age and attrib_type::age 2015-12-16 22:18:44 +01:00
spy.c fix and tests for otherfaction attributes in E2 2015-11-09 13:36:52 +01:00
spy.h
spy.test.c increase error-logging from unit tests. 2016-01-28 16:00:36 +01:00
sqlite.c github issue #458, valgrind reports uninitialized data 2016-01-24 14:21:14 +01:00
stdafx.h
study.c Merge branch 'market_tests' of https://github.com/stm2/server into stm2-market_tests 2015-11-26 18:42:23 +01:00
study.h
study.test.c increase error-logging from unit tests. 2016-01-28 16:00:36 +01:00
summary.c fix compilation (what was I thinking?), remove uses of f.alive where they should not be needed. 2016-01-11 11:54:45 +01:00
summary.h
teleport.c fix crash when aging stone circles without an astral plane 2016-01-31 13:47:18 +01:00
teleport.h get_normalplane is unnecessary 2016-01-28 12:46:38 +01:00
test_eressea.c remove unused includes 2016-01-31 21:41:25 +01:00
tests.c fix missing translation error messages during tests. 2016-02-01 14:06:56 +01:00
tests.h Merge pull request #396 from stm2/spell_parameters 2015-12-03 11:04:57 +01:00
tests.test.c
travelthru.c
travelthru.h
travelthru.test.c
upkeep.c refactoring: move parsing and allies code out of config.c 2015-11-24 18:52:09 +01:00
upkeep.h
upkeep.test.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
vortex.c refactoring: eliminate a_findc, and too much const-fuckery 2016-02-01 17:31:03 +01:00
vortex.h
vortex.test.c
wormhole.c remove wormhole_data struct now that it's nearly empty 2015-12-17 13:10:09 +01:00
wormhole.h
wormhole.test.c
xmlreport.c
xmlreport.h