Enno Rehling
|
f48551ebcb
|
remove unicode from autoseed (races are always english tokens)
|
2021-02-24 18:48:12 +01:00 |
Enno Rehling
|
e0e82c5fa5
|
fix MSVC warning levels, move _CRT_SECURE_NO_WARNINGS define to sources
|
2021-02-20 23:22:10 +01:00 |
Enno Rehling
|
0c080ad7dd
|
coverity complains about possibly missing warden.
|
2020-12-06 15:47:47 +01:00 |
Enno Rehling
|
e9baa06a63
|
remove existing roads from oceans.
new datafile version!
|
2020-08-16 20:32:19 +02:00 |
Enno Rehling
|
00ac549750
|
idiot-proofing the newfactions file parser
|
2020-01-08 20:57:29 +01:00 |
Enno Rehling
|
d9cbbd9052
|
Bug 2614: Einheiten bewachen Region vor sich selbst.
|
2019-10-20 17:11:58 +02:00 |
Enno Rehling
|
b9ae927aa3
|
remove copyright notices.
|
2019-09-13 21:35:44 +02:00 |
Enno Rehling
|
061cadfce8
|
null-pointer check befor strcmp.
|
2019-08-10 05:10:00 +02:00 |
Enno Rehling
|
c70e597b05
|
Update copyright notice with current date.
|
2019-07-14 09:37:35 +02:00 |
Enno Rehling
|
df746dd342
|
Newbie islands should not have volcano terrain.
|
2019-04-05 17:14:28 +02:00 |
Enno Rehling
|
5868316537
|
asciification
|
2019-02-09 12:50:12 +01:00 |
Enno Rehling
|
a848a1b2ee
|
fix source encodings, break umlauts, ASCII everywhere
|
2018-12-17 12:07:51 +01:00 |
Enno Rehling
|
7b8bc8af0f
|
more allocation checks.
|
2018-12-15 20:01:51 +01:00 |
Enno Rehling
|
48dc5057b3
|
remove unused function
|
2018-12-15 18:17:06 +01:00 |
Enno Rehling
|
e03f3c95a3
|
BUG 2531: new factions get a fresh password every turn until they send their first orders, which is shown in the report.
|
2018-12-06 20:04:45 +01:00 |
Enno Rehling
|
fc4f32f8e0
|
read_building_reference does not need a callback
|
2018-11-01 21:13:05 +01:00 |
Enno Rehling
|
35ed981cd5
|
help the VS heap profiler understand the code.
reorder calloc arguments.
rename ursprung -> origin.
|
2018-10-22 21:51:11 +02:00 |
Enno Rehling
|
b22d838a57
|
move gamedata.c to kernel
|
2018-09-29 13:21:46 +02:00 |
Enno Rehling
|
a373807189
|
move attrib and event modules to kernel
|
2018-09-29 11:37:17 +02:00 |
Enno Rehling
|
e462529596
|
fix merge conflict
choose sqlite as default database
|
2018-09-26 20:36:27 +02:00 |
Enno Rehling
|
90b69adb8a
|
Merge branch 'bcrypt' into develop
|
2018-09-26 20:26:22 +02:00 |
Enno Rehling
|
f513c2c68a
|
skip excessive password generation in tests.
|
2018-09-26 20:19:59 +02:00 |
Enno Rehling
|
ccc5556682
|
adding code to export faction information.
sqlite3 implementation only, not tied to anything yet.
add faction.uid
remove faction.subscription
|
2018-09-24 20:18:21 +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
|
0b097371a1
|
items: less xpath, more child iteration.
|
2018-05-01 11:20:13 +02:00 |
Enno Rehling
|
f997ff7e59
|
build problems. this looks like a merge conflict.
|
2018-03-04 18:21:00 +01:00 |
Enno Rehling
|
6c0f8a81f6
|
merge from master
|
2018-02-26 19:51:48 +01:00 |
Enno Rehling
|
622c103b00
|
more cppcheck messages
|
2018-02-26 19:48:52 +01:00 |
Enno Rehling
|
f67a4943e4
|
fix some cppcheck warnings
|
2018-02-11 15:43:24 +01:00 |
Enno Rehling
|
ff33073bd9
|
unused function
|
2018-02-11 15:00:19 +01:00 |
Enno Rehling
|
1035a98fd3
|
make attrib use a variant, not a custom union.
change attrib_type methods to take a variant, not the entire attrib.
|
2018-02-09 21:20:43 +01:00 |
Enno Rehling
|
1eaa1e6d84
|
BUG 2405: use mistletoe to create effect, use effect to flee from battle.
|
2018-01-21 18:07:49 +01:00 |
Enno Rehling
|
095148ab50
|
move va_copy macro closer to where it is used.
|
2017-12-29 17:00:16 +01:00 |
Enno Rehling
|
50173d5be3
|
PATH_MAX and MAX_PATH are crazy.
|
2017-12-29 11:44:14 +01:00 |
Enno Rehling
|
f98eab56c4
|
platform.h is only for WIN32 now.
replace MIN and MAX macros, they are BAD.
|
2017-12-29 06:13:28 +01:00 |
Enno Rehling
|
5b1d27542a
|
reduce dependence on platform.h.
gradually stop using MAX and MIN (mistakes were made).
|
2017-12-28 18:29:40 +01:00 |
Enno Rehling
|
b297b4d43c
|
eliminate some more strlcat calls.
|
2017-12-11 18:35:30 +01:00 |
Enno Rehling
|
2ca236e68c
|
Add lua tests for ROUTE.
|
2017-12-10 20:54:02 +01:00 |
Enno Rehling
|
4e12ff536a
|
The MUSEUM_MODULE define is unnecessary.
|
2017-12-09 21:06:44 +01:00 |
Enno Rehling
|
17ee0e50b6
|
cppcheck warnings and scope reductions.
|
2017-12-08 21:08:11 +01:00 |
Enno Rehling
|
1b9a686101
|
fix berkeley size/ulen error
remove weather module (unused)
|
2017-12-08 20:18:01 +01:00 |
Enno Rehling
|
923f01190c
|
sscanf format was too big
|
2017-11-20 07:52:56 +01:00 |
Enno Rehling
|
fdd28835b5
|
Shifting signed 32-bit value by 31 bits is undefined behaviour
|
2017-11-20 07:51:31 +01:00 |
Steffen Mecke
|
0aa5a64c63
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
Enno Rehling
|
b676bb0968
|
remove unused newfaction.bonus
thanks to @stm2. This feature is long dead.
|
2017-10-07 18:43:04 +02:00 |
Enno Rehling
|
3aed0b1ee5
|
fix gcc compilation
|
2017-09-22 16:39:46 +02:00 |
Enno Rehling
|
902e2126c9
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
Enno Rehling
|
bbeac66250
|
fix dupe detection
|
2017-08-09 19:18:45 +02:00 |
Enno Rehling
|
1aa142d821
|
log warnings for duplicate new emails.
|
2017-08-09 19:04:49 +02:00 |
Enno Rehling
|
e59ae05729
|
Merge branch 'master' of github.com:eressea/server
|
2017-08-07 18:37:33 +02:00 |