--- deliantra/server/Changes 2009/11/07 18:30:05 1.494 +++ deliantra/server/Changes 2009/11/09 03:08:23 1.499 @@ -5,15 +5,27 @@ TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them. TODO: think about naking the rhyzian amulet useful - makes little sense in deliantra? TODO: cast invisible... -TODO: explicitly tell people about goidgiven items +TODO: investigate why take takes so extremely long - TRIGGER events got passed a garbage pointer instead of a real player object on player changes. - shop specialisation calculation was totally broken. + - nrof/itemcount/volume limits when dropping to the floor are + now enforced. + - fix magic mapping, which only worked for inate spell casting. + - godgiven items will now be explicitly described as such. + - balancing change, halve rod recharge speed (instead + of 4.8s, the standard rods now recharge in ~10s. not a solution, + but still. + - reduce cpu time used for map saving by >40% by avoiding + the costly flasg-checking loop in most cases. - pet monster level was not displayed correctly in "showpets index". - clean up floating point conversions and many similar nitpicks. - move gcc specifics to new file include/compiler.h. - unrecognised cfpod directives could cause undefined behaviour. + - pad mapspace to power-of two size for speed/codesize/cache gains. + - optimise mapspace updates. + - cache volume/items per mapspace. - use fabs, min and max consistently (surprisingly for a code size decrease).