--- deliantra/server/Changes 2018/12/05 22:14:02 1.870 +++ deliantra/server/Changes 2019/07/16 18:56:43 1.872 @@ -55,10 +55,12 @@ TODO: cspm spell arg - - (maps) remove random worbench under house in darcap, fix exit and add random + - (maps) remove random workbench under house in darcap, fix exit and add random reading to dragonslib map, modify zealots house in mlab/tavern.map to remove illegal mlab access (ephraim). - (maps) make some containers unstackable that erroneously stackable. + - (arch) platinum to gold converter was broken in 2008 and paid out + one gold for one platinum only. mea culpa. - detect stackable containers at load time and make each stack a single item (reported by Saiapatsu). - refactored the anim frames/facing macros/methods to range check and avoid @@ -96,6 +98,7 @@ - level 0 experience valuew as uninitialised. all these years. - run the shstr garbage collector regularly, not only after intern (). - fixed minor undefined behaviour that was unlieklly to result in problems. + - don't log runtime errors for invalid regexes for the maps command. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).