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

Comparing deliantra/server/Changes (file contents):
Revision 1.537 by root, Thu Dec 24 03:53:33 2009 UTC vs.
Revision 1.726 by root, Fri Jun 18 17:31:00 2010 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2
2Version numbers sort like decimal numbers. 3Version numbers sort like decimal numbers.
4
5TODO: golem survives "longer" now - too long?
6TODO: clean up skill handling in kill_object.
7TODO: mining experience
8TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player
9TODO: reload_settings
10TODO: thawer should not next()
11TODO: apply Glowing Crystal # does not work
12TODO: pet experience is, rarely, given to the wrong skill (e.g. mining)
13TODO: 2010-05-21 02:48:16.4562 D victim {cnt:109581,uuid:<1.858befa27>,name:"ice",flags:[0,8,103],type:23}(on /whalingoutpost/misc/icecavern1@8+43) (-21) already dead in hit_player()
14TODO: jumping, maybe dimdoor works wonders with earthwalls in between.
15TODO: cats dimdoor, invoke charm => watch Log-1
16TODO: fountain magic power and shop magic powre potions are different, also, potions are not identified
17TODO: identify doesn't merge
18
19TODO: book parsign broken atm. encoding?
20 - (maps) hopefully fix tobias' tower.
21 - (maps) hopefully fix healing potion vendor in arena entrance.
22 - creators no longer identify objects that shouldn't be identified
23 (such as money, which won't stack afterwards).
24 - use same default config in code as on gameserver.deliantra.net.
25
263.0 Sat May 29 23:30:57 CEST 2010
27 - (maps, arch) complete revamping of the transport routes - all cities are
28 now easily reachable, at a price.
29 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
30 - (maps) added (navar) gravedigger, that buys players gravestones.
31 - (maps) added the rathouse quest for the shockwave spell in navar
32 (by Dustfinger).
33 - (maps) fixed bad floor tile in navar apartment.
34 - made (wizard) look_at show also uuids.
35 - added cf::object::find_object_uuid (::find_object already exists!).
36 - (maps) added new apartment, made by LinuxLemoner.
37 - (maps) added quest for the mining skill scroll to valleynoy.
38 - (maps) added greedy highlevel book shop to heaven town.
39 - (arch) added sounds: zombie death, book reading, inscription.
40 - (arch) made the hill giants loose more body parts.
41 - (arch, maps) added black unicorn horn, required to access mlab hell.
42 - (arch) increased the (possible) number of arrows/bolts found in shops
43 and made them a bit more expensive.
44 - (maps) add more glory hole treasure styles.
45 - (maps, arch) add "hollow" variants of cave\d tiles, and use them
46 in a select number of mlab maps.
47 - (maps) the library should be less of a death trap now.
48 - (maps) exits no longer point to auto-apply exits, most affected
49 maps now have proper doors or a similar solution.
50 - (arch) jumping skill has now physical attacktype.
51 - (maps) fixed nurnberg/reception/fire5 to match new style torches.
52 - enter_map did not normalise the map coordinates when the destination
53 space is blocked, causing badness and freezes for the player.
54 - when applying containers, server checks for the key on activate
55 and also allows players to unapply active containers they don't have
56 a key for.
57 - moved formulae, attackmess, artifacts, exp_table, materials and
58 races files to arch, where they belong (exp_table is no longer in
59 confdir but in datadir now!).
60 - jeweler and sound config files are now normal datafiles as well.
61 - quit_character was causing a runtime exception, causing it to not
62 work since 2.93.
63 - entering a map will now respect move_on and other effects,
64 except for auto-apply exits :/
65 - only talk to the items on the nearest mapspace, or, of there
66 are none, to the player, not ALL items in vicinity.
67 - do not update the floorbox while running, to avoid big item
68 updates that cost network bandwidth and processing power.
69 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
70 caused overflows causing monsters to become living deads.
71 - unapply weapons and armour before trying to improve it.
72 - teach the random map generator the ability to read ".rmg" files
73 that specify which actual style map to generate, and use it for
74 the default decorstyle to avoid inappropriate maps to be used.
75 - support (with some limitations) multiple different skills with the
76 same subtype.
77 - fix "nekosan duplication" bug - map swap out was not atomic,
78 so nekosan could end up beign saved AND escaped to another map.
79 - show invisible no longer makes magic mouths visible.
80 - move_type changes (spells, skills etc.) now will correctly
81 take move_on/move_off into account (e.g. buttons).
82 - display (exit) or (random map) in client for those objects.
83 - removed (useless) spell damage columns from spell info and replace
84 it by effective casting level - clients > 2.10 required to display
85 properly.
86 - building of levers/doors works again for all kinds of floors.
87 - the player can now withdraw and deposit all the available money.
88 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for
89 steinwandstadt/celvear.
90 - (maps) added /goodies map (goto *idkfa) with stuff useful for testing.
91 - (arch,maps,code) rebalanced value of spellbooks greatly. it's now
92 mostly based on the spell's level in the spellbook.
93 - the music scheduler did not properly send new music on region
94 changes.
95 - (maps) fix some map regions and the region tree.
96 - the server will now be more picky when parsing the regions file.
97 - do not rely on chosen_skill in calc_alch_danger.
98 - improve editor support protocol slightly, provide workarounds for 2.10
99 clients.
100 - follow has been rewritten to be, hopefully, more robust.
101 - follow mode will not be aborted when the follower tries to move.
102 - tcp.ext didn't unbind in reloads.
103 - map-tags.ext didn't properly close the database on reloads.
104 - cfutil skips .-directories when scanning.
105 - build.ext prevents players from building on other player's maps.
106 - rent.ext allows the dm to enter anytime.
107 - NPC_Dialogue adds a new predefined variable, $map.
108 - new "build" event hook.
109 - get rid of archetype min/max values except max_x (which should go, too).
110 - added fix_generated_item and cf::object::generate to XS interface.
111 - no longer use uppercase identifiers for saving anywhere, but support
112 them on loading, for old playerfiles and maps.
113 - removed is_legal_2ways_exit - this is apparently dead code, and
114 would be handled differently nowadays anyway.
115 - random map .meta were not being expired at all.
116 - replace move_ob/move_object functiony by the equivalent move method.
117 - update to automake 1.10.
118 - invitation to maps with unagressive and friendly monsters doesn't
119 require level 4 anymore.
120 - do not let update_stats muck with the chosen_skill anymore.
121 - monsters now rotate through all skills (in chosen_skill).
122 - fix lots of path-related buffer overflows in the random map generator.
123 - detect/sense curse/magic will no longer work on items that don't
124 need identify.
125 - added detect mineral vein spell.
126 - support "wall overlays" in the random map generator - not very generic,
127 used by minable veins.
128 - (maps) relocated jeweler town to another directoy.
129 - (arch) implement mining pickaxes and mining skill.
130 - (arch) add missing stonebig_club archetype from cfextended.
131 - jeweler skill doesn't diminish input values anymore.
132 - jeweler skill is harder to level now, but in exchange item power
133 of the output is only 1/5th (instead of 1/3rd) of ring level.
134 - jeweler skill adds the makers name (currently not visible) to the
135 generated ring/amulet.
136 - generate most constants for perl automatically.
137 - properly check for weapon name prefix ("Ragnarok's sword").
138 - when player dies, restore his food to at least 200.
139 - support multiple inheritance for arch sources (inherit a,b,c).
140 - switch to storable-n-format for facedata, for better interoperability.
141 - implement generic "ranged" item framework (pickaxe, fishing rod).
142 - the singing skill actually respects the direction now.
143 - oratory and singing now require a direction.
144 - use_skill now requires that you can actually apply the skill tool.
145 - do not invoke perl on every user command anymore by providing
146 a command and an unknown_command event.
147 - move mark, run, run_stop, fire and fire_stop commands back from
148 perl to C++, for speed reasons (basically undo patchset 1304).
149 - add a client_destroy event, so we don't have to hook the
150 attachable destroy event (which is called much more often).
151 - removed (unused) FLOOR object type.
152 - fix errornous change_abil messages for rods (and other types).
153 - remove include/commands.h and server/c_new.C, and refactor
154 all into server/commands.C.
155 - save and restore combat/ranged/current slot for players.
156 - the server now batches item's face/fx commands, as opposed
157 to sending one fx per item - helps mostly at connect and
158 with floorbox updates.
159 - implemented ext::player_env::play_music_once $who->contr, "km/...".
160 - the random map generator now supports selecting difficult for
161 more style categories than just monsters (all except fountains
162 apparently).
163 - object serialiser no longer creates empty "owner" references.
164 - make sure failed castings take some time, too, to avoid being
165 smitten by your god.
166 - many more failmsgs and help texts.
167 - support log suspension/resumption, e.g. for defragmenting.
168 - stop thrown objects when their speed goes too low.
169 - log the number of unique logins seen every minute in a compact
170 format (for statistics).
171 - do not send delitem for players.
172 - support static scalar data members properly in genacc now.
173 - implement "simple" freelist management for objects.
174 - recycle object counts now - to support longer uptimes.
175 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
176 function (and yes, 666 is exact!).
177 - random map generator results should now be fully repeatable.
178 - fixed possible crash bug in build code.
179 - rename find_marked_object to ->mark and speed up.
180 - player movers properly destroy themselves when used up, instead
181 of leaking.
182 - do not show msg for unidentified objects that need identification.
183 - convert formulae/bookarch/settings file parser to thawer framework.
184 - finally get rid of fgets (..., thawer) and use a much cleaner
185 next_line method.
186 - use nicer file format for exp_table and attackmess
187 (more like other resource files).
188 - make parse errors during server startup fatal.
189 - properly initialise all maptile values in constructor.
190 - improved {link} map.
191 - optional unloadable extensions will not lead to an endless loop.
192 - server will cleanly autorestart when running out of protocol IDs.
193 - use faster and slightly more exact find_dir_2 replacement.
194 - building listening books is possible again.
195 - (maps, arch) added archetype for building instructions and replaced
196 the copies of the instructions in the maps with it.
197 - (arch) made the spark shower spell available in shops.
198 - don't create a second LOGIN event on character creation.
199 - correctly generate "You paid xyz" message in shops.
200 - the shop menu now also displays the (approx) value of the item.
201 - added a 'password' command, to let DMs change the password of players
202 more conveniently.
203 - correctly save shopitems string, to avoid parse error when reading
204 saved maps.
205 - logging now differentiates between logging levels better.
206 - speed up get_typedata.
207 - fix deadlock problem during server shutdown/reload.
208 - make ext/checkrusage "more" non-blocking.
209 - use common::sense for extensions.
210 - work around a 50.10.0 utf8 caching bug.
211 - correctly try to load tiled maps in adjacent_map, might fix
212 "no relation to target" bugs.
213 - try to load (pure-)perl modules asynchronously, warn about
214 modules being loaded from the mainloop, pre-load some more
215 core modules so perl doesn't do it later on.
216 - pre-load many of the files perl might load on it's own e.g. when
217 compiling regexes.
218 - make exp_table and materials file reloadable.
219 - made reload_config non-blocking.
220 - the seen command called (Blocking) stat() instead of aio_stat,
221 causing server freezes.
222 - store unhashed password, to prepare for safer authentication.
223 - do not log connections from the local host, to help a local
224 watchdog.
225 - fix summon freeze at map borders.
226 - support @group syntax and music config file for music face lists.
227 - run post_init jobs in parallel, they might do I/O.
228 - avoid apply conversion for converters.
229
2302.93 Sat Feb 13 15:52:36 CET 2010
231 - (maps) fix travel to valdor and back.
232 - do no longer by default eval map cod ein safe compartments
233 (this can be re-enabled using the safe_eval config option).
234 - (maps) fix an apparent crash bug caused by broken generstors
235 in lorak.
236 - fix data corruption issues caused by recursive calls to
237 unordered_mapwalk - now every caller must provide its own
238 buffer.
239 - (maps) improve tindervale maps slightly.
240 - (arch) considerably decrease slag ex price.
241 - (arch) fix filth archetype.
242 - extension dependency resolve was completely broken.
243 - multipart objects would cause save_throw_object to crash - it
244 now acts on the head only.
245 - do not try to connect to an irc server unless explicitly configured.
246 - do not expect decltype() to be available in gcc 4.4.
247 - extended the safe perl environment by loops.
248 - (arch) fix "armless cook" facings.
249 - the "experience table" resource item did not have a proper
250 hash associated with it, so updates could not be detected.
251 - fixed poison traps in doors.
252 - player->killer_name did not properly flag the name as unicode.
253 - aggressively mark many more methods as utf8 or octet-expecting,
254 and provide a non-destructive SvPVutf8 variant.
255 - do not allow dragon players to change their title via the settings.
256 - ratelimited jeweler skill nugget conversion.
257 - under high load, the server stopped swapping out to make
258 the server more responsive, but making it impossible to reduce
259 the load by... swapping out. slot queuing will now always make
260 some progress.
261 - improve the quality of the load-avg calculation.
262 - (maps) fixed quest npc in jeweler dungeon quest.
263 - don't fail to write the runtime file if the temporary already exists.
264 - ipo.ext no longer uses (synchronous) CFDB, stores mail directly at
265 player now.
266 - rewrote hiscore code from scratch to use async I/O, store uuid and
267 timestamp and use a tab in the client to increase awareness.
268 - npc dialog setflag/setsatte now check for defined'ness, so
269 setflag 0 is possible.
270 - make install now deletes old extensions, to ease upgrades in the
271 deliantra vm.
3 272
42.92 Thu Dec 24 04:51:56 CET 2009 2732.92 Thu Dec 24 04:51:56 CET 2009
5 - the destruction spell could/would corrupt server memory quite often. 274 - the destruction spell could/would corrupt server memory quite often.
6 - logging in only fixed the combat slot when the palyer was loaded from 275 - logging in only fixed the combat slot when the palyer was loaded from
7 disk, not when it already was in memory. 276 disk, not when it already was in memory.
65 decrease). 334 decrease).
66 - fixed a small uncleanlieness in item converters, which might 335 - fixed a small uncleanlieness in item converters, which might
67 have led to weird item multiplications. 336 have led to weird item multiplications.
68 - store hash value in shstr, not used by anything, but doesn't use much memory. 337 - store hash value in shstr, not used by anything, but doesn't use much memory.
69 - fixed crash bug in learn_spell command. 338 - fixed crash bug in learn_spell command.
339 - enhanced output of the mapinfo command.
70 - remove all traces of FLAG_NO_FIX_PLAYER. 340 - remove all traces of FLAG_NO_FIX_PLAYER.
71 - avoid sv_derived_from calls (lots of hash lookups) when converting 341 - avoid sv_derived_from calls (lots of hash lookups) when converting
72 from perl to c++. 342 from perl to c++.
73 - implemented least_significand_bit and for_all_bits_sparse_32 utilities 343 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
74 and use it in some "inner" loops. 344 and use it in some "inner" loops.
628 - bugfix: when unapplying skills also remove them from the range/combat slots. 898 - bugfix: when unapplying skills also remove them from the range/combat slots.
629 - bugfix: do not merge items whose archetype name merges, use the 899 - bugfix: do not merge items whose archetype name merges, use the
630 archetype *archname* (chairs of different facings were merged). 900 archetype *archname* (chairs of different facings were merged).
631 - bugfix: fix a potential crash issue in find_object_name (not used 901 - bugfix: fix a potential crash issue in find_object_name (not used
632 normally). 902 normally).
633 - bugfix: locked doors cnanot be bashed down by magical means 903 - bugfix: locked doors cannot be bashed down by magical means
634 (destruction, magic missile etc.). 904 (destruction, magic missile etc.).
635 - swarm spells without a direction now use various spiral patterns 905 - swarm spells without a direction now use various spiral patterns
636 instead of being fully random. 906 instead of being fully random.
637 - update AnyEvent API to 3.4 and above. 907 - update AnyEvent API to 3.4 and above.
638 908
717 - merge items with different arch pointers refering to the same arch 987 - merge items with different arch pointers refering to the same arch
718 (due to archetype reloads). 988 (due to archetype reloads).
719 - refactored the object remove/insert functions and most related 989 - refactored the object remove/insert functions and most related
720 functions (decrease, split, merge_ob etc.). 990 functions (decrease, split, merge_ob etc.).
721 - make it compile better on freebsd (reported by pippijn). 991 - make it compile better on freebsd (reported by pippijn).
722 - remove GT_UPDATE_INV (no longer applicable). 992 - removed GT_UPDATE_INV (no longer applicable).
723 - fix the longstanding "container stays open" bug. 993 - fix the longstanding "container stays open" bug.
724 - improved floorbox updating to be incremental and other protocol 994 - improved floorbox updating to be incremental and other protocol
725 optimisations. 995 optimisations.
726 - get rid of update_after_inventory_change and only do update stats 996 - get rid of update_after_inventory_change and only do update stats
727 for weight once/tick/player at max. 997 for weight once/tick/player at max.
1009 - introduced new keyword for map files: file_format_version (integer, server version: 0) 1279 - introduced new keyword for map files: file_format_version (integer, server version: 0)
1010 - better message for apply failures due to applymode 1280 - better message for apply failures due to applymode
1011 - removed most all of the weather code 1281 - removed most all of the weather code
1012 - unified logging to stderr and file 1282 - unified logging to stderr and file
1013 - too many minor changes to document 1283 - too many minor changes to document
1284

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines