April 2019 Commit Log

Number of Commits:
4
Number of Active Developers:
2
partmedia 2019-04-29 16:39 Rev.: 20763

Fix unmake_perma_dead() for logged-in accounts

If an account whose character is being resurrected is currently logged in,
the original function would update the character's isDead attribute on
disk without updating the version in memory. Subsequently, when the
account logs out, the version in memory would overwrite the changes.

Fix by obtaining the character list from memory if an account is
currently logged in.

8 lines of code changed in 1 file:

partmedia 2019-04-29 16:38 Rev.: 20762

Fix safe_strcat() when using strlcat()

Match the behavior of the original safe_strcat() function when the
original string would be longer than the destination buffer. In
particular, do not fail an assertion and set curlen correctly.

3 lines of code changed in 1 file:

rjtanner 2019-04-22 01:36 Rev.: 20748

Patch #357 Balancing changes to the summoning branch. Failed summons via Summoning skill no longer cost spell points.

21 lines of code changed in 2 files:

rjtanner 2019-04-18 01:01 Rev.: 20741

Correct typo in a comment (Attempt vs. Attenmpt) in common/languages.c

1 lines of code changed in 1 file:

March 2019 »

Generated by StatSVN 0.7.0