Commit Graph
100 Commits
Author SHA1 Message Date
Gacko 62ac3a0a11 Fix non pch build
Broke in 821e2534
2014-12-29 15:03:50 +01:00
Gacko cf89335177 Fix non pch build 2014-12-27 13:57:36 +01:00
Gacko 8d2e230419 ItemTemplate: Fix warning about missing cases. 2014-12-27 11:58:10 +01:00
Gacko b0a805c031 Core/Game: Add missing default cases in switches 2014-12-02 21:33:29 +01:00
Gacko 05913b8208 Core/Game: Fix several warnings about wrong data types 2014-12-01 17:21:18 +01:00
Gacko 06bb904b2e Core/DBC: Move sPhasesByGroupStore and access method to DB2Stores
DB2Stores were not loaded yet at the old position.
2014-11-30 21:46:27 +01:00
Gacko 96f9451b85 Core/ConditionMgr: Add string include
Travis/Clang did not complain, GCC seems to do.
2014-11-27 19:18:48 +01:00
Gacko 3498d9579d Core/ObjectMgr: Fix log format 2014-11-27 13:41:14 +01:00
Gacko c2e7845c94 Fix non pch build 2014-11-27 13:41:13 +01:00
Gacko 0df8e9137a Core/Spells: Fix a warning possibly introduced in da5d0da7 2014-11-24 21:09:13 +01:00
Gacko 2f661bd9a1 Fix PCH build 2014-11-23 15:23:09 +01:00
Gacko 5dcdf8a0e6 DB/SAI: Prevent infinite loop
Just another brick in the wall... thanks @cr4st
2014-10-13 18:04:14 +02:00
Gacko 9922063021 DB/Loot: Xandivious (15623) - forgot item 12002
Thanks @Aminxhm
2014-10-12 20:09:24 +02:00
Gacko 7252f11add DB/Loot: Xandivious (15623) 2014-10-12 19:51:23 +02:00
Gacko 882cb2b32b DB/SAI: Prevent endless loops with linked events 2014-10-12 19:31:00 +02:00
Gacko 091534dc6f Rename SQL files. It's not November, yet. 2014-10-12 11:52:55 +02:00
Gacko d02f437513 Add new line at end of file. 2014-10-11 21:27:02 +02:00
Gacko dd6b484132 DB/SAI: Make several credit spell casts working (broken due to wrong target) 2014-10-11 21:24:39 +02:00
Gacko ab08083d6c DB/SAI: Fix startup errors 2014-10-11 00:29:35 +02:00
Gacko 961aaf5b9d Rename SQL 2014-09-14 12:26:52 +02:00
Gacko 51418b76ae SQL: Rename file 2014-08-28 18:05:54 +02:00
Gacko 3e33120dc8 DB/Spell: Gain focus for using Steady Shot and Cobra Shot
Thanks @RezolveX
2014-07-05 20:34:10 +02:00
Gacko 03b1464412 Wrong branch... 2014-07-05 20:33:43 +02:00
Gacko 65170d8aa4 DB/Spell: Gain focus for using Steady Shot and Cobra Shot
Thanks @RezolveX
2014-07-05 20:31:43 +02:00
Gacko ecbf6fdd6c Script: Minor optimization in spell_unlocking_zuluheds_chains 2014-06-09 23:11:03 +02:00
Gacko d2d1b97cff Script: Minor optimization in spell_unlocking_zuluheds_chains 2014-06-08 15:56:28 +02:00
Gacko 26370223a0 Script/Shadowmoon Valley: Remove hack in npc_shadowmoon_tuber_node.
This script will be converted to SAI (if possible) later.
2014-06-01 19:39:57 +02:00
Gacko 8ef34535a4 Scripts: Remove unused variables (kept as comment) 2014-06-01 19:34:34 +02:00
Gacko b76bcad46e Script/ICC: Use existing method for getting GO auto-close-time 2014-05-11 15:15:43 +02:00
Gacko 39410b35a4 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2014-05-11 12:37:29 +02:00
Gacko dabbe38022 Core/GameObject: Set trap type 0 back to GO_READY after activation.
Otherwise it would be activated again on every update. My fault, moving the activation code to GO_ACTIVATED skips the cooldown check.

Closes #12047
2014-05-11 12:35:40 +02:00
Gacko 111bbb3620 Remove unnecessary check in previous fix 2014-05-06 19:06:59 +02:00
Gacko 41d9364b16 Core/GameObject: Fix crash added in c6bf7e0b1d
Thanks @jackpoz
2014-05-06 18:46:08 +02:00
Gacko b48879ab79 Core/GameObject: Finish moving activation code of traps to GO_ACTIVATED
Fixing #6388 should be easier now...
2014-05-05 22:28:45 +02:00
Gacko 3ac4e3033c Core/GameObject: Add missing initialization of m_lootStateUnit 2014-05-05 18:59:56 +02:00
Gacko c6bf7e0b1d Core/GameObject: Store unit in GameObject::SetLootState - required for trap activation. 2014-05-05 18:39:53 +02:00
Gacko d0e6693266 Core/GameObject: Format comments and apply rename of previous commit. 2014-05-05 12:35:41 +02:00
Gacko 99e04ddaf6 Fix indention from changes in previous commit. 2014-05-04 22:32:24 +02:00
Gacko 24ef7dbdf4 Core/GameObject: Solve some TODOs related to traps in GameObject::Update and improve logic.
Some more changes, TODO solutions and a fix for traps like those in #1359 or #6388 will follow.
2014-05-04 22:18:12 +02:00
Gacko 5dd3fbcb19 Fix import 2014-05-04 16:24:33 +02:00
Gacko 938947880a Move merge_updates_windows.bat to right folder and add Unix version 2014-04-26 10:41:31 +02:00
Gacko e8df0643a3 DB/SAI: Fix warning about missing creature_text (wrong target_type) 2014-03-30 22:29:20 +02:00
Gacko a01fd35dc9 Core/CreatureText: Unify log messages and add GUID 2014-03-30 22:17:03 +02:00
Gacko 7630b3c627 SmartAI: Use same method for removing auras in EnterEvadeMode as in CreatureAI
Also fixes warnings about duplicate auras. Self-casted auras were not removed on entering evade mode in SAI as they are in CreatureAI.
2014-03-30 15:05:04 +02:00
Gacko 30894c2bad Quest: Direhorn Raiders
Remove duplicate kill credit
2014-03-26 18:54:40 +01:00
Gacko 46b8bc8882 Fix non-pch build and remove blank line 2014-03-26 18:51:09 +01:00
Gacko 808a1998c6 Quest: The Power of the Elements
Remove hack SAI, use aura script
2014-03-26 18:36:39 +01:00
Gacko ef1bb6290a Build system: Fix clang build
See wiki for latest build instructions under Mac OS X!
2014-03-25 21:22:49 +01:00
Gacko 894a9bb16a DB: Fix typos in game_tele 2014-03-19 20:37:31 +01:00
Gacko 4bcbcf53d8 Core/Script: Logical fixes 2014-03-19 10:05:02 +01:00
Gacko 42d53d9891 Core/Game: Logical fix 2014-03-19 10:04:28 +01:00
Gacko a762f72adb Authserver: Fix typo 2014-03-19 09:49:22 +01:00
Gacko 38611a6d19 DB/Quest: Add Empowerment to Shadowmourne quest line
Thanks @Foldor. Closes #11425
2014-03-18 20:01:14 +01:00
Gacko 1b2e4d8110 Remove whitespaces from previous commit 2014-02-05 17:49:04 +01:00
Gacko d0c9970be0 Authserver / Worldserver: Fix warnings about unused variables 2014-02-05 17:33:28 +01:00
Gacko 784ebb891a Tools: Fix build for Mac
ACE_thread_t returned by ACE_Thread::self is a struct in Mac OS
2014-01-26 00:33:53 +01:00
Gacko 678814836d Shared/OpenSSLCrypto: Add switch to fix build under Mac 2014-01-22 21:46:41 +01:00
Gacko 0db2549775 Dep: Rename custom typedef to prevent redefinition under Mac OS 2014-01-22 21:46:41 +01:00
Gacko d26bb8517c DB: Fix start up warnings 2013-11-07 11:57:40 +01:00
Gacko be19ac95ed Core/SmartAI: Better wording for telling "There is a spell for summoning this" 2013-11-07 11:56:02 +01:00
Gacko d00cb482c5 RBAC: Move initial log output in AccountMgr::LoadRBAC to debug 2013-11-07 11:54:07 +01:00
Gacko 62c6ae7660 Tools: Skip extracting already existing DBC files
Thanks to MacWarrior, closes #11061
2013-11-02 14:07:54 +01:00
Gacko 635e1467a4 Rename SQL file (thx Aokromes) 2013-10-22 20:40:43 +02:00
Gacko e8e148bee9 Rename sql file and apply some code style. *sigh* 2013-10-22 20:27:50 +02:00
Gacko 0f92d513f8 Merge pull request #11092 from gerripeach/pull_request
Core: add missing comment
2013-10-22 11:14:10 -07:00
Gacko 53cc37bcec CMake: Fix typo
Running cmake threw a warning because of this.
2013-10-15 20:23:13 +02:00
Gacko b3bdcc61ee DB/SAI: Remove instance flags for creatures in battlegrounds
Otherwise they would not work and create runtime warnings on initialization
2013-06-30 11:40:27 +02:00
Gacko 718fc5bfc9 Rename SQL file and add new line at end of file 2013-06-29 20:52:45 +02:00
Gacko c13e84f1f9 DB/SAI: Fix several runtime warnings / logical mistakes
* Wrong event types for linked events
* Possible multiple AI template initialization
2013-06-29 20:50:30 +02:00
Gacko 83066a2002 Merge pull request #10148 from Naios/pd_u2
Core/PhaseMgr: Fixed an updateleak that occured if the rewarded quest hadn't requirements
2013-06-29 10:56:58 -07:00
Gacko 2691defd1e DB/SAI: Convert Felblood Initiate to SAI and fix runtime warning 2013-06-29 17:01:35 +02:00
Gacko fb72716668 Fix typos in previous commit 2013-06-29 16:47:08 +02:00
Gacko 9251a60544 DB/SAI: Assign SmartAI and remove needless SmartScript (See core script) 2013-06-01 14:42:58 +02:00
Gacko e741821dc2 DB: Fishing loot for Pit Of Saron
http://www.elsanglin.com/forums/topic/pit-of-saron
2013-06-01 14:42:38 +02:00
Gacko a78480d56e Core: Advance logging
- Log guid in SmartScript::IsSmart and SmartScript::IsSmartGO
- Prevent false positive for missing game_graveyard_zone data for battlegrounds
2013-06-01 13:58:05 +02:00
Gacko 583d865c24 Script/Gundrak: Codestyle 2013-05-26 21:58:03 +02:00
Gacko cdf0bf4f44 Merge pull request #9858 from xjose93/Gundrak-DoorGaldarah
Scripts/Gundrak: Fix Gal'darah door.
2013-05-26 21:53:11 +02:00
Gacko edc3244f31 Merge pull request #9873 from BitCoding/master
Fix Quest Sharing
2013-05-26 11:20:41 -07:00
Gacko b88133b366 DB: Several runtime error fixes 2013-05-20 01:35:02 +02:00
Gacko e9d7b53e6d Fix some creature text runtime errors 2013-04-16 20:29:24 +02:00
Gacko 2a96e1919d Script/SAI: Fix runtime error. Thanks @Kirkhammett
Closes #9653

(Can not commit for other authors using the web interface...)
2013-04-16 08:52:01 +03:00
Gacko bf10860a1c Rename sql files from previous commit and add new line at eof 2013-04-13 20:41:08 +02:00
Gacko 35f03185f2 Script/SAI: Fix runtime errors 2013-04-13 20:37:40 +02:00
Gacko 40904ef0c1 Script/SAI: Convert Arzeth the Merciless to SAI 2013-04-13 20:33:53 +02:00
Gacko e3feabefec Remove BOM 2013-04-12 17:46:17 +02:00
Gacko 852e8e720c Script: Remove unnecessary constant 2013-04-12 17:36:47 +02:00
Gacko 96ad520ea3 Script/Spell: Apply Frost Imbued Blade only in 25 man mode
Note: Quest credit spells are already casted in 25 man mode only.
2013-04-12 17:36:47 +02:00
Gacko 8cbad9466d Core/Gossip: New AddMenuItem method for using DB texts
Many thanks to @Erimioa
2013-04-08 18:16:44 +02:00
Gacko d4e5ea5db9 Fix imports 2013-04-06 14:17:00 +02:00
Gacko 7df4d147e3 Core/Gossips: Fix usage of PrepareGossipMenu with GOs 2013-04-04 19:57:06 +02:00
Gacko 9ca7a1f8e8 New line at end of file 2013-04-03 18:05:04 +02:00
Gacko 3ce3c86dd2 Fix sql import 2013-04-02 19:28:02 +02:00
Gacko d89626f767 Script/Event: Fix warnings in Children's Week script 2013-04-01 17:52:20 +02:00
Gacko 34c73a5121 Core/Player: showQuests check in PrepareGossipMenu for GameObjects 2013-03-31 15:46:32 +02:00
Gacko 53f2d812ee DB/Waypoint: Vyragosa
Vyragosa has multiple spawn points but they all use the same path so several paths with different start points are required.
2013-03-29 22:16:17 +01:00
Gacko c4efac27f3 DB/Spell: Target position for 'Boots of the Bay' (Thanks @kelsarhu)
Closes: #9430
2013-03-27 19:03:12 +01:00
Gacko b788856220 SAI/Quest: A Hero's Headgear (Thanks @untaught)
Solves: #9452
2013-03-26 21:52:00 +01:00
Gacko e635ba5b81 Core/SmartAI: SMART_ACTION_FORCE_DESPAWN for dead creatures 2013-03-26 21:51:59 +01:00
Gacko ccb95c7462 Script/Spell: Apply Shadow's Fate to Sindragosa
Sindgragosa is summoned in instance script and would not pass the modified check otherwise

Related to: #9487
2013-03-22 21:36:25 +01:00
Gacko b136f01edf Script/Quest: Into the wild green Yonder
Still todo:
* Fix spell focus requirement for the drop spell casted by the vehicle

Closes: #8752
2013-03-15 19:37:45 +01:00