[8504] Update old spell version to spell 21084 in some playercreate_* cases.
[getmangos.git] / ChangeLog
blobff81263167c41cb8fc2dcee0ab9273392f888d4f
1 MaNGOS 0.14   (??? ??? 2009)
3  MaNGOS 0.14 - adds further improvements to the
4  server core as well as to the majority of game classes and the game content
5  database.
7  ==== Game Features ====
9  ==== Server Features ====
11  ==== Statistics ====
12  * Fixed Bugs: ???
13  * Total number of changes: ???
15  MaNGOS 0.13   (10 June 2009)
17  MaNGOS 0.13 - adds further improvements to the
18  server core as well as to the majority of game classes and the game content
19  database.
21  ==== Game Features ====
23  * Added: Support for heroic class character creating and functionality.
24  * Added: Support for area phase system.
25  * Added: Support for achievement system and most achievement types implemented.
26  * Added: Support for pet's talents learning and pet's spells auto-learning at level change.
27  * Added: Support for one potion per-combat functionality work.
28  * Added: Support for glyphs work.
29  * Added: Support for explicit recipe discovery abilities.
30  * Added: Support for heroic raid instance mode.
31  * Added: Support for currencies tab.
32  * Added: Support for prismatic sockets in items.
33  * Added: Support for feral attack power bonus from items.
34  * Added: Support for gameobjects and creatures grouping (pools of them).
35  * Added: Support for deep ocean fatigue timer.
36  * Added: Basic support for mind control like spells. Required more work for full functionality.
37  * Added: Support for spellclick units.
38  * Added: Support for mobs fleeing and run for getting assistance.
39  * Added: support for bind to account items.
40  * Improved: Implement proper hide out of range (at another map) transports.
41  * Improved: Updated spell casting pushback system.
42  * Improved: Allows saving characters in Battle Grounds.
43  * Improved: Implemented new BattleGroundQueue invitation system. Now it supports premade group versus premade group matches.
44  * Improved: Allow mini-pet has been questgivers or gossip holders, mini-pet use DB data for stats and flags.
45  * Improved: Show arrows/etc at creature use ranged weapon and more support for proper scripting creatures with ranged weapon.
46  * Improved: Support in DB set time ordering details and reward quest emotes.
47  * Improved: Support for use spell data for spellranges at friendly targets.
49  * plus lots of fixes for auras, effects, spells, talents, and more.
51  ==== Server Features ====
53  * Added: `spell_bonus_data` table for store damage/healing bonus coefficients.
54  * Added: `player_xp_for_level` table added for store XP requirements for player levels instead outdated formula.
55  * Added: Implement mangosd stop and pause if it work as Windows service.
56  * Added: Implement active objects support.
57  * Added: Implement precompiled headers use in build at Windows that speedup builds at Windows in big degree.
58  * Added: Implement support for PostgreSQL connection using Unix sockets.
59  * Added: EventAI (DB-based creature AI scripting engine) contributed by ScriptDev2 team
60  * Added: Tool for convert sql queries/statements from mysql to pgsql.
61  * Improved: Rewritten spell proc system added that allow resolve many limitations old spell proc system
62  * Improved: Redesigned .map files structure with result more compact files with better data quality.
63  * Improved: Better security checks in generic way for chat commands.
64  * Improved: Taxi and specially quest taxi paths work.
65  * Improved: Better support C++ scripting in script DLL including improvements in AI calls system.
66  * Improved: Better support for localization.
67  * Improved: Implement item use target requirements store in table `item_required_target`.
70  ==== Statistics ====
71  * Fixed Bugs: 41 ticket and many bugs reported at forum resolved
72  * Total number of changes: 1057 revisions (1550 commits)
74 MaNGOS 0.12   (Dec 22 2008)
76  MaNGOS 0.12 - adds further improvements to the
77  server core as well as to the majority of game classes and the game content
78  database.
80  ==== Game Features ====
82  * Added: Support for different difficult instances, proper instances reset and proper group/player binding to instances.
83  * Added: Support for arena system.
84  * Added: Support for declined names (with Cyrillic client).
85  * Added: Support for auction pending mail and 1 hour delay in money delivery to owner.
86  * Added: Support for possibility reject warlock's player summon by targeted player.
87  * Added: Support for talent based pet auras.
88  * Added: Support for auto-reward quests.
89  * Added: Support for trap arming delay in combat state.
90  * Added: Support for show enchantment item effect on login screen.
91  * Added: Support for restoration buff in battlegrounds.
92  * Added: Support for dependent spell disabling (instead removing) at talent reset until talent re-learning.
93  * Added: Support for guild/arena team leaders delete protection.
94  * Added: Support for areatrigger scripting.
95  * Added: Support for honor rewards from quests.
96  * Added: Support for realmd reconnect from login character list.
97  * Added: Support for configurable assistance aggro delaying.
98  * Improved: Better duels work.
99  * Improved: Improvements in battleground system work including really instancing battlegrounds.
100  * Improved: Better support game localization for players and GMs.
101  * Improved: More server-side re-checks for client side primary checked data for prevent cheating.
102  * Improved: Player can't dodge attack from behind.
103  * Improved: Correctly animate eating/drinking in cases sitting at chairs/etc.
104  * Improved: Better guardians related functionality work.
105  * Improved: Expected instant logout in taxi flight at logout request.
106  * Improved: Re-implement raid ready check code.
107  * Improved: Select fishing bobber activating time in more standard way.
108  * Improved: Better random/waypoint creature movement work including fly case.
109  * Improved: Evade distance is now based on the distance from the position that the creature was at when it entered combat.
110  * Improved: Implemented further support for contested guards.
111  * Improved: Show available daily quests at map as blue marks.
112  * Improved: Limit distance for listen say/yell text.
113  * Improved: Removed dismount at login hack that now unneeded.
114  * Improved: Better support for low character experience gain in group with high character.
115  * Improved: Default behavior of pets for creatures changed to REACT_DEFENSIVE.
116  * Improved: Better work with combo points on miss/parry/immune.
117  * Improved: Allow have team dependent graveyards at entrance map for instances.
118  * Improved: Allowed switching INVTYPE_HOLDABLE items during combat.
119  * Improved: Make flying creatures fall on ground when killed.
120  * Improved: More correct way of calculating fall damage by using fall distance and not fall time.
121  * plus lots of fixes for auras, effects, spells, talents, and more.
123  ==== Server Features ====
125  * Added: Support for load and use multiply DBC locales data at server.
126  * Added: Store in `spell_chain` additional spell dependences from another spell chain for learning possibility checks.
127  * Added: New chat command for reload settings from mangosd.conf file without server restart need.
128  * Added: Set icon for realmd/mangosd binaries at Windows build.
129  * Added: Start use Adaptive Communication Environment (ACE) framework v.5.6.6 in server network code.
130  * Added: Migrate from SVN sourceforge.net to GIT github.com repository for project sources store.
131  * Added: Script name indexing for creature, gameobject, item, areatrigger and instance script.
132  * Added: The possibility to use custom process return values.
133  * Improved: More DB tables loading at server startup and less unneeded DB access in server work time.
134  * Improved: Console support for chat like commands features. Merge chat/console command list to single.
135  * Improved: Implement possibility output detailed and DB error log messages from scripting code.
136  * Improved: Better localization support for DB scripts and scripting library.
137  * Improved: Referenced loot data moved to new table for better sharing like data from other loot tables.
138  * Improved: Prevent overwriting realmd.conf and mangosd.conf on make install at Unix/Linux.
139  * Improved: Update Visual Leak Detector lib to Version 1.9g (beta).
140  * Improved: New revisions numbering and sql updates names scheme  with tools support used after switch to GIT.
141  * Improved: Use DBC data for creating initial character items.
143  ==== Statistics ====
144  * Fixed Bugs: many :)
145  * Total number of changes: 731 (323 in git)
147 MaNGOS 0.11   (Jul 22 2008)
149  MaNGOS 0.11 - adds further improvements to the
150  server core as well as to the majority of game classes and the game content
151  database.
153  ==== Game Features ====
155  * Added: Support for show possible blocked damage, armor penetration, negative stats and other data in client.
156  * Added: Support for show aura charges in client.
157  * Added: Support for spell casting delay at damage dependence from casting partly interrupts amount, apply interrupts in spell direct damage case also.
158  * Added: Support for form requirement check for item/itemset casts at equip. Correctly cast at equip and cast/remove at form switch.
159  * Added: Support for correct speed bonus stacking.
160  * Added: Support for instant honor updating.
161  * Added: Support for cap experience received from high level creatures.
162  * Added: Support mining/herbalism mode for skinning of special creatures.
163  * Added: Support for more battleground types, many improvements in battlegrounds work.
164  * Added: Support for quests work with player title rewards, check for shareable quests base at quest flags.
165  * Added: Support for quest rewarding with mail send after specific delay with possible items sent.
166  * Added: Support for boss +3 target dependent level for attack rolls and chances.
167  * Added: Support for dodge chance calculations depends from agility and level (use dbc based values) instead wrong hardcoded values.
168  * Added: Support for defense/weapon skills maxed in PvP fight.
169  * Added: Support for bilinear interpolation use for height calculation between existed map point data for better ground height selection for point.
170  * Added: Support for corpse reclaim delay dependence from character death count in last period.
171  * Added: Support for creatures movement flags storing in DB and setup from scripts, also store extra flags to mark creatures that can't parry/block/counterattack or not provide xp at kill.
172  * Added: Support for offhand expertize.
173  * Added: Support for generation of pet passive auras by DBC data.
174  * Improved: Re-Implemented group/friend/enemy/pet area auras.
175  * Improved: Finished fill spell_affect DB table allow have related spells correct working. Now only required update table at client switch.
176  * Improved: Allow DoTs/HoTs ticks from dead caster if its not required caster alive state.
177  * Improved: Better spell targeting selection code.
178  * Improved: Removed outdated honor diminishing return support.
179  * Improved: Fixed well known unexpected sit at stun bug.
180  * Improved: More correct show and work with faction reputation.
181  * Improved: Finish update to expected level dependent mana/health stats data for player's classes.
182  * Improved: Better creature corpse despawn time selection. Corpse instant despawn after skinning.
183  * Improved: Better check in front spell target requirement.
184  * Improved: Show parry/dodge/block/crit calculation in client for same level creature enemy.
185  * Improved: Correctly show item random property in all cases, including random property with suffix factor, in inspect and in equipped state at other player.
186  * Improved: Use correct way to check binding items and check enchants apply in trade slot.
187  * Improved: Rewritten mana regen calculation, also implement creature in combat mana regeneration delay.
188  * Improved: Fixed long time existed problem with unexpected auto start melee attack after spell casting.
189  * Improved: Re-implemented diminishing returns system.
190  * Improved: Re-implemented fear movement.
191  * Improved: Rewritten distract/dispel/spell steal effects.
192  * Improved: Updated pet name generation data in DB.
193  * Improved: Better work combat enter/leave system in PvP/PvE cases.
194  * Improved: Many items and item set effects start work.
195  * plus lots of fixes for auras, effects, spells, talents, and more.
197  ==== Server Features ====
199  * Added: New sql/tools directory for useful SQL queries for check and restore DB integrity.
200  * Added: Own counter for HIGHGUID_PET low guids. Use it for pets. This let have lot more range for pet guids, and then more creature guid for instances spawns/totems.
201  * Added: Replace existed random generators by Mersenne Twister random number generator.
202  * Added: Support for Russian, Spanish Mexico, traditional and simplified Chinese clients to ad.exe.
203  * Added: Support for using the failed_logins field in the account table. Support IP/account temporary ban at max allowed failed logins for account.
204  * Added: Support for --enable-doxygen to enable doc generation at configure use at Unix/Linux.
205  * Added: Anti-freeze system.
206  * Added: AD.EXE now also extracts DBC files. It also now searches for patch files dynamically.
207  * Improved: Updated MySQL client libs to 5.0.56.
208  * Improved: Better checking DB data at server loading.
209  * Improved: Apply reserver names check to pet/charter names also.
210  * Improved: Move hardcoded base fishing skill for zone from code to new DB table.
211  * Improved: Removed `spell_learn_skill` and `PlayerCreateInfo_skill` tables, use DBC data instead.
212  * Improved: Many improvements in Gamemaster chat commands.
213  * Improved: Many improvements in config options.
214  * Improved: Better scripting support (DB base and C++ based scripts).
216  ==== Statistics ====
217  * Fixed Bugs: 194
218  * Total number of changes: 708
220 MaNGOS 0.10   (Apr 18 2008)
222  MaNGOS 0.10 - adds further improvements to the
223  server core as well as to the majority of game classes and the game content
224  database.
226  ==== Game Features ====
228  * Added: Implement talent inspecting.
229  * Added: Implement unique equipped items support, including gems.
230  * Added: Check instances where mount using allowed. Still need implement in-building check.
231  * Added: Implement master looter loot mode.
232  * Added: Implement quest related lootable gameobject activating only for characters with active quest.
233  * Added: Implement multi-map taxi flights, allow teleport to instances/battleground in taxi flight time.
234  * Added: Allow equip 2hand weapon in case swap with equipped mainhand/offhand weapon pair.
235  * Added: Implement player confirmation request at player summon attempt.
236  * Added: Implement support items with limited lifetime.
237  * Added: Implement chance additional items crafting with appropriate profession specialization.
238  * Added: Implement FFA PvP zones and FFA PvP server type.
239  * Added: Implement Guild Banks.
240  * Added: Implement expertise and better rating work.
241  * Added: Implement dialog status show for gameobject like yellow exclamation signs above gameobject if quest available.
242  * Added: Implement money requirement show for gossip box open.
243  * Added: Apply reputation discounts to trainer spell prices.
244  * Added: Implement death at fall to void/textures.
245  * Added: Support dead by default creatures.
246  * Added: Implemented work some nice items like "safe" teleport items.
247  * Added: Implement correct stacking elixirs/flasks.
248  * Added: Implement Fishing hole gameobjects work.
249  * Added: Implement support correctly sitting at chairs with different height and slots.
250  * Added: Implement normalized weapon damage use where it expected.
251  * Improved: Limit player money amount by 214748g 36s 46c.
252  * Improved: Allow join to LFG channel if character registered in LFG tool.
253  * Improved: Better detection and calculation in fall damage.
254  * Improved: Update XP generation for high levels and use coefficients dependent from new/old continents position.
255  * Improved: Better immunity/resisted/interrupting spell work.
256  * Improved: Better check area/zone/map/mapset limited spells at cast and zone leave.
257  * Improved: Fixed long time existed problems with client crash at group member using transports.
258  * Improved: Add/update lot spell_affect/spell_proc_event tables content that let work many talents, spells, and item effects.
259  * Improved: Better mail system work, use it for problematic items at character loading, and sending honor marks if need.
260  * Improved: Use correct coefficients for damage/healing spell bonuses for many spells.
261  * Improved: Restore work weather system.
262  * Improved: More correct spell affects stacking at target, and spell icons stacking in spellbook.
263  * Improved: More correct work explicit target positive aura rank auto-selection and implemented area auras rank auto-selection.
264  * Improved: Correct work permanent skill bonuses.
265  * Improved: Prevent lost money at unexpected double pay for learned spell with lags.
266  * Improved: More correct show for other players character state under different spell affects and in time spell casting.
267  * Improved: More correct random item enchantment bonuses selection and work code.
268  * Improved: Better battlegrounds work.
269  * Improved: Implement default open doors/pushed buttons support.
270  * plus lots of fixes for auras, effects, spells, talents, and more.
272  ==== Server Features ====
274  * Added: broken spells check at use and loading.
275  * Added: Implement pid file support.
276  * Added: Extract and include svn revision version data in binaries at build.
277  * Added: Implement binding socket to specific network interface (IP address) instead all interfaces using new config option.
278  * Added: Implement support 64-bit binaries building at Windows.
279  * Added: Enable the LARGEADDRESSAWARE flag for Visual Studio 2003 mangosd and realmd projects.
280  * Improved: Allow Gamemasters see any creature/gameobject including invisible/stealth, allow select unselectable units.
281  * Improved: Many server-side check for casts (while shapeshifted, other caster and target reqirents) to prevent cheating.
282  * Improved: better loot system implementation including more loot conditions support and simplify loot managment for DB creators.
283  * Improved: better DB content error reporting at server load.`
284  * Improved: Many improvements in Gamemaster chat commands.
285  * Improved: Update sockets library to v.2.2.9 version.
286  * Improved: More arena support but not full yet.
287  * Improved: Less amount data sent to clients, including in spell casting time.
288  * Improved: Fixed/finish PostgreSql support.
289  * Improved: Better scripting support (DB base and C++ based scripts).
291  ==== Statistics ====
292  * Fixed Bugs: 784
293  * Total number of changes: 804
295 MaNGOS 0.9    (Dec 14 2007)
297  MaNGOS 0.9 - Codename "Flight Master" - adds further improvements to the
298  server core as well as to the majority of game classes and the game content
299  database.
301  ==== Game Features ====
302  * Added: support for recipe discovery,
303  * Added: support for allowing use of an item only in a specific map or area,
304  * Added: support for free-for-all quest/non-quest loot items, additional loot conditions,
305  * Improved: a more correct implementation of XP gain (level dependent) when in a group,
306  * Improved: fixed creature killed from DoTs but remaining stuck with 1/3 health,
307  * Improved: spell and melee crit chance now calculated from DBC data and combat rating coefficients,
308  * Improved: a more correct implementation of mana/health regeneration calculation, including quick health regeneration in a polymorphed state,
309  * Improved: better support for quests with multiple speakto goals, less dependent on DB for quest flag calculation,
310  * Improved: more functionality added to battlegrounds, including correctly showing battleground scores,
311  * Improved: a more correct implementation of reputation gain for other factions from the same team,
312  * Improved: better support for simple database scripts (quest-start/end, buttons, spells)
313  * plus lots of fixes for auras, effects, spells, talents, and more.
315  ==== Server Features ====
316  * Added: support for running mangosd/realmd as Windows services,
317  * Added: support for auto-generation of mangosd/realmd crash reports (Windows version only),
318  * Added: support for Visual Studio 2008 Express and Pro,
319  * Added: support for new Char.log for basic character operations, including save dump of character data on deletion, and logging client IP,
320  * Added: support for players queue at login,
321  * Improved: better DB content error reporting at server load,
322  * Improved: division of Mangos DataBase to MangosDB(WorldDB) and CharactersDB.
323  * Improved: better support for older autoconf / automake versions,
324  * Improved: existing chat and console commands for server gamemasters/administrators, and added new commands.
326  ==== Statistics ====
327  * Fixed Bugs: 161
328  * Total number of changes: 228
330 MaNGOS 0.8    (Oct 16, 2007)
332  MaNGOS 0.8 - Codename "Innkeeper" - adds further improvements to the
333  server core as well as to the majority of game classes and the game content
334  database.
336  Important License Change Notice: MaNGOS still is licensed under the terms
337  of the GPL v2, but we now have added an exception to officially allow our
338  users to link MaNGOS against the OpenSSL libraries.
340  ==== Game Features ====
341  * Added: a new threat manager was introduced,
342  * Added: log more GM activities,
343  * Added: many new features for creatures and game objects working,
344  * Added: support for client build 6898, aka version 2.1.3,
345  * Added: support for custom creature equipment and display,
346  * Added: support for daily quests,
347  * Added: support for different fishing loot in sub-zones,
348  * Added: support for gender specific models,
349  * Added: support for instance specific scripts and data,
350  * Added: support for localization of names, texts, etc.,
351  * Added: support for multiple battleground instances,
352  * Added: support for scripted game object buttons,
353  * Improved: battlegrounds should be mostly working, only a few issues left,
354  * Improved: dungeon system has seen a few improvements,
355  * Improved: formulas for most aspects of the game,
356  * Improved: many player level up values have been corrected,
357  * Improved: pet and demon handling has seen a lot of improvements,
358  * Improved: properly divide loot and reputation in groups,
359  * Rewritten: battleground queue system,
360  * Rewritten: invisibility detection,
361  * plus lots of fixes for auras, effects, spells, talents, and more.
363  ==== Server Features ====
364  * Added: support for database transactions,
365  * Added: support for height maps -- named vmaps -- to tackle the LOS issue,
366  * Added: support for OpenBSD and FreeBSD building,
367  * Fixed: lots of memory leaks closed,
368  * Fixed: Numerous bug fixes to the core,
369  * Improved: database queries adding performance boosts here and there,
371  ==== Statistics ====
372  * Fixed Bugs: 528
373  * Total number of changes: 558
375 MaNGOS 0.7    (Jul 9, 2007)
377  MaNGOS 0.7 - Codename "Eye of the Storm" -adds further improvements to the
378  server core as well as to the majority of game classes and the game content
379  database.
381 ==== Game Features ====
382  * Fixed: random item enchantment display in the auction/mail/group loot dialogs. The item properties are also properly applied to the items at creation.
383  * Added: support for opening gameobjects/items using their specific keys. Implemented key requirements for entering instances.
384  * Added: a threat based aggro system along with threat bonuses from spells.
385  * Implemented many additional spell effects and auras. The spell system is one step closer to completeness.
386  * Improved: creature/player hostility checks using more accurate faction hostility data. Hostility is checked when casting spells including area-of-effect spells.
387  * Fixed: parry/dodge related code.
388  * Improved rage generation formula on blocked attacks/armor reduction etc.
389  * Fixed: creature movement problems after creature stun/roots and creature orientation in some cases.
390  * Fixed: some small problems in the player inventory system.
391  * Added: support for all resurrection methods for various classes. Resurrection from corpse is also implemented.
392  * Fixed: showing cooldown for items and spells, server side check and saving to the database is also implemented.
393  * Added: support for gift creation.
394  * Improved: the pet system and more improvements will follow in next release.
395  * Added: keyring support.
396  * Improved: many features related to raids/groups.
397  * Added: support for in game guild creation. Guild system can be considered finished. Arena team creation  is also partly implemented.
398  * Added: target immunity. The targetable flag and the creature type limitation for spell targeting, which is now check when creating the target list, allows area spells against specific creature types like undeads/demons to work.
399  * Added: support for diminishing duration of stun/fear/etc effects.
400  * Rewrote: pet stable code along with improvements and bug fixes.
401  * Added: support for who list filters.
402  * Added: the instance system.
403  * Fixed: the weather system, now common weather is shown for all players in the same zone.
404  * Improved: the mail system and implemented the delay for mails containing items.
405  * Added: an initial version of the battleground system. One type of battleground is mostly done, still needs more work.
406  * Added: the jewelry profession, prospecting and support for inserting gems in sockets including meta gems bonuses.
407  * Added: support for multi-mining veins.
408  * Added: support for auto-renaming of characters on login at the request of GMs.
409  * Added: a new, more correct visibility system, invisibility is also implemented correctly now.
410  * Improved: durability cost calculation.
412  ==== Server Features ====
413  * Added: full support for 2.0.x client branch.
414  * Added/improved: many GM-commands.
415  * Added: many checks for DB data at server load to simplify detecting problems and DB development.
416  * Moved: many data stored in code to the DB and cached most static DB data at server load to speed up runtime access to it.
417  * Added: support for saving next spawn time for creatures/GOs which is now used it at grid/server load.
418  * Improved: the script system allowing more item/creature/GO scripts with more features to be written easily.
419  * Added: size checking for all packets received from the to prevent crashes at wrong data. Many other received data check were also added to prevent cheating.
420  * Improved: the compatibility with 64-bit platforms.
421  * Added: support for account password encryption in the DB to increase secure security.
422  * Added: support for a log directory and the date info is now added to log name.
423  * Updated: the network library to a recent version.
424  * Fixed: many memory leaks and crases sources.
425  * Added: DBC locale support that can be set from mangosd.conf.
427  ==== Statistics ====
428  * Fixed Bugs: 390
429  * Total number of changes: 923
431 MaNGOS 0.6    (Jan 29, 2007)
433  MaNGOS 0.6 - Codename "Black Dragonflight" - adds further improvements to the
434  server core as well as to the majority of game classes and the game content
435  database.
437  ==== Game Features ====
438  * Creature and game object respawning has finally been fixed and is considered finished.
439  * Many improvements to decrease time for saving player data, and transaction support for save operations has been added.
440  * Many item fixes for using / equipping/ enhancing function (some errors still remain and have to be resolved).
441  * All professions work now (many fixes have been implemented, you may now enjoy fishing).
442  * Mail and auction house system has been rewritten, finally should work as it supposed to be.
443  * Spell system has received a HUGE number of improvements, and should feel much better. (Still many problems are left to be fixed, most notable include procflag spell casting, also many effects and auras are not implemented yet).
444  * Pet-stable implemented. Many improvements in hunter and warlock pet system (Problems with pet casting exists, various other minor bugs too).
445  * Rest system can be considered finished.
446  * Quest system has been rewritten (some problems remain unresolved).
447  * Implemented PvP system, and support PvE and PvP realm types.
448  * Duel system has been rewritten and can be considered complete (minor bugs still remain: e.g. characters sometimes may be killed in duels by channeled spells, or after duels finished by pets still attacking).
449  * Guild system improvements, including guild charter, guild master, and guild tabard work. (Some bugs reported about losing tabard style, etc).
450  * Some taxi system fixes and improvements. Switched to use DBC only data for taxi system work.
451  * Group related code has been rewritten, and extended to support raid groups.
452  * Loot code improvements and implementing group loot modes (except master loot mode).
453  * Correct implementation for creature skinning has been added.
454  * Unlearning talents, and unlearning spells with first rank received from unlearned talent implemented.
455  * Transports (ships/zeppelins) system implemented (still have some synchronization problems).
456  * Many fixes in combat system (Still have many problems).
457  * Enchanting in trade slot implemented as last not implemented part of trade system. Many other fixes.
458  * Rogue stealth for other players implemented and many fixes in druid forms.
460  ==== Server Features ====
461  * Full support for 1.12.x client branch has been implemented.
462  * Many GM-commands added and improved including GM mode state and GM invisibility.
463  * Many cheating preventing checks added and code rewrites.
464  * DB-based scripting support added for quest emote scripts and spell event scripts.
465  * Many improvements in less client-server data amount transferring.
467  ==== Statistics ====
468  * Fixed Bugs: 306
469  * Total number of changes: 874
471 MaNGOS 0.5    (Sep 20, 2006)
473  MaNGOS 0.5 - Codename "Stable Master" - adds further improvements to the
474  server core as well as to the majority of game classes and the game content
475  database.
477  Most noteable changes include cleaning up the database backend, adding proper
478  support for game clients of version 1.10.2, and closing lots of threading and
479  memory related bugs. Cross-platform support has been improved as well, MaNGOS
480  should build and run on FreeBSD as well.
482  Feature-wise, support for pets, totems, more spells, talents, etc. have been
483  added, as well as lots of quest related features.
485  ==== Statistics ====
486  * Fixed Bugs: 544
487  * Total number of changes: 1828.
489 MaNGOS 0.1    (Dec 04, 2005)
491  MaNGOS 0.1 - Codename "Lightbringer" -adds further improvements to the server
492  core as well as to the majority of game classes and the game content database.
493  A complete list of all updated items follows below:
495  === Game Features ===
496  * Add all AI files to the build process on Windows
497  * Added: Better item information updates.
498  * Added: Check on death for invalid duel status.
499  * Added: Client now shows full Creature information.
500  * Added: Creature::_RealtimSetCreatureInfo procedure which only sets changed values for realtime usage.
501  * Added: DEBUG_LOG for logging debug messages. Works with --debug-info switch on Linux and debug build on Windows.
502  * Added: Extra information for NPC and item information transmissions.
503  * Added: GM command .modify spell spellflatID,val,mark.
504  * Added: Guild structures, creation, saving data to DB.
505  * Added: Initial support for binding heart stones to a location.
506  * Added: Initial support for Guilds. Loading from DB, class, creation and management functions, plus some opcodes supported.
507  * Added: Initial support for item stacks.
508  * Added item page text display for detailed item info.
509  * Added: Level 3 command for Guild creation.
510  * Added: Linux Makefiles will now install mangosd.conf to sysconfdir when running "make install" after build.
511  * Added pragma's to disable stupid compiler warnings. Code now compiles cleanly.
512  * Added: Random generation of damage values for weapons based on their level.
513  * Added: RandomMovementGenerator. Template not yet implemented.
514  * Added SharedDefines.h (and updated some enums with more values).
515  * Added: Sheath code.
516  * Added: Some DB cleaning tools, hard-coded damage can be removed now.
517  * Added: some movement related classes.
518  * Added: SQL tables for guilds.
519  * Added: Support for additional spells.
520  * Added support for AIM system ( Artificial Intelligence and Movement ).
521  * Added: Support for client 1.8.3.
522  * Added support for Guild System, still has some bugs, about 85% done.
523  * Added support for Honor System, initial support is done, calculations need love.
524  * Added support for IP logging of players.
525  * Added: Support for page texts.
526  * Added: Support for QuestAreaPoints.
527  * Added support for reputation.
528  * Added: Support for tutorials.
529  * added the opcode name in the world.log for bether cheking
530  * Added: Weapon damage genrator now adds extra damage types for some items.
531  * Add Tools,DBC Editer,you can use it to edit all .dbc File,
532  * AI delivery
533  * Fix duel flag object position
534  * Fixed and sped up the players array code.
535  * Fixed: Armor settings.
536  * Fixed: Bug fixes for crash and other stuff.
537  * Fixed: Character bug on login closed.
538  * Fixed character creation bug
539  * Fixed: Commented wrong lines in last commit. Now correct ones commented.
540  * Fixed: Creation of item spells.
541  * Fixed: Creature::SaveToDB() code fixed. I messed it up while trying to sort out NPC corpse issue. Now back to normal.
542  * Fixed dead NPC issue.
543  * Fixed: Double Jump bug fixed with a temporary solution.
544  * Fixed: Fixed duplicate inclusion of Opcodes.cpp and Opcodes_1_7_x.cpp in game and mangosd directory for VC7 build.
545  * Fixed: Friendly NPCs attacking.
546  * Fixed Game Objects, now signs other objects all display.
547  * fixed gametickets at last,added error handling,character can have only 1 gmticket
548  * Fixed: Handle the bad data for guid and LOW/HIGH GUID.
549  * Fixed: Intel C++ VC project now compiles.
550  * Fixed: Item query code fixed. Item now display most stats (90%).
551  * Fixed: ItemQuery opcode. This prevents a crash when talking to some vendors.
552  * Fixed: Minor fixes for Creatures health, added some comments.
553  * Fixed: NPC texts.
554  * Fixed: One of the lines in ObjectAccessor.cpp wa removed by accident in changeset #356, causing nearby creatures not roaming, thus not attacking for aggressors.
555  * Fixed: Proper comparison for maxhealth.
556  * Fixed: Release build for 1.8 and default Grid ON
557  * Fixed: Resolve dead NPCs, maxhealth setting.
558  * Fixed Skill check for equiping Items.
559  * Fixed: Small fix for Windows build in ObjectAccessor::Update(const uint32 &diff).
560  * Fixed: Talent modifiers.
561  * Fixed: Talent percent work.
562  * Fixed: Vendors now load and display items.
563  * Fix: now the player can only equip item, if have the proper skill
564  * Fix two player in the same zone cores. Fix mem leaks in 1.8 mask deletion. And fix core dump for npc handler due to GUI only takes lower part.
565  * Function _ApplyItemMods() is protected... then i created a public function ApplyItemMods() that calls it... Object Oriented Project, guys!
566  * Function SetStanding() has been created. Now needs to put it on places where the standing of the reputation is increased.
567  * Initial delivery of the AI framework..
568  * Major CPU usage improvements with grid system disabled.
569  * msg of ignore list fixed
570  * Now Faction.dbc is being loaded.
571  * Progress bar code enhanced.
572  * Put back compression. Apparently the core problem of two players is NOT solved cuz I can still replicate it.
573  * Removed: All ENABLE_GRID_SYSTEM defines removed.
574  * Removed: Some operation out of Creature::Updated. Resolve dead NPCs.
575  * Reputation: first step. List of factions has been created. Some opcodes are working now.
576  * Reputation: second step. _LoadReputation, _SaveReputation, LoadReputationFromDBC functions have been created. Now all reputation factions are into factions list.
577  * Reputation System is now fixed. All functions are fixed. Load and save to DB are fine. The file reputation.sql has been updated.
578  * Reputation table has been created... update your Data Base!
579  * Resolved: Outstanding issues in phase 2 of grid system, still some left.
580  * Small reputation table sql fix for compatability. Remove latin character requirement.
581  * Started adding Enchant spell code.
582  * Started writing local items cache. (disabled)
583  * Still working on reputation... now FactionTemplate.dbc is loaded.
584  * Trainer code fixed. Items now disappear when you learn them.
585  * Trainer code update.
586  * Updated: Added guild sql files to Linux Makefile.
587  * Updated: Adjusted Item Query code.
588  * Updated: AtWar flag will now bet set for hostile fractions by LoadReputationFromDBC function.
589  * Updated: Changed transmission of item information.
590  * Updated: Creature display updates.
591  * Updated: Deliver Grid system phase 2 for VC7. The Grid System (TGS) completed.
592  * Updated: Display nicer statistics on daemon startup.
593  * Updated: FactionTemplate now hashed.
594  * Updated Game Objects. Looting works, loot template missing, support for Herbs, Mines, Locks missing.
595  * Updated: Item text pages now display additional information.
596  * Updated mail support. Now fully works.
597  * Updated: More debug cleanings.
598  * Updated: More grid optimizations.
599  * Updated: only updated creatures/objects near adjacent cell of where player stands. Also intersection of cell between player should update once.
600  * Updated: On Quest completion your faction reputation will increase properly.
601  * Updated: Quest and NPC text loading modified to suit the new tables.
602  * Updated: Quest code will now read the Creature_ID from the table.
603  * Updated: Removed some obsolete code.
604  * Updated: Rewrote urand() procedure to fix conflicted SVN.
605  * Updated: _SetCreatureTemplate() must be run in an update. When set on creation, it has no effect.
606  * Updated: Spell time recution talents now fully work.
607  * Updated: The Grid System (TGS) is now on by default.  Not support grid off. Next, (1) deliver phase 2 stuff and (2) remove ifdef and ALL old classes.
608  * Updated: TRUNCATE is faster than DELETE
610  === Server Features ===
611  * Added CLI interface for server. Needs to be enabled on compile-time.
612  * Reorganized Spell System, separated effects to a diferent file, for better fixing.
614  ==== Statistics ====
615  * Fixed Bugs: #14, #17, #20, #22, #23, #24, #25, #26
616  * Total number of changes: 193.
618 MaNGOS 0.0.3  (Nov 15, 2005)
620  MaNGOS 0.0.3 - Codename "Mango Carpet" - was mainly a bug fix release, which
621  never was published on the web, and just marks a point in development where
622  a damn lot of bugs had been fixed, but we still felt the need for further work
623  to be done before a release could be pushed to the world.
625 MaNGOS 0.0.2  (Oct 31, 2005)
627  MaNGOS 0.0.2 - Codename "Library" - adds another bunch of improvements, bug
628  fixes and major enhancements to the overall functionality of the daemon. A
629  complete list of all updated items follows below:
631  ==== Game Features ====
632  * Added support for area exploration.
633  * Added support for duels.
634  * Added support for ticket system.
635  * Added support for trading.
636  * Added support for NPC movement when there are no waypoints defined.
637  * Added support for NPC gossip, now handling options, and providing default options.
638  * Added attack code for creatures.
639  * Added default data for realm list.
640  * Fixed character logout. Players can only log out when not in combat.
641  * Fixed friends and ignore lists.
642  * Fixed game objects to have proper sizes.
643  * Fixed item swapping.
644  * Fixed player factions.
645  * Fixed vendors. They now work without requiring gossip texts defined, as long as they have objects to sell.
646  * Updated command descriptions to be more meaningful.
647  * Updated default data for player creation. Actions, items, skills and spells moved to database.
649  ==== Server Features ====
650  * Added support for building with Intel C++ compiler on Windows.
651  * Added support for building with debug info on Linux. Use --with-debug-info switch to include debug info.
652  * Added support for building with 1.8.x protocol as default protocol. Use the 1.8.x build configurations in Visual Studio or --enable-18x switch on Linux.
653  * Added support for building with 1.7.x protocol. Use the 1.7.x build configurations in Visual Studio or --enable-17x switch on Linux.
654  * Added support for internal httpd server added for those not running Apache. --enable-httpd-integrated will add it. Windows solution available.
655  * Added support for displaying progress bars for daemon startup loading.
656  * Added support for on demand Grid Loading/Unloading system, which is disabled by default.
657  * Added core application framework.
658  * Added support for console commands (setgm,ban,create,info)
659  * Added command line switch -c for pointing to a custom configuration file. By default file from _MANGOSD_CONFIG (defined in src/mangosd/Master.h.in) will be used.
660  * Fixed ZThread build process.
661  * Fixed segmentation fault on zone map test due to access of array out of bound. Also, change m_ZoneIDmap to use bitset instead of the 4 bytes bool.
662  * Fixed memory leak problems. The creation of new TYPE[] must delete with [] for correctness otherwise n-1 members are leaked.
664  ==== Statistics ====
665  * Fixed Bugs: #4, #7, #12, #13, #16, #18, #19
666  * Total number of changes: 225.
668 MaNGOS 0.0.1  (Sept 13, 2005)
670  MaNGOS 0.0.1 - Codename "Endeavour" - contains a great number of new features,
671  improvements and bug fixes. The following list contains all of them:
673  * NPC gossips now hash by Guid instead of ID. ID is meaningless and we should revisit its usage.
674  * Fixed client crash issue. GameObject still not interactive. Flags issues.
675  * Introduced new gameobjecttemplate table as well new map files.
676  * Added SCP-to-SQL converter to contrib/scp-to-sql/.
677  * MySQL 4.0 branch now is minimum requirement.
678  * Server causes client to core on unintialized memory. Also, remove some debug statement which causes problem when the DB is large
679  * Creature loot now reads from the creatureloot table. Use a new algorithm to select loot items that mimic the probabilities assigned in each item.
680  * Fixed configuration file, added proper settings for packet logging.
681  * Added default data for player creation and command help.
682  * Added GM command: .addspw #entry-id. Spawns a creature from creaturetemplate table by given #entry-id.
683  * Server randomly cores if DBC file failed to load. Fixes by intializing all DBC class internal variables.
684  * Daemon version and path to daemon configuration now set by build system on compile time.
685  * Allow connections from client release 4544
686  * Update solution and project files for latest Visual Studio .NET 2005 Beta 2 release.
687  * Fixed compiler error for gcc 4.0 or higher. Calling templated base class methods has to be explicit from 4.0 or higher on.
688  * Added contrib/ subdirectory for third-party tools.
689  * Applied MaNGOS code indention schema.
690  * Initial code checked into repository.
692  ==== Statistics ====
693  * Fixed Bugs: #2, #3, #9, #10, #11
694  * Total number of changes: 53.