Enno Rehling
|
79b54060f9
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-02-05 17:45:06 +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 |
Enno Rehling
|
6f1f5409ae
|
Solve unicode indentation problems in summary.
|
2018-01-28 19:12:31 +01:00 |
Enno Rehling
|
1181cae463
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-01-28 18:42:22 +01:00 |
Enno Rehling
|
6fca773426
|
BUG 2416: prefer sqlite over db
|
2018-01-28 18:26:54 +01:00 |
Enno Rehling
|
70cc56b223
|
make summary a little prettier.
|
2018-01-28 11:37:42 +01:00 |
Enno Rehling
|
b6e8822044
|
BUG 2398: remove deltas from summary.
|
2018-01-27 21:48:05 +01:00 |
Enno Rehling
|
715097ae0d
|
Merge pull request #761 from ennorehling/develop
small tweaks
|
2018-01-27 13:38:12 +01:00 |
Enno Rehling
|
241cb4d6eb
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2018-01-26 18:18:18 +01:00 |
Enno Rehling
|
ed623732d3
|
fix reduce_skill max_week calculation.
|
2018-01-26 18:18:12 +01:00 |
Enno Rehling
|
b0ef468617
|
select berkeley over sqlite, compile only one
|
2018-01-26 18:02:10 +01:00 |
Enno Rehling
|
ff85cda724
|
stop using sqlite for a player database
|
2018-01-26 17:56:30 +01:00 |
Enno Rehling
|
1c535b8dda
|
rough test of familiar spell
|
2018-01-26 17:45:40 +01:00 |
Enno Rehling
|
e233d08e8f
|
move more reporting code to reports.c
|
2018-01-26 17:39:15 +01:00 |
Enno Rehling
|
0170a6fc09
|
move bsdstring use to reports.c
|
2018-01-25 21:31:09 +01:00 |
Enno Rehling
|
6a9320a0d0
|
these casts not required.
|
2018-01-25 18:49:12 +01:00 |
Enno Rehling
|
495c45391d
|
CID 182344: Integer handling issues
|
2018-01-25 15:38:55 +01:00 |
Enno Rehling
|
5fb2283d7b
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2018-01-22 19:49:29 +01:00 |
Enno Rehling
|
e354b65151
|
Merge pull request #760 from ennorehling/2405-mistletoe
BUG 2405: mistletoe rewrite
|
2018-01-22 19:48:14 +01:00 |
Enno Rehling
|
1edaaef99b
|
remove debug output
|
2018-01-22 19:44:52 +01:00 |
Enno Rehling
|
7441b1e0eb
|
disable nwbie immunity in test that requires ATTACK
|
2018-01-22 19:30:56 +01:00 |
Enno Rehling
|
cc278896f9
|
DRY: change mistletoe code
add some debug logic to intermittent test
|
2018-01-22 19:22:56 +01:00 |
Enno Rehling
|
0b036557c0
|
test that mistletoe users survive attacks.
|
2018-01-21 18:13:42 +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
|
6eae363487
|
disable the mistletoe test for now, it has no effect.
|
2018-01-21 11:18:06 +01:00 |
Enno Rehling
|
ee9223fcf2
|
Merge branch '2405-mistletoe' of https://github.com/ennorehling/eressea.git
|
2018-01-21 11:16:28 +01:00 |
Enno Rehling
|
4247ef96b1
|
why are we using the short type?
|
2018-01-21 11:14:55 +01:00 |
Enno Rehling
|
a8abca3f1c
|
test potions with long-duration effect.
|
2018-01-21 11:03:51 +01:00 |
Enno Rehling
|
7db82ba21e
|
refactoring for readability
|
2018-01-21 11:03:51 +01:00 |