Enno Rehling
|
dbde14fdff
|
smarter version.c build that avoids full rebuilds.
|
2016-09-16 09:39:59 +02:00 |
Enno Rehling
|
3f86014e9d
|
delete files created by report_summary
|
2016-09-15 21:16:45 +02:00 |
Enno Rehling
|
77e39fc64b
|
use add_definitions instead of CMAKE_C_FLAGS, define ERESSEA_VERSION only on version.c
|
2016-09-15 20:14:17 +02:00 |
Enno Rehling
|
d8d3cd4cc4
|
move version string into a single object file
|
2016-09-15 20:11:38 +02:00 |
Enno Rehling
|
42bfc43e4f
|
test lighthouse preparation
|
2016-09-15 13:01:08 +02:00 |
Enno Rehling
|
2b9e5ffff9
|
check seen_neighbour
|
2016-09-15 10:02:49 +02:00 |
Enno Rehling
|
dfbc520203
|
add a simple test for prepare_report.
TODO: it is _too_ simple.
|
2016-09-14 21:46:57 +02:00 |
Enno Rehling
|
929db73102
|
disable integration tests
combine prepare_ functions
|
2016-09-14 17:14:04 +02:00 |
Enno Rehling
|
576f183afb
|
separate tests.report module (lua)
disable all report testing for now
|
2016-09-14 17:04:23 +02:00 |
Enno Rehling
|
8ec37783e2
|
fix nul-pointer access
|
2016-09-13 21:13:26 +02:00 |
Enno Rehling
|
cd71a21bf5
|
really disable reports
|
2016-09-13 21:09:05 +02:00 |
Enno Rehling
|
482e619969
|
disable reports entirely.
|
2016-09-13 20:17:59 +02:00 |
Enno Rehling
|
4e4b4e482e
|
split off report.test from reports.test
move some tests around
|
2016-09-13 20:13:26 +02:00 |
Enno Rehling
|
428f640ba6
|
disable reports tests. have to sort them by report.test and reports.test first
|
2016-09-13 19:09:53 +02:00 |
Enno Rehling
|
648857f52c
|
disable report.c temporarily
|
2016-09-13 18:52:35 +02:00 |
Enno Rehling
|
acfb06392a
|
Everything except report.c compiles.
Not that I'm not claiming that it works.
|
2016-09-13 17:02:51 +02:00 |
Enno Rehling
|
20578da0e9
|
delete the old seen.* files
remove includes for seen.h
remove unused functions
|
2016-09-13 16:58:48 +02:00 |
Enno Rehling
|
f520d8396d
|
make creport not use seen_region.
remove jsreport from build
|
2016-09-13 15:30:09 +02:00 |
Enno Rehling
|
71fa3600f7
|
recalculate [first,last) after lighthouses aand trvelthru
|
2016-09-13 09:09:35 +02:00 |
Enno Rehling
|
652ead4f60
|
prepare_seen has to check for ctx->f. we are no longer preparing everyone at once
|
2016-09-13 07:46:08 +02:00 |
Enno Rehling
|
a67950433d
|
WIP: prepare_seen vs lastregion/firstregion.
lighthouses and travelthru are handled by both, should only be in prepare_seen?
|
2016-09-12 22:03:16 +02:00 |
Enno Rehling
|
84bc6c58a8
|
prepare_reports gone
prepare_seen is something else now
unit tests are crashing
|
2016-09-12 15:59:22 +02:00 |
Enno Rehling
|
452614307d
|
require at least 2K peasants in starting regions
|
2016-09-11 21:27:46 +02:00 |
Enno Rehling
|
cb85eb4b9f
|
delete more files created by test runs
|
2016-09-11 21:18:50 +02:00 |
Enno Rehling
|
4a1d29c92f
|
Merge pull request #568 from ennorehling/develop
change how dead units' factions are found
|
2016-09-11 20:24:42 +02:00 |
Enno Rehling
|
2294de44c2
|
accidental duplicate close.
|
2016-09-11 20:14:19 +02:00 |
Enno Rehling
|
f926d89929
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2016-09-11 20:10:01 +02:00 |
Enno Rehling
|
f946d50001
|
alternative implementation for dfindhash that doesn't use as much memory.
do not set u->faction = NULL for deleted units.
|
2016-09-11 20:09:48 +02:00 |
Enno Rehling
|
3e2c630c3f
|
testing that remove_unit takes unit out of the world properly.
there is more to it than this, but I'd be happy with the dfindhash check for now.
|
2016-09-11 19:39:35 +02:00 |
Enno Rehling
|
fdb5ecc68b
|
always call close() in lua when you're done with a file.
|
2016-09-11 19:32:54 +02:00 |
Enno Rehling
|
c21ecba8dd
|
always call close() in lua when you're done with a file.
|
2016-09-11 19:28:25 +02:00 |
Enno Rehling
|
cb36224e30
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2016-09-11 19:10:30 +02:00 |
Enno Rehling
|
f07c79e5cf
|
CID 146892: null-pointer check should be an assert.
|
2016-09-11 19:09:23 +02:00 |
Enno Rehling
|
8fd812ecb4
|
travis must not check for leaks as long as they exist as they do
|
2016-09-11 17:25:50 +02:00 |
Enno Rehling
|
95481211e5
|
expect remove and unlink to set errno when file doesn't exist, reduce misleading spam.
|
2016-09-11 17:19:27 +02:00 |
Enno Rehling
|
03a8e0449a
|
Merge pull request #567 from ennorehling/develop
Bug 2235: new players getting NMR warnings
|
2016-09-11 16:48:47 +02:00 |
Enno Rehling
|
0124bafdc4
|
delete dead code
|
2016-09-11 16:44:35 +02:00 |
Enno Rehling
|
fb0fc9e361
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2016-09-11 16:36:16 +02:00 |
Enno Rehling
|
402c19d8fc
|
dn't warn new player about NMR.
newbie info text was no longer valid.
|
2016-09-11 16:35:55 +02:00 |
Enno Rehling
|
49ccb3825f
|
test and cache all the rules!
|
2016-09-11 15:54:03 +02:00 |
Enno Rehling
|
8f147503e5
|
Merge pull request #566 from ennorehling/develop
created a new configuration caching API
|
2016-09-11 12:51:41 +02:00 |
Enno Rehling
|
86ef225ccb
|
add some more local caching.
|
2016-09-11 12:48:00 +02:00 |
Enno Rehling
|
f75be76ee1
|
created a new configuration caching API (config_changed).
applied this to some rules.
|
2016-09-11 12:15:53 +02:00 |
Enno Rehling
|
dd59109368
|
Merge pull request #565 from ennorehling/develop
test-only changes: LERNE MAGIE
|
2016-09-11 12:15:43 +02:00 |
Enno Rehling
|
aeaa96f026
|
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
|
2016-09-11 11:07:13 +02:00 |
Enno Rehling
|
d45798b798
|
fix leaking errno from save.test call to remove
|
2016-09-11 11:06:58 +02:00 |
Enno Rehling
|
5dc9ccb03e
|
do not call log10(0) for new lighthouses.
some tests for LEARN MAGIC.
|
2016-09-11 11:02:04 +02:00 |
Enno Rehling
|
0978c1c98f
|
Merge pull request #564 from ennorehling/develop
fix broken develop build from previous PR
|
2016-09-10 21:49:24 +02:00 |
Enno Rehling
|
afeae5ff2b
|
fix travis build, bad gitmodules urls
|
2016-09-10 21:16:49 +02:00 |
Enno Rehling
|
3a438ffd4f
|
I have questions about this
|
2016-09-10 21:12:19 +02:00 |