.. |
attributes
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
items
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
kernel
|
reading and writing the NPC flag was broken, because flags were a fully loaded unsigned int. making it an int instead, and adding a test.
|
2014-05-05 19:11:40 -07:00 |
modules
|
remove GM command, remove gm-attributes from data when writing.
|
2014-04-22 21:42:32 -07:00 |
races
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
spells
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
triggers
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
util
|
fixing xml config for e2 and e3
|
2014-04-24 06:24:35 -07:00 |
CMakeLists.txt
|
fix test runner
|
2014-04-24 15:39:14 +02:00 |
archetype.c
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
archetype.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
bind_attrib.c
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
bind_attrib.h
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
bind_building.c
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29: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_eressea.c
|
json import of regions
|
2014-03-16 01:51:08 -07:00 |
bind_eressea.h
|
json import of regions
|
2014-03-16 01:51:08 -07:00 |
bind_faction.c
|
remove GM command, remove gm-attributes from data when writing.
|
2014-04-22 21:42:32 -07: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_message.c
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01: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
|
Fixes for Visual C++
|
2014-03-15 12:35:20 -07:00 |
bind_process.c
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08: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
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +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 bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
bind_settings.h
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
bind_ship.c
|
add a script that runs all tests
|
2014-04-12 05:25:21 +02: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
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08: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_unit.c
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +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
|
reading and writing the NPC flag was broken, because flags were a fully loaded unsigned int. making it an int instead, and adding a test.
|
2014-05-05 19:11:40 -07:00 |
bindings.h
|
remove -Cef, parse any arguments as a file to run.
|
2014-04-24 14:41:04 +02: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
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
creport.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
economy.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
economy.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
economy_test.c
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
eressea.c
|
Revert "remove GM command"
|
2014-03-22 21:49:18 +01:00 |
eressea.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
eressea.pkg
|
json import of regions
|
2014-03-16 01:51:08 -07:00 |
eressea.pkg.c
|
rebuild lua bindings
|
2014-03-16 02:12:49 -07:00 |
give.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
give.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
gmtool.c
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -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
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
helpers.h
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
items.c
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
items.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
json.c
|
json export for planes. untested. old tests broken. WIP
|
2014-03-22 01:56:00 -07:00 |
json.h
|
rename export to json.
|
2014-03-14 22:30:07 -07:00 |
json_test.c
|
test that EXPORT_REGIONS doesn't export anything else
|
2014-03-22 17:46:08 +01:00 |
laws.c
|
remove GM command, remove gm-attributes from data when writing.
|
2014-04-22 21:42:32 -07:00 |
laws.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
laws_test.c
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
main.c
|
remove -Cef, parse any arguments as a file to run.
|
2014-04-24 14:41:04 +02:00 |
market.c
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
market.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
market_test.c
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
monster.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
monster.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
monsters.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
platform.h
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
process.pkg
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
process.pkg.c
|
updated bindings
|
2014-03-17 04:01:52 +01:00 |
randenc.c
|
reading and writing the NPC flag was broken, because flags were a fully loaded unsigned int. making it an int instead, and adding a test.
|
2014-05-05 19:11:40 -07:00 |
randenc.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
report.c
|
fix number of units in the report header
|
2014-04-26 12:24:51 -07:00 |
report.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
settings.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
settings.pkg
|
move bindings into src/ make the code compile from scratch again.
|
2014-02-22 00:32:59 -08:00 |
settings.pkg.c
|
updated bindings
|
2014-03-17 04:01:52 +01:00 |
spy.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
spy.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
stdafx.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
study.c
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
study.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
summary.c
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
summary.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
test_eressea.c
|
rename export to json.
|
2014-03-14 22:30:07 -07:00 |
tests.c
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
tests.h
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
tests_test.c
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |
xmlreport.c
|
Fixes for Visual C++
|
2014-03-15 12:35:20 -07:00 |
xmlreport.h
|
I am killing the core/ directory.
|
2014-02-18 05:45:00 +01:00 |