--- deliantra/server/Changes 2022/12/19 21:21:10 1.877 +++ deliantra/server/Changes 2024/06/10 22:57:41 1.881 @@ -54,8 +54,10 @@ TODO: cspm spell arg TODO: holy symbol of great virtue in shops has item power 3, as artifatc from thaumathurgy it has 4 - - temporary workaorund for an optimiser bug in gcc 10, optimiisng out + - temporary workaround for an optimiser bug in gcc 10, optimising out memsets used to zero-initialize memory. + - (arch) extend experience table to level 120, as a player reached level 115 + three times. - (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). @@ -103,6 +105,15 @@ - run the shstr garbage collector regularly, not only after intern (). - fixed minor undefined behaviour that was unlikely to result in problems. - don't log runtime errors for invalid regexes for the maps command. + - (maps) fix elmex school and heaven wall/check_inv move_block values. + - (arch) reduce acidpriest and snitchangel experience by 90%, as per + discussion with our resident lvl 115 player ap_po. + - players at max level would have their experience halved when gaining + exp because the difference to the next level would be negative + (reported by ap_po). + - player-only teleporters (EXIT_PATH set) will trry to teleport + the player above them, instead of the first object they find and failing + if it's not a player. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).