Added %a in the default format string for the 'who' command, because the
'afk' command is useless if nobody can see the AFK status of players who
use it.
8 lines of code changed in 2 files:
Inform other party members when a player leaves a party by joining or
creating another party, not only when the player uses "party leave".
19 lines of code changed in 2 files:
Some plugin-related fixes.
12 lines of code changed in 3 files:
Fix typo.
1 lines of code changed in 1 file:
No code change - just spelling error in a comment.
MSW 2008-08-11
1 lines of code changed in 1 file:
Added new subtype 4 ST_MAT_WINDOW for building materials. This allows the
player to build windows in existing walls (if these walls have a corresponding
window archetype). Fixed an issue in apply_builder_floor() that could cause a
floor to be removed twice when a wall was replaced by a floor.
136 lines of code changed in 3 files:
Oops, forgot to include ChangeLog in my previous commit.
5 lines of code changed in 1 file:
Bug fix: when building a new floor on top of an old floor, the old one was
never removed, resulting in a stack of floors in some buildable areas.
7 lines of code changed in 1 file:
Fix for bug #2028541: Any object using a non-default move_slow_penalty was
always saved with the value 0 because the code was using FAST_SAVE_LONG
instead of FAST_SAVE_DOUBLE for a floating-point value.
22 lines of code changed in 2 files:
Change regions file name to regions.reg.
5 lines of code changed in 2 files: