ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.861 by root, Wed Nov 14 19:45:06 2018 UTC vs.
Revision 1.863 by root, Wed Nov 14 22:52:12 2018 UTC

53 53
54 - (maps) remove random worbench under house in darcap, fix exit and add random 54 - (maps) remove random worbench under house in darcap, fix exit and add random
55 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove 55 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
56 illegal mlab access (ephraim). 56 illegal mlab access (ephraim).
57 - (maps) make some containers unstackable that erroneously stackable. 57 - (maps) make some containers unstackable that erroneously stackable.
58 - detect stackable containers at load time and make each stack a single item. 58 - detect stackable containers at load time and make each stack a single item
59 (reported by Saiapatsu).
60 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
59 - last remaining BUG (that showed up in the logs for the last years) has 61 - last remaining BUG (that showed up in the logs for the last years) has
60 been fixed: monsters would snatch arrows/thrown_objs out of the air without 62 been fixed: monsters would snatch arrows/thrown_objs out of the air without
61 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 63 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
62 bolts and thrown objects as NO_PICK temporarily. 64 bolts and thrown objects as NO_PICK temporarily.
63 - since binutils/gcc/etc. conspired to break static archives, converted the server 65 - since binutils/gcc/etc. conspired to break static archives, converted the server
75 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 77 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
76 causing a segfault. 78 causing a segfault.
77 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of 79 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
78 directly referencing freearr_[xy], as the latter is used alot more often then 80 directly referencing freearr_[xy], as the latter is used alot more often then
79 DIRX/DIRY, and this allows us to change freearr_[xy]. 81 DIRX/DIRY, and this allows us to change freearr_[xy].
82 - remove deprecated c++ exception specifications.
80 83
813.1 Wed Nov 16 23:17:11 CET 2016 843.1 Wed Nov 16 23:17:11 CET 2016
82 - convert to blitz++ 0.10 and later (also requiring c++ 11). 85 - convert to blitz++ 0.10 and later (also requiring c++ 11).
83 - port to perl 5.18 and newer. 86 - port to perl 5.18 and newer.
84 - switch to xz compressed archives as only dist method. 87 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines