Enno Rehling
|
2dd159841e
|
Merge branch 'master' into develop
|
2017-08-24 16:47:24 +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 |
Steffen Mecke
|
160ef71d40
|
refactor for STUDYDAYS
|
2017-08-01 22:09:57 +02:00 |
Enno Rehling
|
18daa9db2f
|
entirely remove RC_SPELL
|
2017-05-24 08:52:19 +02:00 |
Enno Rehling
|
8b7dae6977
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-10 16:31:05 +01:00 |
Enno Rehling
|
cc227fb707
|
merge monster.c and monsters.c
move RCF_DESERT handling to monsters.c
|
2016-12-23 18:05:38 +01:00 |
Enno Rehling
|
7f9313f1a7
|
static analysis warnings.
PVS-Studio warnings reduced or suppressed.
|
2016-11-23 18:56:40 +01:00 |
Enno Rehling
|
29d072a186
|
remove the old ORCIFICATION code.
|
2016-11-13 17:13:59 +01:00 |
Enno Rehling
|
8b0ee77bda
|
begin removing orcification
|
2016-11-13 17:06:28 +01:00 |
Enno Rehling
|
63f60a2465
|
cache some more get_race calls, especially for RC_SPELL.
|
2016-10-03 20:36:46 +02:00 |
Enno Rehling
|
aa998166e4
|
optimization: the orcish curse is pretty rare, and we are spending a lot of time on processing it.
remove static variables.
|
2016-08-29 19:44:43 +01:00 |
Enno Rehling
|
4bdc9a5153
|
extract main volcano loop to volcano module, start adding tests
|
2016-08-22 21:27:24 +02:00 |
Enno Rehling
|
5e5882d674
|
extracting volcano code into a separate module (step one)
|
2016-08-21 21:21:56 +02:00 |
Enno Rehling
|
f97b6c9821
|
bug: learn_skill was not learning the right skill
refactor: further reduce learn_skill_depr usage
|
2016-03-24 13:01:42 +01:00 |
Enno Rehling
|
c91da12883
|
refactor demon_skillchange to use learn_skill
Also extracting it into the study module. No idea yet how I am going to sense this for a test, so the test currently does nothing.
|
2016-03-24 12:59:50 +01:00 |
Enno Rehling
|
b5a4faa745
|
deprecate learn_skill taking a double
- introduce days-based learn_skill
- add a simple test
|
2016-03-24 12:51:21 +01:00 |
Enno Rehling
|
f962ec360e
|
Merge branch 'master' into develop
Conflicts:
src/buildno.h
|
2016-03-12 15:27:55 +01:00 |
Enno Rehling
|
02cfacd7f8
|
refactorings
- learn_skill from unit.c to study.c
- add academy.c module
|
2016-03-09 14:52:50 +01:00 |
Steffen Mecke
|
11b8d85167
|
fixed reversed logic for demon peasant hunger (bug 2187)
renamed config variable hunger.demons to hunger.demons.peasant_tolerance and reversed reversed logic in upkeep.c
|
2016-02-28 16:15:48 +01:00 |
Steffen Mecke
|
723c3df7b2
|
test for immigration
|
2015-12-08 17:57:23 +01:00 |
Enno Rehling
|
2e392b4d7c
|
eliminate even more static variable caches
|
2015-11-22 16:14:27 +01:00 |
Enno Rehling
|
a4cb5e2906
|
replace all get_param_* for global.parameters with config_get_*
|
2015-11-22 10:44:46 +01:00 |
Enno Rehling
|
fce3f63cc1
|
CID 22529 Resource leak
github issue #351
allocation call optimization for small units
|
2015-11-05 11:22:16 +01:00 |
Enno Rehling
|
62d7e9e944
|
CID 22473 Evaluation order violation
github issue #347
|
2015-11-05 11:11:02 +01:00 |
Enno Rehling
|
0206ffbec6
|
accidentally inverted condition when fixing volcano attribute
|
2015-11-05 09:57:57 +01:00 |
Enno Rehling
|
4d1f2327fe
|
CID 22545: Leak of memory or pointers to system resources
github issue #335
volcano destruction was not causing a resuction in wages etc., because we forgot to add the attribute to the region.
|
2015-11-04 19:13:15 +01:00 |
Philipp Dreher
|
2fe95f3d61
|
integration of the separate if-conditions and simplification of the loop
|
2015-11-02 13:12:19 +01:00 |
Philipp Dreher
|
bf779fc810
|
removed obsolete code
|
2015-11-02 13:06:14 +01:00 |
Enno Rehling
|
9bdc811582
|
produceexp uses a json-configurable constant
make get_param_flt return a double, floats are for wimps.
|
2015-09-12 16:38:51 +02:00 |
Enno Rehling
|
de808bf146
|
change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups.
|
2015-08-27 16:16:55 +02:00 |
Enno Rehling
|
9b42824a5e
|
Bug 2112: volcano stops smoking after it has erupted.
https://bugs.eressea.de/view.php?id=2112
|
2015-06-26 14:26:42 +02:00 |
Enno Rehling
|
dd8449783a
|
converting float->double in a lot of the code to prevent -Wconversion messages
|
2015-05-15 19:08:44 +02:00 |
Enno Rehling
|
c54cbfd472
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
Enno Rehling
|
abca25d1d5
|
fix indentation in every file
fix copyright date
remove vi ts=2 code
remove a couple of superfluous extern declarations
|
2015-01-30 20:37:14 +01:00 |
Enno Rehling
|
fb0eb4dce6
|
refactoring: moving plagues out of config.c
cleaning up the code, moving chance into the random event code, it is not used by the plague spell (reduce signature by one argument)
|
2014-12-16 14:18:29 +01:00 |
Enno Rehling
|
1ae44db7ca
|
Bugfix: Untote Helden bekamen keine Beute.
https://bugs.eressea.de/view.php?id=1962
|
2014-12-13 20:16:25 +01:00 |
Enno Rehling
|
2da1d11277
|
move chaos to a separate module (it is an old E2 feature)
|
2014-12-13 11:44:14 +01:00 |
Enno Rehling
|
b30de914aa
|
report volcano outbreaks in affected regions.
https://bugs.eressea.de/view.php?id=2049
|
2014-12-08 21:19:18 +01:00 |
Enno Rehling
|
5b9eb9080f
|
refactoring: move all monster-related code into monster.c
make some features depend on being NPCs, not monster faction.
|
2014-11-11 16:53:56 +01:00 |
Enno Rehling
|
1af315ebf2
|
move magic out of kernel, into src.
clean up/remove a ton of includes, especially of types.h (include in header if you need it, not in every .c file).
|
2014-11-01 12:57:01 +01:00 |
Enno Rehling
|
a9a0455207
|
reorganized directory structure.
flattening the directory structure, moving some modules to the src/ directory.
making stealth a separate file, under test.
more tests for some stuff.
|
2014-08-27 06:40:35 +02:00 |
Enno Rehling
|
c3dfbdea18
|
eliminate new_race array in favor of a function (TODO: make it fast)
|
2014-06-29 18:10:02 -07:00 |
Enno Rehling
|
1000c1f911
|
random encounters in land regions only (nobody will ever enter a firewall, and astral plane shouldn't have it either)
|
2014-06-29 12:47:11 -07:00 |
Enno Rehling
|
73da14e305
|
getting rid of the olditemtypes[] array
reduce use of statics
reduce use of item_t enum
|
2014-06-23 07:28:10 -07:00 |
Enno Rehling
|
2c831230a0
|
Added a test for expensive skills.
When resetting the game rules, make sure basic resources (money, hp, person) are initialized.
|
2014-06-22 07:55:14 -07:00 |
Enno Rehling
|
bff25f3c51
|
move skill_t into a separate file, give it unit tests.
name functions the same as we did for keyword/direction earlier.
to do: json configuration and lua test.
|
2014-06-20 23:59:04 -07:00 |
Enno Rehling
|
3c4b6b9dd4
|
rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/
begin json config files (WIP)
|
2014-06-09 09:56:49 -07:00 |
Enno Rehling
|
86bc4e7aef
|
reading and writing the NPC flag was broken, because flags were a fully loaded unsigned int. making it an int instead, and adding a test.
fixing a bad test in which shadowmasters were deserting to faction null (causing a crash).
|
2014-05-05 19:11:40 -07:00 |
Enno Rehling
|
0ae8737062
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |