--- deliantra/server/Changes 2009/11/10 00:01:31 1.503 +++ deliantra/server/Changes 2009/11/10 04:38:44 1.504 @@ -14,6 +14,8 @@ now enforced. - fix magic mapping, which only worked for inate spell casting. - godgiven items will now be explicitly described as such. + - materialnames would change "randomly" on every load, only + set the material when the materialname was not set before. - balancing change, halve rod recharge speed (instead of 4.8s, the standard rods now recharge in ~10s. not a solution, but still. @@ -22,6 +24,8 @@ - pet monster level was not displayed correctly in "showpets index". - clean up floating point conversions and many similar nitpicks. - fix hanuk altar. + - overhaul material system to be much faster, and having less bugs, but + still having a lot of cruft :/. - add marble shop floor. - move gcc specifics to new file include/compiler.h. - unrecognised cfpod directives could cause undefined behaviour.