server/src/kernel
Enno Rehling 812cb98dff begin binding locales (need to init_locales in the right place, still).
fix indentation in some places.
add some assertions.
2014-06-14 07:52:32 -07:00
..
CMakeLists.txt update cmake to compile without sqlite3, curses or libxml2 installed. 2014-06-11 20:30:34 -07:00
alchemy.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
alchemy.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
alliance.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
alliance.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
ally.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ally.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ally_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
battle.c remove archetypes, they are not used by any existing game. 2014-06-09 19:05:17 -07:00
battle.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
battle_test.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
build.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
build.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
building.c fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
building.h fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
building_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
calendar.c update cmake to compile without sqlite3, curses or libxml2 installed. 2014-06-11 20:30:34 -07:00
calendar.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
command.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
command.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
config.c begin binding locales (need to init_locales in the right place, still). 2014-06-14 07:52:32 -07:00
config.h fix counting of units, making it slower but more correct 2014-05-24 20:25:06 -07:00
connection.c changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
connection.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
curse.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
curse.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
curse_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
equipment.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
equipment.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
equipment_test.c json config files, beginning with races 2014-06-07 22:17:48 -07:00
faction.c remove old SQL patch code, we have sqlite now. 2014-06-11 22:21:52 -07:00
faction.h 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
group.c rename MIN/MAX to _min/_max 2014-03-16 05:03:17 +01:00
group.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
item.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
item.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
item_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
jsonconf.c fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
jsonconf.h json config files, beginning with races 2014-06-07 22:17:48 -07:00
jsonconf_test.c fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
magic.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
magic.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
magic_test.c json config files, beginning with races 2014-06-07 22:17:48 -07:00
messages.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
messages.h rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
move.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
move.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
move_test.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
names.c rename MIN/MAX to _min/_max 2014-03-16 05:03:17 +01:00
names.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
objtypes.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
order.c begin binding locales (need to init_locales in the right place, still). 2014-06-14 07:52:32 -07:00
order.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pathfinder.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pathfinder.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
plane.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
plane.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
player.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
player.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pool.c rename MIN/MAX to _min/_max 2014-03-16 05:03:17 +01:00
pool.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pool_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
race.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
race.h working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
region.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
region.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
render.h rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
reports.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
reports.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
reports_test.c invalid tests for some architectures (char is not guaranteed to be signed or unsigned) 2014-04-11 09:46:03 -07:00
resources.c removing some naming conflicts that hapen when trying to re-enable amalgamation builds. 2014-04-11 19:41:17 -07:00
resources.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
save.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
save.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ship.c read ships from config file (only very basic) and create them in a lua test. 2014-06-13 08:28:33 -07:00
ship.h read ships from config file (only very basic) and create them in a lua test. 2014-06-13 08:28:33 -07:00
ship_test.c working on making json config understand ships and buildings. 2014-06-12 22:14:07 -07:00
skill.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
skill.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spell.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
spell.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spell_test.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spellbook.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
spellbook.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spellbook_test.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
spellid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
teleport.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
teleport.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
terrain.c fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
terrain.h fix json config for terrains, some other stuff. 2014-06-13 17:36:05 -07:00
terrainid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
types.h Revert "remove GM command" 2014-03-22 21:49:18 +01:00
unit.c fix counting of units, making it slower but more correct 2014-05-24 20:25:06 -07:00
unit.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
version.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
xmlreader.c fix broken xmlreader after most recent cahnges to 2014-06-12 22:30:13 -07:00
xmlreader.h remove old gamecode-diabling logic 2014-06-07 10:36:50 -07:00