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

Comparing deliantra/server/Changes (file contents):
Revision 1.861 by root, Wed Nov 14 19:45:06 2018 UTC vs.
Revision 1.871 by root, Wed Jun 26 06:52:40 2019 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?
47TODO: 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.
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
52TODO: freearr_x => DIRX, freearr_x => freear[].x?, check bin size change
53 57
54 - (maps) remove random worbench under house in darcap, fix exit and add random 58 - (maps) remove random worbench under house in darcap, fix exit and add random
55 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove 59 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
56 illegal mlab access (ephraim). 60 illegal mlab access (ephraim).
57 - (maps) make some containers unstackable that erroneously stackable. 61 - (maps) make some containers unstackable that erroneously stackable.
58 - detect stackable containers at load time and make each stack a single item. 62 - detect stackable containers at load time and make each stack a single item
63 (reported by Saiapatsu).
64 - refactored the anim frames/facing macros/methods to range check and avoid
65 crashes due to corrupted face numbers (e.g. in T_MATCH).
66 - fix possible animation update bug in hole animations.
67 - fix gate closing not updating the animation bug.
68 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
59 - last remaining BUG (that showed up in the logs for the last years) has 69 - last remaining BUG (that showed up in the logs for the last years) has
60 been fixed: monsters would snatch arrows/thrown_objs out of the air without 70 been fixed: monsters would snatch arrows/thrown_objs out of the air without
61 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 71 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
62 bolts and thrown objects as NO_PICK temporarily. 72 bolts and thrown objects as NO_PICK temporarily.
63 - since binutils/gcc/etc. conspired to break static archives, converted the server 73 - since binutils/gcc/etc. conspired to break static archives, converted the server
75 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 85 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
76 causing a segfault. 86 causing a segfault.
77 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of 87 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
78 directly referencing freearr_[xy], as the latter is used alot more often then 88 directly referencing freearr_[xy], as the latter is used alot more often then
79 DIRX/DIRY, and this allows us to change freearr_[xy]. 89 DIRX/DIRY, and this allows us to change freearr_[xy].
90 - tentative port to C++ 17.
91 - fix a potential bug with packet << (const char *)0.
92 - add COPYING.Other.
93 - include libecb and decore compiler.h and other places in preference to it.
94 - include ska's flat_hash_map and use it instead of unordered_map/set.
95 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
96 - level 0 experience valuew as uninitialised. all these years.
97 - run the shstr garbage collector regularly, not only after intern ().
98 - fixed minor undefined behaviour that was unlieklly to result in problems.
99 - don't log runtime errors for invalid regexes for the maps command.
80 100
813.1 Wed Nov 16 23:17:11 CET 2016 1013.1 Wed Nov 16 23:17:11 CET 2016
82 - convert to blitz++ 0.10 and later (also requiring c++ 11). 102 - convert to blitz++ 0.10 and later (also requiring c++ 11).
83 - port to perl 5.18 and newer. 103 - port to perl 5.18 and newer.
84 - switch to xz compressed archives as only dist method. 104 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines