VladimirMangos
d7534f80cd
[7987] Bump for 0.14.0 development.
2009-06-10 18:22:47 +04:00
VladimirMangos
0df32c5eb2
[7986] MaNGOS 0.13 release.
2009-06-10 17:55:13 +04:00
tomrus88
c86290fa50
Merge commit 'origin/master' into 310
2009-05-11 15:11:02 +04:00
Ambal
2aff48cc5d
[7810] Moved ZThread related code on ACE framework.
...
Remove ZThread source code from mangos.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
2009-05-11 12:14:22 +04:00
tomrus88
e75e66063e
Merge commit 'origin/master' into 310
...
Conflicts:
src/game/UpdateData.cpp
2009-05-05 10:44:12 +04:00
VladimirMangos
b446585be4
[7765] Fixed build in proper way in case selected Debug_NoPCH windows configuration
...
* Build mangosd fiels in proper dir
* Use Win32 getrevision version
* Use proper prebuild libs at script DLL linking
2009-05-05 04:39:35 +04:00
tomrus88
966e12a9cd
Merge commit 'origin/master' into 310
2009-05-03 18:19:45 +04:00
Ambal
8d3585f5ee
[7744] Use Precompiled Headers for fast build in win.
...
Work in "Visual Studio 8 2005" and "Visual Studio 9 2008".
For Compile without precompiled headers use Debug_NoPCH configuration.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
2009-05-03 18:07:55 +04:00
tomrus88
55d6fbe3cb
Merge commit 'origin/master' into 310
2009-04-25 17:24:05 +04:00
AlexDereka
4a32920b9d
[7711] Removed Sqlite Code.
2009-04-24 21:28:16 +04:00
tomrus88
14e9afa46f
Merge branch 'master' into 310
...
Conflicts:
src/game/Unit.cpp
2009-04-07 13:22:10 +04:00
AlexDereka
6bb6ff0f7e
[7622] Added creatureAI with related database tables.
...
Code and concept (also known as EventAI) by ScriptDev2.
Note: database table layout are compatible with original db-scripts.
2009-04-05 23:05:44 +04:00
VladimirMangos
bb9e2ab658
Merge commit 'origin/master' into 310
2009-03-27 03:22:41 +03:00
VladimirMangos
c4d4bb5620
[7552] Move client version dependend DBC code to src/game.
2009-03-27 01:59:26 +03:00
tomrus88
963aed5e0b
Merge branch 'master' into 310
...
Conflicts:
src/game/Player.cpp
src/game/Player.h
src/game/Unit.cpp
2009-03-26 14:28:37 +03:00
VladimirMangos
c33eff13f4
[7540] Move most reputation/force faction reaction code to new ReputationMgr.
2009-03-26 11:28:56 +03:00
tomrus88
976cd6da9c
Added new files to VC71, VC80 projects
2009-03-21 19:36:23 +03:00
tomrus88
e774fd3730
Small fix for my previous commit
2009-03-21 16:54:41 +03:00
VladimirMangos
186e0e14e3
[7423] Disable incremental limking for binaries in debug mode.
...
Anyway it always fail and back to non-incremental way.
2009-03-09 13:56:38 +03:00
VladimirMangos
be74937146
[7393] Implement access to client side holiday ids.
...
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence
* `game_event` now have new `holiday` field for store client side holiday id associated with game event
* Added new enum HolidayIds with existed at this moment holiday ids.
* New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check.
2009-03-07 03:00:17 +03:00
Neo2003
7d8dc0eeef
Implemented gameobjects and creatures grouping (pools of them)
...
Groups (called pools) can be also member of any game event
Signed-off-by: Neo2003 <neo.2003@hotmail.fr>
Signed-off-by: freghar <compmancz@gmail.com>
2009-02-18 20:19:57 +01:00
VladimirMangos
7c3ab4b453
Move auction related code from ObjectMgr to AuctionHouseMgr.
2009-02-12 04:50:29 +03:00
VladimirMangos
ef1c243187
Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ->AuctionHouseMgr.h
2009-02-12 04:50:28 +03:00
VladimirMangos
c138b5462d
[7101] Fixed build at VC80/VC90 x64 with proper call getrevision.exe
2009-01-18 03:36:45 +03:00
GriffonHeart
5332b4496d
[7026] Current arena season id and state send and setting in mangosd.conf.
...
Also classes and DB data for new batlegrounds/arena.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-05 02:20:58 +03:00
VladimirMangos
9c5dab1248
[6953] Cleanup packed guids write/read code.
...
* Remove unused function writeGUID and move function readGUID (with some changes) to ByteBuffer class.
* Remove now empty Tools.cpp/Tools.h from project.
2008-12-27 17:27:20 +03:00
tomrus88
391b3f5939
Merge branch 'master' into 303
2008-12-22 16:02:55 +03:00
VladimirMangos
2a4ff3d819
Bump for 0.13.0 development.
2008-12-22 15:54:26 +03:00
tomrus88
9fda3da212
Merge branch 'master' into 303
...
Conflicts:
src/game/ObjectMgr.cpp
src/game/Unit.cpp
2008-12-22 15:44:49 +03:00
VladimirMangos
bf3ffdaff6
MaNGOS 0.12 release.
2008-12-22 15:25:43 +03:00
tomrus88
ee7f7a0a08
Merge branch 'master' into 303
...
Conflicts:
src/game/Player.cpp
src/mangosd/mangosd.conf.dist.in
2008-11-30 14:05:56 +03:00
VladimirMangos
874339ecee
Fixed path to source file in VC80/VC90 framework.vcproj
2008-11-29 08:03:59 +03:00
tomrus88
397efd4fac
Merge branch 'master' into 303
...
Conflicts:
src/game/SpellEffects.cpp
2008-11-18 18:08:58 +03:00
VladimirMangos
c37cfd0c2f
[6836] Use /bigobj option in VC80/VC90 x64 builds for game.vcproj buuld.
...
This will solve problems with fatal error (too many sections in ObjectMrg.obj).
2008-11-17 17:59:06 +03:00
tomrus88
52b0ab1f89
Merge branch 'master' into 303
2008-11-17 01:50:37 +03:00
hunuza
79558a32d9
Introduce player map references.
2008-11-16 21:47:18 +01:00
tomrus88
e738198eb4
Merge branch 'master' into 303
...
Conflicts:
src/game/ItemPrototype.h
src/game/ObjectMgr.cpp
src/shared/Database/SQLStorage.cpp
2008-11-16 17:20:43 +03:00
Wyk3d
074bd3a08f
[6827] Added an interface for defining custom SQLStorage loaders.
2008-11-16 01:02:13 +02:00
tomrus88
204b61c220
Added empty vehicle class, vehicle*.dbc struct's
2008-11-11 00:05:00 +03:00
tomrus88
7974d1cb94
Merge branch 'master' into 303
...
Conflicts:
src/game/Player.cpp
src/game/Spell.cpp
2008-11-08 16:52:28 +03:00
VladimirMangos
5222f49820
Use (if available) TR1 unordered_map instead hash_map at Unix/Linux (in GCC 4.0.0 and later) and Windows (VC90 and later)
2008-11-08 11:44:13 +03:00
Wyk3d
cfd9ccdaaf
[6800] Added revision number output.
...
* Changed genrevision to use * instead of unknown when some info can not be found
* Added the git_id tool which is used to generate changes to revision_nr.h and the commit message
2008-11-08 01:50:42 +02:00
tomrus88
78ec66babc
Merge branch 'master' into 303
...
Conflicts:
contrib/extractor/System.cpp
contrib/extractor/ad.exe
src/game/WorldSocket.cpp
2008-11-06 15:50:47 +03:00
VladimirMangos
ce351382a3
Remove unused src/game/HateMatrix.h and references.
...
Also one explicit include for used header.
2008-11-04 22:28:06 +03:00
tomrus88
d4ab3ca463
Merge branch 'master' into 303
2008-11-04 18:28:39 +03:00
hunuza
843a0d7d02
Cache GM tickets on server startup.
2008-11-03 21:32:42 +01:00
tomrus88
4758be3791
Merge branch 'master' into 303
2008-10-31 19:03:31 +03:00
VladimirMangos
5b2bb73b18
Merge branch 'master' of git@github.com:VladimirMangos/mangos
2008-10-30 07:01:34 +03:00
VladimirMangos
0127feb5a8
Fixed RuntimeLibrary setting in VC80/framework.vcproj
2008-10-30 06:56:30 +03:00
Wyk3d
da04859e7c
Added msvcrt / msvcrtd dependencies to VC80 mangosd.vcproj
2008-10-29 15:41:34 +02:00