Commit graph

8547 commits

Author SHA1 Message Date
Enno Rehling
7e1f3dbdc5 fix bug 2386, int overflow 2017-11-19 02:56:13 +01:00
Enno Rehling
0386aafa7b new template file location 2017-09-03 20:28:27 +02:00
Enno Rehling
e36f607fed send bz2 report with new mail text location 2017-09-03 11:33:15 +02:00
Enno Rehling
3c86880b2e add the report email text to the install process 2017-09-03 11:09:15 +02:00
Enno Rehling
6b7da57e28 Merge pull request #724 from ennorehling/master
version 3.13 release
2017-08-24 17:32:10 +02:00
Enno Rehling
9a7da6aea3 Merge branch 'develop' 2017-08-24 16:57:14 +02:00
Enno Rehling
b70f0e9977 do not allow install from the wrong branch 2017-08-24 16:57:02 +02:00
Enno Rehling
2dd159841e Merge branch 'master' into develop 2017-08-24 16:47:24 +02:00
Enno Rehling
eb5616aa19 Merge remote-tracking branch 'upstream/master' 2017-08-24 14:13:46 +02:00
Enno Rehling
fc4bde47f6 kill the old curses enum and oldcursename. 2017-08-21 20:48:00 +02:00
Enno Rehling
7985ebe511 replace ct_find calls with constants.
reorder a lot of includes.
2017-08-21 20:18:19 +02:00
Enno Rehling
c99e92db20 kill curse cache logic, it was a bad idea.
ct_find is almost never what we want to do.
2017-08-21 19:43:35 +02:00
Enno Rehling
134ff982ba BUG 2358: Schiffbeschleunigung dauert laenger als eine Woche. 2017-08-20 19:07:52 +02:00
Enno Rehling
ef68b8123d smart(er) dynamic allocation of key memory. 2017-08-20 17:45:03 +02:00
Enno Rehling
219a3159e8 sort the at_keys array, binary search. 2017-08-20 12:58:05 +02:00
Enno Rehling
aac2b0a60f Merge branch 'master' 2017-08-18 21:11:18 +02:00
Enno Rehling
e52d4e3419 Merge pull request #722 from ennorehling/master
BUG 2356: fix broken data files
2017-08-18 21:09:54 +02:00
Enno Rehling
89d50e9b72 fix compile, wrong data version. 2017-08-18 21:05:26 +02:00
Enno Rehling
e2578966e5 fix bad data caused by bug 2356 2017-08-18 21:02:23 +02:00
Enno Rehling
dced8618dc Merge remote-tracking branch 'upstream/master' 2017-08-18 20:32:19 +02:00
Enno Rehling
21a43b8be9 Merge remote-tracking branch 'upstream/develop' into develop 2017-08-18 20:31:56 +02:00
Enno Rehling
54b5b09e15 Merge branch 'master' into develop
Conflicts:
	src/gmtool.c
	src/modules/autoseed.c
2017-08-18 20:31:14 +02:00
Enno Rehling
d13cd0d0df Merge pull request #721 from ennorehling/master
BUG 2357: new players must be able to recruit
2017-08-18 20:26:23 +02:00
Enno Rehling
aa61860996 BUG 2357: make sure starting regions have enough recruits 2017-08-18 20:20:12 +02:00
Enno Rehling
b8e755c023 Merge pull request #720 from ennorehling/hotfix/bug-2356-curse-flags
BUG 2356: Mauern der Ewigkeit
2017-08-18 19:54:05 +02:00
Enno Rehling
7a4a49160c unused variable 2017-08-18 19:48:34 +02:00
Enno Rehling
c8b2ce7900 BUG 2356: fix curse read/write
rename curse::flags to curse::mask, use c_flags.
fix some curse_type having CURSE_ISNEW fixed.
2017-08-18 19:39:33 +02:00
Enno Rehling
293cb78de8 BUG 2356: add a failing test. 2017-08-18 19:36:17 +02:00
Enno Rehling
3ea06b23e8 Merge branch 'master' into develop 2017-08-16 21:50:40 +02:00
Enno Rehling
b6dc3fd6f4 Merge remote-tracking branch 'upstream/master' 2017-08-16 21:50:26 +02:00
Enno Rehling
a8e9da1c19 do not upgrade keys for later data versions 2017-08-16 21:48:04 +02:00
Enno Rehling
7f98fd9f22 Merge pull request #719 from ennorehling/master
a_key conversion bugs
2017-08-16 21:38:10 +02:00
Enno Rehling
6d050bb6c2 fix a_key attribute still being written.
simplify (and slow down) key upgrades.
2017-08-16 21:33:02 +02:00
Enno Rehling
2ba47a40d1 Merge remote-tracking branch 'upstream/master' 2017-08-16 20:48:39 +02:00
Enno Rehling
9d8e9cc00b at_keys is overflowing, add an assert to detect it 2017-08-16 20:48:03 +02:00
Enno Rehling
aec994ec6f Merge pull request #718 from ennorehling/master
fix bad test
2017-08-11 18:34:55 +02:00
Enno Rehling
62d8024c49 fix dupe detection 2017-08-09 19:42:55 +02:00
Enno Rehling
c984e876af Merge branch 'master' into develop
Conflicts:
	src/modules/autoseed.c
2017-08-09 19:42:24 +02:00
Enno Rehling
b2a8fc8c75 Merge remote-tracking branch 'upstream/master' 2017-08-09 19:41:20 +02:00
Enno Rehling
c4f7e36903 fix valgrind report in a test (bad rtype construction) 2017-08-09 19:39:29 +02:00
Enno Rehling
bbeac66250 fix dupe detection 2017-08-09 19:18:45 +02:00
Enno Rehling
5b342f9b11 Merge pull request #717 from ennorehling/master
gmtools
2017-08-09 19:08:58 +02:00
Enno Rehling
d80b782283 Merge remote-tracking branch 'upstream/master' 2017-08-09 19:08:22 +02:00
Enno Rehling
1aa142d821 log warnings for duplicate new emails. 2017-08-09 19:04:49 +02:00
Enno Rehling
c310249904 Merge pull request #716 from ennorehling/master
gmtool improvements
2017-08-07 19:07:23 +02:00
Enno Rehling
0cb085378d Merge branch 'master' into develop
Conflicts:
	src/gmtool.c
2017-08-07 19:01:07 +02:00
Enno Rehling
dd096db1d8 Merge remote-tracking branch 'upstream/develop' into develop 2017-08-07 19:00:11 +02:00
Enno Rehling
2aab736b59 try giving new factions a name 2017-08-07 18:58:39 +02:00
Enno Rehling
aae1095c00 Merge remote-tracking branch 'upstream/master' 2017-08-07 18:47:05 +02:00
Enno Rehling
c387e985b8 gmtool can clear regions 2017-08-07 18:38:10 +02:00