December 2018 Commit Log

Number of Commits:
25
Number of Active Developers:
4
partmedia 2018-12-31 21:33 Rev.: 20668

Fix godpower resistance in bless spells

The documentation and archetypes suggest that 'bless' and 'holy
possession' should grant godpower resistance, but they currently do not
because resistances are copied from the god's granted resistances with
some limiting.

Fix by explicitly setting godpower resistance from the spell_op.

5 lines of code changed in 1 file:

partmedia 2018-12-31 18:53 Rev.: 20667

Fix warning

2 lines of code changed in 2 files:

rjtanner 2018-12-31 18:16 Rev.: 20666

Remove empty line in index_region.template file.

0 lines of code changed in 1 file:

rjtanner 2018-12-31 17:42 Rev.: 20665

Change where generated content appears in regards to unordered list tags, the content starts on its own line instead of right after the ul tag.

9 lines of code changed in 4 files:

partmedia 2018-12-31 14:57 Rev.: 20664

Fix math types

1 lines of code changed in 1 file:

partmedia 2018-12-31 14:56 Rev.: 20663

Fix integer type

2 lines of code changed in 1 file:

partmedia 2018-12-31 14:56 Rev.: 20662

Fix missing parenthesis around negation

Logical negation (!) has higher precedence than equality. Parenthesis
are needed to make the comparison function as intended. Fix by adding a
IS_PLAYER macro, and in another case by adding parenthesis.

10 lines of code changed in 6 files:

silvernexus 2018-12-31 09:46 Rev.: 20661

Add more book titles.

7 lines of code changed in 2 files:

silvernexus 2018-12-31 09:20 Rev.: 20660

Try to make SRCDIR in crossloop.web be dynamic.
Since this file is not put into the install folder, this should work.

9 lines of code changed in 2 files:

silvernexus 2018-12-30 21:06 Rev.: 20659

Simplify melee weapon auto-pickup to not care about chairs and tables.
Those have not been weapons since 2011.

12 lines of code changed in 2 files:

silvernexus 2018-12-30 00:02 Rev.: 20652

Make some notes to try to reduce the likelihood of repeat incorrect optimizations in hiscore.c

2 lines of code changed in 2 files:

partmedia 2018-12-29 17:49 Rev.: 20649

Add MOVE_PER_SECOND

When setting speed and duration arbitrarily for force objects that
expire, use MOVE_PER_SECOND instead. MOVE_PER_SECOND is a speed setting
where the duration corresponds to a length of time in seconds when using
the default MAX_TIME setting.

9 lines of code changed in 3 files:

partmedia 2018-12-29 17:49 Rev.: 20648

Better document speed and duration

2 lines of code changed in 1 file:

partmedia 2018-12-29 01:05 Rev.: 20647

Clarify comment

1 lines of code changed in 1 file:

partmedia 2018-12-28 23:42 Rev.: 20646

Clean up

6 lines of code changed in 1 file:

partmedia 2018-12-28 23:42 Rev.: 20645

Simplify logic

4 lines of code changed in 1 file:

partmedia 2018-12-27 19:56 Rev.: 20630

Fix crash due to NULL dereference

strrchr() can return NULL, and mfile_name was strrchr() + 1. The
previous check compared mfile_name + 1 to '\0', and this somehow got
optimized out.

Fix by directly comparing mfile_name to NULL and adding one where it is
used.

3 lines of code changed in 1 file:

partmedia 2018-12-27 18:19 Rev.: 20629

Adjust shop BUC item price adjustment

Shopkeepers know whether items are cursed, uncursed, or blessed, without
the item having to be identified.

Further reduce the base value of damned items.

Add a 20% sell price penalty to cursed and damned items, as suggested in
feature request #805.

13 lines of code changed in 1 file:

ryo_saeba 2018-12-26 15:26 Rev.: 20620

Fix crash from compiler optimisation evaluating ++i before i and thus writing to an invalid memory address.

2 lines of code changed in 1 file:

silvernexus 2018-12-24 15:38 Rev.: 20618

Refactor city bells python event into its own plugin.
It seems to run much more efficiently this way.

427 lines of code changed in 8 files:

silvernexus 2018-12-24 14:38 Rev.: 20617

Fix plurality disagreement in godgiven item retrieval message.

4 lines of code changed in 2 files:

silvernexus 2018-12-23 01:20 Rev.: 20616

Refactor spell_client_use to utilize a switch statement instead of six ifs.

20 lines of code changed in 2 files:

silvernexus 2018-12-23 01:15 Rev.: 20615

Fix invalid arguments to calloc.

1 lines of code changed in 1 file:

silvernexus 2018-12-23 00:48 Rev.: 20614

Better utilize calloc to set dynamic structs to 0.

8 lines of code changed in 2 files:

silvernexus 2018-12-22 10:29 Rev.: 20613

Adjust an add-one-then-increment-original-value code section to be increment-then-use

4 lines of code changed in 2 files:

November 2018 »

Generated by StatSVN 0.7.0