Commit graph

9103 commits

Author SHA1 Message Date
Enno Rehling
72daecd27e cppcheck false positives 2018-02-25 20:06:55 +01:00
Enno Rehling
079a55fe41 cppcheck warnings 2018-02-25 20:06:47 +01:00
Enno Rehling
b7dcee7e08 fix goto-select-faction (itoa bug). 2018-02-25 19:36:28 +01:00
Enno Rehling
aacd0885df fix termination bug in itoa functions. 2018-02-25 19:17:20 +01:00
Enno Rehling
8c554edfee findunitg was deprecated. 2018-02-25 18:35:40 +01:00
Enno Rehling
4181e23d15 FAST_CONNECT is always on.
fix more cppcheck messages.
2018-02-25 18:30:20 +01:00
Enno Rehling
120b03d2f5 Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 18:14:48 +01:00
Enno Rehling
13cc8841d3 msg_setting is a dead feature, remove leftovers. 2018-02-25 18:10:09 +01:00
Enno Rehling
fc2506ee83 cppcheck: DMAXHASH was unused.
cppcheck: remove warnings, reduce variable scopes.
2018-02-25 17:58:45 +01:00
Enno Rehling
d802f6ea67 cppcheck: reduce variable scope. 2018-02-25 17:28:42 +01:00
Enno Rehling
6dd3783ecb unused #define 2018-02-25 17:19:54 +01:00
Enno Rehling
05242aaf2d Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
Enno Rehling
4ce7932d14 add some checks (cppcheck is weird). 2018-02-25 17:01:16 +01:00
Enno Rehling
51fb719bb6 add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +01:00
Enno Rehling
a286cb45f1 compilation fix, disable catapult damage code. 2018-02-25 14:54:45 +01:00
Enno Rehling
7b01581302 CATAPULT_STRUCTURAL_DAMAGE was broken.
check for PDCURSES, not WIN32
2018-02-25 14:29:25 +01:00
Enno Rehling
e4aa8f505e cppcheck warnings for battle 2018-02-25 14:18:36 +01:00
Enno Rehling
b67db4faf9 remove unused ct_fleechance (misteltoe relic) 2018-02-25 13:22:41 +01:00
Enno Rehling
24a8d4e331 Merge remote-tracking branch 'upstream/master' 2018-02-25 11:59:28 +01:00
Enno Rehling
5990a99ae8
Merge pull request #770 from ennorehling/master
fix types for CMakeCache
2018-02-24 18:20:10 +01:00
Enno Rehling
c432bcf22e fix types for CMakeCache 2018-02-24 18:17:47 +01:00
Enno Rehling
e61cc22c45
Merge pull request #769 from ennorehling/master
use sqlite, get ready for release.
2018-02-24 18:13:28 +01:00
Enno Rehling
6c2f42ab61 upgrade clibs library 2018-02-24 17:59:03 +01:00
Enno Rehling
02c6c863a3 BUG 2416: Prefer sqlite over db backend 2018-02-24 17:37:51 +01:00
Enno Rehling
e6e520959d Merge remote-tracking branch 'upstream/master' 2018-02-24 17:32:14 +01:00
Enno Rehling
2d296d5b2a Merge branch 'master' of github.com:eressea/server 2018-02-11 10:10:14 +01:00
Enno Rehling
bb9d14b5ed missing script from install target 2018-02-11 10:07:57 +01:00
Enno Rehling
89d158b126
Merge pull request #766 from eressea/develop
preparing release 3.15
2018-02-07 16:22:22 +01:00
Enno Rehling
961c6e0130 delete unused XML files 2018-02-05 17:41:35 +01:00
Enno Rehling
82be89e9ed
Merge pull request #765 from ennorehling/develop
Mac builds, Braineater diet
2018-02-04 20:47:27 +01:00
Enno Rehling
2d7d46d3ac Merge small braineater units to reduce memory pressure. 2018-02-04 19:13:04 +01:00
Enno Rehling
a8c9576937 fix mac build 2018-02-04 14:59:01 +01:00
Enno Rehling
48bb6c65da Merge branch 'master' into develop 2018-02-04 12:09:39 +01:00
Enno Rehling
04f46cd591 disable deveron preview 2018-02-04 12:08:51 +01:00
Enno Rehling
9aca86ec8b
Merge pull request #764 from ennorehling/develop
some memory savings
2018-02-03 22:11:40 +01:00
Enno Rehling
19563ee9ec Merge branch 'develop' of https://github.com/ennorehling/eressea.git 2018-02-03 22:07:08 +01:00
Enno Rehling
5b61f895a2 further reduce teh amount of temporary storage required by the economy module. 2018-02-03 20:52:24 +01:00
Enno Rehling
6f7c8743b3 remove a lot of struct copying in the stupid expand function. 2018-02-03 20:45:19 +01:00
Enno Rehling
e1d33e55a4 refactor econ_request union for readability. 2018-02-03 20:24:16 +01:00
Enno Rehling
613c0edf2f add most basic test coverage for cmd_loot 2018-02-03 15:25:03 +01:00
Enno Rehling
ba14fab3a3 macros should have uppercase names. 2018-02-03 14:49:35 +01:00
Enno Rehling
f1be8caa46 more skill size savings. 2018-02-03 14:16:01 +01:00
Enno Rehling
5cdd79804a optimize sizeof(skill) 2018-02-03 12:57:43 +01:00
Enno Rehling
3c8ff4e76e CMAKE_BUILD_TYPE is a cache variable 2018-02-03 09:58:56 +01:00
Enno Rehling
096861fc62 Merge remote-tracking branch 'upstream/develop' into develop 2018-02-02 19:50:10 +01:00
Enno Rehling
ce0ac9b6a1
Merge pull request #763 from ennorehling/libdb
smarter cmake with db-select options
2018-02-02 19:49:37 +01:00
Enno Rehling
5094705ba0 make s/cmake-init more intelligent. 2018-02-02 18:39:05 +01:00
Enno Rehling
b349da4509
Merge pull request #762 from stm2/sound_out
fixed typo for sound_out
2018-02-01 12:55:08 +01:00
Steffen Mecke
c6a459c918 fixed typo for sound_out 2018-02-01 11:33:11 +01:00
Enno Rehling
5b42de3283 Merge branch 'develop' of https://github.com/ennorehling/eressea.git 2018-01-28 19:12:48 +01:00