.. |
attributes
|
convert float values in at_object to integer where it makes sense.
|
2014-12-24 16:21:01 +01:00 |
items
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
kernel
|
Merge remote-tracking branch 'eressea/master'
|
2014-12-24 23:50:55 +01:00 |
modules
|
remove the obsolete dungeons module.
|
2014-12-13 00:03:24 +01:00 |
races
|
refactoring: move all monster-related code into monster.c
|
2014-11-11 16:53:56 +01:00 |
spells
|
Bugfix: Untote Helden bekamen keine Beute.
|
2014-12-13 20:16:25 +01:00 |
tools
|
removing the core directory (moving to res and scripts).
|
2014-07-28 14:27:30 +02:00 |
triggers
|
remove even more obsolete datafile version support.
|
2014-12-12 23:00:30 +01:00 |
util
|
parsing tokens when buffer is too small - skip the entire token. now with tests.
|
2014-12-24 15:55:55 +01:00 |
CMakeLists.txt
|
move more things out of config.c.
|
2014-12-17 17:22:26 +01:00 |
alchemy.c
|
cleanup, fix a TODO, eliminate dead code.
|
2014-12-10 09:39:11 +01:00 |
alchemy.h
|
fix gcc build, forward-declare structs in the header.
|
2014-11-01 13:10:22 +01:00 |
battle.c
|
Bugfix: Untote Helden bekamen keine Beute.
|
2014-12-13 20:16:25 +01:00 |
battle.h
|
make tests more valgrind-friendly by not leaking memory
|
2014-12-12 11:32:12 +01:00 |
battle.test.c
|
make tests more valgrind-friendly by not leaking memory
|
2014-12-12 11:32:12 +01:00 |
bind_building.c
|
cleanup, fix a TODO, eliminate dead code.
|
2014-12-10 09:39:11 +01: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
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
bind_config.h
|
read keywords from json configuration, use German imperative forms.
|
2014-10-29 19:40:09 +01:00 |
bind_eressea.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
bind_eressea.h
|
remove obsolete commands (PRAY) and parameters
|
2014-06-21 07:34:36 -07:00 |
bind_faction.c
|
always nice to eliminate a few TODO's and kill some bitrot.
|
2014-12-09 23:27:05 +01: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
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01: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
|
refactoring: special directions into their own file (vortex.c).
|
2014-08-27 21:30:24 +02: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
|
refactoring: move all monster-related code into monster.c
|
2014-11-11 16:53:56 +01:00 |
bind_process.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01: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
|
move chaos to a separate module (it is an old E2 feature)
|
2014-12-13 11:44:14 +01: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 magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
bind_settings.h
|
clean up indentation.
|
2014-06-12 17:38:45 -07:00 |
bind_ship.c
|
always nice to eliminate a few TODO's and kill some bitrot.
|
2014-12-09 23:27:05 +01: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
|
update to latest version of storage library.
|
2014-11-03 22:29:04 +01: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
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01: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
|
refactoring: move all monster-related code into monster.c
|
2014-11-11 16:53:56 +01:00 |
bindings.h
|
remove -Cef, parse any arguments as a file to run.
|
2014-04-24 14:41:04 +02:00 |
building_action.c
|
remove even more obsolete datafile version support.
|
2014-12-12 23:00:30 +01:00 |
buildno.h
|
Merge branch 'version-3-3'
|
2014-12-12 17:24:00 +01: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 |
chaos.c
|
fix the loading of chaoscount attributes that I broke in the refactoring.
|
2014-12-13 17:31:55 +01:00 |
chaos.h
|
fix the loading of chaoscount attributes that I broke in the refactoring.
|
2014-12-13 17:31:55 +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
|
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 |
creport.c
|
report the unit limit in NR and CR.
|
2014-12-19 19:57:24 +01: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
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
economy.c
|
rename to gettoken, use more widely, add a basic test.
|
2014-12-22 16:28:17 +01:00 |
economy.h
|
fix struct declarations.
|
2014-11-03 17:32:55 +01:00 |
economy.test.c
|
refactor tests for giving, add test for GIVE HERBS.
|
2014-11-03 08:33:07 +01:00 |
eressea.c
|
Merge pull request #71 from badgerman/module-rename
|
2014-12-13 18:56:02 +01: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
|
rename to gettoken, use more widely, add a basic test.
|
2014-12-22 16:28:17 +01:00 |
give.h
|
refactor: eliminate the getunitpeasants global variable.
|
2014-12-12 20:53:39 +01:00 |
give.test.c
|
refactor: eliminate the getunitpeasants global variable.
|
2014-12-12 20:53:39 +01:00 |
gmtool.c
|
remove the obsolete dungeons module.
|
2014-12-13 00:03:24 +01:00 |
gmtool.h
|
fix gcc build, forward-declare structs in the header.
|
2014-11-01 13:10:22 +01:00 |
gmtool_structs.h
|
…
|
|
helpers.c
|
refactoring: special directions into their own file (vortex.c).
|
2014-08-27 21:30:24 +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
|
rename to gettoken, use more widely, add a basic test.
|
2014-12-22 16:28:17 +01:00 |
items.h
|
…
|
|
json.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
json.h
|
remove obsolete commands (PRAY) and parameters
|
2014-06-21 07:34:36 -07:00 |
json.test.c
|
fix json test (null-terminate read)
|
2014-11-04 07:57:29 +01:00 |
keyword.c
|
Merge branch 'loot' of github.com:CTD1/eressea-server-bugfixing into CTD1-loot
|
2014-11-02 10:02:30 +01:00 |
keyword.h
|
Plündern
|
2014-10-16 14:45:21 +02:00 |
keyword.test.c
|
make tests more valgrind-friendly by not leaking memory
|
2014-12-12 11:32:12 +01:00 |
laws.c
|
kill the unused EnhancedQuit feature, reducing the potential use of at_object by one more situation.
|
2014-12-24 16:33:21 +01:00 |
laws.h
|
Konfigurierbar
|
2014-12-15 09:48:43 +01:00 |
laws.test.c
|
DESCRIBE would crash if not given a description.
|
2014-12-20 22:18:38 +01:00 |
lighthouse.c
|
move more things out of config.c.
|
2014-12-17 17:22:26 +01:00 |
lighthouse.h
|
gcc/clang want structs to be defined before used in an argument list
|
2014-12-17 18:47:01 +01: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 |
magic.c
|
rename to gettoken, use more widely, add a basic test.
|
2014-12-22 16:28:17 +01:00 |
magic.h
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
magic.test.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
main.c
|
load inifile in main, it is only used by the server.
|
2014-12-09 06:01:10 +01: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
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
monster.c
|
added a function that sets a monster's name to NULL if it is the name of its race.
|
2014-12-09 07:20:36 +01:00 |
monster.h
|
added a function that sets a monster's name to NULL if it is the name of its race.
|
2014-12-09 07:20:36 +01:00 |
monsters.c
|
Monsters should LOOT if the rules don't allow TAX.
|
2014-12-20 21:37:06 +01:00 |
morale.c
|
Refactoring morale into a separate module.
|
2014-12-10 19:04:02 +01:00 |
morale.h
|
Refactoring morale into a separate module.
|
2014-12-10 19:04:02 +01:00 |
move.c
|
rename to gettoken, use more widely, add a basic test.
|
2014-12-22 16:28:17 +01:00 |
move.h
|
always nice to eliminate a few TODO's and kill some bitrot.
|
2014-12-09 23:27:05 +01:00 |
move.test.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
names.c
|
added a function that sets a monster's name to NULL if it is the name of its race.
|
2014-12-09 07:20:36 +01: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
|
refactoring: moving plagues out of config.c
|
2014-12-16 14:18:29 +01:00 |
randenc.h
|
refactoring: moving plagues out of config.c
|
2014-12-16 14:18:29 +01:00 |
report.c
|
report the unit limit in NR and CR.
|
2014-12-19 19:57:24 +01: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
|
remove strlist from config.c, move it to reports.c (where it is used primarily).
|
2014-12-17 17:40:36 +01:00 |
reports.h
|
remove strlist from config.c, move it to reports.c (where it is used primarily).
|
2014-12-17 17:40:36 +01:00 |
reports.test.c
|
move magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
settings.h
|
Merge pull request #67 from badgerman/version-cleanup
|
2014-12-13 13:26:23 +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
|
fix escape_string mmeory corruption error.
|
2014-12-12 11:28:37 +01: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 magic out of kernel, into src.
|
2014-11-01 12:57:01 +01:00 |
spells.c
|
refactoring: moving plagues out of config.c
|
2014-12-16 14:18:29 +01:00 |
spells.h
|
refactoring: special directions into their own file (vortex.c).
|
2014-08-27 21:30:24 +02:00 |
spy.c
|
remove the deprecated getunit function.
|
2014-12-12 21:06:47 +01: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
|
…
|
|
study.c
|
additional tests for the parser.
|
2014-12-22 16:45:56 +01:00 |
study.h
|
move skill_t into a separate file, give it unit tests.
|
2014-06-20 23:59:04 -07:00 |
summary.c
|
added a function that sets a monster's name to NULL if it is the name of its race.
|
2014-12-09 07:20:36 +01:00 |
summary.h
|
reorganized directory structure.
|
2014-08-27 06:40:35 +02:00 |
test_eressea.c
|
start to get rid of getstrtoken(), which uses an internal static buffer and causes horrible bugs when called multiple times.
|
2014-12-22 14:21:24 +01:00 |
tests.c
|
add simple tests for pay_cmd.
|
2014-12-17 20:00:55 +01:00 |
tests.h
|
add simple tests for pay_cmd.
|
2014-12-17 20:00:55 +01:00 |
tests.test.c
|
remove the R_UNIT resource.
|
2014-12-11 23:24:00 +01:00 |
upkeep.c
|
refactoring: move all monster-related code into monster.c
|
2014-11-11 16:53:56 +01: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
|
remove support for versions prior to turn 572 (INTPAK_VERSION).
|
2014-12-12 22:52:23 +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
|
Update wormholes to the module naming convention.
|
2014-12-13 16:43:35 +01:00 |
wormhole.h
|
Update wormholes to the module naming convention.
|
2014-12-13 16:43:35 +01: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
|
…
|
|