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

Comparing deliantra/server/Changes (file contents):
Revision 1.339 by root, Sun Jan 25 23:56:13 2009 UTC vs.
Revision 1.450 by root, Sat Oct 24 00:48:45 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
4<<<<<<< Changes 4TODO: move_on/move_off events?
5TODO: emergency swap mode is not working 5TODO: create "stay invisible always" list of face names (magic_mouth.png etc.)
6TODO: xs-warn doesn't end up in server log. 6TODO: ->living accessors for matches!
7TODO: 2008-07-13 00:41:27.8762 BUG: process_events(): removed object is on active list: {cnt:8720978,uuid:<1.37c8d364d>,name:"bomb",flags:[2,11],type:102} 7 - fixed a classical and exploitable stack buffer overflow in the gsay command.
8TODO: inscription cannot be readied. 8 - add @check, @find npc dialogue commands.
9TODO: random destination transport may bring you tot nürnberg errornously, likely stoneville 9 - fix a memory buffer overflow in the book code.
10TODO: reasy_skill find traps does nto unapply the range slot item (bow) 10 - (maps) add a number of town interiors.
11TODO: schmorp-neko-san force has sped zero but is on active lsit sometimes? 11 - (maps) add tindervale the fireborn capitol from cfextended.
12TODO: worldmaps still get loaded on startup before the gridmap is ready 12 - (server,arch) add a number of inscribables, show their capacity in hint.
13 - (server,maps) fix bug causing some library books not to be chained down,
14 cause Scorn/Navar libraries not to have inscribable books.
15 - (maps) fix bug causing the Greyshield and Greysword to have
16 inappropriate item power.
17 - (maps) fix intwell balancing issue.
18 - improve the look of generated books.
19 - make slag no_drop so it can't be dropped from the cauldron.
20 - fix bug where players could bypass no_drop by putting items in containers.
21 - consecutive commands arriving at the same time in the server would be
22 corrupted if the length was >255.
23 - support sub-matches in () inside match expressions, not just conditions.
24 - got rid of motd/rules/news code in C++ part, move motd to it's own tab
25 and perl.
26 - implemented new "match" type that combines both check_inv and pedestal
27 functionality (and more) inside the same object using the match expressions.
28 - create simpler match expression compiles in many common cases.
29 - reduce object size by removing obsolete "seen_by" member.
30 - removed the rather broken make_list_like utility function, taking advantage
31 of the new dynbuf::splice function (which gave an unexpected net win
32 in code size...).
33 - the server will no longer complain (and subtly fail) when an object
34 being removed from a map causes another object to get removed.
35 - banish strncpy from the server, speed up and simplify sending item
36 descriptions to the client considerably.
37 - add new "in head" set modifier for matches.
38 - new BLOCKED_MOVE event added.
39 - mapscript archetype now has activate_on_xxx true by default, as similar
40 connected elements.
41 - (maps) imported all styles from cfextended except
42 floorstyles/land_plots and monsterstyles.
43 - (arch) imported gem treasurelists and archetypes from cfextended.
44 - don't crash when treasure lists are empty / supply new empty
45 treasurelist for randomitems when none can be found.
46 - implement cf::map::static_maps and use it in map-tags.ext.
47 - fix a bug in map-tag scanning when moving tags.
48 - (deliantra.net) improve watchdog to now check both listening ports
49 for a reaction.
50 - implement new "loadall" map loading command, purely for debugging.
13 51
14TODO: strange rign oif acid artifact description/story looks weird. 522.81 Mon Oct 12 20:00:18 CEST 2009
15TODO: destry_inv() should destroy, drop_inv_to_ground method? 53 - display spell description for spellbooks, rods, wands, potion and scrolls,
16TODO: no detah messages for arena anymore 54 but not horns (to make them more useful for content-creators).
17TODO: remove curse should *maybe* work on players themselves 55 - fix a number of bugs in check_move_on: 1) it didn't update the flags
18TODO: remove curse in glyph/rune doesn't have any effect? 56 2) it skipped spell effects and 3) it didn't handle the case where
19TODO: rewrite highscore code 57 and object was destroyed while iterating over it correctly. all this
58 allowed players to sometimes walk onto spaces they should not be able to
59 walk on.
60 - fix an exploit where inscription/marking runes could execute arbitrary code.
61 - examining an object now dumps the serialised object form when the user
62 is a wizard (wizlook).
63 - altars no longer accept unpaid items.
64 - party spells didn't work all that well.
65 - added complex object matching framework (cf::match), and make altars
66 and pedestals use it.
67 - identified skill-tools show what skill they grant.
68 - display the duration of change_ability spells when examining them
69 (missing: protection spells, but they are a hack...).
70 - improve effectiveness of special foods created by woodsman skill,
71 adding more variety to the different mushrooms.
72 - fix a minor cfpod formatting bug.
73 - do not talk about the hintmode so much - die-hards are expected to find
74 the hintmode setting on the settings page.
75 - IPO no longer lies about prices; prices tweaked.
76 - clarified that all deliantra-specific parts are under the Affero GPL.
77 - enable the object loader to also dump archetypes.
78 - (maps) fix guild teleporters to Pupland Terminal.
79 - (maps) put the trapdoor above the floor in sisters/necro_ruins1.
80 - force the initial face when loading an object that is time-animated
81 or a monster, so it does not have to be specified anymore.
82 - fix a bug where recasting an ability changing spell could shorten
83 its remaining duration.
84 - fix pedestal and floor building with builder.
85 - fix RUNATT attack mode, which was broken before (used e.g. by mice).
86 - fix a broken bow-related speed optimisation by using splay - speed
87 up splay operations as well.
88 - use NDI_CLEAR for the body command, and make it use observe.
89 - implement introspection data for C++ classes (%REFLECT).
90 - (arch) add name_pl fields and documentation for building materials.
91 - (maps) random fountains no longer generate permanent stat increases.
92 - fix transmutation alchemy.
93 - speed up many frequently-invoked C->perl callbacks.
94 - added complex object matching framework, to be used in altars and the like.
95 - switch to YAML::XS from YAML.
20 96
21TODO: greeting message on what to do in dialog after race selection. 972.80 Tue Sep 15 20:22:31 CEST 2009
22TODO: health bars for earthwalls seem to start at 100% end die at 50% 98 - fix the "screen stays black on login" bug and remove debug instrumentation
99 that ultimately was not helpful to catch it :)
100 - split outer_env into outer_env and outer_env_self, and fix
101 all callers to use either one or the other, as appropriate. This
102 fixes the (rather fragile) light spell, maybe others.
103 - fixed an overflow and exploit in the bank/payment code.
104 - fixed a bug in the jeweler quest and added the 'Tome of Jewelery'
105 to explain the skill a bit more.
106 - removed a buggy check for zero attacktype. So that we might find
107 the real bugs in the archs/maps/objects.
108 - Fixed enabling torches with lighters.
109 - (maps) Added Heaven Town region.
110 - (arch+maps) Fixed & normalized warriors on map
111 /quests/peterm/CTower/Barracks.
112 - fix the light spell (and possibly diseases and other lights).
113 - (arch) The clawing skill didn't have the physical attacktype.
114 - (maps) make the greenway accessible again - this bug was introduced
115 a long time ago, and similar cases are still to be found in the maps.
116 - make the socket_timeout configurable in the code (but not yet for users).
117 - earth wall health bar is now correct.
23 118
1192.79 Tue Jul 28 00:56:36 CEST 2009
120 - IO::AIO chaged to using eventfd internally - updated server to not
121 freeze with IO::AIO anymore due this change.
122 - avoid a crash when a player tries to apply a lighter.
123 - allow a spell argument for dimension door.
124 - move shop item listing and some otherstuff into the info tab.
125 - avoid crashes when non-players cast party spells.
126 - fix a crash in get_spell_by_name (for learn_spell).
127 - added pyromancer class with graphics (by Job Vranish).
128 - small improvement of the number of potions in shops
129 (by Job Vranish).
130 - added a few party spells (by Job Vranish).
131 - use a common message dynbuf.
132 - destroying tear down objects will now use the full hp range
133 for animation and will only destroy/lastframe when hp < 0.
134 - allow monsters to use earth to dust.
135 - use manhattan distance for get_rangevector_from_mapcoord, just as
136 in get_rangevector.
137 - los updates now correctly take tiled maps into account.
138 - do los updates even on maps without darkness.
139 - fixed quiver of holding bolts to be able to hold bolts.
140 - upgrade to IO::AIO 3.21.
141 - fixed show invisible, to show objects of type CONTAINER.
142 - properly catching exceptions from callback in irc.ext.
143 - fixed a potentially hazardous bug in cfpod regarding Z<>.
144 - (maps) fixed npc dialog in /pup_land/nurnberg/reception/reception.
145 - (arch) added hint about usage to Slag Ex.
146 - (maps) /darcap/quest/water sea1 tile are now passable by players,
147 like the rest.
148 - (maps) added /heaven/gem_shop by Boes.
149 - (arch+maps) added rate limited converter and adjusted
150 /elmex/mana_fountain.
151 - store arrow->slaying in custom_name, to get rid of the spellarg slot.
152 - reduce size of casting_time, move_status, attack_movement,
153 last_heal and last_sp slots, squeezing some more space out of struct
154 object, also declare expmul as constant 1.0, as it isn't used
155 anywhere.
24 156
252009-01-23 07:55:29.4659 loading /opt/crossfire/share/deliantra-server/maps//mlab/cdcapart1.map (271878,0) 1572.78 Sun Apr 5 20:04:29 CEST 2009
262009-01-23 07:55:29.4712 object refering to nonexistant archetype 'stonefloorred2'. 158 - fixed bug in alchemy, where finding the right object for enhancements
272009-01-23 07:55:29.4713 object refering to nonexistant archetype 'stonefloorred2'. 159 didn't work.
282009-01-23 07:55:29.4714 object refering to nonexistant archetype 'stonefloorred2'. 160 - aggressively merge spell effects and do not allow more than 5 spell
292009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 161 effects (w.r.t. put_more) per mapspace, to give the server a chance
302009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 162 to survive a hundred deathsheads.
312009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 163 - correctly clear op->env when inserting onto map, this was a potentially
164 disastrous bug of unfortunately unknown proportions...
165 - fix cone-spell symmetry that was broken for direction 8.
166 - use gender-neutral place descriptions for invite.
167 - (arch) new faces for alchemist class, wizard class and quetzalcoatl race.
168 Thanks go to Lisa Larsen!
169 - remove support for colour reducing 32x32 images (no cfclient support
170 anymore).
171 - actually mention the literacy level when it is too low to learn the spell.
172 - use better dependency tracking for include/keyword.h.
173 - add accept-invitation and suicide to the list of asynchronous commands,
174 so it is possible to invite somebody out of some stck-till-death traps,
175 or simply to commit suicide.
176 - replace the "ignoring delayed commands" message by something more useful
177 (cf. cunning gnome freezeing issue).
178 - various fixes for weapon improvements.
179 - fixed small bug with handling connect errors in the IRC gateway.
180 - support T and G sequences in cfpod.
32 181
1822.77 Sun Feb 1 16:30:48 CET 2009
33 - convert me command from per-map to chat, which makes more sense, also 183 - convert me command from per-map to chat, which makes more sense, also
34 document it. 184 document it.
35
36=======
37 - more than one spellbooks of same class can now be given 185 - more than one spellbooks of same class can now be given
38 in class selection. 186 in class selection.
39 - adjusted the starting_spell.trs treasure list to the recent 187 - adjusted the starting_spell.trs treasure list to the recent
40 spell rebalancements. 188 spell rebalancements.
41 - the IRC gateway filters IRC colors now. 189 - the IRC gateway filters IRC colors now.
42 190
43>>>>>>> 1.338
442.76 Sat Jan 17 08:36:51 CET 2009 1912.76 Sat Jan 17 08:36:51 CET 2009
45 - (arch) fix quiver of Holding Bolts. 192 - (arch) fix quiver of Holding Bolts.
46 - applying unpaid items will now examine them. 193 - applying unpaid items will now examine them.
47 - add "What" column to body command, showing items in that slot. 194 - add "What" column to body command, showing items in that slot.
48 - redesigned and rebalanced lamps and torches. 195 - redesigned and rebalanced lamps and torches.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines