Enno Rehling
|
6403c75c85
|
monsters should not be anonymous.
|
2018-07-02 19:58:26 +02:00 |
Enno Rehling
|
e8ef5be7f6
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2018-06-28 22:49:05 +02:00 |
Enno Rehling
|
5018308170
|
remove at_chaoscount, update storage module.
|
2018-06-28 22:48:57 +02:00 |
Enno Rehling
|
38cb6297bb
|
Merge branch 'master'
|
2018-06-24 20:36:32 +02:00 |
Enno Rehling
|
6d10ee8fa5
|
BUG 2453: Erstausstattung und Default-Befehle für neue Parteien.
|
2018-06-24 18:08:19 +02:00 |
Enno Rehling
|
2b0b7cd0f8
|
BUG 2447: PArtei fehlt im Kampfreport.
replace strcpy with strcat
|
2018-06-18 20:33:28 +02:00 |
Enno Rehling
|
ecdf03138f
|
Merge branch 'master' into develop
|
2018-06-11 21:38:55 +02:00 |
Enno Rehling
|
34d0b56c68
|
BUG 2448: Default-Attacken respektieren!
|
2018-06-11 21:36:59 +02:00 |
Enno Rehling
|
a62541a17e
|
BUG 2443: Straßen ohne komplizierte String-Bastelei.
|
2018-06-11 21:00:33 +02:00 |
Enno Rehling
|
13090fd27c
|
BUG 2446: trade prices not getting read from XML.
|
2018-06-10 10:58:39 +02:00 |
Enno Rehling
|
ade7b2ef43
|
BUG 2446: trade prices not getting read from XML.
|
2018-06-10 09:58:26 +02:00 |
Enno Rehling
|
5b0f3f9ea7
|
more sbstring upgrades
|
2018-06-09 21:22:02 +02:00 |
Enno Rehling
|
4b5bd11f29
|
spell_syntax without bsdstring, better tests.
|
2018-06-03 13:29:54 +02:00 |
Enno Rehling
|
f96c9c5bf9
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2018-06-03 11:04:20 +02:00 |
Enno Rehling
|
3208164b13
|
update version
|
2018-06-03 11:01:08 +02:00 |
Enno Rehling
|
cb5d15fee3
|
eliminate bsdstring.h usage
|
2018-06-03 05:42:09 +02:00 |
Enno Rehling
|
6abf054b42
|
replace bsdstring functions in cycle_route.
|
2018-05-27 20:31:36 +02:00 |
Enno Rehling
|
034872c44e
|
respect the input length when copying in str_escape_ex.
|
2018-05-27 15:15:31 +02:00 |
Enno Rehling
|
5af3ac1b40
|
reproduce buffer overflow in str_escape_ex
|
2018-05-27 15:11:03 +02:00 |
Enno Rehling
|
95c5c86303
|
Bug 2444: set default scores
|
2018-05-24 16:40:50 +02:00 |
Enno Rehling
|
9b3b376579
|
BUG 2443: Fehlende Leerzeile im Kampfreport.
|
2018-05-24 16:31:01 +02:00 |
Enno Rehling
|
49178d8fc7
|
unused variable
|
2018-05-21 16:38:32 +02:00 |
Enno Rehling
|
e53a1caa08
|
cleanup unused conde
|
2018-05-21 16:24:08 +02:00 |
Enno Rehling
|
60a86e7b2f
|
escaping a string for use in CR needs to only replace quotes and backslashes.
|
2018-05-21 13:27:02 +02:00 |
Enno Rehling
|
226fa2ba08
|
fix crash in region messages.
|
2018-05-20 17:11:29 +02:00 |
Enno Rehling
|
b3b19e7c83
|
suppress those null-reference bugs in another way, maybe?
|
2018-05-19 21:01:10 +02:00 |
Enno Rehling
|
dfa0ff09d1
|
Suppress some false positive coverity results.
It apparently does not understand CuTest code well?
Add a check for Lua eff_skill binding.
|
2018-05-19 20:53:51 +02:00 |
Enno Rehling
|
4154b1c3d9
|
remove additional whitespace in some strings.
|
2018-05-19 13:34:00 +02:00 |
Enno Rehling
|
6699e8940e
|
some cleanup is good.
|
2018-05-18 21:44:03 +02:00 |
Enno Rehling
|
33a6d7fa0e
|
free sections memory.
|
2018-05-18 21:43:02 +02:00 |
Enno Rehling
|
22f6d4feed
|
fix sections handling, remove it from nrmessage.
|
2018-05-18 21:36:10 +02:00 |
Enno Rehling
|
c11a020846
|
remove the text from messages.xml
|
2018-05-18 21:24:08 +02:00 |
Enno Rehling
|
bbae56633b
|
rules was part of convert, and we do never finished that branch.
|
2018-05-18 21:19:01 +02:00 |
Enno Rehling
|
ce37fd1bb7
|
remove libxml2 from dependencies
remove the converter, that isn't a way we're going.
|
2018-05-18 21:14:22 +02:00 |
Enno Rehling
|
6b0f75339f
|
message parsing from exparse is working, but allocates too much.
|
2018-05-18 20:42:22 +02:00 |
Enno Rehling
|
19b3b5b35a
|
change how message types are created (more prep work for expat)
|
2018-05-18 19:58:49 +02:00 |
Enno Rehling
|
f8b8a5284c
|
begin expat message parsing
|
2018-05-18 18:50:13 +02:00 |
Enno Rehling
|
6608f1b1ab
|
Merge branch 'develop'
|
2018-05-18 15:34:50 +02:00 |
Enno Rehling
|
3cd51fe384
|
cppcheck niggles.
|
2018-05-18 15:34:21 +02:00 |
Enno Rehling
|
26dc593ddb
|
shrink nrmessage
|
2018-05-18 08:34:00 +02:00 |
Enno Rehling
|
810bf3b40a
|
fix some cppcheck warnings
|
2018-05-18 02:55:33 +02:00 |
Enno Rehling
|
9e64f66409
|
gates are never created, probably dead code
|
2018-05-18 02:55:03 +02:00 |
Enno Rehling
|
ef74b8e759
|
reduce the footprint of nrmessage
|
2018-05-18 02:46:34 +02:00 |
Enno Rehling
|
3867388834
|
iwyu
|
2018-05-18 02:35:11 +02:00 |
Enno Rehling
|
42f59fbd9e
|
I think pofile.c belongs in the util directory.
|
2018-05-18 00:08:30 +02:00 |
Enno Rehling
|
7fa568da09
|
eliminate dead code, fix compile
|
2018-05-17 23:53:44 +02:00 |
Enno Rehling
|
409f5df9a9
|
po export code removed.
|
2018-05-17 23:29:12 +02:00 |
Enno Rehling
|
87914a7b5b
|
delete XML Strings.
|
2018-05-17 23:27:29 +02:00 |
Enno Rehling
|
4d09f00f03
|
remove string parsing from XML. E3 tests failing!
|
2018-05-17 22:58:01 +02:00 |
Enno Rehling
|
0d6abd3811
|
Merge branch 'develop'
|
2018-05-17 22:49:03 +02:00 |