ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.805 by root, Mon Oct 1 01:43:39 2012 UTC vs.
Revision 1.818 by root, Sun Nov 11 02:38:10 2012 UTC

44 (such as money, which won't stack afterwards). 44 (such as money, which won't stack afterwards).
45 - (maps) the shady rogue in goths can unapply cursed items for you. 45 - (maps) the shady rogue in goths can unapply cursed items for you.
46 - (maps) implement a wilderness town portal. 46 - (maps) implement a wilderness town portal.
47 - (arch) set proper(?) int values for all monsters. 47 - (arch) set proper(?) int values for all monsters.
48 - (maps) fire5.map could destroy players. 48 - (maps) fire5.map could destroy players.
49 - (maps( fix pet arena pit/arena entrace and exits.
49 - redo all build material faces from scratch. 50 - redo all build material faces from scratch.
50 - dropall without arguments now drops all containers. 51 - dropall without arguments now drops all containers.
51 - use blitz++ for vector maths (new dependency). 52 - use blitz++ for vector maths (new dependency).
52 - only match archetype names in artifact allowed names. 53 - only match archetype names in artifact allowed names.
53 - new command "bumpmsg" that triggers the bump-into-wall messages. 54 - new command "bumpmsg" that triggers the bump-into-wall messages.
151 - fix a segfault in reload_perl due to perl 5.12's gv management changes. 152 - fix a segfault in reload_perl due to perl 5.12's gv management changes.
152 - make pick_lock work over map boundaries, and fix a crash while we are 153 - make pick_lock work over map boundaries, and fix a crash while we are
153 at it. 154 at it.
154 - make nekosan more disease-resistant. 155 - make nekosan more disease-resistant.
155 - new event "infect". 156 - new event "infect".
157 - setup protocol packet now supports JSONOBJECT syntax.
158 - implement simple web server, currently to serve facedata for the html5
159 client.
160 - sort faces by name in the server to improve caching locality in clients.
161 - actually prune face checksums (exp_table's checksum was too long).
162 - add skill_info and spell_paths resources to enable caching the info
163 and removing another command.
164 - add command help info as res/command_help.
165 - assume all clients support the deliantra protocol extensions and allow
166 fxix/extcmd and other protocol "extensions" before setup.
167 - implement flash-policy-file server on server socket, to allow flash clients
168 to connect.
169 - implement exti doclet request to request documentation,
170 currently for commands only.
171 - created nickmon extension to monitor nicks.
172 - ix now keeps a copy of the face data while sending, in case the
173 face changes.
174 - do not allocate memory for empty refcnt_bufs.
175 - when faces change, invalidate all clients, not just clients with matching
176 faceset, as faceset only applies to tile resources.
177 - remove dependency on Time::HiRes.
156 178
1573.0 Sat May 29 23:30:57 CEST 2010 1793.0 Sat May 29 23:30:57 CEST 2010
158 - (maps, arch) complete revamping of the transport routes - all cities are 180 - (maps, arch) complete revamping of the transport routes - all cities are
159 now easily reachable, at a price. 181 now easily reachable, at a price.
160 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 182 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines