--- deliantra/server/Changes 2018/11/14 22:52:12 1.863 +++ deliantra/server/Changes 2018/11/14 23:24:27 1.864 @@ -79,7 +79,8 @@ - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of directly referencing freearr_[xy], as the latter is used alot more often then DIRX/DIRY, and this allows us to change freearr_[xy]. - - remove deprecated c++ exception specifications. + - tentative port to C++ 17. + - fix a potential bug with packet << (const char *)0. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).