server/src
Enno Rehling a3037950ff fix a bug in the escape_string function.
remove static return variable from escape_string.
add test coverage.
2014-08-24 23:58:31 +02:00
..
attributes keyword_t and direction_t are moving into their own module. 2014-06-15 18:34:39 -07:00
items eliminate it_find calls, replace it_find with something backed by rt_find 2014-06-24 22:44:05 -07:00
kernel fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
modules make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +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 make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
tools removing the core directory (moving to res and scripts). 2014-07-28 14:27:30 +02:00
triggers replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
util fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
CMakeLists.txt MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable) 2014-08-14 19:39:17 +02:00
bind_building.c rewrite of the Lua module system. 2014-07-26 22:52:25 +02:00
bind_building.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
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 obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
bind_eressea.h remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
bind_faction.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_faction.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bind_gmtool.c removing some naming conflicts that hapen when trying to re-enable amalgamation builds. 2014-04-11 19:41:17 -07:00
bind_gmtool.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bind_hashtable.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
bind_hashtable.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
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 rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
bind_message.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
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 new two-phase reserve for e4 2014-07-20 09:42:45 +02:00
bind_process.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bind_region.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
bind_region.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bind_settings.c move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bind_settings.h clean up indentation. 2014-06-12 17:38:45 -07:00
bind_ship.c begin binding locales (need to init_locales in the right place, still). 2014-06-14 07:52:32 -07:00
bind_ship.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
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 Fixes for Visual C++ 2014-03-15 12:35:20 -07:00
bind_storage.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
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 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_unit.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
bindings.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
bindings.h remove -Cef, parse any arguments as a file to run. 2014-04-24 14:41:04 +02:00
build.h New pre-release. 2014-08-22 07:41:28 +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
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
creation.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
creport.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
creport.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
direction.c rename test files. 2014-06-16 08:01:59 -07:00
direction.h directions can now be read from json configuration. 2014-06-15 22:17:08 -07:00
direction.test.c rename test files. 2014-06-16 08:01:59 -07:00
economy.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
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 allow reading the configuration from a different directory (-c dir). 2014-07-23 08:10:14 +02:00
eressea.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
give.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
gmtool.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
gmtool.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
gmtool_structs.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
helpers.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
helpers.h move bindings into src/ make the code compile from scratch again. 2014-02-22 00:32:59 -08:00
items.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
items.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
json.c remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07: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 Renaming keyword tokens to English. 2014-06-16 20:16:06 -07:00
laws.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
laws.h implemented a suggested change to RESERVE. 2014-07-20 06:19:21 +02:00
laws.test.c use init_order, it is better than the init_tokens+skip_token pattern. 2014-08-23 06:45:20 +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 simple tests for build(). 2014-08-24 17:09:32 +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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 eliminate it_find calls, replace it_find with something backed by rt_find 2014-06-24 22:44:05 -07:00
monster.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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
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 eliminate new_race array in favor of a function (TODO: make it fast) 2014-06-29 18:10:02 -07:00
randenc.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
report.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
report.h save game id in the data file, not name of XML file 2014-07-23 11:54:51 +02:00
settings.h I am killing the core/ directory. 2014-02-18 05:45:00 +01: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
spy.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
spy.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
study.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +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 make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
summary.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
test_eressea.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
tests.c implemented a suggested change to RESERVE. 2014-07-20 06:19:21 +02:00
tests.h rt_register is no longer required, new_resourcetype replaced by rt_get_or_create. 2014-06-29 17:02:45 -07: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
xmlreport.c remove archetypes, they are not used by any existing game. 2014-06-09 19:05:17 -07:00
xmlreport.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00