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

Comparing deliantra/server/Changes (file contents):
Revision 1.856 by root, Thu Aug 31 17:53:05 2017 UTC vs.
Revision 1.874 by root, Sat May 23 06:48:58 2020 UTC

117:23:15 <Saiapatsu> schmorp: I've noticed that artifact armor generation will not copy over attacktype and
2 dam. I've found that line 1421 of deliantra/server/common/treasure.C prevents
3 modification of dam on items that have no dam, such as non-weapons
417:25:50 <Saiapatsu> I have no clue why attacktype isn't being added
5
1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 6Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2 7
3Version numbers sort like decimal numbers. 8Version numbers sort like decimal numbers.
4 9
5TODO: trap disarming/finding very little/constant experience? 10TODO: trap disarming/finding very little/constant experience?
48TODO: 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.
49 54
50 55
51TODO: cspm spell arg 56TODO: cspm spell arg
52 57
58 - (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 illegal mlab access (ephraim).
61 - (maps) make some containers unstackable that erroneously stackable.
62 - (maps) fix a lot of bogus money/diamond converters in mlab.
63 - (arch) platinum to gold converter was broken in 2008 and paid out
64 one gold for one platinum only. mea culpa.
65 - 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 (reported by Saiapatsu).
68 - refactored the anim frames/facing macros/methods to range check and avoid
69 crashes due to corrupted face numbers (e.g. in T_MATCH).
70 - fix possible animation update bug in hole animations.
71 - fix gate closing not updating the animation bug.
72 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
53 - last remaining BUG (that showed up in the logs for the last years) has 73 - last remaining BUG (that showed up in the logs for the last years) has
54 been fixed: monsters would snatch arrows/thrown_objs out of the air without 74 been fixed: monsters would snatch arrows/thrown_objs out of the air without
55 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 75 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
56 bolts and thrown objects as NO_PICK temporarily. 76 bolts and thrown objects as NO_PICK temporarily.
57 - since binutils/gcc/etc. conspired to break static archives, converted the server 77 - since binutils/gcc/etc. conspired to break static archives, converted the server
60 - use c++11 headers in preference to tr1 ones. 80 - use c++11 headers in preference to tr1 ones.
61 - fix odr violation: struct point. 81 - fix odr violation: struct point.
62 - make the code warnigns-clean, for some definition of warnings. 82 - make the code warnigns-clean, for some definition of warnings.
63 - port to g++ 6. 83 - port to g++ 6.
64 - implement keep_suffix meta for cfutil, so files keep their extension. 84 - implement keep_suffix meta for cfutil, so files keep their extension.
65 - built-in webserver uses improved conetnt-type detection and uses charset utf-8 85 - built-in webserver uses improved content-type detection and uses charset utf-8
66 by default. 86 by default.
67 - do proper etag caching for resources in http server. 87 - do proper etag caching for resources in http server.
68 - fix webserver 304 response, which contained entity-headers, confusing squid. 88 - fix webserver 304 response, which contained entity-headers, confusing squid.
69 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 89 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
70 causing a segfault. 90 causing a segfault.
91 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
92 directly referencing freearr_[xy], as the latter is used alot more often then
93 DIRX/DIRY, and this allows us to change freearr_[xy].
94 - tentative port to C++ 17.
95 - fix a potential bug with packet << (const char *)0.
96 - add COPYING.Other.
97 - 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.
99 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
100 - level 0 experience valuew as uninitialised. all these years.
101 - run the shstr garbage collector regularly, not only after intern ().
102 - fixed minor undefined behaviour that was unlieklly to result in problems.
103 - don't log runtime errors for invalid regexes for the maps command.
71 104
723.1 Wed Nov 16 23:17:11 CET 2016 1053.1 Wed Nov 16 23:17:11 CET 2016
73 - convert to blitz++ 0.10 and later (also requiring c++ 11). 106 - convert to blitz++ 0.10 and later (also requiring c++ 11).
74 - port to perl 5.18 and newer. 107 - port to perl 5.18 and newer.
75 - switch to xz compressed archives as only dist method. 108 - switch to xz compressed archives as only dist method.
97 - only match archetype names in artifact allowed names. 130 - only match archetype names in artifact allowed names.
98 - new command "bumpmsg" that triggers the bump-into-wall messages. 131 - new command "bumpmsg" that triggers the bump-into-wall messages.
99 - altars with match expressions did not work properly. 132 - altars with match expressions did not work properly.
100 - use last_sp not cursed/damned flags in remove_curse/damnation spells. 133 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
101 - god enemy race check fixed ("god detests your race"). 134 - god enemy race check fixed ("god detests your race").
102 - gods errornously allowed any kind of worshipping race, even 135 - gods erroneously allowed any kind of worshipping race, even
103 ones they hate. 136 ones they hate.
104 - use same default config in code as on gameserver.deliantra.net. 137 - use same default config in code as on gameserver.deliantra.net.
105 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 138 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
106 our parser. 139 our parser.
107 - generate slightly more special exits and avoid warning. 140 - generate slightly more special exits and avoid warning.
376 - move mark, run, run_stop, fire and fire_stop commands back from 409 - move mark, run, run_stop, fire and fire_stop commands back from
377 perl to C++, for speed reasons (basically undo patchset 1304). 410 perl to C++, for speed reasons (basically undo patchset 1304).
378 - add a client_destroy event, so we don't have to hook the 411 - add a client_destroy event, so we don't have to hook the
379 attachable destroy event (which is called much more often). 412 attachable destroy event (which is called much more often).
380 - removed (unused) FLOOR object type. 413 - removed (unused) FLOOR object type.
381 - fix errornous change_abil messages for rods (and other types). 414 - fix erroneous change_abil messages for rods (and other types).
382 - remove include/commands.h and server/c_new.C, and refactor 415 - remove include/commands.h and server/c_new.C, and refactor
383 all into server/commands.C. 416 all into server/commands.C.
384 - save and restore combat/ranged/current slot for players. 417 - save and restore combat/ranged/current slot for players.
385 - the server now batches item's face/fx commands, as opposed 418 - the server now batches item's face/fx commands, as opposed
386 to sending one fx per item - helps mostly at connect and 419 to sending one fx per item - helps mostly at connect and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines