460 Commits

Author SHA1 Message Date
Antz
9774e3d281 [SD3] Updated to latest version 2015-11-10 13:55:30 +00:00
H0zen
3d7be378f4 Fix server crash due to incorrect SQL parameter bindings.
This references issue https://www.getmangos.eu/issue.php?issueid=961
2015-11-10 15:43:59 +02:00
H0zen
590f758bd2 Minor fixes for clang builds. 2015-11-10 13:43:28 +02:00
Olion
2000c8aa91 Fix to 729bc32: resurrect only in case dungeon target map 2015-11-08 08:38:14 +00:00
Antz
81b629d6c5 [SD2] Removed deprecated SD2 2015-11-02 21:30:49 +00:00
Antz
fcc75e083e [SD3] Added initial ScriptDev3 changes 2015-11-02 21:22:41 +00:00
Antz
07d91afcf9 [Core] Some minor formatting corrections 2015-10-31 14:21:23 +00:00
stormrage-project
5dabd34bd4 [Command] Cleaning of the new GO commands implementation 2015-09-23 10:36:26 +01:00
H0zen
c1b5fc06a3 Fix Travis build on OS X. 2015-09-16 05:53:37 +03:00
H0zen
b4d49c8a7b Fix Travis build on OS X. 2015-09-16 05:43:34 +03:00
H0zen
22791e3f35 Fix Travis build on OS X. 2015-09-16 05:36:53 +03:00
H0zen
259114635e Fix a bug in previous commit where some wmo's were not extracted at all.
Also:
    - Skip garbage in GameObjectDisplayInfo.dbc.
    - Fix the order of library linkage in extractor.
    - Fix a false positive in vmap-assembler.
    - Fix an include path in mmap generator
2015-09-15 01:46:08 +03:00
H0zen
87d45dd765 Minor corrections. 2015-09-10 07:20:07 +03:00
H0zen
25e241b4b8 Improved vmap-extractor.
- Problem: duplicates. The current version of the extractor truncates the wmo/m2 filenames, removing the path component in the process. But this leads to duplicates (for example "world\wmo\transports\zeppelin" and "world\wmo\transports\transport-zeppelin" both have transport-zeppelin.wmo as rootwmo).
  - To circumvent this, I compute a md5 hash for the path component and prefix it to the name of the resource, using a "GetUniformName" routine.
2015-09-10 06:22:17 +03:00
Antz
7cbeac65d4 Merge pull request #43 from H0zen/develop21-vmap
[VMAP] Fix some issues in vmap-extractor.
2015-09-10 01:47:53 +01:00
stormrage-project
ba7317c34b [SD2] Improved Rune game objects a lot 2015-09-10 01:30:25 +01:00
stormrage-project
1d35902127 Commands for GO manipulations (gobj): anim, state, lootstate 2015-09-10 01:25:06 +01:00
stormrage-project
7907beb0f6 [Command] Cleaning of the new GO commands implementation 2015-09-10 01:20:32 +01:00
stormrage-project
4d3c02379c Core/Collision: Models with flag MOD_M2
Mostly trees, among some other objects should not be taken into account
for LoS checks, this check does not apply to gameobjects (yet)
2015-09-10 01:17:18 +01:00
stormrage-project
24b2e50158 [Spells] Charm effect on player causes control loss and motion interrupt 2015-09-10 01:16:41 +01:00
stormrage-project
4ca9f39efb [SD2] Adding wrapper to ScriptedAI for target selection 2015-09-10 01:15:59 +01:00
stormrage-project
753eb4536f [SD2] Add const descriptor to GetSingleCreatureFromStorage method 2015-09-10 01:14:35 +01:00
Antz
d81c9be6fc [SD2] Molton Core cleanup pt2 2015-09-10 01:13:39 +01:00
Antz
85f9d75c0b [SD2] Molton Core cleanup 2015-09-10 01:12:37 +01:00
Antz
5b2d90bde4 [SD2] Boss Gar tidy up 2015-09-10 01:08:53 +01:00
stormrage-project
7543d235e1 [SD2] Garr adds explosion fix 2015-09-10 01:05:46 +01:00
stormrage-project
8467c6f193 [SD2] Garr - Improved firesworn on death exploding and added enrage ability 2015-09-10 01:02:10 +01:00
stormrage-project
654968ad81 [SD2] Massive improvements on Garr encounter 2015-09-10 00:56:33 +01:00
stormrage-project
bdd3dc43a3 [Maps] Ensure the resurrection when entering instantiable map 2015-09-10 00:48:37 +01:00
stormrage-project
d9824f4129 [GM comamnd] list aura - added number of aura stacks, see DB 2015-09-10 00:47:51 +01:00
Antz
62251eaa1b Adjusted version info 2015-09-10 00:45:07 +01:00
stormrage-project
6acf9c9d66 Honor flush and GetDateToday() method fix 2015-09-10 00:40:36 +01:00
Antz
1e7d9cc605 [BOT] Removed non-classic items from ah selection. Thanks drarkanex for pointing
See https://www.getmangos.eu/server/10493-mangoszero-prospecting-milling-vanilla.html
for details.
2015-09-09 23:11:24 +01:00
H0zen
2e699f8122 Include forgotten data file in vmap-extractor. 2015-09-09 03:48:07 +03:00
H0zen
d74c872574 Remove duplicate line in vmap-extractor. 2015-09-09 03:37:27 +03:00
H0zen
e72d3b23ca Fix some include paths in tools. 2015-09-08 12:52:00 +03:00
Antz
5a8a79b883 [Sync] Some adjustments from One 2015-09-07 23:54:44 +01:00
Antz
d4d9cca8b2 Merge pull request #40 from H0zen/develop21
[Core] Clarify some issues regarding negative angles.
2015-09-07 22:31:13 +01:00
Antz
0d07eaeaed [Tools] Corrected URL's in Extraction scripts 2015-09-05 01:00:52 +01:00
Foereaper
a045b78e00 Update dependencies and necessary changes to tools 2015-09-04 21:01:56 +02:00
xfurry
dc0b0e9f7a [Core] Fix logic error introduced in [cz2670] [cz2675] 2015-09-03 21:18:15 +01:00
Foereaper
ffbbe14844 MySQL CMake Macro rewrite
This should now properly separate between 32 and 64 bit MySQL installations allowing both archs to be installed on the same machine
2015-09-03 03:08:22 +02:00
H0zen
f29f343b86 Missed one spot in previous commit. 2015-09-01 03:53:25 +03:00
H0zen
fb4c90dde9 Clarify some issues regarding negative angles.
The client seems to handle them strange.
2015-09-01 03:02:27 +03:00
Foereaper
75a7274f66 Removed SD2 database binding
This is no longer needed as SD2 is part of the world database, we can also drop the sd2_version table from the world database

Removed a couple unused files
2015-08-27 19:44:11 +02:00
Foereaper
59bc649250 Move DB revision struct to cpp
Thanks to Olion
2015-08-27 18:14:36 +02:00
H0zen
a9afb386ff Fix a small typo in previous commit. 2015-08-21 10:35:30 +03:00
H0zen
410f12d523 Clarify some logic in SpellMgr.cpp 2015-08-21 10:30:00 +03:00
H0zen
a3f607d773 Fix previous commit. 2015-08-20 13:38:01 +03:00
H0zen
8883347d98 Fix compiler warning. 2015-08-20 12:42:37 +03:00