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

Comparing deliantra/server/Changes (file contents):
Revision 1.382 by root, Mon Jul 27 22:57:21 2009 UTC vs.
Revision 1.433 by sf-marcmagus, Thu Oct 15 18:08:02 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
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
162.81 Mon Oct 12 20:00:18 CEST 2009
17 - display spell description for spellbooks, rods, wands, potion and scrolls,
18 but not horns (to make them more useful for content-creators).
19 - fix a number of bugs in check_move_on: 1) it didn't update the flags
20 2) it skipped spell effects and 3) it didn't handle the case where
21 and object was destroyed while iterating over it correctly. all this
22 allowed players to sometimes walk onto spaces they should not be able to
23 walk on.
24 - fix an exploit where inscription/marking runes could execute arbitrary code.
25 - examining an object now dumps the serialised object form when the user
26 is a wizard (wizlook).
27 - altars no longer accept unpaid items.
28 - party spells didn't work all that well.
29 - added complex object matching framework (cf::match), and make altars
30 and pedestals use it.
31 - identified skill-tools show what skill they grant.
32 - display the duration of change_ability spells when examining them
33 (missing: protection spells, but they are a hack...).
34 - improve effectiveness of special foods created by woodsman skill,
35 adding more variety to the different mushrooms.
36 - fix a minor cfpod formatting bug.
37 - do not talk about the hintmode so much - die-hards are expected to find
38 the hintmode setting on the settings page.
39 - IPO no longer lies about prices; prices tweaked.
40 - clarified that all deliantra-specific parts are under the Affero GPL.
41 - enable the object loader to also dump archetypes.
42 - (maps) fix guild teleporters to Pupland Terminal.
43 - (maps) put the trapdoor above the floor in sisters/necro_ruins1.
44 - force the initial face when loading an object that is time-animated
45 or a monster, so it does not have to be specified anymore.
46 - fix a bug where recasting an ability changing spell could shorten
47 its remaining duration.
48 - fix pedestal and floor building with builder.
49 - fix RUNATT attack mode, which was broken before (used e.g. by mice).
50 - fix a broken bow-related speed optimisation by using splay - speed
51 up splay operations as well.
52 - use NDI_CLEAR for the body command, and make it use observe.
53 - implement introspection data for C++ classes (%REFLECT).
54 - (arch) add name_pl fields and documentation for building materials.
55 - (maps) random fountains no longer generate permanent stat increases.
56 - fix transmutation alchemy.
57 - speed up many frequently-invoked C->perl callbacks.
58 - added complex object matching framework, to be used in altars and the like.
59 - switch to YAML::XS from YAML.
60
612.80 Tue Sep 15 20:22:31 CEST 2009
62 - fix the "screen stays black on login" bug and remove debug instrumentation
63 that ultimately was not helpful to catch it :)
64 - split outer_env into outer_env and outer_env_self, and fix
65 all callers to use either one or the other, as appropriate. This
66 fixes the (rather fragile) light spell, maybe others.
67 - fixed an overflow and exploit in the bank/payment code.
68 - fixed a bug in the jeweler quest and added the 'Tome of Jewelery'
69 to explain the skill a bit more.
70 - removed a buggy check for zero attacktype. So that we might find
71 the real bugs in the archs/maps/objects.
72 - Fixed enabling torches with lighters.
73 - (maps) Added Heaven Town region.
74 - (arch+maps) Fixed & normalized warriors on map
75 /quests/peterm/CTower/Barracks.
76 - fix the light spell (and possibly diseases and other lights).
77 - (arch) The clawing skill didn't have the physical attacktype.
78 - (maps) make the greenway accessible again - this bug was introduced
79 a long time ago, and similar cases are still to be found in the maps.
80 - make the socket_timeout configurable in the code (but not yet for users).
81 - earth wall health bar is now correct.
3 82
42.79 Tue Jul 28 00:56:36 CEST 2009 832.79 Tue Jul 28 00:56:36 CEST 2009
5 - IO::AIO chaged to using eventfd internally - updated server to not 84 - IO::AIO chaged to using eventfd internally - updated server to not
6 freeze with IO::AIO anymore due this change. 85 freeze with IO::AIO anymore due this change.
7 - avoid a crash when a player tries to apply a lighter. 86 - avoid a crash when a player tries to apply a lighter.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines