Enno Rehling
|
3c4b6b9dd4
|
rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/
begin json config files (WIP)
|
2014-06-09 09:56:49 -07:00 |
|
Enno Rehling
|
dceff481d7
|
json config files, beginning with races
|
2014-06-07 22:17:48 -07:00 |
|
Enno Rehling
|
f43d8a3297
|
remove old gamecode-diabling logic
it was old, and not in use.
|
2014-06-07 10:36:50 -07:00 |
|
Steffen Mecke
|
dc3eea0c70
|
take best unit and count amulet at most once for guards blocking movement
|
2014-06-04 11:04:17 +02:00 |
|
Enno Rehling
|
9940025a96
|
eliminate multiple warnings about missing default order
fix e3 catalog file syntax
|
2014-06-02 07:31:46 +02:00 |
|
Enno Rehling
|
e17a3fc8fa
|
eliminate remaining traces of the wisps spell
|
2014-06-02 07:22:07 +02:00 |
|
Enno Rehling
|
08c3d08d7d
|
fix config.xml for test games
update log levels for some common messages.
|
2014-06-02 05:42:56 +02:00 |
|
Enno Rehling
|
6f29e4dab5
|
improve logging information (missing race, log levels)
do nothing when thre is no peasant blood
|
2014-06-01 11:07:22 +02:00 |
|
Enno Rehling
|
d388a94f36
|
report missing itemtype before crashing
|
2014-05-24 20:35:00 -07:00 |
|
Enno Rehling
|
7038b021de
|
fix counting of units, making it slower but more correct
|
2014-05-24 20:25:06 -07:00 |
|
Enno Rehling
|
649a43a27e
|
sqlite updater, rewrite
|
2014-05-16 22:49:28 -07:00 |
|
Enno Rehling
|
515b582144
|
Merge branch 'master' of github.com:eressea/server
|
2014-05-10 11:45:14 -07:00 |
|
Enno Rehling
|
c2329f7f2b
|
changing unsigned flags to regular ints
the storage library does not understand unsigned at the moment, and using the highest order bit causes trouble
new version of datafile
|
2014-05-10 18:57:04 +02:00 |
|
Enno Rehling
|
0d087d6bb1
|
Merge branch 'master' of github.com:eressea/server
|
2014-05-05 19:15:32 -07:00 |
|
Enno Rehling
|
1e7e5877a1
|
Merge branch 'master' of github.com:eressea/server
|
2014-05-05 19:14:55 -07:00 |
|
Enno Rehling
|
86bc4e7aef
|
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.
fixing a bad test in which shadowmasters were deserting to faction null (causing a crash).
|
2014-05-05 19:11:40 -07:00 |
|
Enno Rehling
|
465f3f7ce9
|
Merge branch 'master' of github.com:eressea/server
|
2014-05-05 00:00:10 -07:00 |
|
Enno Rehling
|
cb458db9a1
|
updating eressea.db, not with a fixed game-id
|
2014-05-04 22:49:06 +02:00 |
|
Enno Rehling
|
535a9e6e53
|
fix number of units in the report header
|
2014-04-26 12:24:51 -07:00 |
|
Enno Rehling
|
35c2baafbe
|
do not read turn file for turn 0
|
2014-04-25 07:47:23 +02:00 |
|
Enno Rehling
|
0d05ae77a3
|
remove stupid pragmas
|
2014-04-22 07:21:29 -07:00 |
|
Enno Rehling
|
9aeb0f6b86
|
make build script figure out how many jobs to run
|
2014-04-11 19:41:17 -07:00 |
|
Enno Rehling
|
7358c48580
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
|
Enno Rehling
|
b769be0f60
|
invalid tests for some architectures (char is not guaranteed to be signed or unsigned)
fix tests on ARM
|
2014-04-11 09:46:03 -07:00 |
|
Enno Rehling
|
0d8a196491
|
create report directory before writing reports.txt
|
2014-03-22 23:14:36 +01:00 |
|
Enno Rehling
|
b399356971
|
Revert "remove GM command"
there is a saved attribute that needs this
This reverts commit 7e529f2b4c .
|
2014-03-22 21:49:18 +01:00 |
|
Enno Rehling
|
a986640ef6
|
json export for planes. untested. old tests broken. WIP
|
2014-03-22 01:56:00 -07:00 |
|
Enno Rehling
|
6e3ed568ea
|
fix lua test for blessed harvest.
|
2014-03-17 08:21:35 +01:00 |
|
Enno Rehling
|
7e529f2b4c
|
remove GM command
this was a command from the very early days, when we had player-made
quests. It is no longer in use.
|
2014-03-16 23:40:51 -07:00 |
|
Enno Rehling
|
0ae8737062
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
|
Enno Rehling
|
70cee3c6e5
|
remove any dependency on stat.
|
2014-03-15 20:41:58 -07:00 |
|
Enno Rehling
|
9fc926864e
|
Fixes for Visual C++
snprintf and strncasecmp are not that.
_access needs to be fixed on gcc, next.
|
2014-03-15 12:35:20 -07:00 |
|
Enno Rehling
|
1a7d892a96
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
|
Enno Rehling
|
e9b9c9783a
|
export factions, too
give this a header and some flags so we can choose in detail what to
export.
|
2014-03-07 08:03:53 -08:00 |
|
Enno Rehling
|
03c247c788
|
I am killing the core/ directory.
Lots of files are moving to a new location in src/
Some intersting CMake changes.
|
2014-02-18 05:45:00 +01:00 |
|