server/src
2014-10-19 06:42:40 +02:00
..
attributes keyword_t and direction_t are moving into their own module. 2014-06-15 18:34:39 -07:00
items reorganized directory structure. 2014-08-27 06:40:35 +02:00
kernel fix a crash in E2 caused by the recent removal of FFL_TIMEOUT. 2014-10-18 19:19:21 +02:00
modules Remove unused gmcmd attributes. 2014-10-18 19:23:36 +02:00
races make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
spells refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
tools removing the core directory (moving to res and scripts). 2014-07-28 14:27:30 +02:00
triggers refactor and kill dead code. 2014-10-18 18:37:44 +02:00
util basic test for tolower function. 2014-10-19 06:42:40 +02:00
alchemy.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
alchemy.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
battle.c Add missing test coverage for update_guards. Fix the weapon:minskill default. 2014-10-14 18:37:45 +02:00
battle.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
battle.test.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
bind_building.c rewrite of the Lua module system. 2014-07-26 22:52:25 +02:00
bind_building.h
bind_config.c fix line/column calculation for JSON Errors. 2014-07-02 21:17:31 -07:00
bind_config.h add a config.reset function to clear configuration state before tests. 2014-06-17 08:46:22 -07:00
bind_eressea.c remove bad configuration caching (TODO: cache inside get_param). 2014-10-16 07:41:49 +02:00
bind_eressea.h remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
bind_faction.c re-implement faction:add_message for Lua. 2014-10-12 21:26:25 +02:00
bind_faction.h
bind_gmtool.c
bind_gmtool.h
bind_hashtable.c
bind_hashtable.h
bind_locale.c directions can now be read from json configuration. 2014-06-15 22:17:08 -07:00
bind_locale.h begin binding locales (need to init_locales in the right place, still). 2014-06-14 07:52:32 -07:00
bind_log.c bindings for error logging, phase 1. 2014-06-13 13:02:03 -07:00
bind_log.h bindings for error logging, phase 1. 2014-06-13 13:02:03 -07:00
bind_message.c refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
bind_message.h
bind_monsters.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
bind_process.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
bind_process.h
bind_region.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
bind_region.h
bind_settings.c
bind_settings.h clean up indentation. 2014-06-12 17:38:45 -07:00
bind_ship.c fixing linux build 2014-08-29 07:47:47 +02:00
bind_ship.h
bind_sqlite.c save game id in the data file, not name of XML file 2014-07-23 11:54:51 +02:00
bind_storage.c
bind_storage.h
bind_tolua.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
bind_tolua.h MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
bind_unit.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
bind_unit.h
bindings.c fixing linux build 2014-08-29 07:47:47 +02:00
bindings.h
build.h update build number 2014-10-18 21:43:04 +02:00
building_action.c missing include 2014-08-02 23:05:01 +02:00
callback.c resolve naming conflict on windows. 2014-07-03 12:20:50 -07:00
callback.h resolve naming conflict on windows. 2014-07-03 12:20:50 -07:00
callback.test.c resolve naming conflict on windows. 2014-07-03 12:20:50 -07:00
CMakeLists.txt refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
config.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
config.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
console.c remove old SQL patch code, we have sqlite now. 2014-06-11 22:21:52 -07:00
console.h remove old SQL patch code, we have sqlite now. 2014-06-11 22:21:52 -07:00
creation.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
creation.h
creport.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
creport.h
direction.c fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +02:00
direction.h fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +02:00
direction.test.c refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
economy.c Fix für Leere Gebäude 2014-10-16 14:40:22 +02:00
economy.h refactor setup for economy tests. 2014-07-05 22:47:26 -07:00
economy.test.c Simple test for rules.give (there are many more, can_give deserves a test to itself). 2014-07-05 23:06:51 -07:00
eressea.c refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
eressea.h
eressea.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
eressea.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
game.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
game.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
give.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
give.h
gmtool.c fix errors and warnings that clang reports. 2014-10-14 22:57:02 +02:00
gmtool.h
gmtool_structs.h
helpers.c refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
helpers.h
items.c fix remaining getstrtoken uses without null-check. 2014-09-21 16:43:17 +02:00
items.h
json.c segmentation fault in export when a plane has no name (default plane). 2014-10-09 08:34:03 +02:00
json.h remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
json.test.c make tests pass through valgrind 2014-06-26 21:48:01 -07:00
keyword.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
keyword.h localization of alliance status "ALL". 2014-08-16 03:07:37 +02:00
keyword.test.c added a test for a purely hypopthetical problem (issue 2032) in keyword parsing. 2014-09-19 19:49:44 +02:00
laws.c Merge branch 'master' of github.com:eressea/server 2014-10-18 21:37:40 +02:00
laws.h kill some dead code. 2014-10-15 18:19:16 +02:00
laws.test.c eliminate unused variable warning. 2014-10-14 20:56:58 +02:00
listbox.c update cmake to compile without sqlite3, curses or libxml2 installed. 2014-06-11 20:30:34 -07:00
listbox.h update cmake to compile without sqlite3, curses or libxml2 installed. 2014-06-11 20:30:34 -07:00
locale.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
locale.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
log.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
log.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
main.c refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
market.c remove static variables optimizations, they create global state that is bad for testing 2014-06-17 23:10:55 -07:00
market.h
market.test.c rt_register is no longer required, new_resourcetype replaced by rt_get_or_create. 2014-06-29 17:02:45 -07:00
monster.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
monster.h
monsters.c Fixing Monsters 2014-09-01 15:42:56 +02:00
move.c fix errors and warnings that clang reports. 2014-10-14 22:57:02 +02:00
move.h cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
move.test.c fix new harbor code, add tests. 2014-10-03 21:26:11 +02:00
names.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
names.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
platform.h option for release builds 2014-06-26 22:05:17 -07:00
process.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
process.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
randenc.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
randenc.h
report.c cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
report.h save game id in the data file, not name of XML file 2014-07-23 11:54:51 +02:00
reports.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
reports.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
reports.test.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
settings.h XML Option hinzugefügt 2014-09-25 09:54:52 +02:00
settings.pkg MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
settings.pkg.c MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
skill.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
skill.h move skill_t into a separate file, give it unit tests. 2014-06-20 23:59:04 -07:00
skill.test.c move skill_t into a separate file, give it unit tests. 2014-06-20 23:59:04 -07:00
spells.c fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +02:00
spells.h refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
spy.c fix errors and warnings that clang reports. 2014-10-14 22:57:02 +02:00
spy.h
sqlite.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
stdafx.h
stealth.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
stealth.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
stealth.test.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
study.c PR code review comments. 2014-10-18 19:53:13 +02:00
study.h move skill_t into a separate file, give it unit tests. 2014-06-20 23:59:04 -07:00
summary.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
summary.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
test_eressea.c basic test for tolower function. 2014-10-19 06:42:40 +02:00
tests.c test that empty factions are removed, but not monsters. 2014-10-16 09:03:57 +02:00
tests.h add a test for attrib->nexttype. 2014-10-18 17:12:43 +02:00
tests.test.c rt_register is no longer required, new_resourcetype replaced by rt_get_or_create. 2014-06-29 17:02:45 -07:00
upkeep.c cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
upkeep.h cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
upkeep.test.c cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
vortex.c fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +02:00
vortex.h fix compilation warning on gcc. 2014-09-29 21:22:44 +02:00
vortex.test.c refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
wormhole.c refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
wormhole.h refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
wormhole.test.c refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
xmlreport.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
xmlreport.h