Speed and SpeedLeft fixes, merged from trunk.
40 lines of code changed in:
fix crash when Python and server are compiled with different versions of MS's DLLs.
15 lines of code changed in:
Fix uninitialized variables (merge from trunk).
6 lines of code changed in:
Fix mishandling of weapon/shield/armour restriction. Fix crash with NULL value. (merge from trunk)
8 lines of code changed in:
New server settings: allow_denied_spells_writing, for inscription.
17 lines of code changed in:
Handle no money case when player tries to exit shop.
12 lines of code changed in:
Fix a crash with object handling by plugins.
6 lines of code changed in:
Make armour handling coherent between gods, monsters and such. Cloaks and bracers are not armour. (merge from trunk)
120 lines of code changed in:
Delete server/branches/1.x/trunk - this isn't deleting the 1.x branch, but rather a copy of the server
inside of the server area - no reason for it to be there, it (rightfully) isn't getting updated.
MSW 2007-02-14
0 lines of code changed in:
Invalidate player's view if teleporting. Call update_ob_speed when changing speed (merged from trunk).
10 lines of code changed in:
lib/smooth updated in conjunction with arch update (revision 5421).
3 lines of code changed in:
Add missing return at end of function.
MSW 2007-02-09
1 lines of code changed in:
Fix a few compiler warnings. Most were just unused variables, but
some in server/c_object.c had returns without values.
Files: server/c_object.c server/monster.c server/player.c server/weather.c
MSW 2007-02-0
13 lines of code changed in:
Implement feature request #1652066: Python: get user's savebed location and x,y coords.
96 lines of code changed in:
Fix missing braces
7 lines of code changed in: