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

Comparing deliantra/server/Changes (file contents):
Revision 1.337 by elmex, Sun Jan 18 17:54:57 2009 UTC vs.
Revision 1.434 by root, Thu Oct 15 21:40:42 2009 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2Version numbers sort like decimal numbers. 2Version numbers sort like decimal numbers.
3 3
4TODO: T_MATCH unfinished, also in Deliantra
5 - fixed a classicla stack buffer overflow in the gsay command.
6 - add @check, @find npc dialogue commands.
7 - (maps) add a number of town interiors.
8 - (server,arch) add a number of inscribables, show their capacity in hint.
9 - (server,maps) fix bug causing some library books not to be chained down,
10 cause Scorn/Navar libraries not to have inscribable books.
11 - (maps) fix bug causing the Greyshield and Greysword not to have
12 inappropriate item power.
13 - consecutive commands arriving at the same time in the server would be
14 corrupted if the length was >255.
15 - got rid of motd/rules/news code in C++ part.
16
172.81 Mon Oct 12 20:00:18 CEST 2009
18 - display spell description for spellbooks, rods, wands, potion and scrolls,
19 but not horns (to make them more useful for content-creators).
20 - fix a number of bugs in check_move_on: 1) it didn't update the flags
21 2) it skipped spell effects and 3) it didn't handle the case where
22 and object was destroyed while iterating over it correctly. all this
23 allowed players to sometimes walk onto spaces they should not be able to
24 walk on.
25 - fix an exploit where inscription/marking runes could execute arbitrary code.
26 - examining an object now dumps the serialised object form when the user
27 is a wizard (wizlook).
28 - altars no longer accept unpaid items.
29 - party spells didn't work all that well.
30 - added complex object matching framework (cf::match), and make altars
31 and pedestals use it.
32 - identified skill-tools show what skill they grant.
33 - display the duration of change_ability spells when examining them
34 (missing: protection spells, but they are a hack...).
35 - improve effectiveness of special foods created by woodsman skill,
36 adding more variety to the different mushrooms.
37 - fix a minor cfpod formatting bug.
38 - do not talk about the hintmode so much - die-hards are expected to find
39 the hintmode setting on the settings page.
40 - IPO no longer lies about prices; prices tweaked.
41 - clarified that all deliantra-specific parts are under the Affero GPL.
42 - enable the object loader to also dump archetypes.
43 - (maps) fix guild teleporters to Pupland Terminal.
44 - (maps) put the trapdoor above the floor in sisters/necro_ruins1.
45 - force the initial face when loading an object that is time-animated
46 or a monster, so it does not have to be specified anymore.
47 - fix a bug where recasting an ability changing spell could shorten
48 its remaining duration.
49 - fix pedestal and floor building with builder.
50 - fix RUNATT attack mode, which was broken before (used e.g. by mice).
51 - fix a broken bow-related speed optimisation by using splay - speed
52 up splay operations as well.
53 - use NDI_CLEAR for the body command, and make it use observe.
54 - implement introspection data for C++ classes (%REFLECT).
55 - (arch) add name_pl fields and documentation for building materials.
56 - (maps) random fountains no longer generate permanent stat increases.
57 - fix transmutation alchemy.
58 - speed up many frequently-invoked C->perl callbacks.
59 - added complex object matching framework, to be used in altars and the like.
60 - switch to YAML::XS from YAML.
61
622.80 Tue Sep 15 20:22:31 CEST 2009
63 - fix the "screen stays black on login" bug and remove debug instrumentation
64 that ultimately was not helpful to catch it :)
65 - split outer_env into outer_env and outer_env_self, and fix
66 all callers to use either one or the other, as appropriate. This
67 fixes the (rather fragile) light spell, maybe others.
68 - fixed an overflow and exploit in the bank/payment code.
69 - fixed a bug in the jeweler quest and added the 'Tome of Jewelery'
70 to explain the skill a bit more.
71 - removed a buggy check for zero attacktype. So that we might find
72 the real bugs in the archs/maps/objects.
73 - Fixed enabling torches with lighters.
74 - (maps) Added Heaven Town region.
75 - (arch+maps) Fixed & normalized warriors on map
76 /quests/peterm/CTower/Barracks.
77 - fix the light spell (and possibly diseases and other lights).
78 - (arch) The clawing skill didn't have the physical attacktype.
79 - (maps) make the greenway accessible again - this bug was introduced
80 a long time ago, and similar cases are still to be found in the maps.
81 - make the socket_timeout configurable in the code (but not yet for users).
82 - earth wall health bar is now correct.
83
842.79 Tue Jul 28 00:56:36 CEST 2009
85 - IO::AIO chaged to using eventfd internally - updated server to not
86 freeze with IO::AIO anymore due this change.
87 - avoid a crash when a player tries to apply a lighter.
88 - allow a spell argument for dimension door.
89 - move shop item listing and some otherstuff into the info tab.
90 - avoid crashes when non-players cast party spells.
91 - fix a crash in get_spell_by_name (for learn_spell).
92 - added pyromancer class with graphics (by Job Vranish).
93 - small improvement of the number of potions in shops
94 (by Job Vranish).
95 - added a few party spells (by Job Vranish).
96 - use a common message dynbuf.
97 - destroying tear down objects will now use the full hp range
98 for animation and will only destroy/lastframe when hp < 0.
99 - allow monsters to use earth to dust.
100 - use manhattan distance for get_rangevector_from_mapcoord, just as
101 in get_rangevector.
102 - los updates now correctly take tiled maps into account.
103 - do los updates even on maps without darkness.
104 - fixed quiver of holding bolts to be able to hold bolts.
105 - upgrade to IO::AIO 3.21.
106 - fixed show invisible, to show objects of type CONTAINER.
107 - properly catching exceptions from callback in irc.ext.
108 - fixed a potentially hazardous bug in cfpod regarding Z<>.
109 - (maps) fixed npc dialog in /pup_land/nurnberg/reception/reception.
110 - (arch) added hint about usage to Slag Ex.
111 - (maps) /darcap/quest/water sea1 tile are now passable by players,
112 like the rest.
113 - (maps) added /heaven/gem_shop by Boes.
114 - (arch+maps) added rate limited converter and adjusted
115 /elmex/mana_fountain.
116 - store arrow->slaying in custom_name, to get rid of the spellarg slot.
117 - reduce size of casting_time, move_status, attack_movement,
118 last_heal and last_sp slots, squeezing some more space out of struct
119 object, also declare expmul as constant 1.0, as it isn't used
120 anywhere.
121
1222.78 Sun Apr 5 20:04:29 CEST 2009
123 - fixed bug in alchemy, where finding the right object for enhancements
124 didn't work.
125 - aggressively merge spell effects and do not allow more than 5 spell
126 effects (w.r.t. put_more) per mapspace, to give the server a chance
127 to survive a hundred deathsheads.
128 - correctly clear op->env when inserting onto map, this was a potentially
129 disastrous bug of unfortunately unknown proportions...
130 - fix cone-spell symmetry that was broken for direction 8.
131 - use gender-neutral place descriptions for invite.
132 - (arch) new faces for alchemist class, wizard class and quetzalcoatl race.
133 Thanks go to Lisa Larsen!
134 - remove support for colour reducing 32x32 images (no cfclient support
135 anymore).
136 - actually mention the literacy level when it is too low to learn the spell.
137 - use better dependency tracking for include/keyword.h.
138 - add accept-invitation and suicide to the list of asynchronous commands,
139 so it is possible to invite somebody out of some stck-till-death traps,
140 or simply to commit suicide.
141 - replace the "ignoring delayed commands" message by something more useful
142 (cf. cunning gnome freezeing issue).
143 - various fixes for weapon improvements.
144 - fixed small bug with handling connect errors in the IRC gateway.
145 - support T and G sequences in cfpod.
146
1472.77 Sun Feb 1 16:30:48 CET 2009
148 - convert me command from per-map to chat, which makes more sense, also
149 document it.
4 - more than one spellbooks of same class can now be given 150 - more than one spellbooks of same class can now be given
5 in class selection. 151 in class selection.
6 - adjusted the starting_spell.trs treasure list to the recent 152 - adjusted the starting_spell.trs treasure list to the recent
7 spell rebalancements. 153 spell rebalancements.
154 - the IRC gateway filters IRC colors now.
8 155
92.76 Sat Jan 17 08:36:51 CET 2009 1562.76 Sat Jan 17 08:36:51 CET 2009
10 - (arch) fix quiver of Holding Bolts. 157 - (arch) fix quiver of Holding Bolts.
11 - applying unpaid items will now examine them. 158 - applying unpaid items will now examine them.
12 - add "What" column to body command, showing items in that slot. 159 - add "What" column to body command, showing items in that slot.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines