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

Comparing deliantra/server/Changes (file contents):
Revision 1.470 by root, Fri Oct 30 10:06:50 2009 UTC vs.
Revision 1.546 by root, Thu Jan 14 23:46:13 2010 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: warrior_1 looks broken
5TODO: apartment-descritpions for gotisch1/2 4TODO: apartment-descritpions for gotisch1/2
6TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them. 5TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them.
6TODO: think about naking the rhyzian amulet useful - makes little sense in deliantra?
7TODO: cast invisible...
8
9TODO: 2009-11-29 12:48:48.3974 /opt/crossfire/share/crossfire/treasures:5729, "arch stonebig_club": treasure references unknown archetype
10TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk'
11TODO: cf:object::find_by_count!!11
12TODO: summon cult does not properly create multipart monsters?
13TODO: kill flag_is_water/is_water
14
15TODO: removing a single map tag from one map kills the tag on other maps as well, apparently
16 - do no longer by default eval map cod ein safe compartments
17 (this can be re-enabled using the safe_eval config option).
18 - (maps) fix an apparent crash bug caused by broken generstors
19 in lorak.
20 - (maps) improve tindervale maps slightly.
21 - (arch) considerably decrease slag ex price.
22 - (arch) fix filth archetype.
23 - multipart objects would cause save_throw_object to crash - it
24 now acts on the head only.
25 - do not try to connect to an irc server unless explicitly configured.
26 - do not expect decltype() to be available in gcc 4.4.
27 - extended the safe perl environment by loops.
28
292.92 Thu Dec 24 04:51:56 CET 2009
30 - the destruction spell could/would corrupt server memory quite often.
31 - logging in only fixed the combat slot when the palyer was loaded from
32 disk, not when it already was in memory.
33 - cede in wait_for_tick* when the tivck is inhibited hopefully
34 avoiding livelock during high-load emergency saves.
35 - logging in did not properly unapply all skills.
36 - (maps) make the invite quest marking much more obvious.
37 - (arch) fix warrior archetype names.
38 - map prefetching never prefetch upwards.
39 - wizpass no longer makes you non-blocking.
40 - (maps) add light to some of the special maps, add troll
41 map.
42
432.91 Mon Nov 30 10:18:09 CET 2009
44 - (maps) add gorokh_final mapset from crossfire.
45 - (maps) block most vault-type mlab locations, open up
46 imperial converters for anybody to use.
47 - (maps, arch) replace all permanent stat potions by random
48 variants.
49 - (maps) spread gorokh demon styles more evenly over 1..100.
50 - TRIGGER events got passed a garbage pointer instead of a
51 real player object on player changes.
52 - diseases and maybe other things could sometimes reduce the speed
53 to below MIN_ACTIVE_SPEED, deactivating the monster and causing
54 much grief.
55 - speed_left randomisation was, apparently, totally broken.
56 - introduce FLAG_RANDOM_SPEED instead of using the sign bit
57 of the speed slot internally and in map save files. among other
58 things, this gets rid of all the abs (speed) calls.
59 - reduce map file save files by using abridged keywords aliases.
60 - shop specialisation calculation was totally broken.
61 - nrof/itemcount/volume limits when dropping to the floor are
62 now enforced.
63 - fix magic mapping, which only worked for inate spell casting.
64 - godgiven items will now be explicitly described as such.
65 - (arch) dded a quiver of bolts.
66 - materialnames would change "randomly" on every load, only
67 set the material when the materialname was not set before.
68 - balancing change, halve rod recharge speed (instead
69 of 4.8s, the standard rods now recharge in ~10s. not a solution,
70 but still.
71 - reduce cpu time used for map saving by >>50% by avoiding
72 the costly flag-checking loop in most cases and using a simple
73 repeat-cache for speed_left.
74 - always delay stats update for players on insert/remove till
75 next tick/command, which saves a lot of cpu cycles on drop/take.
76 - add hint about havign to run to attach unaggressive npcs.
77 - pet monster level was not displayed correctly in "showpets index".
78 - clean up floating point conversions and many similar nitpicks.
79 - fix hanuk altar.
80 - overhaul material system to be much faster, and having less bugs, but
81 still having a lot of cruft :/.
82 - add marble shop floor.
83 - move gcc specifics to new file include/compiler.h.
84 - unrecognised cfpod directives could cause undefined behaviour.
85 - added boes' marble shop to steinwandstadt.
86 - pad mapspace to power-of two size for speed/codesize/cache gains.
87 - optimise mapspace updates.
88 - cache volume/items per mapspace.
89 - use fabs, min and max consistently (surprisingly for a code size
90 decrease).
91 - fixed a small uncleanlieness in item converters, which might
92 have led to weird item multiplications.
93 - store hash value in shstr, not used by anything, but doesn't use much memory.
94 - fixed crash bug in learn_spell command.
95 - remove all traces of FLAG_NO_FIX_PLAYER.
96 - avoid sv_derived_from calls (lots of hash lookups) when converting
97 from perl to c++.
98 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
99 and use it in some "inner" loops.
100 - rename flags to attachable_flags to avoid confusion :=).
101 - fixed jeweler experience output to not be floating point.
102 - added lock/unlock commands, thanks for the patch go to Shawn Robinson!
103 - (arch, maps) introduce inactive_shop_floor and fix some shops with it.
104 - try to prefetch memory inside process_objects, which can give
105 enourmous speed gains.
106 - make some small optimisation to the process_objects loop.
107 - move facedata chksum calculation into cfutil, make server more flexible
108 handling different chksum lengths.
109 - check for hash collisions in cfutil.
110 - reduce face checksum size from 6 to 4 bytes.
111 - don't crash when a map uses empty sound/sound_destroy/face.
112 - removed weather-specific attributes.
113 - fixed genkeywords dependency.
114 - do not clear "randomitems" slot for world underlays.
115 - use "sl" as short-hand for speed_left in save-files, just to make them
116 smaller.
117 - in general, don't crash on value-less resource file lines
118 anymore, due to get_str never returning a 0-pointer.
119 - code cleanup in move_symptom.
120 - removed arch_to_object (replaced it by ->instance ()).
121
1222.90 Sat Nov 7 15:06:06 CET 2009
123 - some Andrew Madloch wanted, despite being specifically told
124 multiple times that the Deliantra parts additions are under AGPL,
125 lock up the source code of the server within his company.
126 some reorganisations have been done to the sourcecode to make
127 it clearer that this violates the Affero GPL. Help to keep
128 Deliantra free software even for the coming generations
129 and be wary of the promises of Andrew Madloch, he has nothing
130 good in mind for free software.
131 - clarify which files of the server are 100% AGPL.
132 - minor reorganisation, move some GPL code into other files.
133 - implement viewpoint (which is like observe, but only for the map,
134 not stats etc.).
135 - replace magic mapping overlay by a flying bird exposing area
136 on the worldmap (ext/magic_mapping.ext).
137 - @find in npc dialog was useless as the vairbale wasn't accessible.
138 - @find results in npc dialogue is now stored in $find.
7 - (maps) add lostwages and lorak (valdor/varsia) from cfextended. 139 - (maps) add lostwages and lorak (valdor/varsia) from cfextended.
8 - (maps, server) add lostwages and celvear apartments to rent system. 140 - (maps, server) add lostwages and celvear apartments to rent system.
9 - (maps) closed guild houses, this is not scalable, ask your friendly 141 - (maps) closed guild houses, this is not scalable, ask your friendly
10 dm instead. 142 dm instead.
11 - (maps) add town portal to celvear. 143 - (maps) add town portal to celvear.
12 - (maps) add troll canyon from crossfire. 144 - (maps, arch) add troll canyon, pygmy forest, elven moon and temple of justice
145 mapsets from crossfire, together with associated archetypes.
13 - (maps) add extended region descriptions for some regions from crossfire. 146 - (maps) add extended region descriptions for some regions from crossfire.
14 - (maps) define a new whalingoutpost region. 147 - (maps) define a new whalingoutpost region.
15 - (maps, arch) add all changes to mlab between 2006-08-01 and 2009-10-28, 148 - (maps, arch) add all changes to mlab between 2006-08-01 and 2009-10-28,
16 and most archetypes that go with them (without stoning and swallow effects), 149 and most archetypes that go with them (without stoning and swallow effects),
17 casino tokens and stock certificates are also missing. 150 casino tokens and stock certificates are also missing.
151 - (maps, arch) add a number of minor maps from crossfire to scorn, navar
152 and santo dominion.
18 - (maps, arch) added gotischerbereich from cfextended, and some archetypes 153 - (maps, arch) added gotischerbereich from cfextended, and some archetypes
19 to go with them. also adjusted archetypes to be more korrekt "gotisch". 154 to go with them. also adjusted archetypes to be more korrekt "gotisch".
155 - doors/containers can now use "match ..." expressions for the slaying field.
20 - properly close client-side dialogue when the player is teleported away. 156 - properly close client-side dialogue when the player is teleported away.
21 - map-tags did not properly close it's database tables or wait 157 - map-tags did not properly close it's database tables or wait
22 for a quiescent state, causing memory corruption on reload. 158 for a quiescent state, causing memory corruption on reload.
23 - support "stat.xyz" accessor in match expressions. 159 - support "stat.xyz" accessor in match expressions.
24 - skip /styles and /editor directories in cf::map::static_maps. 160 - skip /styles and /editor directories in cf::map::static_maps.
29 and to not add a "put your code here" force needlessly. 165 and to not add a "put your code here" force needlessly.
30 - (arch) fix or improve many plurals. 166 - (arch) fix or improve many plurals.
31 - markers do no longer add a force if the slaying field is unset. 167 - markers do no longer add a force if the slaying field is unset.
32 - sped up search-items implementation, but it's still horrible. 168 - sped up search-items implementation, but it's still horrible.
33 - (maps) bigchests are now properly non-unique, per_player and no_reset. 169 - (maps) bigchests are now properly non-unique, per_player and no_reset.
170 - editor_folder can now be used to override whatever cfutil sets, and was
171 used to reogianise the illogical arch tree a bit.
172 - (maps) import most map names from crossfire.
173 - nuke image_sums/image_info subcommands from the protocol.
174 - fly_high movement gives better los, ignoring blocksview.
175 - the addexp command should now honour skill names with spaces.
176 - (arch) add nuke from cfextended to avoid a crash.
177 - (arch) added many more buildable marble floors.
178 - major namespace cleanup: save 45kb by making functions static
179 that were unnecessarily global.
34 180
352.82 Sat Oct 24 03:50:17 CEST 2009 1812.82 Sat Oct 24 03:50:17 CEST 2009
36 - fixed a classical and exploitable stack buffer overflow in the gsay command. 182 - fixed a classical and exploitable stack buffer overflow in the gsay command.
37 - fix a memory buffer overflow in the book code. 183 - fix a memory buffer overflow in the book code.
38 - add @check, @find npc dialogue commands. 184 - add @check, @find npc dialogue commands.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines