--- deliantra/server/Changes 2007/07/31 03:13:44 1.24 +++ deliantra/server/Changes 2007/09/09 12:52:48 1.28 @@ -2,9 +2,11 @@ 2.2 - relicense under the gnu affero license. + - new inscription skill, can only inscribe INSCRIBABLE items. - implement server-side framework for generic resources. - use resource framework for server-provided ambient music. + - save object owners (players only atm). - replace limited sound api with server-provided sound effects. - new sc (sound control) protocol command. - improve fxix protocol to include types. @@ -19,6 +21,10 @@ tracking. - new and more efficient extcmd (server still supports old extcmd protocol). + - fixed lots of underflow/overflow bugs in diseases and general stats + calcluation that could be easily exploited by users. + - rebalanced diseases to spread more naturally/evenly. + - completely asynchronous map loading even for tiled maps. - replace simple messaging protocol with channels carrying metadata (similar to message types, but more directed at the user). - reduce command processing latency by a whopping 120ms by @@ -57,11 +63,14 @@ - new system to acquire time slices for background jobs, to reduce jitter. - implement new observe command. + - semi-persistent object-referencing framework (currently only players + supported). - dependency tracking for perl extensions. - new slag-ex extension for cleaning cauldrons. - server clamps some stats now to avoid over/underflow. - fix invoke result processing. - there are even less i/o syncpoints in the server now. + - metaserver 2 support. - many more bugfixes and minor optimisations. 2.1 Sun May 27 04:21:29 CEST 2007