mangos / mangos

MaNGOS is a free, Open Source implementation of a game server compatible with the original World of Warcraft client.

This URL has Read+Write access

mangos / NEWS
100644 129 lines (108 sloc) 4.548 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
= MaNGOS -- History of visible changes =
 
Copyright (c) 2005-2009 MaNGOS project <http://getmangos.com/>
 
See the COPYING file for copying conditions.
 
Visit our project website for documentation, and more:
http://getmangos.com/
 
Visit our forums for support:
http://getmangos.com/community/
 
Please submit bug reports at:
http://mangos.lighthouseapp.com/
 
Version 0.15
 * Under discussion.
 * Upgrade to client version 3.2.2a (build 10505).
 
Version 0.14
 * Implement possibility to reset client cache data from server side.
 * DB-based store battleground gameobjects/creatures.
 * Map search/loading improvements
 * Upgrade to client version 3.1.3 (build 9947).
 
Version 0.13
 * OpenSSL lib upgrade to OpenSSL 0.9.8k.
 * ZThread replaced by similar ACE framework functionality. ZThread use dropped.
 * Visual Studio 2003 (VC71) support dropped.
 * Experemental support for Visual Studio 2010 Beta 1 added.
 * Sqlite sql engine support dropped.
 * Upgrade to client version 3.0.9 (build 9551).
 
Version 0.12
 * Migrate from SVN to GIT.
 * Implemented arena system.
 * Start using Adaptive Communication Environment (ACE) framework v.5.6.6 in server network code.
 * Update Visual Leak Detector lib to Version 1.9g (beta).
 * Upgrade to client version 2.4.3 (build 8606).
 
Version 0.11
 * Lots of improvements in the spell system.
 * Now use Mersenne Twister random number generator.
 * MySQL client libs updated to 5.0.56.
 * Upgrade to client version 2.4.2 (build 8278).
 
Version 0.10
 * master looter lot mode,
 * FFA PvP zones and FFA PvP server type support,
 * Guild Banks,
 * unique equipped items support, including gems,
 * talent inspecting,
 * PostgreSql support,
 * sockets library updated to v.2.2.9 version,
 * 64-bit binaries building at Windows,
 * Upgrade to client version 2.3.0 (build 7561).
 
Version 0.9
 * recipes discovery system support,
 * more auras, effects, spells, and talents working,
 * players queue at login support,
 * mangosd/realmd as Windows services support,
 * autogeneration mangosd/realmd crash reports (Windows only),
 * Visual Studio 2008 Express and Pro support,
 * division Mangos DataBase to MangosDB(WorldDB) and CharactersDB.
 * Upgrade to client version 2.2.3 (build 7359).
 
Version 0.8
 * battleground support,
 * gender specific creatures,
 * game objects triggering more scripts,
 * more auras, effects, spells, and talents working,
 * dungeon specific data,
 * localization support for data,
 * vmaps for line of sight handling,
 * build support for OpenBSD and FreeBSD,
 * Upgrade to client version 2.1.3 (build 6898).
 
Version 0.7, Codename "Eye of the Storm"
 * Full rewrite of the GNU autotools based build system, in order to
   smooth and clean up the build process.
 * Full rewrite of the Windows build system, allowing MaNGOS to be built
   from Visual C++ 2003 Toolkit, Visual C++ 2003, Visual C++ 2005.
 * Upgrade to client version 2.0.12 (build 6546).
 
Version 0.6, Codename "Black Dragonflight"
 * MaNGOS development moved to http://sourceforge.net/projects/mangos/
 * A lots of speed improvements to data handling and data transfer have been
   completed.
 * Mail, auction house, profession, creature, and game object systems have seen
   a lot of improvements and can be considered feature complete. Some minor bugs
   still are left.
 * Rest system has been finished.
 * Initial pet stable support has been added.
 * PvP and duel system have seen lots of improvements
 * Guilds are not just a myth anymore. Coming closer to full guild support.
 * Taxi and transport system is close to a fully working system.
 * A lot more has been added.
 
Version 0.5, Codename "Stable Master"
 * Core stability improvements, lots of threading and memory usage related
   bugs have been resolved.
 * MySQL Database backend has been cleaned up.
 * Proper support for game clients of version 1.10.2 has been added.
 * Support for auras, pets, spells, talents, totems, etc. has been added
   or improved.
 * Cross-platform issues have been resolved, MaNGOS should now build on
   more platforms, including FreeBSD.
 
Version 0.1, Codename "Lightbringer"
 * AI system
 * Grid system
 * Lots a game features working.
 * Lovely optimizations for the beloved server.
 
Version 0.0.3, Codename "Mango Carpet"
 * Interim release, not gone public.
 
Version 0.0.2, Codename "Library"
 * Most data conversions working.
 * Database cleanup.
 * More features working.
 * Many bugs fixed.
 
Version 0.0.1, Codename "Endeavour"
 * Data converter added.
 * Build system improvements.
 * Bug fixing and code cleaning.