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

Comparing deliantra/server/Changes (file contents):
Revision 1.862 by root, Wed Nov 14 20:34:58 2018 UTC vs.
Revision 1.864 by root, Wed Nov 14 23:24:27 2018 UTC

77 - 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,
78 causing a segfault. 78 causing a segfault.
79 - 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
80 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
81 DIRX/DIRY, and this allows us to change freearr_[xy]. 81 DIRX/DIRY, and this allows us to change freearr_[xy].
82 - tentative port to C++ 17.
83 - fix a potential bug with packet << (const char *)0.
82 84
833.1 Wed Nov 16 23:17:11 CET 2016 853.1 Wed Nov 16 23:17:11 CET 2016
84 - convert to blitz++ 0.10 and later (also requiring c++ 11). 86 - convert to blitz++ 0.10 and later (also requiring c++ 11).
85 - port to perl 5.18 and newer. 87 - port to perl 5.18 and newer.
86 - switch to xz compressed archives as only dist method. 88 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines