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

Comparing deliantra/server/Changes (file contents):
Revision 1.874 by root, Sat May 23 06:48:58 2020 UTC vs.
Revision 1.875 by root, Tue May 10 11:02:55 2022 UTC

52TODO: rijk's frontend does not look for .xhtml files when serving static files. 52TODO: rijk's frontend does not look for .xhtml files when serving static files.
53TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler. 53TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler.
54 54
55 55
56TODO: cspm spell arg 56TODO: cspm spell arg
57TODO: holy symbol of great virtue in shops has item power 3, as artifatc from thaumathurgy it has 4
57 58
58 - (maps) remove random workbench under house in darcap, fix exit and add random 59 - (maps) remove random workbench under house in darcap, fix exit and add random
59 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove 60 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
60 illegal mlab access (ephraim). 61 illegal mlab access (ephraim).
61 - (maps) make some containers unstackable that erroneously stackable. 62 - (maps) make some containers unstackable that erroneously stackable.
63 - (arch) platinum to gold converter was broken in 2008 and paid out 64 - (arch) platinum to gold converter was broken in 2008 and paid out
64 one gold for one platinum only. mea culpa. 65 one gold for one platinum only. mea culpa.
65 - recipe change: cure blindless potion now takes madman's eye. 66 - recipe change: cure blindless potion now takes madman's eye.
66 - detect stackable containers at load time and make each stack a single item 67 - detect stackable containers at load time and make each stack a single item
67 (reported by Saiapatsu). 68 (reported by Saiapatsu).
69 - (ipo) corrected "you'Ve got mail" message at login.
68 - refactored the anim frames/facing macros/methods to range check and avoid 70 - refactored the anim frames/facing macros/methods to range check and avoid
69 crashes due to corrupted face numbers (e.g. in T_MATCH). 71 crashes due to corrupted face numbers (e.g. in T_MATCH).
70 - fix possible animation update bug in hole animations. 72 - fix possible animation update bug in hole animations.
71 - fix gate closing not updating the animation bug. 73 - fix gate closing not updating the animation bug.
72 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu). 74 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
97 - include libecb and decore compiler.h and other places in preference to it. 99 - include libecb and decore compiler.h and other places in preference to it.
98 - include ska's flat_hash_map and use it instead of unordered_map/set. 100 - include ska's flat_hash_map and use it instead of unordered_map/set.
99 - use c++11 variadic templates in include/callback.h, get rid of callback.pl. 101 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
100 - level 0 experience valuew as uninitialised. all these years. 102 - level 0 experience valuew as uninitialised. all these years.
101 - run the shstr garbage collector regularly, not only after intern (). 103 - run the shstr garbage collector regularly, not only after intern ().
102 - fixed minor undefined behaviour that was unlieklly to result in problems. 104 - fixed minor undefined behaviour that was unlikely to result in problems.
103 - don't log runtime errors for invalid regexes for the maps command. 105 - don't log runtime errors for invalid regexes for the maps command.
104 106
1053.1 Wed Nov 16 23:17:11 CET 2016 1073.1 Wed Nov 16 23:17:11 CET 2016
106 - convert to blitz++ 0.10 and later (also requiring c++ 11). 108 - convert to blitz++ 0.10 and later (also requiring c++ 11).
107 - port to perl 5.18 and newer. 109 - port to perl 5.18 and newer.
138 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 140 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
139 our parser. 141 our parser.
140 - generate slightly more special exits and avoid warning. 142 - generate slightly more special exits and avoid warning.
141 - applying a glowing crystal now gives status messages. 143 - applying a glowing crystal now gives status messages.
142 - fix a memleak in the random map generator. 144 - fix a memleak in the random map generator.
143 - rework the random map parameter passign a bit to be extendable. 145 - rework the random map parameter passing a bit to be extendable.
144 - (random maps) use a nonrecursive algorithm to generate mazes, 146 - (random maps) use a nonrecursive algorithm to generate mazes,
145 also, improve the quality of the mazes (no longer will the edges 147 also, improve the quality of the mazes (no longer will the edges
146 almost always form a passage) and add two new types - "rooms" 148 almost always form a passage) and add two new types - "rooms"
147 and "braided". 149 and "braided".
148 - implement --unique option to reset command. 150 - implement --unique option to reset command.
200 - (arch) added quad archetypes. 202 - (arch) added quad archetypes.
201 - made the pickaxe mining tool remove quad walls and floors. 203 - made the pickaxe mining tool remove quad walls and floors.
202 - move key_values into their own class, simplifiying lots of code and 204 - move key_values into their own class, simplifiying lots of code and
203 making it possible to use kv pairs easily for maps and other objects as well. 205 making it possible to use kv pairs easily for maps and other objects as well.
204 - get rid of get_archetype, finally. 206 - get rid of get_archetype, finally.
205 - maps no longer get activated when loading, only when a palyer is "near" them. 207 - maps no longer get activated when loading, only when a player is "near" them.
206 - maps can now be swapped (not loaded), active and inactive, other states 208 - maps can now be swapped (not loaded), active and inactive, other states
207 have been removed, and the map "intelligently" changes between active/inactive. 209 have been removed, and the map "intelligently" changes between active/inactive.
208 - new variable $cf::SERVER_TICK, also rename pticks in C++ to server_tick. 210 - new variable $cf::SERVER_TICK, also rename pticks in C++ to server_tick.
209 - remove legacy fly_on/off, flying, walk_on/off and no_pass attributes. 211 - remove legacy fly_on/off, flying, walk_on/off and no_pass attributes.
210 - server now enforces width/height matches between tiled maps. 212 - server now enforces width/height matches between tiled maps.
265 - pod processing could deadlock because the child process might try 267 - pod processing could deadlock because the child process might try
266 to get a lock. 268 to get a lock.
267 - removed support for ncom packets. 269 - removed support for ncom packets.
268 - remove drawinfo packets from the server (use msg instead). 270 - remove drawinfo packets from the server (use msg instead).
269 - skill objects now have their documentation in the msg slot. 271 - skill objects now have their documentation in the msg slot.
270 - no longer allow prefix match when matchign spells, spells names must 272 - no longer allow prefix match when matching spells, spells names must
271 now be written fully. 273 now be written fully.
272 - avoid a deadlock when the incloader is called to load an in-memory 274 - avoid a deadlock when the incloader is called to load an in-memory
273 file in a child process. 275 file in a child process.
274 - implement spellmon v2 protocol - no spell message. 276 - implement spellmon v2 protocol - no spell message.
275 - remove ability to cats/invoke seplls by "count". 277 - remove ability to cast/invoke seplls by "count".
276 - the "may" mechanism now supports uuids ina ddition to nicknames. 278 - the "may" mechanism now supports uuids in addition to nicknames.
277 - implement dm/dmhide in terms of the "may" mechanism, so dm 279 - implement dm/dmhide in terms of the "may" mechanism, so dm
278 players must now be configured by adding may_command_dm: ["uuid..."] 280 players must now be configured by adding may_command_dm: ["uuid..."]
279 to the config. 281 to the config.
280 - remove nowiz command. 282 - remove nowiz command.
281 - change dm hiding - hidden status is no longer respected by spells etc., 283 - change dm hiding - hidden status is no longer respected by spells etc.,
477 core modules so perl doesn't do it later on. 479 core modules so perl doesn't do it later on.
478 - pre-load many of the files perl might load on it's own e.g. when 480 - pre-load many of the files perl might load on it's own e.g. when
479 compiling regexes. 481 compiling regexes.
480 - make exp_table and materials file reloadable. 482 - make exp_table and materials file reloadable.
481 - made reload_config non-blocking. 483 - made reload_config non-blocking.
482 - the seen command called (Blocking) stat() instead of aio_stat, 484 - the seen command called (blocking) stat() instead of aio_stat,
483 causing server freezes. 485 causing server freezes.
484 - store unhashed password, to prepare for safer authentication. 486 - store unhashed password, to prepare for safer authentication.
485 - do not log connections from the local host, to help a local 487 - do not log connections from the local host, to help a local
486 watchdog. 488 watchdog.
487 - fix summon freeze at map borders. 489 - fix summon freeze at map borders.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines