server/src
Enno Rehling 44d982d210 free race prefixes when the game is done (small memory leak). 2015-09-12 12:29:42 +02:00
..
attributes Merge branch 'todo-cleanup' of github.com:ennorehling/eressea into todo-cleanup 2015-08-27 16:54:42 +02:00
items bugfix use_item (use_skillpotion did not use pool). 2015-05-24 07:17:23 +02:00
kernel free race prefixes when the game is done (small memory leak). 2015-09-12 12:29:42 +02:00
modules fix linux builds 2015-09-06 19:08:57 +02:00
races fix indentation in every file 2015-01-30 20:37:14 +01:00
spells fix hitpoints for summoned wolves 2015-08-31 12:50:47 +02:00
tools fix indentation in every file 2015-01-30 20:37:14 +01:00
triggers fix bad castorder creation for combat spell (some unions are the WORST) 2015-08-22 18:51:10 +02:00
util remove unused xml_i function 2015-09-11 11:08:10 +02:00
CMakeLists.txt refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02:00
alchemy.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
alchemy.h remove superfluous argument from herbsearch 2015-08-27 14:46:08 +02:00
alchemy.test.c fix linux build, kill invalid assert 2015-08-27 16:23:30 +02:00
battle.c configuration type-fixes: int to bool where appropriate (possibly incomplete) 2015-09-11 10:04:08 +02:00
battle.h indentation fixes (tab->spaces) 2015-06-26 14:31:21 +02:00
battle.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_building.c indentation fixes (tab->spaces) 2015-06-26 14:31:21 +02:00
bind_building.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_config.c fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_config.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_dict.c more lua_pushinteger conversion for lua 5.3 2015-06-08 21:19:17 +02:00
bind_dict.h fix preview crash in embassies.lua. 2015-02-01 10:03:30 +01:00
bind_eressea.c fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_eressea.h remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
bind_faction.c increase the datatype for scores from int to long long 2015-09-06 19:04:04 +02:00
bind_faction.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_gmtool.c replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
bind_gmtool.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 replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
bind_message.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_monsters.c replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
bind_process.c unit tests for STUDY and TEACH commands. 2015-07-09 13:24:21 +02:00
bind_process.h
bind_region.c Merge branch 'master' into develop 2015-08-20 16:58:07 +02:00
bind_region.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_settings.c fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_settings.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_ship.c replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
bind_ship.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_sqlite.c replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
bind_storage.c fix test requiring a data directory (sigsegv) 2015-09-06 20:07:15 +02:00
bind_storage.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bind_tolua.c try to allow visual studio to build with all warnings (/WAll) enabled. 2015-01-12 22:53:21 +01: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 move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
bind_unit.h fix indentation in every file 2015-01-30 20:37:14 +01:00
bindings.c move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
bindings.h fix indentation in every file 2015-01-30 20:37:14 +01:00
building_action.c fix indentation in every file 2015-01-30 20:37:14 +01:00
buildno.h Merge remote-tracking branch 'upstream/master' into develop 2015-09-06 13:28:08 +02:00
callback.c fix indentation in every file 2015-01-30 20:37:14 +01:00
callback.h fix indentation in every file 2015-01-30 20:37:14 +01:00
callback.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
chaos.c fix copyright notice 2015-01-30 22:10:29 +01:00
chaos.h fix copyright notice 2015-01-30 22:10:29 +01:00
config.pkg read keywords from json configuration, use German imperative forms. 2014-10-29 19:40:09 +01:00
config.pkg.c read keywords from json configuration, use German imperative forms. 2014-10-29 19:40:09 +01:00
console.c fix indentation in every file 2015-01-30 20:37:14 +01:00
console.h fix copyright notice 2015-01-30 22:10:29 +01:00
creport.c move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
creport.h fix missing units from CR, add a test, partially convert from FILE* to stream 2015-08-05 14:45:46 +02:00
direction.c fix indentation in every file 2015-01-30 20:37:14 +01:00
direction.h fix indentation in every file 2015-01-30 20:37:14 +01:00
direction.test.c use the same DISABLE_TEST macro everywhere. 2015-09-09 13:23:20 +02:00
donations.c kill stray semicolon 2015-09-10 21:22:55 +02: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 refactor donations into a seaprate code module, add a basic test 2015-09-09 15:45:20 +02:00
economy.c refactor donations into a seaprate code module, add a basic test 2015-09-09 15:45:20 +02:00
economy.h refactor donations into a seaprate code module, add a basic test 2015-09-09 15:45:20 +02:00
economy.test.c refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
eressea.c Implement an optional JSON report writer. Currently writes readable maps for Tiled. 2015-03-29 14:03:56 +02:00
eressea.h fix indentation in every file 2015-01-30 20:37:14 +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 Fix a bug reporting DETROY messages to the correct unit. 2015-07-07 00:49:12 +02:00
give.h fix indentation in every file 2015-01-30 20:37:14 +01:00
give.test.c Backfill missing tests for Bug 1818. Actual bug appears to have been fixed some time ago. 2015-09-07 14:49:57 +02:00
gmtool.c the outcome of a casual static analysis session. 2015-07-06 19:53:09 +02:00
gmtool.h Fix the 'B' island generation to use the newfactions file, for use by new GMs. 2015-06-02 15:29:21 +02:00
gmtool_structs.h fix indentation in every file 2015-01-30 20:37:14 +01:00
helpers.c replace pushnumber with pushinteger where applicable (prep for Lua 5.3). 2015-06-08 20:53:40 +02:00
helpers.h fix indentation in every file 2015-01-30 20:37:14 +01:00
inc fix tolua, I guess 2015-07-11 23:45:59 +02:00
items.c converting float->double in a lot of the code to prevent -Wconversion messages 2015-05-15 19:08:44 +02:00
items.h fix indentation in every file 2015-01-30 20:37:14 +01:00
json.c increase the datatype for scores from int to long long 2015-09-06 19:04:04 +02:00
json.h remove obsolete commands (PRAY) and parameters 2014-06-21 07:34:36 -07:00
json.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
jsreport.c move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
jsreport.h Implement an optional JSON report writer. Currently writes readable maps for Tiled. 2015-03-29 14:03:56 +02:00
keyword.c suspect some submodule shenanigans 2015-08-20 16:26:32 +02:00
keyword.h fix indentation in every file 2015-01-30 20:37:14 +01:00
keyword.test.c use the same DISABLE_TEST macro everywhere. 2015-09-09 13:23:20 +02:00
laws.c refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02:00
laws.h Add a message that contains the password in the first report, so Magellan can pick it up. 2015-08-15 20:25:36 +02:00
laws.test.c refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
lighthouse.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
lighthouse.h fix copyright notice 2015-01-30 22:10:29 +01:00
listbox.c fix indentation in every file 2015-01-30 20:37:14 +01: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
magic.c configuration type-fixes: int to bool where appropriate (possibly incomplete) 2015-09-11 10:04:08 +02:00
magic.h configuration type-fixes: int to bool where appropriate (possibly incomplete) 2015-09-11 10:04:08 +02:00
magic.test.c add unit-test for casting spells, fix spell-casting (was looking for thisorder), all E3 tests pass again 2015-08-05 10:25:25 +02:00
main.c suspect some submodule shenanigans 2015-08-20 16:26:32 +02:00
market.c fix indentation in every file 2015-01-30 20:37:14 +01:00
market.h fix indentation in every file 2015-01-30 20:37:14 +01:00
market.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
monster.c fix copyright notice 2015-01-30 22:10:29 +01:00
monster.h Fix a bug reporting DETROY messages to the correct unit. 2015-07-07 00:49:12 +02:00
monsters.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
morale.c Refactoring morale into a separate module. 2014-12-10 19:04:02 +01:00
morale.h fix copyright notice 2015-01-30 22:10:29 +01:00
move.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
move.h move travelthru logic to a separate module. todo: split off the report writing from the collection of units. 2015-08-18 18:57:04 +02:00
move.test.c fix German spelling in a message, 2015-08-30 14:52:42 +02:00
names.c trying to test curse_write/read 2015-05-13 12:05:45 +02:00
names.h fix copyright notice 2015-01-30 22:10:29 +01:00
platform.h fix copyright notice 2015-01-30 22:10:29 +01:00
prefix.c free race prefixes when the game is done (small memory leak). 2015-09-12 12:29:42 +02:00
prefix.h free race prefixes when the game is done (small memory leak). 2015-09-12 12:29:42 +02:00
prefix.test.c refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02: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 change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
randenc.h converting float->double in a lot of the code to prevent -Wconversion messages 2015-05-15 19:08:44 +02:00
report.c move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
report.h replace all at_travelunit code with travelthru_map calls. 2015-08-19 14:37:51 +02:00
reports.c refactor donations into a seaprate code module, add a basic test 2015-09-09 15:45:20 +02:00
reports.h refactor prepare_report to extract prepare_seen, because we assume the bug is in there. 2015-09-09 09:04:59 +02:00
reports.test.c move seen_region logic to a separate seen.[hc] module for testing. 2015-09-08 09:56:56 +02:00
seen.c refactor: add a faction_add_seen function that also updates [first, last) interval. 2015-09-09 11:08:33 +02:00
seen.h building on linux 2015-09-09 11:09:57 +02:00
seen.test.c fix unused variable warning 2015-09-09 11:24:11 +02:00
settings.h increase the datatype for scores from int to long long 2015-09-06 19:04:04 +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 suspect some submodule shenanigans 2015-08-20 16:26:32 +02:00
skill.h refactor donations into a seaprate code module, add a basic test 2015-09-09 15:45:20 +02:00
skill.test.c use the same DISABLE_TEST macro everywhere. 2015-09-09 13:23:20 +02:00
spells.c Merge pull request #283 from ennorehling/cursed-faction 2015-08-31 07:58:16 +02:00
spells.h test good/bad dreams 2015-05-06 18:15:10 +02:00
spells.test.c managed to commit some broken tests, and travis let them pass. something is wrong with the CI tests. 2015-08-07 18:30:02 +02:00
spy.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
spy.h fix copyright notice 2015-01-30 22:10:29 +01:00
spy.test.c refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
sqlite.c address some PVS comments 2015-07-21 09:01:11 +02:00
stdafx.h
study.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
study.h resize buffer in eval_command, it was too small for many commands. 2015-08-06 16:52:24 +02:00
study.test.c disable random study in test to make it not intermittent 2015-08-06 20:48:14 +02:00
summary.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
summary.h fix indentation in every file 2015-01-30 20:37:14 +01:00
test_eressea.c refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02:00
tests.c add test suite for seen_region logic (empty) 2015-09-08 10:07:29 +02:00
tests.h refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
tests.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
travelthru.c replace all at_travelunit code with travelthru_map calls. 2015-08-19 14:37:51 +02:00
travelthru.h replace all at_travelunit code with travelthru_map calls. 2015-08-19 14:37:51 +02:00
travelthru.test.c fix linux build 2015-08-19 14:50:24 +02:00
upkeep.c configuration type-fixes: int to bool where appropriate (possibly incomplete) 2015-09-11 10:04:08 +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 configuration type-fixes: int to bool where appropriate (possibly incomplete) 2015-09-11 10:04:08 +02:00
vortex.c fix indentation in every file 2015-01-30 20:37:14 +01:00
vortex.h fix compilation warning on gcc. 2014-09-29 21:22:44 +02:00
vortex.test.c make tests more valgrind-friendly by not leaking memory 2014-12-12 11:32:12 +01:00
wormhole.c fix indentation in every file 2015-01-30 20:37:14 +01:00
wormhole.h fix copyright notice 2015-01-30 22:10:29 +01:00
wormhole.test.c refactoring and tests for wormhole module. 2014-09-29 23:19:59 +02:00
xmlreport.c fix indentation in every file 2015-01-30 20:37:14 +01:00
xmlreport.h fix indentation in every file 2015-01-30 20:37:14 +01:00