1. commit 56b3e52f067f5f5d671559e6f8ce28506afce635
  2. Author: Filip <[email protected]>
  3. Date: Sat Sep 21 22:44:07 2013 +0200
  4. DB/SAI: Eyes of Grillok
  5. By @dr-j fixes #10909
  6. commit 9579d0a3e717b918192a5dfab520ec1033dfe64c
  7. Author: jackpoz <[email protected]>
  8. Date: Sat Sep 21 22:36:23 2013 +0200
  9. Scripts/ScarletEnclave: Fix uninitialized values in Highlord Darion Mograine
  10. Reset() has if checks on values that are initialized after them so it's required to initialize these fields in the constructor.
  11. Valgrind log:
  12. Conditional jump or move depends on uninitialised value(s)
  13. by 0x11CF472: HashMapHolder<Creature>::Find(unsigned long) (ObjectAccessor.h:67)
  14. by 0x11CE36F: Creature* ObjectAccessor::GetObjectInWorld<Creature>(unsigned long, Creature*) (ObjectAccessor.h:114)
  15. by 0x1257C13: Creature* ObjectAccessor::GetObjectInMap<Creature>(unsigned long, Map*, Creature*) (ObjectAccessor.h:135)
  16. by 0x12E64F1: Map::GetCreature(unsigned long) (Map.cpp:2767)
  17. by 0x10AF4DE: Unit::GetCreature(WorldObject&, unsigned long) (Unit.cpp:13021)
  18. by 0x16F8F81: npc_highlord_darion_mograine::npc_highlord_darion_mograineAI::Reset() (chapter5.cpp:386)
  19. by 0x16F8D36: npc_highlord_darion_mograine::npc_highlord_darion_mograineAI::npc_highlord_darion_mograineAI(Creature*) (chapter5.cpp:314)
  20. by 0x16F8CD6: npc_highlord_darion_mograine::GetAI(Creature*) const (chapter5.cpp:307)
  21. by 0x132AF6C: ScriptMgr::GetCreatureAI(Creature*) (ScriptMgr.cpp:796)
  22. by 0x1441D45: FactorySelector::selectAI(Creature*) (CreatureAISelector.cpp:41)
  23. commit af63c8783e48b6a618f7406857d6bc56d142d390
  24. Author: jackpoz <[email protected]>
  25. Date: Sat Sep 21 19:44:15 2013 +0200
  26. Core/Guild: Fix withdraw money from bank overflowing int32 limit
  27. Clamp amount of money withdrawn from bank to MAX_MONEY_AMOUNT to avoid int32 overflow which would remove money from Player instead of adding it.
  28. commit 9c336cc32e26999b8155d52885f6cc83152109d5
  29. Author: jackpoz <[email protected]>
  30. Date: Sat Sep 21 17:45:46 2013 +0200
  31. Core/DB: Make a26a24a consistent with Trinity code style
  32. Change DatabaseWorkerPool<T>::DirectExecute() to handle PreparedStatement disposal in the same way of DatabaseWorkerPool<T>::Query() , thanks Joschiwald for patch.
  33. commit a26a24adf1e62f2d4dad19a8a3eed5ab0ff1f112
  34. Author: jackpoz <[email protected]>
  35. Date: Sat Sep 21 14:55:08 2013 +0200
  36. Core/AccountMgr: Fix memory leak on account creation
  37. Fix .account create command not deleting a MySql PreparedStatement .
  38. Valgrind log:
  39. 254 (40 direct, 214 indirect) bytes in 1 blocks are definitely lost in loss record 6 of 8
  40. at 0x4C24DFA: operator new(unsigned long) (vg_replace_malloc.c:261)
  41. by 0x998EC2: DatabaseWorkerPool<LoginDatabaseConnection>::GetPreparedStatement(unsigned int) (DatabaseWorkerPool.h:437)
  42. by 0x99599B: AccountMgr::CreateAccount(std::string, std::string, std::string) (AccountMgr.cpp:49)
  43. by 0xF3ABAC: account_commandscript::HandleAccountCreateCommand(ChatHandler*, char const*)
  44. commit 69b0a009c4c99b858296d4cbc5f86a87258f6699
  45. Author: Discover- <[email protected]>
  46. Date: Sat Sep 21 11:21:29 2013 +0200
  47. Core/SAI: Make SMART_ACTION_RANDOM_MOVE also work with SMART_TARGET_NONE and non-creature targets (if a non-creature target_type is specified and no creature target was found, the action is fired at the source)
  48. Ref. #7431
  49. commit 6f9851ec136b1ced741da0e578801a519bbf3a3c
  50. Author: jackpoz <[email protected]>
  51. Date: Sat Sep 21 10:58:21 2013 +0200
  52. Core/PathGenerator: Fix conditional jump on uninitialized value
  53. Fix conditional jump on uninitialized value in PathGenerator::GetNavTerrain() by checking the result of getLiquidStatus() before accessing the LiquidData, uninitialized in case there's no water at all.
  54. Valgrind log:
  55. Conditional jump or move depends on uninitialised value(s)
  56. at : PathGenerator::GetNavTerrain(float, float, float) (PathGenerator.cpp:553)
  57. by : PathGenerator::UpdateFilter() (PathGenerator.cpp:542)
  58. by : PathGenerator::CreateFilter() (PathGenerator.cpp:530)
  59. by : PathGenerator::PathGenerator(Unit const*) (PathGenerator.cpp:46)
  60. by : Spell::Spell(Unit*, SpellInfo const*, TriggerCastFlags, unsigned long, bool) (Spell.cpp:493)
  61. by : Unit::CastSpell(SpellCastTargets const&, SpellInfo const*, CustomSpellValues const*, TriggerCastFlags, Item*, AuraEffect const*, unsigned long) (Unit.cpp:846)
  62. by : Unit::CastSpell(Unit*, SpellInfo const*, TriggerCastFlags, Item*, AuraEffect const*, unsigned long) (Unit.cpp:882)
  63. by : Unit::CastSpell(Unit*, unsigned int, TriggerCastFlags, Item*, AuraEffect const*, unsigned long) (Unit.cpp:870)
  64. by : Unit::CastSpell(Unit*, unsigned int, bool, Item*, AuraEffect const*, unsigned long) (Unit.cpp:858)
  65. by : Player::SendInitialPacketsAfterAddToMap() (Player.cpp:22580)
  66. by : WorldSession::HandleMoveWorldportAckOpcode() (MovementHandler.cpp:121)
  67. by : WorldSession::HandleMoveWorldportAckOpcode(WorldPacket&) (MovementHandler.cpp:37)
  68. commit 1ae6538ea6d0537381f9f3c52471a7c782bc5a9e
  69. Merge: 4ddad6e 0a6db17
  70. Author: raczman <[email protected]>
  71. Date: Fri Sep 20 16:08:26 2013 -0700
  72. Merge pull request #10827 from jackpoz/restore_warnings
  73. Shared/Build: Restore disabled warnings on Visual Studio
  74. commit 4ddad6ec60835266e0078da9f73a32892e117963
  75. Author: Filip <[email protected]>
  76. Date: Fri Sep 20 22:59:10 2013 +0200
  77. DB/SAI: The Battle of Valhalas Quest Chain
  78. Fixes #8377
  79. Consists of:
  80. 1) Battle at Valhalas: Fallen Heroes (13214)
  81. 2) Battle at Valhalas: Khit'rix the Dark Master (13215)
  82. 3) Battle at Valhalas: The Return of Sigrid Iceborn (13216)
  83. 4) Battle at Valhalas: Carnage! (13217)
  84. 5) Battle at Valhalas: Thane Deathblow (13218)
  85. 6) Battle at Valhalas: Final Challenge (13219)
  86. commit 2b9b2a7388703c6424aa8a9f00b10bffbc5fdc96
  87. Author: Vincent-Michael <[email protected]>
  88. Date: Fri Sep 20 13:16:04 2013 +0200
  89. DB/GameObject: Added gameobject "Dark Iron Mole Machine (Minion Summoner Trap)"
  90. commit 001f62deb4bc1bbd5224106c957a3f941d380f4f
  91. Author: Filip <[email protected]>
  92. Date: Thu Sep 19 18:54:29 2013 +0200
  93. DB/Errors: Leftoever fixes
  94. Work done by @untaught fixes #10747
  95. commit 1ede593d4140dde73279add004f5ee7a787b0307
  96. Author: Filip <[email protected]>
  97. Date: Thu Sep 19 11:59:35 2013 +0200
  98. Just because....
  99. commit 7be7eb2b36ba2599908df8f1d064d3884f090542
  100. Author: Filip <[email protected]>
  101. Date: Thu Sep 19 11:56:09 2013 +0200
  102. DB/Errors: Misc db error fixes
  103. Db errors fixed by @untaught PrevQuest fixes by @dr-j and @Crysicle
  104. Fixes #10370 Fixes #5064 Partially takes care of #10747 - more to come.
  105. commit eab10cc6ae6932a44f249dc21d83cd488bcd7110
  106. Author: Vincent-Michael <[email protected]>
  107. Date: Wed Sep 18 23:47:35 2013 +0200
  108. Core/Achievement: Fix warning
  109. commit 8af46f1c57132d13c86c03333f4fce9926030f1f
  110. Author: Vincent-Michael <[email protected]>
  111. Date: Wed Sep 18 23:15:25 2013 +0200
  112. Core: Fix non pch build
  113. commit 05e72b4906a90ff347ee56e9f2ad6d7f56eb2d3a
  114. Author: joschiwald <[email protected]>
  115. Date: Wed Sep 18 22:24:05 2013 +0200
  116. Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE_TYPE
  117. commit c9c12b9867d82558f9af9ac81b95a4a5838a6a15
  118. Merge: aa6736c cac1968
  119. Author: raczman <[email protected]>
  120. Date: Wed Sep 18 09:17:49 2013 -0700
  121. Merge pull request #10864 from zorix/auras
  122. Core/Auras: Fix removing auras when player reset talents or changing/leaving shapeshift
  123. Close #10763
  124. Close #10809
  125. commit cac1968ab752a0eaa22226a92a5ec611f040233c
  126. Author: zorix <[email protected]>
  127. Date: Wed Sep 18 18:09:29 2013 +0200
  128. Core/Auras:
  129. Fix removing auras when player reset talents or changing/leaving shapeshift
  130. Close #10763
  131. Close #10809
  132. commit aa6736cfcc23447995a71635d6c3b852e7277aba
  133. Author: Filip <[email protected]>
  134. Date: Wed Sep 18 09:05:33 2013 +0200
  135. DB/SAI: Missing addition
  136. commit 173a2478aa678fe3152c165dee4ff18ec254c954
  137. Author: Filip <[email protected]>
  138. Date: Tue Sep 17 20:35:13 2013 +0200
  139. DB/SAI: Misc Fixes
  140. Authors @untaught @dr-j @MitchesD
  141. Fixes #10847 Fixes #10844 Fixes #10830 Fixes #10829 Fixes #10830
  142. commit d80d36b1dac42db49e8b687670fe475a1c742021
  143. Author: Filip <[email protected]>
  144. Date: Tue Sep 17 08:44:17 2013 +0200
  145. DB/Error: Delete empty guid addon
  146. commit 0c7e27535f842de8ab182ed39f514d808f9cfbe8
  147. Author: w1sht0l1v3 <[email protected]>
  148. Date: Mon Sep 16 23:22:05 2013 +0300
  149. DB/SAI: The Murketh and Shaadraz Gateways.
  150. commit 1427302afa1f3f47fb1c8acbb1be5290e5dff356
  151. Author: Filip <[email protected]>
  152. Date: Mon Sep 16 18:12:40 2013 +0200
  153. DB/SAI: So Far, So Bad
  154. commit ef09e8bc7d16b203152cb602b6fb80f94a2a7c8c
  155. Author: Filip <[email protected]>
  156. Date: Mon Sep 16 16:24:38 2013 +0200
  157. DB/SAI: Fate of the Titans
  158. commit 0a6db17125ab80338f6cc2ee71bf67f1e536dcdd
  159. Author: jackpoz <[email protected]>
  160. Date: Sun Sep 15 19:23:35 2013 +0200
  161. Shared/Build: Restore disabled warnings on Visual Studio
  162. Restore 2 disabled warnings, 1 already disabled in CMake with the WITH_WARNINGS flag set to False and the other disabled by default as stated in VS documentation http://msdn.microsoft.com/en-us/library/aa984150.aspx
  163. commit 0177d1c4d4267836c55c0294aa359e131a5680fd
  164. Merge: 478ec28 a513497
  165. Author: Nay <[email protected]>
  166. Date: Sun Sep 15 07:01:58 2013 -0700
  167. Merge pull request #10822 from jackpoz/collisions_nullterm_string
  168. Tools/VMAP: Fix not null terminated string
  169. commit 478ec28e6dd6de1204fda8b3148f7b147ecef165
  170. Merge: 99f5a6c 6477f8c
  171. Author: Nay <[email protected]>
  172. Date: Sun Sep 15 06:58:24 2013 -0700
  173. Merge pull request #10823 from jackpoz/icewall_overflow
  174. Scripts/HoR: Fix possible array overflow
  175. commit 99f5a6c3d6525696de25d153850e53f522f26982
  176. Author: Nay <[email protected]>
  177. Date: Sun Sep 15 14:57:12 2013 +0100
  178. Core/BGs: Fix a TC_LOG_ERROR call
  179. commit 6477f8c4536c3c04df5c59a0472bb189af72a343
  180. Author: jackpoz <[email protected]>
  181. Date: Sun Sep 15 14:12:54 2013 +0200
  182. Scripts/HoR: Fix possible array overflow
  183. Fix possible array overflow reported by coverity, issue id 1062436 .
  184. commit a5134971cb08126aa20be2c89f1caf779b849efe
  185. Author: jackpoz <[email protected]>
  186. Date: Sun Sep 15 13:38:54 2013 +0200
  187. Tools/VMAP: Fix not null terminated string
  188. Fix not null terminated string in vmap assembler tool, fix coverity issue id 1010351 .
  189. commit b72fd4c2093d1f4d5775efb0a003bc26321131aa
  190. Merge: aaff97d 4782cc4
  191. Author: Nay <[email protected]>
  192. Date: Sun Sep 15 04:31:29 2013 -0700
  193. Merge pull request #10819 from Ascathor/master
  194. Core/Misc: Fixed some more issues found by static code analysis tools.
  195. commit 4782cc46509c91ff8ee66b4bcbc421e42cf8c65c
  196. Author: Ascathor <[email protected]>
  197. Date: Sun Sep 15 04:25:19 2013 +0200
  198. Core/Misc: Fixed some more issues found by static code analysis tools.
  199. commit aaff97db5178c8c247bd5baffcc7c1d983132a7b
  200. Merge: 9c7de29 d0b42ee
  201. Author: raczman <[email protected]>
  202. Date: Sun Sep 15 03:37:49 2013 -0700
  203. Merge pull request #10821 from jackpoz/blood_tap_overflow
  204. Core/Spell: Fix Blood Tap array overflow
  205. commit d0b42ee4ec430285797b50d43baed24ac6ce9330
  206. Author: jackpoz <[email protected]>
  207. Date: Sun Sep 15 12:31:48 2013 +0200
  208. Core/Spell: Fix Blood Tap array overflow
  209. Fix Blood Tap spellid 45529 accessing the 7th element of a size 6 array.
  210. Coverity issue id 1023095.
  211. commit 9c7de29e9340c7273f9aeb05a3f697e042f0530b
  212. Author: Filip <[email protected]>
  213. Date: Sat Sep 14 14:20:41 2013 +0200
  214. DB/GO: Spell Focus for Trial of the Lake
  215. Closes #10807
  216. commit 042df135067b9f18d4ffe0e54ff54f31ee45dd10
  217. Author: Filip <[email protected]>
  218. Date: Sat Sep 14 00:44:10 2013 +0200
  219. DB/Update: Warm Up - credit update
  220. Fixes #10804
  221. commit f0cd684cd1f944622baac2164aa05e015e6d8060
  222. Merge: 2e15f78 1b3575b
  223. Author: Jorge <[email protected]>
  224. Date: Fri Sep 13 12:22:31 2013 -0700
  225. Merge pull request #10800 from jackpoz/log_race_condition
  226. Core/Logs: Fix race condition in Log
  227. commit 2e15f78305cd8be65bf43236482d1446d0b0d970
  228. Merge: cb4bf1f 6581d7d
  229. Author: Machiavelli <[email protected]>
  230. Date: Fri Sep 13 12:09:26 2013 -0700
  231. Merge pull request #10801 from jackpoz/account_password_crashfix
  232. Core/Commands: Fix NULL dereference crash in .account password
  233. commit 6581d7db85987970ff3bec57fa81aa76ce39c038
  234. Author: jackpoz <[email protected]>
  235. Date: Fri Sep 13 20:56:32 2013 +0200
  236. Core/Commands: Fix NULL dereference crash in .account password
  237. Fix NULL dereference crash in .account password added in bd8d0cfbce9a38e0f2fc8b6903434c3553faf143
  238. Fixes #10791
  239. commit 1b3575ba772124d2e7a8173a5d35dc9d2d271a8a
  240. Author: jackpoz <[email protected]>
  241. Date: Thu Sep 12 22:54:05 2013 +0200
  242. Core/Logs: Fix race condition in Log
  243. Fix race condition in Log by using atomic operators.
  244. Helgrind log:
  245. Possible data race during read of size 8 at 0x7379D98 by thread #1
  246. Locks held: none
  247. at 0x15AE9C7: AppenderFile::_write(LogMessage const&) (AppenderFile.cpp:59)
  248. by 0x15ADFF8: Appender::write(LogMessage&) (Appender.cpp:106)
  249. by 0x159F14E: Logger::write(LogMessage&) (Logger.cpp:83)
  250. by 0x15A215B: Log::write(LogMessage*) (Log.cpp:290)
  251. by 0x15A200F: Log::vlog(LogFilterType, LogLevel, char const*, __va_list_tag*) (Log.cpp:272)
  252. by 0x15A2682: Log::outInfo(LogFilterType, char const*, ...) (Log.cpp:364)
  253. by 0xF7DA28: Master::Run() (Master.cpp:296)
  254. by 0xF835E8: main (Main.cpp:142)
  255. This conflicts with a previous write of size 8 by thread #10
  256. Locks held: none
  257. at 0x15AE9D7: AppenderFile::_write(LogMessage const&) (AppenderFile.cpp:59)
  258. by 0x15ADFF8: Appender::write(LogMessage&) (Appender.cpp:106)
  259. by 0x159F14E: Logger::write(LogMessage&) (Logger.cpp:83)
  260. by 0x15A215B: Log::write(LogMessage*) (Log.cpp:290)
  261. by 0x15A200F: Log::vlog(LogFilterType, LogLevel, char const*, __va_list_tag*) (Log.cpp:272)
  262. by 0x15A2682: Log::outInfo(LogFilterType, char const*, ...) (Log.cpp:364)
  263. by 0xF7EC1F: FreezeDetectorRunnable::run() (Master.cpp:98)
  264. by 0x15A5B3E: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  265. Address 0x7379D98 is 88 bytes inside a block of size 96 alloc'd
  266. at 0x4C2C857: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_helgrind-amd64-linux.so)
  267. by 0x15A0FE3: Log::CreateAppenderFromConfig(char const*) (Log.cpp:150)
  268. by 0x15A1AED: Log::ReadAppendersFromConfig() (Log.cpp:244)
  269. by 0x15A31B4: Log::LoadFromConfig() (Log.cpp:469)
  270. by 0x15A053B: Log::Log() (Log.cpp:35)
  271. by 0xF75CD1: ACE_Singleton<Log, ACE_Thread_Mutex>::ACE_Singleton() (Singleton.inl:13)
  272. by 0xF754A4: ACE_Singleton<Log, ACE_Thread_Mutex>::instance() (Singleton.cpp:91)
  273. by 0xF8351A: main (Main.cpp:135)
  274. commit cb4bf1fd97029d7bc163759b185505944f3947a3
  275. Author: Warpten <[email protected]>
  276. Date: Fri Sep 13 19:15:39 2013 +0200
  277. Scripts/Ruby Sanctum: (Possibly) fixed Twilight Mending.
  278. I don't have the computer to even compile a core, please report back. My logics shouldn't be wrong here from what I can read on the wiki.
  279. Ref #10016.
  280. commit bd8d0cfbce9a38e0f2fc8b6903434c3553faf143
  281. Author: Machiavelli <[email protected]>
  282. Date: Thu Sep 12 16:42:22 2013 +0100
  283. Fix build
  284. commit 4df862dd4cc6408fb95392f5fa9faeb1511d12cf
  285. Merge: 783e28e 8c596b9
  286. Author: Nay <[email protected]>
  287. Date: Thu Sep 12 07:50:07 2013 -0700
  288. Merge pull request #10792 from Ascathor/master
  289. Core/Command: Fixing .account password to no longer crash
  290. commit 8c596b97bf16341c8dc07585961d88c363fb4621
  291. Author: Ascathor <[email protected]>
  292. Date: Thu Sep 12 16:39:41 2013 +0200
  293. Core/Command: Fixing .account password to no longer crash
  294. And add some comments to it.
  295. commit 783e28e87491c5d4a25f3faefb673be53f74c11b
  296. Author: Aokromes <[email protected]>
  297. Date: Thu Sep 12 10:19:05 2013 +0100
  298. Core/Groups: Allow to configure the way in which instance reset message is sent, to the whole party (not blizzlike) or not.
  299. Signed-off-by: Machiavelli <[email protected]>
  300. commit ca4d53a8443d91dc3b5e593008a3a72451f68c0e
  301. Author: Filip <[email protected]>
  302. Date: Thu Sep 12 09:14:20 2013 +0200
  303. DB/SAI: War is Hell
  304. Fixes #3915, By Vincent_Michael
  305. commit 38f5c916cf1b4f29b7e0c026af68aac482e9f526
  306. Author: Nay <[email protected]>
  307. Date: Wed Sep 11 20:58:49 2013 +0100
  308. Core: Fix non PCH build
  309. commit 0e2129289226b317f7c3dd01409adc81f934af01
  310. Author: Filip <[email protected]>
  311. Date: Wed Sep 11 20:59:27 2013 +0200
  312. DB/SAI: Strengthen the Ancients addition
  313. Fixes #10778
  314. commit e4ed64a6b758d6e2d11f3e070e23d0ec50b40489
  315. Merge: 72d1508 3861ba5
  316. Author: Nay <[email protected]>
  317. Date: Wed Sep 11 11:55:31 2013 -0700
  318. Merge pull request #10782 from Ascathor/master
  319. Core/Commands: Fixing some problems with .account email
  320. commit 3861ba5a2515f0263b927e590cd6ae3b55dbd734
  321. Author: Ascathor <[email protected]>
  322. Date: Wed Sep 11 20:54:04 2013 +0200
  323. Core/Commands: Fixing some problems with .account email
  324. commit 72d15086b2092bd224489f1c57547885665e1a53
  325. Merge: deb2fb7 189a4b0
  326. Author: Nay <[email protected]>
  327. Date: Wed Sep 11 11:52:51 2013 -0700
  328. Merge pull request #10776 from xjose93/ArenaTeamLogs
  329. Core/ArenaTeam: Add teamnames to logs.
  330. commit deb2fb7939e6d3dc3857ec9719bf876c37b594d3
  331. Merge: 9ca34c2 dfc8a09
  332. Author: Nay <[email protected]>
  333. Date: Wed Sep 11 11:52:03 2013 -0700
  334. Merge pull request #10781 from jackpoz/create_pet_creaturetemplate
  335. Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand f...
  336. commit 9ca34c2e02ee9870a49f59a210b0dff483816bff
  337. Merge: 38391cd 625e47e
  338. Author: Nay <[email protected]>
  339. Date: Wed Sep 11 11:51:29 2013 -0700
  340. Merge pull request #10779 from jackpoz/murmur_unused_field
  341. Scripts/Murmur: Remove unused field
  342. commit 38391cd7746a720719ae1ee4a4b1335a6c2dda35
  343. Merge: baa159d 67f7c1f
  344. Author: Nay <[email protected]>
  345. Date: Wed Sep 11 11:50:50 2013 -0700
  346. Merge pull request #10737 from jackpoz/clock_fix
  347. Core/Timer: Better handle system clock changes
  348. commit baa159dbd4472a3cff2e4256fec60431878ae1f8
  349. Merge: 77f90c1 9578b5f
  350. Author: Nay <[email protected]>
  351. Date: Wed Sep 11 11:50:18 2013 -0700
  352. Merge pull request #10736 from jackpoz/localtime_race_condition
  353. Core/Thread: Fix race condition converting time values to local time
  354. commit dfc8a092a6a81b9b11158e0efb349f5b79de092d
  355. Author: jackpoz <[email protected]>
  356. Date: Wed Sep 11 20:31:50 2013 +0200
  357. Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand from Creature itself
  358. CreatureTemplate can be retrieved directly from the Creature itself instead of using ObjectMgr::GetCreatureTemplate(id) .
  359. commit 625e47e9d32131ceab2982b7eafbeb6726b5c413
  360. Author: jackpoz <[email protected]>
  361. Date: Wed Sep 11 20:00:29 2013 +0200
  362. Scripts/Murmur: Remove unused field
  363. Remove unused class field.
  364. commit 77f90c1c67864305d532233266a4951f48f61683
  365. Author: joschiwald <[email protected]>
  366. Date: Wed Sep 11 17:07:29 2013 +0200
  367. Scripts/Halion: refixed Twilight Cutter
  368. Scripts/Garfrost: fixed forge jump
  369. commit 3420c70a470d1dc5193e3a755098aaff121c7fab
  370. Author: MitchesD <[email protected]>
  371. Date: Wed Sep 11 15:52:59 2013 +0200
  372. Scripts/PitOfSaron: some changes
  373. Closes #10740
  374. commit 97db57703f29228293c1e6e57f6a791693a00a28
  375. Author: Filip <[email protected]>
  376. Date: Wed Sep 11 08:59:41 2013 +0200
  377. DB/Cond: Error fix-up
  378. commit 189a4b08fb37c0bba0bdd9cb7b21b3b6af1848a2
  379. Author: xjose93 <[email protected]>
  380. Date: Wed Sep 11 08:24:26 2013 +0200
  381. Core/ArenaTeam: Add teamnames to logs.
  382. commit 6d3ebe925f79bf59777dd98c9c45ba50b0c182c3
  383. Author: Nay <[email protected]>
  384. Date: Tue Sep 10 23:21:27 2013 +0100
  385. SQL: Update sql/base/auth_database.sql
  386. commit 937981325101dae35ed07b214de4c32c53304ef1
  387. Author: Filip <[email protected]>
  388. Date: Tue Sep 10 20:53:24 2013 +0200
  389. DB/Update: Few updates
  390. Fixes #10758
  391. commit 653ff9b243f2b92b063d86b901f10250676ef630
  392. Author: Vincent-Michael <[email protected]>
  393. Date: Tue Sep 10 19:55:06 2013 +0200
  394. Core/RBAC: Update RBACPermissions enum with 4.3.4 branch
  395. commit a5bcab16a90e57ad786ba5331fb8fb0d490ed0e5
  396. Author: Vincent-Michael <[email protected]>
  397. Date: Tue Sep 10 18:55:03 2013 +0200
  398. DB/Creature: Removed hack in 356ba1e0ce29c12815d927e3c87193f3f877071f
  399. commit d617969d22547b74f674c529f7301bd764990e91
  400. Author: Aokromes <[email protected]>
  401. Date: Tue Sep 10 18:21:32 2013 +0200
  402. Core/RBAC: Fix typos in recent SQL files
  403. I hope this is final one....
  404. commit 4d6adbbb1b8768d1031b46aa9e5cb158b5e50128
  405. Author: Aokromes <[email protected]>
  406. Date: Tue Sep 10 18:20:36 2013 +0200
  407. Core/RBAC: Fix typos in recent SQL files
  408. commit f65be0d30da1679496de1d2f8f8c4e14b6980371
  409. Author: Aokromes <[email protected]>
  410. Date: Tue Sep 10 16:38:04 2013 +0200
  411. Core/RBAC: Fix typos in recent SQL files
  412. commit 6ec94e41777df3a2f018011785fd13e187013a61
  413. Author: Aokromes <[email protected]>
  414. Date: Tue Sep 10 16:20:10 2013 +0200
  415. Core/RBAC: Fix typos in recent SQL files
  416. commit c70eda3234186bce389fece833b600d1f3141557
  417. Author: Aokromes <[email protected]>
  418. Date: Tue Sep 10 16:17:47 2013 +0200
  419. Core/RBAC: Fix typos in recent SQL files
  420. commit 0ed83024e0c4771f82096dcb9da032c7adcdad53
  421. Author: Spp <[email protected]>
  422. Date: Tue Sep 10 15:47:17 2013 +0200
  423. Core/RBAC: Fix typos in recent SQL files
  424. commit 953575abfa631b9c58d8a8acc1fc8a37359f6fa6
  425. Author: Spp <[email protected]>
  426. Date: Tue Sep 10 15:35:10 2013 +0200
  427. Core/RBAC: Remove obsolete generic command permissions
  428. Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING
  429. commit 78363e11b51c42c7f1d7a9598629531bb353a8ad
  430. Author: Spp <[email protected]>
  431. Date: Tue Sep 10 15:26:48 2013 +0200
  432. Core/RBAC: Move titles and wp commands to RBAC (using individual permissions)
  433. commit b10241876e6c9d45fb1582bdcf553bcb24262df7
  434. Author: Spp <[email protected]>
  435. Date: Tue Sep 10 15:13:08 2013 +0200
  436. Core/RBAC: Move ticket commands to RBAC (using individual permissions)
  437. commit 68ab10ccd4b3358ddff4644a2350906d598b2424
  438. Author: Spp <[email protected]>
  439. Date: Tue Sep 10 15:01:39 2013 +0200
  440. Core/RBAC: Move tele commands to RBAC (using individual permissions)
  441. commit abbc6b2760a0f8117761e303c999f375c9ab4317
  442. Author: Spp <[email protected]>
  443. Date: Tue Sep 10 14:57:01 2013 +0200
  444. Core/RBAC: Move server commands to RBAC (using individual permissions)
  445. commit 7183a355d2d894f2444559f837709f615f1a5b5a
  446. Author: Spp <[email protected]>
  447. Date: Tue Sep 10 14:33:27 2013 +0200
  448. Core/RBAC: Move reset commands to RBAC (using individual permissions)
  449. commit 1f95f0b0b801496f7901c52e8407b1b3610d6ab1
  450. Author: Spp <[email protected]>
  451. Date: Tue Sep 10 14:25:07 2013 +0200
  452. Core/RBAC: Move reload command to RBAC (using individual permissions)
  453. commit 4f632ee3ffd10ab667b349ae3394a90fe73d89be
  454. Author: Spp <[email protected]>
  455. Date: Tue Sep 10 13:57:30 2013 +0200
  456. Core/RBAC: Move quest commands to RBAC (using individual permissions)
  457. commit efa194a7ce68cadfffdfbd7b091fb381bd058b9f
  458. Author: Spp <[email protected]>
  459. Date: Tue Sep 10 13:48:57 2013 +0200
  460. Core/RBAC: Move npc commands to RBAC (using individual permissions)
  461. commit 04b313557ed3fbeec17530bc581459a6226e3da5
  462. Author: Spp <[email protected]>
  463. Date: Tue Sep 10 13:28:32 2013 +0200
  464. Core/RBAC: Move modify commands to RBAC (using individual permissions)
  465. commit 4d36ce7405d6cc5e29d1fe10b0ffd35d91722d93
  466. Author: Spp <[email protected]>
  467. Date: Tue Sep 10 13:08:39 2013 +0200
  468. Core/RBAC: Move mmap commands to RBAC (using individual permissions)
  469. commit 10384462782fe9d198eb5e94fbc8437f7b5727d1
  470. Author: Spp <[email protected]>
  471. Date: Tue Sep 10 12:59:25 2013 +0200
  472. Core/RBAC: Move misc commands to RBAC (using individual permissions)
  473. commit ec1e88d888a7a2ef16b814e505fba24be47a93e5
  474. Author: Spp <[email protected]>
  475. Date: Tue Sep 10 12:16:28 2013 +0200
  476. Core/RBAC: Move send commands to RBAC (using individual permissions)
  477. commit 62a4d53fe7b787e1ef4aa5cbe35710ad3c6fc95d
  478. Author: Filip <[email protected]>
  479. Date: Tue Sep 10 12:14:01 2013 +0200
  480. Because I hate tabs
  481. commit 356ba1e0ce29c12815d927e3c87193f3f877071f
  482. Author: Filip <[email protected]>
  483. Date: Tue Sep 10 12:10:26 2013 +0200
  484. DB/SAI: The Zephyrium Capacitorium(part 1), The Singing Ridge(part 2), Razaan's Landing, Ruuan Weald
  485. Fixes #6322 Fixes #6323 Fixes #6324
  486. commit 83cb44d79f9fb266d426b251a96dd7053da0187f
  487. Author: Spp <[email protected]>
  488. Date: Tue Sep 10 12:07:03 2013 +0200
  489. Core/RBAC: Move pet commands to RBAC (using individual permissions)
  490. - Pet commands moved from cs_misc.cpp to own file
  491. commit 1eee42433b429db690d1fd90513e021d9431c49e
  492. Author: Spp <[email protected]>
  493. Date: Tue Sep 10 11:45:59 2013 +0200
  494. Core/RBAC: Move group commands to RBAC (using individual permissions)
  495. - group commands moved from cs_misc.cpp to own file
  496. - renamed groupsummon to "group summon"
  497. commit f2121b12c03d90d666c08f5998262af5523e2ffc
  498. Author: Filip <[email protected]>
  499. Date: Tue Sep 10 09:04:26 2013 +0200
  500. DB/Cond: Conditions for Hodir's Horn
  501. commit ddca805378340cc18870649c38bdb4ee3fd562d9
  502. Author: Filip <[email protected]>
  503. Date: Mon Sep 9 18:53:12 2013 +0200
  504. DB/SAI: Blowing Hodir's Horn (12977)
  505. Fixes #10749
  506. commit be5cf42ec392e8526d3180e51ffaacb84e883fae
  507. Author: Shauren <[email protected]>
  508. Date: Mon Sep 9 17:44:07 2013 +0200
  509. Core/SmartAI: Fixed creatures using SAI not attacking its charmer after it breaks
  510. Closes #7601
  511. commit 79307bc884e69e9f8dd60bd5a592a2a6b0a32e4a
  512. Author: Filip <[email protected]>
  513. Date: Sun Sep 8 18:10:08 2013 +0200
  514. DB/Update: Needs null spawndist
  515. commit 688a35e25dc70b000d87f128a631262768ed7cc9
  516. Author: Filip <[email protected]>
  517. Date: Sun Sep 8 17:57:12 2013 +0200
  518. DB/SAI: Trapping the Light Fantastic (10674) & Gather the Orbs (10859)
  519. Fixes #7202
  520. Adds support for the Alliance quest also, and makes the orbs go in tandem with the horde version script.
  521. commit fcf9552934aa671840e76293764cbfe60e7732a7
  522. Author: Shauren <[email protected]>
  523. Date: Sun Sep 8 12:15:13 2013 +0200
  524. Core/SmartScripts: Fixed heap corruption in SMART_ACTION_EQUIP
  525. Closes #10739
  526. commit 7eddda990530d96fcee465fb0948cb238069a443
  527. Author: NaydSucks <[email protected]>
  528. Date: Sat Sep 7 21:22:22 2013 +0200
  529. DB/Sai: Teron Gorefiend, I am...
  530. Added horde version for the script also.
  531. commit 00f3e423a523ab306ca183f6500c56c19518ea7c
  532. Author: Filip <[email protected]>
  533. Date: Sat Sep 7 19:03:12 2013 +0200
  534. DB/Updates: AI fixups
  535. By @Aokromes, fixes #10733 #10728
  536. commit 67f7c1fde17334570c2266831e52c5027c1eb249
  537. Author: jackpoz <[email protected]>
  538. Date: Sat Sep 7 17:27:48 2013 +0200
  539. Core/Timer: Better handle system clock changes
  540. Change IntervalTimer::Reset() behavior to handle system clock changes forward and backward.
  541. This fixes IntervalTimer:.Passed() returning true till it catches up to the new time, triggering the event up to "std::numeric_limits<time_t>::max() / _interval" times.
  542. Fixes https://github.com/TrinityCore/TrinityCore/issues/5816
  543. commit e8675dd4ed7c97ea4e22d94d3981031d357d9e5f
  544. Author: Machiavelli <[email protected]>
  545. Date: Sat Sep 7 15:17:56 2013 +0100
  546. Scripts/Blood Furnace: Fix possible compile errors on old VS versions
  547. commit 9578b5f87a4aa96e120b78f410ea90e141903dd7
  548. Author: jackpoz <[email protected]>
  549. Date: Sat Sep 7 14:37:54 2013 +0200
  550. Core/Thread: Fix race condition converting time values to local time
  551. Replace thread-unsafe localtime() http://www.cplusplus.com/reference/ctime/localtime/ with thread-safe portable ACE_OS::localtime_r() .
  552. Helgrind log:
  553. Possible data race during read of size 4 at 0x6F183C0 by thread #1
  554. Locks held: none
  555. at 0x14E72E3: World::InitDailyQuestResetTime() (World.cpp:2772)
  556. by 0x14E3A01: World::SetInitialWorldSettings() (World.cpp:1790)
  557. by 0x101122A: Master::Run() (Master.cpp:164)
  558. by 0x101740C: main (Main.cpp:142)
  559. This conflicts with a previous write of size 4 by thread #2
  560. Locks held: none
  561. at 0x6C2D3BA: __tzfile_compute (tzfile.c:797)
  562. by 0x6C2D036: __tz_convert (tzset.c:627)
  563. by 0x164146C: LogMessage::getTimeStr(long) (Appender.cpp:23)
  564. by 0x1641550: LogMessage::getTimeStr() (Appender.cpp:31)
  565. by 0x1641722: Appender::write(LogMessage&) (Appender.cpp:80)
  566. by 0x1633FCE: Logger::write(LogMessage&) (Logger.cpp:83)
  567. by 0x16433D8: LogOperation::call() (LogOperation.cpp:29)
  568. by 0x16428A4: LogWorker::svc() (LogWorker.cpp:45)
  569. commit 80516db48c2e59349daf34e014415b6e512f182a
  570. Author: Aokromes <[email protected]>
  571. Date: Sat Sep 7 13:32:04 2013 +0100
  572. Core/Battlegrounds: Allow random BG winner/loser rewards to be configurable
  573. Signed-off-by: Machiavelli <[email protected]>
  574. commit 287dc307bc28cb2c759e7fa4d92b55c030408aae
  575. Merge: c3c5327 9ce70fb
  576. Author: Machiavelli <[email protected]>
  577. Date: Sat Sep 7 05:07:28 2013 -0700
  578. Merge pull request #10724 from jackpoz/guild_disband_leak
  579. Core/Guild: Fix memory leak on Guild disband
  580. commit c3c5327fbddc0a742325337bd667bcc81fd8f8ae
  581. Merge: f661200 926edaf
  582. Author: Aokromes <[email protected]>
  583. Date: Fri Sep 6 17:29:15 2013 -0700
  584. Merge pull request #10716 from Discover-/SAI_Owner_Or_Summoner
  585. Core/SAI: Make SMART_TARGET_OWNER_OR_SUMMONER also work for creatures su...
  586. commit f66120060adf15d39c7a40fa9c4e501e024a6a21
  587. Author: joschiwald <[email protected]>
  588. Date: Sat Sep 7 01:21:36 2013 +0200
  589. Scripts/Spells: drop obsolete code
  590. commit fab0f461c0ff114c3bd667a843a55e924a7dfb83
  591. Author: Vincent-Michael <[email protected]>
  592. Date: Sat Sep 7 00:16:10 2013 +0200
  593. Core/Condition: Added CONDITION_SOURCE_TYPE_PHASE_DEFINITION define for only 4.3.4 branch
  594. commit 8c70f8cb08d2fc3b38abcac25d421cdd92e25615
  595. Merge: bc1a079 3816fb4
  596. Author: Subv <[email protected]>
  597. Date: Fri Sep 6 12:51:00 2013 -0700
  598. Merge pull request #10730 from jackpoz/scoreboard_fix
  599. Core/Battleground: Fix scoreboard
  600. commit 3816fb440ff34cff5a0b82b990ac70e2db373045
  601. Author: jackpoz <[email protected]>
  602. Date: Fri Sep 6 21:49:30 2013 +0200
  603. Core/Battleground: Fix scoreboard
  604. Fix scoreboard broken in 07d793b94b60941ea08fd6170d8165994452c49c . A local variable in a loop stored data of the iterator before incrementing it.
  605. commit bc1a079b6ca2516d80f3eed5b911971b77cabce4
  606. Author: Vincent-Michael <[email protected]>
  607. Date: Fri Sep 6 21:40:04 2013 +0200
  608. Core/SAI: Fix typo (i blame germans laziness)
  609. commit e5af3e25f9c1ecc21d89dc3527a6bd651f0e7420
  610. Author: joschiwald <[email protected]>
  611. Date: Fri Sep 6 21:18:07 2013 +0200
  612. -.-
  613. commit 49e2ad73d2a36c35c69ca333a369beedec8c17c8
  614. Author: joschiwald <[email protected]>
  615. Date: Fri Sep 6 21:16:09 2013 +0200
  616. Fixed build
  617. commit 9429251e2e1bd77f10bfea77eb28c8b15c35f1eb
  618. Author: joschiwald <[email protected]>
  619. Date: Fri Sep 6 21:02:02 2013 +0200
  620. Scripts/YoggSaron: fixed rewarding loot
  621. commit adef15cd0f0b80d618fd7c0d9094f95940ab1c52
  622. Author: joschiwald <[email protected]>
  623. Date: Fri Sep 6 20:57:38 2013 +0200
  624. Core/Spells: add an other condition to SpellInfo::NeedsToBeTriggeredByCaster to correct spells with are wrongly triggered by target instead of caster
  625. - convert archavons rock shards to spellscript (now it works properly)
  626. - add a spellscript for one spell that can't be corrected by this (and delete the sai hack, now i uses the correct spell)
  627. commit 46ffea86e3f4d7ccf9c402d1b3253e6981fe3f9c
  628. Merge: 577c945 35ef163
  629. Author: Shauren <[email protected]>
  630. Date: Fri Sep 6 06:49:00 2013 -0700
  631. Merge pull request #10729 from xjose93/DebugSendOpcodeFreeze
  632. Core/Commands: Fix .debug send opcode freeze if file dont exists.
  633. commit 35ef163703164a8190473ee8eb2ece32a9565045
  634. Author: xjose93 <[email protected]>
  635. Date: Fri Sep 6 15:31:22 2013 +0200
  636. Core/Commands: Fix .debug send opcode freeze if file dont exists.
  637. commit 577c9457e332ea30e3d5500affdea95018af9eae
  638. Author: Machiavelli <[email protected]>
  639. Date: Fri Sep 6 13:55:57 2013 +0100
  640. Update DBCStructure.h
  641. commit fe8252b2e24d1c060eae987a5978b48b754f81e1
  642. Author: Shauren <[email protected]>
  643. Date: Fri Sep 6 14:31:41 2013 +0200
  644. Scripts/Commands: Check if creature entry is valid before attempting to spawn (fixes unneccessary error in logs)
  645. commit 2fc6385dba759a83b29c6ba769e36d6d14c6c05c
  646. Author: Machiavelli <[email protected]>
  647. Date: Fri Sep 6 13:30:53 2013 +0100
  648. Core/Vehicles: Add vehicle_seat_flag_unk18 (0x20000) to seat.IsUsableByOverride
  649. Exact definition still needs to be researched
  650. commit 0ca481c0a27d7ee07c0710594550d6e0037a1d75
  651. Author: Shauren <[email protected]>
  652. Date: Fri Sep 6 14:00:21 2013 +0200
  653. Core/Achievements: Converted save queries to prepared statements
  654. commit b9347dc1f7d2bbd5e6224072de3f8ded9df33348
  655. Author: Aokromes <[email protected]>
  656. Date: Fri Sep 6 11:29:46 2013 +0200
  657. DB/Misc: Fix few startup errors
  658. commit a65c0ac5769d390f5e039d272189ef0b0eee0482
  659. Merge: 458f5b9 b056bc9
  660. Author: Shauren <[email protected]>
  661. Date: Fri Sep 6 02:06:24 2013 -0700
  662. Merge pull request #10722 from jackpoz/guild_startup_crashfix
  663. Core/Guild: Fix Guild validation crash on start up
  664. commit 9ce70fb3c945e7c10c63d78d18e479a1c11b6211
  665. Author: jackpoz <[email protected]>
  666. Date: Thu Sep 5 21:51:02 2013 +0200
  667. Core/Guild: Fix memory leak on Guild disband
  668. Fix memory leak when disbanding a Guild, removed from GuildMgr but never deleted. Due to the different ways of how Guild::Disband() and Guild::DeleteMember() are called, each call to these methods has a different way to delete the Guild if empty/invalid.
  669. Valgrind log:
  670. 2,127 (240 direct, 1,887 indirect) bytes in 1 blocks are definitely lost in loss record 54 of 81
  671. at operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  672. by guild_commandscript::HandleGuildCreateCommand(ChatHandler*, char const*) (cs_guild.cpp:91)
  673. by ChatHandler::ExecuteCommandInTable(ChatCommand*, char const*, std::string const&) (Chat.cpp:339)
  674. by ChatHandler::ExecuteCommandInTable(ChatCommand*, char const*, std::string const&) (Chat.cpp:320)
  675. by ChatHandler::ParseCommands(char const*) (Chat.cpp:466)
  676. by WorldSession::HandleMessagechatOpcode(WorldPacket&) (ChatHandler.cpp:217)
  677. by WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:317)
  678. by World::UpdateSessions(unsigned int) (World.cpp:2632)
  679. by World::Update(unsigned int) (World.cpp:1989)
  680. by WorldRunnable::run() (WorldRunnable.cpp:60)
  681. by ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  682. by ACE_OS_Thread_Adapter::invoke() (in /usr/lib/libACE-6.0.3.so)
  683. commit b056bc976c15364f81f80cdfb4f545a1e727612a
  684. Author: jackpoz <[email protected]>
  685. Date: Thu Sep 5 21:10:10 2013 +0200
  686. Core/Guild: Fix Guild validation crash on start up
  687. Partially revert 58ec4e531914121144b6f852e3abf27cbb2f6fc4 and increment GuildStore iterator before validating Guilds. This is required because Guild::Validate() removes the Guild from GuildStore if invalid.
  688. Closes #8363
  689. commit 458f5b9502da9f861ba729142dd63c3a98191ece
  690. Author: Vincent-Michael <[email protected]>
  691. Date: Thu Sep 5 16:16:23 2013 +0200
  692. Core/SAI: Added SMART_ACTION_SUMMON_CREA / SMART_ACTION_SUMMON_GO log for has already summon spell
  693. commit 7ef1f0738be5a063602ec75162626da34e4ecbcf
  694. Author: joschiwald <[email protected]>
  695. Date: Thu Sep 5 00:59:22 2013 +0200
  696. Core/Battlegrounds/IoC: fix fortress teleport pads
  697. (and replace a hack with an other hack)
  698. Closes #5846
  699. Closes #7993
  700. Ref #8984
  701. commit d5d0802262637d5b32555ec453b2034b6be247b8
  702. Merge: 0e80c9e 5eff0b6
  703. Author: Nay <[email protected]>
  704. Date: Wed Sep 4 13:56:33 2013 -0700
  705. Merge pull request #10718 from jackpoz/console_fix
  706. Core/Command Line: Fix memory leak
  707. commit 5eff0b62aea32174eb32ffb5fb71534a6bf43c6f
  708. Author: jackpoz <[email protected]>
  709. Date: Wed Sep 4 21:55:10 2013 +0200
  710. Core/Command Line: Fix memory leak
  711. Fix memory leak in command line handler on platforms other than Windows. The result of readline() is supposed to be freed with free() as described at http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC24 .
  712. Valgrind log:
  713. 11 bytes in 2 blocks are definitely lost in loss record 6 of 61
  714. at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  715. by 0x4E5F6E8: xmalloc (in /lib/x86_64-linux-gnu/libreadline.so.6.2)
  716. by 0x4E4571A: readline_internal_teardown (in /lib/x86_64-linux-gnu/libreadline.so.6.2)
  717. by 0x4E46541: readline (in /lib/x86_64-linux-gnu/libreadline.so.6.2)
  718. by 0x1005284: CliRunnable::run() (CliRunnable.cpp:161)
  719. by 0x163A3DA: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  720. by 0x518C555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  721. by 0x61D7B4F: start_thread (pthread_create.c:304)
  722. by 0x6C66A7C: clone (clone.S:112)
  723. commit 0e80c9ea4867dd9c0ba2a00a771eab1bcdabd773
  724. Author: Filip <[email protected]>
  725. Date: Wed Sep 4 14:11:58 2013 +0200
  726. DB/Spawns: Spawns & AI for Corpulent Horrors
  727. commit 926edaf49dd91c8d550919f8a37b90c59011b2e0
  728. Author: Discover- <[email protected]>
  729. Date: Wed Sep 4 14:07:27 2013 +0200
  730. Tabs to spaces...
  731. commit 825cda90015d15c421990991506b403ff3c3576b
  732. Author: Filip <[email protected]>
  733. Date: Wed Sep 4 12:57:12 2013 +0200
  734. DB/SAI: A Cleansing Song AI
  735. commit e2c18bbb4e3c28ec6167d95a96df468b30ebdba4
  736. Author: Filip <[email protected]>
  737. Date: Wed Sep 4 12:23:48 2013 +0200
  738. DB/SAI: Putting Olakin Back Together Again (13220)
  739. commit 9761affc8dcc9cc54ba13bad4e1522d3b3ffda42
  740. Author: Discover- <[email protected]>
  741. Date: Wed Sep 4 09:35:21 2013 +0200
  742. Core/SAI: Make SMART_TARGET_OWNER_OR_SUMMONER also work for creatures summoned by spells
  743. commit a37f18a67a6265282470191b92fc71d173dcedff
  744. Author: Sebastian Valle <[email protected]>
  745. Date: Tue Sep 3 21:55:35 2013 -0500
  746. Core/Build: Fixed build
  747. commit 88df2ca6d4dc4e4dcc101ebf78e303b7860e59f2
  748. Author: Sebastian Valle <[email protected]>
  749. Date: Tue Sep 3 17:43:11 2013 -0500
  750. Core/Build: Updated the header files to fix the build.
  751. commit 07d793b94b60941ea08fd6170d8165994452c49c
  752. Author: Sebastian Valle <[email protected]>
  753. Date: Tue Sep 3 17:31:02 2013 -0500
  754. Core/Misc: Fixed some more issues found by static code analysis tools.
  755. commit 3ec941bacf99d94e43e9dc948b34d4591aff7af2
  756. Merge: 2cfcf9d aa8bfee
  757. Author: Subv <[email protected]>
  758. Date: Tue Sep 3 14:59:56 2013 -0700
  759. Merge pull request #10697 from Chaplain/authserver
  760. Auth/Misc: Code cleanup.
  761. commit 2cfcf9d3ef6f06fbdd5d942177b4f57de03f95d4
  762. Author: Sebastian Valle <[email protected]>
  763. Date: Tue Sep 3 16:57:59 2013 -0500
  764. Scripts/HallsOfReflection: Fixed a typo detected by static analysis tool.
  765. commit b3d5784d1f724cf0c5134a3d3e925e3da045115f
  766. Merge: 085602a 0450b74
  767. Author: Shauren <[email protected]>
  768. Date: Tue Sep 3 14:10:40 2013 -0700
  769. Merge pull request #10713 from jackpoz/movement_fix
  770. Core/Movement: Fix uninitialized MovementInfo fields
  771. commit 0450b74e9682c67f69d2c85985251d9234797a9b
  772. Author: jackpoz <[email protected]>
  773. Date: Tue Sep 3 23:05:02 2013 +0200
  774. Core/Movement: Fix uninitialized MovementInfo fields
  775. Fix uninitialized fallTime and splineElevation fields of MovementInfo.
  776. Valgrind log:
  777. Conditional jump or move depends on uninitialised value(s)
  778. at 0x5FBEB50: deflate (in /lib/x86_64-linux-gnu/libz.so.1.2.7)
  779. by 0x1269883: UpdateData::Compress(void*, unsigned int*, void*, int) (UpdateData.cpp:85)
  780. by 0x1269BB6: UpdateData::BuildPacket(WorldPacket*) (UpdateData.cpp:133)
  781. by 0x130E9B3: Trinity::VisibleNotifier::SendToSelf() (GridNotifiers.cpp:68)
  782. by 0x117A89D: Player::UpdateVisibilityForPlayer() (Player.cpp:22344)
  783. by 0x117B334: Player::SendInitialPacketsAfterAddToMap() (Player.cpp:22567)
  784. by 0x15A48BC: WorldSession::HandlePlayerLogin(LoginQueryHolder*) (CharacterHandler.cpp:937)
  785. by 0x141D04B: WorldSession::ProcessQueryCallbacks() (WorldSession.cpp:1106)
  786. by 0x141994D: WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:391)
  787. by 0x14E289C: World::UpdateSessions(unsigned int) (World.cpp:2629)
  788. by 0x14E0613: World::Update(unsigned int) (World.cpp:1986)
  789. by 0x100B37F: WorldRunnable::run() (WorldRunnable.cpp:60)
  790. Uninitialised value was created by a heap allocation
  791. at 0x4C286E7: operator new(unsigned long) (vg_replace_malloc.c:287)
  792. by 0x159E64F: void LoadHelper<Creature>(std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > const&, CoordPair<512u>&, GridRefManager<Creature>&, unsigned int&, Map*) (ObjectGridLoader.cpp:94)
  793. by 0x159DECF: ObjectGridLoader::Visit(GridRefManager<Creature>&) (ObjectGridLoader.cpp:150)
  794. by 0x159F092: void VisitorHelper<ObjectGridLoader, Creature>(ObjectGridLoader&, ContainerMapList<Creature>&) (TypeContainerVisitor.h:64)
  795. by 0x159EFF5: void VisitorHelper<ObjectGridLoader, Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > >(ObjectGridLoader&, ContainerMapList<TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > >&) (TypeContainerVisitor.h:70)
  796. commit 085602a5e052f38d38e0e8c25bd600b5ff044400
  797. Author: Filip <[email protected]>
  798. Date: Tue Sep 3 22:15:55 2013 +0200
  799. DB/SAI: Guided by Honor 11289
  800. Fixes #2263
  801. Requires spell to give quest credit, hence the issue of being unable to turn it in.
  802. commit 24f8b2b994bb22f460bf304936cfc8a57e1c1220
  803. Author: Sebastian Valle <[email protected]>
  804. Date: Tue Sep 3 15:09:37 2013 -0500
  805. Core/Misc: Fixed some more issues found by code analysis tools.
  806. commit 5b95301de51e7706ce07a5f2c185ab32decc23f7
  807. Author: Sebastian Valle <[email protected]>
  808. Date: Tue Sep 3 13:38:50 2013 -0500
  809. Core/Misc: Solved some issues found by static code analysis.
  810. commit 26373ee76633f6d3015b34fa68d3f50d4cd6819e
  811. Author: Filip <[email protected]>
  812. Date: Tue Sep 3 17:48:38 2013 +0200
  813. DB/SAI: Disclosure (12710)
  814. Fixes #7192
  815. The credit timing is very strange, it is given right at the start of the script, but that's how it is from Blizzard, so we'll stick to that.
  816. As for the areatriggers, I know I could've just simplified it and made it into an areatrigger_teleport. But the sniffs state that it is the trigger that just makes the bunnies cast the teleport spell, so we'll keep that one complicated.
  817. This is the penultimate quest of the chain, the final quest is a WIP. Any additional info would be very helpful.
  818. Regards, Kirk.
  819. commit 29b1c582e77938130a16b8cfcd93304ce941a74b
  820. Author: Filip <[email protected]>
  821. Date: Tue Sep 3 17:09:28 2013 +0200
  822. DB/Update: Spells update for Bloadted Abomination
  823. commit 0b598d3e25742a61525d62274978ae476f818c2b
  824. Author: Aokromes <[email protected]>
  825. Date: Tue Sep 3 10:35:03 2013 +0200
  826. DB/Creature: Delete 2 mobs spawned on the void
  827. commit 78c53bb032c6f1b7378ad7e6c661e3ffc4b5bc8a
  828. Author: Vincent-Michael <[email protected]>
  829. Date: Mon Sep 2 23:28:40 2013 +0200
  830. Quest/SAI: Fix quest credit for quest "Monitoring the Rift: Cleftcliff Anomaly"
  831. commit 6581ecee505b8cadb9e60f7171dd8f4a87261615
  832. Author: Filip <[email protected]>
  833. Date: Mon Sep 2 22:45:36 2013 +0200
  834. DB/SAI: Mystery of the Infinite (12470)
  835. Fixes #10510
  836. commit 5e03230f3d665b5ef7fa0804137ac711804b1cb1
  837. Author: MitchesD <[email protected]>
  838. Date: Mon Sep 2 18:55:52 2013 +0200
  839. Scripts/HallsOfStone: Sjonnir, some improvements
  840. - rewritten to BossAI
  841. - added spawn ordered by percent, according to official data
  842. Closes #10702
  843. Signed-off-by: joschiwald <[email protected]>
  844. commit aa8bfeec4fe8e818ffc530b30de39cc86d89ff0d
  845. Author: Chaplain <[email protected]>
  846. Date: Sun Sep 1 22:45:40 2013 +0300
  847. Auth/Misc: Code cleanup.
  848. *Random performance optimizations
  849. commit 3722fcb85014b9fa7c6b20cee80821aec0e42975
  850. Author: joschiwald <[email protected]>
  851. Date: Mon Sep 2 18:12:33 2013 +0200
  852. Scripts/HoL/HoS: changed some bosses to optional, doors are always open
  853. commit ab85a9507ea605889d7d0fc817739a30a092b8ef
  854. Author: Vincent-Michael <[email protected]>
  855. Date: Mon Sep 2 17:48:17 2013 +0200
  856. Core/SAI: Added SMART_ACTION_CALL_KILLEDMONSTER log for has already spell kill credit
  857. commit 9b92bc9409326fe8567fd1d1970c7742bc8350b4
  858. Author: Nay <[email protected]>
  859. Date: Mon Sep 2 16:18:55 2013 +0100
  860. Core: Fix compile with PCH enabled and warnings
  861. Few corrections to worldserver.conf
  862. commit 579f969d6a54b4fa2ea61eb718ad156d0e6dfce1
  863. Author: joschiwald <[email protected]>
  864. Date: Mon Sep 2 16:31:35 2013 +0200
  865. Scripts/HallsOfStone: reworked InstanceScript
  866. commit 79f446364c7d7a73138547fa215b25df574f7a10
  867. Author: Aokromes <[email protected]>
  868. Date: Mon Sep 2 16:29:25 2013 +0200
  869. Fix SQL typo after RBAC commits
  870. commit 0004d2e9cfb2dae4a7176762a3dad9e5a48633c9
  871. Author: Spp <[email protected]>
  872. Date: Mon Sep 2 15:11:28 2013 +0200
  873. Fix SQL typos after RBAC commits
  874. commit 28f9317698aec3eb8480e6682af3c4c65a98707c
  875. Author: Nay <[email protected]>
  876. Date: Mon Sep 2 13:25:07 2013 +0100
  877. Core/RBAC: Move cast and characters commands to RBAC (using individual permissions)
  878. commit f3487aa0e1731728383b3ef33941dd774297c600
  879. Author: Spp <[email protected]>
  880. Date: Mon Sep 2 13:19:59 2013 +0200
  881. Compile Fix (and edit of last 2 sqls to add the missing permissions)
  882. commit f68471f1420bbf15b705f4ad0d93c77fc892d047
  883. Author: Spp <[email protected]>
  884. Date: Mon Sep 2 13:01:50 2013 +0200
  885. Core/RBAC: Move message commands to RBAC (using individual permissions)
  886. commit 2d508387e5cf0910186cdb160cd58181d5715a49
  887. Author: Spp <[email protected]>
  888. Date: Mon Sep 2 12:54:51 2013 +0200
  889. Core/Commands: Move lookup commands to RBAC (using individual permissions)
  890. commit eb73684952250de21db53588add498a4f0c25604
  891. Author: Spp <[email protected]>
  892. Date: Mon Sep 2 12:25:32 2013 +0200
  893. Core/RBAC: Move list commands to RBAC (using individual permissions)
  894. commit 4219f45c8596b9c2b6ad094681f003ae09dca1bd
  895. Author: Spp <[email protected]>
  896. Date: Mon Sep 2 12:17:46 2013 +0200
  897. Core/RBAC: Move lfg commands to RBAC (using individual permissions)
  898. commit c0dfdeab1c24e9435f7aad37a7c2b50e08b0d37f
  899. Author: Spp <[email protected]>
  900. Date: Mon Sep 2 12:12:20 2013 +0200
  901. Core/RBAC: Move learn commands to RBAC (using individual permissions)
  902. commit 2625e78f8089e0bea57bbeffaf77e1b9a2c96a6b
  903. Author: Spp <[email protected]>
  904. Date: Mon Sep 2 11:58:14 2013 +0200
  905. Core/RBAC: Move instance commands to RBAC (using individual permissions)
  906. commit 08ef6bd9f8c76c0606818cb66c4754a28f185e25
  907. Author: Spp <[email protected]>
  908. Date: Mon Sep 2 11:53:22 2013 +0200
  909. Core/RBAC: Move honor commands to RBAC (using individual permissions)
  910. commit 11233dbd736f8166d8e8565915ab4712d11d7eb3
  911. Author: Spp <[email protected]>
  912. Date: Mon Sep 2 11:45:36 2013 +0200
  913. Core/RBAC: Move guild commands to RBAC (using individual permissions)
  914. commit 015eee068b4bfe9af5af461ed03abab4674c358c
  915. Author: Spp <[email protected]>
  916. Date: Mon Sep 2 11:38:41 2013 +0200
  917. Core/RBAC: Move gobject commands to RBAC (using individual permissions)
  918. commit 29c57c3447393e14079c07ee6b5fb5f07876a5c0
  919. Author: Spp <[email protected]>
  920. Date: Mon Sep 2 11:33:45 2013 +0200
  921. Core/RBAC: Move go commands to RBAC (using individual permissions)
  922. commit 1bccf67c097850dd7dccc92497e79ab0d88fd1e0
  923. Author: Spp <[email protected]>
  924. Date: Mon Sep 2 11:24:09 2013 +0200
  925. Core/RBAC: Move gm commands to RBAC (using individual permissions)
  926. commit fced8a896e2c22e95bdbf853898671f10f746277
  927. Author: Spp <[email protected]>
  928. Date: Mon Sep 2 11:20:05 2013 +0200
  929. Core/RBAC: Move event commands to RBAC (using individual permissions)
  930. commit 225691e0ae3b3efe271bd13bcb613405835a5041
  931. Author: Spp <[email protected]>
  932. Date: Mon Sep 2 11:17:15 2013 +0200
  933. Core/RBAC: Move disable commands to RBAC (using individual permissions)
  934. commit cf9d01a0f3a9ae136854529eb1e52a0a8ffb08bb
  935. Author: Spp <[email protected]>
  936. Date: Mon Sep 2 10:03:19 2013 +0200
  937. Normalize sql file names from 722a6c1
  938. commit 3e45640135bd24886e76eea393a706bc5b6a86a4
  939. Author: Spp <[email protected]>
  940. Date: Mon Sep 2 10:00:43 2013 +0200
  941. Core/RBAC: Move deserter commands to RBAC (using individual permissions)
  942. commit f53c61c93e384924e545498c605b06b1949292fc
  943. Author: Spp <[email protected]>
  944. Date: Mon Sep 2 09:54:49 2013 +0200
  945. Core/RBAC: Move debug commands to RBAC (using individual permissions)
  946. commit 33d9da5060e4402f646a6592e089133e2414e38f
  947. Author: Spp <[email protected]>
  948. Date: Mon Sep 2 09:39:35 2013 +0200
  949. Core/RBAC: Move cheat commands to RBAC (using individual permissions)
  950. commit 59667ee6069915613ca31947d539724dc4edf0a8
  951. Author: Aokromes <[email protected]>
  952. Date: Mon Sep 2 09:41:46 2013 +0200
  953. Core/Spells: move debug log into debug mode
  954. commit 69a0800cb7a6edfbffd3b007e4945dc8db5a5832
  955. Merge: 68b447b f23b5fb
  956. Author: Nay <[email protected]>
  957. Date: Sun Sep 1 15:52:57 2013 -0700
  958. Merge pull request #10696 from jackpoz/socket_race_condition
  959. Core/Socket: Fix race condition in WorldSocket
  960. commit 68b447b24c659cc13a5c49bdea641808d3884ad4
  961. Merge: 37bdc7a 722a6c1
  962. Author: Nay <[email protected]>
  963. Date: Sun Sep 1 15:52:13 2013 -0700
  964. Merge pull request #10563 from Ascathor/master
  965. Core/Account: Make account password change security variable and various changes
  966. commit 37bdc7a62b5d719f9c78d8db99837c769ce900e0
  967. Author: Vincent-Michael <[email protected]>
  968. Date: Sun Sep 1 23:33:17 2013 +0200
  969. DB/SAI: Fix quest credit for quest "Laying Waste to the Unwanted"
  970. commit f388ceb8bd662bce372b7af0a5eebd95f1f68ac9
  971. Merge: e8a566b 1417f62
  972. Author: Shauren <[email protected]>
  973. Date: Sun Sep 1 13:52:05 2013 -0700
  974. Merge pull request #10687 from jackpoz/farsight_fix
  975. Core/Spell: Fix farsight log error "Player requests non-existing seer"
  976. commit 1417f624537f2bf7a57dd8762332d0b684727aa1
  977. Author: jackpoz <[email protected]>
  978. Date: Sun Sep 1 12:50:00 2013 +0200
  979. Core/Spell: Fix farsight log error "Player requests non-existing seer"
  980. Partially revert 167ca565d044915f01ead4b189754ab1c44cc981 which wrongly used TYPEMASK_UNIT to denote Creatures and Players, so when a Player sent farsight opcode with another Player as target HandleFarSightOpcode() couldn't find the right Unit filtering by typemask TYPEMASK_SEER.
  981. commit e8a566b3b1a65629fdba9b548f991e95f30eeed1
  982. Author: Shauren <[email protected]>
  983. Date: Sun Sep 1 22:30:07 2013 +0200
  984. Core/Objects: Removed obsolete code
  985. commit 99c94f34e4e6bc2cf1f94d3cfde2e75db9710415
  986. Author: ZxBiohazardZx <[email protected]>
  987. Date: Sun Sep 1 22:00:17 2013 +0200
  988. DB/Misc: Fix startup errors & typo
  989. commit a43e97f02d1f50398c61797735a249c60e3d5c0a
  990. Author: Vincent-Michael <[email protected]>
  991. Date: Sun Sep 1 21:45:22 2013 +0200
  992. SQL: Fix fail in 7facda2002e80401ce71ab7562042293eba62ad6
  993. commit 7facda2002e80401ce71ab7562042293eba62ad6
  994. Author: ZxBiohazardZx <[email protected]>
  995. Date: Sun Sep 1 21:41:12 2013 +0200
  996. DB/Loot: make sure to update & delete the right templates, updated file!
  997. commit f23b5fb96d46cc2eac3aa069a4d1a2aa0df16117
  998. Author: jackpoz <[email protected]>
  999. Date: Sun Sep 1 21:29:59 2013 +0200
  1000. Core/Socket: Fix race condition in WorldSocket
  1001. ReactorRunnable::svc() checks the status of WorldSockets while WorldRunnable::run() updates them, causing a race condition.
  1002. Helgrind log:
  1003. Possible data race during write of size 8 at 0x49961810 by thread #9
  1004. Locks held: 1, at address 0x4367A620
  1005. at 0x51781F7: ACE_Message_Block::copy(char const*, unsigned long) (Message_Block.inl:372)
  1006. by 0x15D048F: WorldSocket::SendPacket(WorldPacket const&) (WorldSocket.cpp:180)
  1007. by 0x141C45E: WorldSession::SendPacket(WorldPacket const*) (WorldSession.cpp:223)
  1008. by 0x15C49C4: WorldSession::SendAuthResponse(unsigned char, bool, unsigned int) (AuthHandler.cpp:37)
  1009. by 0x14DA71C: World::AddSession_(WorldSession*) (World.cpp:278)
  1010. by 0x14E601E: World::UpdateSessions(unsigned int) (World.cpp:2617)
  1011. by 0x14E3E67: World::Update(unsigned int) (World.cpp:1986)
  1012. by 0x100EAFA: WorldRunnable::run() (WorldRunnable.cpp:60)
  1013. by 0x163A626: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1014. by 0x518F555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  1015. by 0x4C2B5AD: mythread_wrapper (hg_intercepts.c:219)
  1016. by 0x61DAB4F: start_thread (pthread_create.c:304)
  1017. This conflicts with a previous read of size 8 by thread #14
  1018. Locks held: none
  1019. at 0x1008414: ACE_Message_Block::length() const (Message_Block.inl:131)
  1020. by 0x15D1207: WorldSocket::Update() (WorldSocket.cpp:448)
  1021. by 0x1427CA3: ReactorRunnable::svc() (WorldSocketMgr.cpp:177)
  1022. by 0x51CBB16: ACE_Task_Base::svc_run(void*) (Task.cpp:271)
  1023. by 0x51CD3BC: ACE_Thread_Adapter::invoke_i() (Thread_Adapter.cpp:161)
  1024. by 0x51CD4D4: ACE_Thread_Adapter::invoke() (Thread_Adapter.cpp:96)
  1025. by 0x4C2B5AD: mythread_wrapper (hg_intercepts.c:219)
  1026. by 0x61DAB4F: start_thread (pthread_create.c:304)
  1027. Address 0x49961810 is 16 bytes inside a block of size 80 alloc'd
  1028. at 0x4C286BB: operator new(unsigned long, std::nothrow_t const&) (vg_replace_malloc.c:316)
  1029. by 0x15D0818: WorldSocket::open(void*) (WorldSocket.cpp:237)
  1030. by 0x1429560: ACE_Acceptor<WorldSocket, ACE_SOCK_Acceptor>::activate_svc_handler(WorldSocket*) (Acceptor.cpp:347)
  1031. by 0x142916D: ACE_Acceptor<WorldSocket, ACE_SOCK_Acceptor>::handle_input(int) (Acceptor.cpp:429)
  1032. by 0x515F48D: ACE_Dev_Poll_Reactor::dispatch_io_event(ACE_Dev_Poll_Reactor::Token_Guard&) (Dev_Poll_Reactor.inl:86)
  1033. by 0x5161653: ACE_Dev_Poll_Reactor::handle_events(ACE_Time_Value*) (Dev_Poll_Reactor.cpp:1015)
  1034. by 0x51ACCFC: ACE_Reactor::run_reactor_event_loop(ACE_Time_Value&, int (*)(ACE_Reactor*)) (Reactor.cpp:267)
  1035. by 0x1427C57: ReactorRunnable::svc() (WorldSocketMgr.cpp:170)
  1036. by 0x51CBB16: ACE_Task_Base::svc_run(void*) (Task.cpp:271)
  1037. by 0x51CD3BC: ACE_Thread_Adapter::invoke_i() (Thread_Adapter.cpp:161)
  1038. by 0x51CD4D4: ACE_Thread_Adapter::invoke() (Thread_Adapter.cpp:96)
  1039. by 0x4C2B5AD: mythread_wrapper (hg_intercepts.c:219)
  1040. commit ed38441271cce53f88f7bff51677d5b1f942be3a
  1041. Author: ZxBiohazardZx <[email protected]>
  1042. Date: Sun Sep 1 21:29:34 2013 +0200
  1043. DB/Loot: Rework skinning_loot_template definitions, removing the horrible definitions ripped from wowhead and replacing them with a proper defined set of loot
  1044. Closes #10610
  1045. commit 722a6c143ae9adbab020df4bae4495e612a677ee
  1046. Author: Ascathor <[email protected]>
  1047. Date: Thu Jul 25 01:49:04 2013 +0200
  1048. Core/Account: Make account password change security variable and various changes
  1049. Settings within worldserver.conf:
  1050. Three settings for secruity level:
  1051. 0 - None - No change to current system
  1052. 1 - Email - Always requires the email entered on registration for confirming.
  1053. 2 - RBAC - Groups applied with the RBAC role always require the email entered on registration for confirming.
  1054. RBAC default to every group. Changed some logs to make it more clear what is going on at all.
  1055. Emails may now no longer exceed 64 chars. Current email is used as regmail.
  1056. On account creation, two emails are saved. Registration email and normal email. Normal email is relevant afterwards. Registration email can be changed by console ONLY.
  1057. Includes new commands and changes to existing ones:
  1058. .account fulfills several new functions:
  1059. * Still prints GM Level.
  1060. * If account has permission, it displays the current email. This is not defaulted to any group.
  1061. * Security level is displayed. Also displays if user has RBAC perm if RBAC security mode is selected
  1062. .account email allows user to change email with sufficient confirmation
  1063. .account set sec email allows higher sec with higher sec than account to change the normal email. Registrationemail remains untouched here.
  1064. .account set sec regmail allows console to change registration email.
  1065. .pinfo now displays the registration and normal mail.
  1066. Also fixes .learn all crafts.
  1067. Closes #10558
  1068. commit 79d1b7f5439d9f8dacd49847e1e173c8b969171a
  1069. Author: Shauren <[email protected]>
  1070. Date: Sun Sep 1 20:33:52 2013 +0200
  1071. Scripts/Misc: Removed unused fields and fixed a warning about uninitialized value
  1072. commit 591b90f3ceda48846ef61b4037e4860325083f72
  1073. Author: Vincent-Michael <[email protected]>
  1074. Date: Sun Sep 1 19:57:55 2013 +0200
  1075. DB/SAI: Fix quest credit for quest "Torching Sunfury Hold"
  1076. commit 8897f805a034ab120bde8a7931a7dbd70efb335e
  1077. Author: Vincent-Michael <[email protected]>
  1078. Date: Sun Sep 1 19:48:13 2013 +0200
  1079. DB/SAI: Fix quest credit for quest "Building a Perimeter"
  1080. Note: Quest need event script
  1081. commit ff8eab2d9f65a8d6da044c8396636ea676f7dd82
  1082. Author: Vincent-Michael <[email protected]>
  1083. Date: Sun Sep 1 19:41:16 2013 +0200
  1084. DB/SAI: Fix quest credit for quest "Burn in Effigy"
  1085. Note: Quest need event script
  1086. commit cd113666902b5b0b0f09eba005a25da01946bdc9
  1087. Merge: 5826860 e1e1067
  1088. Author: Nay <[email protected]>
  1089. Date: Sun Sep 1 10:05:39 2013 -0700
  1090. Merge pull request #10694 from jackpoz/loopcounter_race_condition
  1091. Core/Thread: Fix race condition in FreezeDetectorRunnable
  1092. commit 582686090d4c5f5b0d9a59648e63ca01b2888e0f
  1093. Merge: c4bd91c 016dac9
  1094. Author: Nay <[email protected]>
  1095. Date: Sun Sep 1 10:03:45 2013 -0700
  1096. Merge pull request #10685 from Discover-/SmartAI-Target-Casting
  1097. Core/SmartAI: Add a spellid to SMART_EVENT_TARGET_CASTING. If left on 0,...
  1098. commit c4bd91ceb9d46d4811e5f0d20a7b8eb625be7848
  1099. Merge: b324646 8ba8190
  1100. Author: Nay <[email protected]>
  1101. Date: Sun Sep 1 10:03:09 2013 -0700
  1102. Merge pull request #10690 from Discover-/SmartAI-Set-Home-Pos
  1103. Core/SAI: Allow using SMART_ACTION_SET_HOME_POS with multiple target typ...
  1104. commit b324646005482402a4fab8f2094ee3c1ec8a61cf
  1105. Merge: a762df0 7d7fc7b
  1106. Author: Nay <[email protected]>
  1107. Date: Sun Sep 1 10:02:43 2013 -0700
  1108. Merge pull request #10689 from Discover-/SmartAI-Killed-Monster-Credit
  1109. Core/SAI: Also use loot recipient for SMART_ACTION_CALL_KILLEDMONSTER wh...
  1110. commit a762df0aba97a75c6061de41f8076f9f02b25dc5
  1111. Author: Nay <[email protected]>
  1112. Date: Sun Sep 1 18:01:59 2013 +0100
  1113. Core/SAI: Fix processing linked events when return is used in ProcessAction
  1114. Thanks Discover-
  1115. Closes #10688
  1116. commit 271a1011ca90f573fcc7ee7a1e15bae1149978bc
  1117. Author: Nay <[email protected]>
  1118. Date: Sun Sep 1 17:50:48 2013 +0100
  1119. Dep/G3D: Fix encoding of G3D-v8.0_hotfix8.diff
  1120. commit e1e1067d172f9b1a6ba770ca6ae53a07dbc9d56f
  1121. Author: jackpoz <[email protected]>
  1122. Date: Sun Sep 1 18:49:49 2013 +0200
  1123. Core/Thread: Fix race condition in FreezeDetectorRunnable
  1124. Fix race condition by replacing a static volatile uint32 with proper atomic thread-safe ACE_Atomic_Op<ACE_Thread_Mutex, uint32>, incremented in WorldRunnable::run() at each world loop and read in FreezeDetectorRunnable::run().
  1125. Helgrind log:
  1126. Possible data race during read of size 4 at 0x2400D54 by thread #12
  1127. Locks held: none
  1128. at 0x100FEA6: FreezeDetectorRunnable::run() (Master.cpp:106)
  1129. by 0x1637892: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1130. by 0x518F555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  1131. by 0x4C2B5AD: mythread_wrapper (hg_intercepts.c:219)
  1132. by 0x61DAB4F: start_thread (pthread_create.c:304)
  1133. by 0x6C69A7C: clone (clone.S:112)
  1134. This conflicts with a previous write of size 4 by thread #9
  1135. Locks held: none
  1136. at 0x100C23E: WorldRunnable::run() (WorldRunnable.cpp:55)
  1137. by 0x1637892: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1138. by 0x518F555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  1139. by 0x4C2B5AD: mythread_wrapper (hg_intercepts.c:219)
  1140. by 0x61DAB4F: start_thread (pthread_create.c:304)
  1141. by 0x6C69A7C: clone (clone.S:112)
  1142. commit 6f9099c0fb21b562173433b4af44198051c40941
  1143. Merge: 6b60877 a0f4177
  1144. Author: Nay <[email protected]>
  1145. Date: Sun Sep 1 09:41:45 2013 -0700
  1146. Merge pull request #10693 from Chaplain/g3d-typos
  1147. Dep/G3D: Fix a typo in Vector3int32 += operator
  1148. commit 6b60877e3e54e996fdfec01920050acf033d4c6f
  1149. Author: Shauren <[email protected]>
  1150. Date: Sun Sep 1 17:48:47 2013 +0200
  1151. Core/NetworkIO: Fixed memory leak
  1152. commit a0f4177f5d260d64710f201cca442c0348d3f7b0
  1153. Author: Chaplain <[email protected]>
  1154. Date: Sun Sep 1 18:19:57 2013 +0300
  1155. Dep/G3D: Fix a typo in Vector3int32 += operator
  1156. commit cdc71659e7e90a5b5a4933f72aece1c786dc969b
  1157. Author: Nay <[email protected]>
  1158. Date: Sun Sep 1 14:19:45 2013 +0100
  1159. DB/TrinityString: Fix an issue with non-ascii characters encoding
  1160. Thanks Warpten for the fix (always import files with mysql --default-char-set=utf8 < file)
  1161. Thanks eragon for reporting the issue and testing the fix
  1162. commit 8dfb977cc622c7c38673356b72ccb4800299890b
  1163. Author: Nay <[email protected]>
  1164. Date: Sun Sep 1 03:20:26 2013 +0100
  1165. Dep/G3D: Update Readme.txt
  1166. commit 8ba8190773328bf449881525c66add6cec3c7b71
  1167. Author: Discover- <[email protected]>
  1168. Date: Sun Sep 1 13:56:35 2013 +0200
  1169. Core/SAI: Allow using SMART_ACTION_SET_HOME_POS with multiple target types
  1170. commit 7d7fc7b66220775eb76b63a6511882e83d85c3e3
  1171. Author: Discover- <[email protected]>
  1172. Date: Sun Sep 1 13:44:08 2013 +0200
  1173. Core/SAI: Also use loot recipient for SMART_ACTION_CALL_KILLEDMONSTER when target is SMART_TARGET_SELF (used in four cases in a clean TDB which will be fixed by this)
  1174. commit e526e14d7e3300cecaee30b8ccfa366551810829
  1175. Author: joschiwald <[email protected]>
  1176. Date: Sun Sep 1 13:43:56 2013 +0200
  1177. Core/Scripts: fix build
  1178. commit 5c5b78c77c086a27f92eb74a3e6bdc6c50fa7d56
  1179. Author: joschiwald <[email protected]>
  1180. Date: Sun Sep 1 13:25:52 2013 +0200
  1181. Scripts/Ulduar: fix mark of the faceless and add missing door handling
  1182. commit 016dac995ef9b4dcf022e3944bf2089fea87dee9
  1183. Author: Discover- <[email protected]>
  1184. Date: Sun Sep 1 10:49:29 2013 +0200
  1185. Core/SmartAI: Add a spellid to SMART_EVENT_TARGET_CASTING. If left on 0, it checks for all spells (like it did without these changes)
  1186. commit 27bc3b17510a172cfa713e964eb2b6a9645cad18
  1187. Author: Vincent-Michael <[email protected]>
  1188. Date: Sun Sep 1 02:20:17 2013 +0200
  1189. Core/Creatures: Added error log for SPELL_AURA_CONTROL_VEHICLE auras in creature_addon / creature_template_addon
  1190. commit 1bbd726e88260bb2904698317cd8d665d670ac0b
  1191. Merge: 0394238 eab035e
  1192. Author: Nay <[email protected]>
  1193. Date: Sat Aug 31 22:48:01 2013 +0100
  1194. Merge branch 'master' of github.com:TrinityCore/TrinityCore
  1195. commit 0394238a294d65b5a4cdfcfac6ac2720c7e57aa0
  1196. Author: Nay <[email protected]>
  1197. Date: Sat Aug 31 22:44:10 2013 +0100
  1198. Dep/G3D: Fix a typo in Matrix4 == operator
  1199. commit eab035eca6a30fadb30a7517e929f571a85e1e75
  1200. Author: Machiavelli <[email protected]>
  1201. Date: Sat Aug 31 21:25:53 2013 +0100
  1202. Revert e6761ea2aa7897eda7dafa0b11f17c26eb60e334
  1203. commit 16fcac19912122b134cc9b953b1de0741e3347d6
  1204. Author: Nay <[email protected]>
  1205. Date: Sat Aug 31 21:02:14 2013 +0100
  1206. Core/RBAC: Move bf commands to RBAC (using individual permissions)
  1207. commit e6761ea2aa7897eda7dafa0b11f17c26eb60e334
  1208. Author: Machiavelli <[email protected]>
  1209. Date: Sat Aug 31 18:56:58 2013 +0100
  1210. Core/NetworkIO: Fix memory leak
  1211. Packet headers not being correctly deallocated.
  1212. commit 22b71244a0e9caccf7d9ab9ed770f27f6486d904
  1213. Author: Vincent-Michael <[email protected]>
  1214. Date: Sat Aug 31 19:33:14 2013 +0200
  1215. DB/Creature: Fix cords for quest "Death Comes From On High"
  1216. commit e753a47162b0417ee74b91e2ec04fe7716c16c99
  1217. Author: Vincent-Michael <[email protected]>
  1218. Date: Sat Aug 31 18:29:51 2013 +0200
  1219. DB/Sai: Fix quest credit for quest "Blessing of Incineratus"
  1220. commit 842b8077576b4ad65d55a78a8c6f47744e0c9ff4
  1221. Author: Vincent-Michael <[email protected]>
  1222. Date: Sat Aug 31 17:54:07 2013 +0200
  1223. DB/Creature: Add missing sql in 8fd1f461929d78054b72f00483ad057d0e80a238
  1224. commit 8fd1f461929d78054b72f00483ad057d0e80a238
  1225. Author: Vincent-Michael <[email protected]>
  1226. Date: Sat Aug 31 17:52:47 2013 +0200
  1227. Scripted: Fix warning
  1228. commit b1721a65ee7595b99269d01cdccd7aa6557ab099
  1229. Author: Vincent-Michael <[email protected]>
  1230. Date: Sat Aug 31 17:42:04 2013 +0200
  1231. Core/Spells: Fix quest credit for quest "Death Comes From On High"
  1232. commit ae36ddefec4f5ab6eea615ddd7a45cbdcb580b5a
  1233. Author: joschiwald <[email protected]>
  1234. Date: Sat Aug 31 16:48:37 2013 +0200
  1235. Core/Scripts: add creature_text to pet mojo
  1236. Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
  1237. commit a2ee732a38ff8c0c366a57d5942368982443d8b7
  1238. Author: Filip <[email protected]>
  1239. Date: Sat Aug 31 14:53:46 2013 +0200
  1240. DB/SAI: The Lost Mistwhisper Treasure (12575)
  1241. commit 2d93059114087dee62006875063c3e8f5417493a
  1242. Author: Nay <[email protected]>
  1243. Date: Sat Aug 31 12:45:44 2013 +0100
  1244. SQL: Fix a typo in e375c6075b214b85599
  1245. commit 1501e958767ab0cddc5d501796fdcb63bf98a87c
  1246. Author: Vincent-Michael <[email protected]>
  1247. Date: Sat Aug 31 00:03:35 2013 +0200
  1248. SQL: Fix typo in 44a317b71fd02cc6ee9ad48bc7d5328ae468db71
  1249. commit 44a317b71fd02cc6ee9ad48bc7d5328ae468db71
  1250. Author: Vincent-Michael <[email protected]>
  1251. Date: Fri Aug 30 23:58:52 2013 +0200
  1252. DB/Reputation: Move quest_repeatable_rate after quest_monthly_rate
  1253. commit 3f6296b65ebd63849f67895f7ab6280b8828da28
  1254. Merge: 7ecf4fd 4f10e6b
  1255. Author: Vincent-Michael <[email protected]>
  1256. Date: Fri Aug 30 23:09:01 2013 +0200
  1257. Merge branch 'master' of github.com:TrinityCore/TrinityCore
  1258. commit 7ecf4fdec147af7da51541aae9de4d91aff05ad6
  1259. Author: Nay <[email protected]>
  1260. Date: Sat Aug 18 21:08:21 2012 +0100
  1261. Core/Quests: Split Flags and SpecialFlags
  1262. commit 4f10e6b89ab95e76e9f0de3f8ad4b8bd4ac1de84
  1263. Author: Shauren <[email protected]>
  1264. Date: Fri Aug 30 23:02:16 2013 +0200
  1265. SQL: Fixed file name
  1266. commit 16eefd18fa942f9317b0eb22249b0e13a77622eb
  1267. Author: Shauren <[email protected]>
  1268. Date: Fri Aug 30 23:00:43 2013 +0200
  1269. Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during heroic Festergut and Rotface encounters
  1270. Closes #7641
  1271. Closes #8243
  1272. commit 157eb82ab17049d257f0bc86edb5a656c05c5ddf
  1273. Author: Filip <[email protected]>
  1274. Date: Fri Aug 30 22:57:23 2013 +0200
  1275. DB/SAI: Deeprun Rat Roundup (6661)
  1276. commit 4b5c4ab12adc91860b59302ed84d9ab977743d8a
  1277. Author: Machiavelli <[email protected]>
  1278. Date: Fri Aug 30 21:52:59 2013 +0100
  1279. Core/CharacterHandler: Some more rules for CMSG_CHAR_ENUM allowance
  1280. Thanks to @TakenBacon for heads up
  1281. commit be7d82ba8de464d0d0a817bb4adbfa81930e68d0
  1282. Author: jackpoz <[email protected]>
  1283. Date: Fri Aug 30 21:27:04 2013 +0100
  1284. Core/Maps: Fix Spline triggered assert
  1285. Fix an assert triggered by float to int32 cast overflowing to -1, now it replaces -1 with max int32 value.
  1286. Fix another assert triggered by Vector3 magnitude float overflow to max/infinity in StaticMapTree::isInLineOfSight(), in this case return false.
  1287. Both asserts can be reproduced by casting Mind Control to a NPC, tele to z: 1.0e+38 using client hack tools, move to allow the server to register the new position and stop Mind Control.
  1288. Closes #8970
  1289. Closes #10578
  1290. Closes #10355
  1291. Closes #10673
  1292. commit dd7802c0ec7e42cf6943140b86f7687eb2e730cf
  1293. Author: Filip <[email protected]>
  1294. Date: Fri Aug 30 22:17:19 2013 +0200
  1295. SQL: Rename wrong named SQL file.
  1296. commit 081ee8f5d8ac9bf73c1b54a56f5fbda2fb365609
  1297. Author: Vincent-Michael <[email protected]>
  1298. Date: Fri Aug 30 22:14:24 2013 +0200
  1299. SQL: Fix typo
  1300. commit e3f27a36fe1e40cf3fde0541329536a7f34c6fd6
  1301. Author: Machiavelli <[email protected]>
  1302. Date: Fri Aug 30 20:59:29 2013 +0100
  1303. Core/Creatures: Fix base stats calculations for some cases.
  1304. i.e. health_mod of 0.001 resulting in hp of 0 instead of 1
  1305. commit 87e105c81836b46e2a307031bf0083fcc7f75f8b
  1306. Author: Vincent-Michael <[email protected]>
  1307. Date: Fri Aug 30 20:56:41 2013 +0200
  1308. Core: Fix warning
  1309. commit 7776016106e748fee8cb3e052ec3c8e575e84a55
  1310. Author: Nay <[email protected]>
  1311. Date: Fri Aug 30 16:42:49 2013 +0100
  1312. Core/Quests: Remove CastedCreatureOrGO method
  1313. - Remove EAI's ACTION_T_CAST_EVENT and ACTION_T_CAST_EVENT_ALL
  1314. - Remove SAI's SMART_ACTION_CALL_CASTEDCREATUREORGO
  1315. - Split QUEST_TRINITY_FLAGS_KILL_OR_CAST into QUEST_TRINITY_FLAGS_KILL and QUEST_TRINITY_FLAGS_CAST
  1316. - Assign QUEST_TRINITY_FLAGS_CAST to all the quests that were using RequiredSpellCastX
  1317. - (unrelated) Fix a warning in Player.cpp
  1318. - Replace CastedCreatureOrGO usage in scripts by KilledMonsterCredit
  1319. TODO: Convert the two EAI scripts commented out in the .sql to proper SAI
  1320. Closes #10667
  1321. commit aa5bc37e9cf301b0917dc4fd319c91c13aff654d
  1322. Author: Nay <[email protected]>
  1323. Date: Fri Aug 30 16:03:37 2013 +0100
  1324. Core: Yet more warning fixes
  1325. commit 1903d4ca7dbbd74fda0ece28359a5ac4ceb9d290
  1326. Author: Nay <[email protected]>
  1327. Date: Fri Aug 30 15:44:17 2013 +0100
  1328. Core/Server: Fix a spammy warning in WorldSession and move code to .cpp
  1329. commit 9bea4fc4515b556fc69412cccc3c3f186553fe7b
  1330. Author: Spp <[email protected]>
  1331. Date: Fri Aug 30 16:26:52 2013 +0200
  1332. Core/RBAC: Move ban commands to RBAC (using individual permissions)
  1333. commit 2b69f83823af84da08be5888185b6da14742c387
  1334. Author: Spp <[email protected]>
  1335. Date: Fri Aug 30 16:14:00 2013 +0200
  1336. Core/RBAC: Move Achievements and Arena commands to RBAC (using individual permissions)
  1337. commit 109188a203d1745888596cac3bc78f1a057d934e
  1338. Author: Spp <[email protected]>
  1339. Date: Fri Aug 30 15:53:29 2013 +0200
  1340. Core/RBAC: Move account commands to RBAC (using individual permissions)
  1341. commit 17e82480703ae8f2a7780e4c1319b81b14d1c8bf
  1342. Author: Spp <[email protected]>
  1343. Date: Fri Aug 30 15:23:47 2013 +0200
  1344. Correct RBAC command names in DB
  1345. commit e0d334bc81f1ba5d43eb25bb68d0afe808bb1246
  1346. Author: Spp <[email protected]>
  1347. Date: Fri Aug 30 15:17:16 2013 +0200
  1348. Corrections to ea26928 sql files
  1349. commit d805a2dc0e02ddcc4a52d105d0d4c49499735e9b
  1350. Author: Nay <[email protected]>
  1351. Date: Fri Aug 30 14:09:21 2013 +0100
  1352. SQLS: Rename wrong named sql file
  1353. commit ea26928a99fbd0cc8ce33141b690152cfe49fe28
  1354. Author: Spp <[email protected]>
  1355. Date: Fri Aug 30 14:52:53 2013 +0200
  1356. Core/RBAC: Move RBAC commands to RBAC using individual permissions
  1357. - Use this commit as a sample on how to move commands to RBAC
  1358. commit 3232b69ff3b12441723349e2febe74f81d98cd24
  1359. Author: Spp <[email protected]>
  1360. Date: Fri Aug 30 13:47:43 2013 +0200
  1361. Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)
  1362. - Warning: This will break commands for any custom security level
  1363. commit e375c6075b214b85599cf94364674cc3bb4eea8a
  1364. Author: Filip <[email protected]>
  1365. Date: Fri Aug 30 13:38:00 2013 +0200
  1366. DB/Loot: Titanium Vein
  1367. By @dr-j fixes #10671
  1368. commit ec837b1d7dadac45b71a1833c3ed5097d5f9d91f
  1369. Merge: 213998e c3afc00
  1370. Author: Nay <[email protected]>
  1371. Date: Thu Aug 29 16:36:42 2013 -0700
  1372. Merge pull request #10666 from xjose93/SmartScripts-StartEvent
  1373. Implement SMART_ACTION_GAME_EVENT_STOP (111) and SMART_ACTION_GAME_EVENT_START (112).
  1374. commit c3afc0057161981606981d7d13d2ab19f64976ca
  1375. Author: xjose93 <[email protected]>
  1376. Date: Fri Aug 30 01:16:12 2013 +0200
  1377. Implement SMART_ACTION_GAME_EVENT_STOP (111) and SMART_ACTION_GAME_EVENT_START (112).
  1378. commit 213998e2d7ad90965ac7f305dfe92473c0de529c
  1379. Author: Machiavelli <[email protected]>
  1380. Date: Fri Aug 30 00:05:57 2013 +0100
  1381. Core/NetworkIO: Allow CMSG_CHAR_ENUM after char creation and char deletion
  1382. Perhaps these calls could be better placed but it's a matter of trial
  1383. and error to see what is most effective.
  1384. commit 9346695129a235db947047090321835900444652
  1385. Author: Machiavelli <[email protected]>
  1386. Date: Thu Aug 29 21:55:29 2013 +0100
  1387. Core: Few fixes for previous commit.
  1388. commit 59b4c3492482b7536651625f0b1ed0ef87f52e79
  1389. Author: Machiavelli <[email protected]>
  1390. Date: Thu Aug 29 16:43:37 2013 +0100
  1391. Core/NetworkIO: Generic packet spam solution
  1392. Currently regulates the usage of CMSG_CHAR_ENUM only, but can be easily
  1393. extended to detect inappropriate network behaviour by using
  1394. AntiDOS.AllowOpcode in WorldSession's handlers.
  1395. commit 3b71172e8a0fdda1da9e64f880cb184a7b617e93
  1396. Author: Nay <[email protected]>
  1397. Date: Thu Aug 29 16:01:30 2013 +0100
  1398. Core/Quests: Fix a typo in a previous commit
  1399. Closes #10664
  1400. commit 179a45d81b809782538e30ef1d0dab0f68dcaede
  1401. Author: Filip <[email protected]>
  1402. Date: Thu Aug 29 16:42:31 2013 +0200
  1403. DB/Errors: Db error fix
  1404. Fixes #10663
  1405. commit 62d1ee680b5cd7fc1053527332c3859cf621c727
  1406. Author: Nay <[email protected]>
  1407. Date: Thu Aug 29 15:36:38 2013 +0100
  1408. Core/Quests: Drop world.quest_template.RequiredSpellCastX
  1409. These were non-wdb fields that didn't have much use.
  1410. Most quests that were using these fields (not many) should still work,
  1411. however, if you find any quest that worked before and is now broken
  1412. please report it in the issue tracker and it will be promptly fixed.
  1413. commit 6c8ae75fb90a4fccd6dcb3e8a7474f08a09e320c
  1414. Author: Filip <[email protected]>
  1415. Date: Thu Aug 29 15:33:23 2013 +0200
  1416. DB/Sai: Suppression (7583)
  1417. Fixes #7377
  1418. commit 6469656fe868543f3a3f2362cea23952b41c1a4e
  1419. Author: Filip <[email protected]>
  1420. Date: Thu Aug 29 15:16:20 2013 +0200
  1421. DB/Loot: Fix Sealed Chest loot
  1422. Fix by @untaught, closes #10652
  1423. commit e23b6436c5f84aa229af92c57e0ebc5fb04ec6c6
  1424. Author: Kirkhammett <[email protected]>
  1425. Date: Thu Aug 29 14:37:29 2013 +0200
  1426. Core/Quests: Escape from Silverbrook 12308
  1427. commit c84f545708656a3448d9e69af626a20144d00e30
  1428. Author: Kirkhammett <[email protected]>
  1429. Date: Thu Aug 29 14:35:22 2013 +0200
  1430. Core/SmartAI: Add passive check for WP movement
  1431. commit 56886a8990a8441dbe9559988f872c0057855c87
  1432. Author: Filip <[email protected]>
  1433. Date: Thu Aug 29 05:31:03 2013 +0200
  1434. DB/Update: Bladespire Kegger & Getting the Bladespire Tanked
  1435. Fixes #2371
  1436. commit 0910f42001d58d1179870c51c9eb244394370194
  1437. Author: Filip <[email protected]>
  1438. Date: Thu Aug 29 03:19:55 2013 +0200
  1439. DB/SAI: Matthias Lehner
  1440. Fix up for gossip. He should also show gossip only on quest, and for both alliance and horde.
  1441. commit 76171984f1f47cc25b693ae2c412babedbfdfeea
  1442. Author: joschiwald <[email protected]>
  1443. Date: Thu Aug 29 03:08:08 2013 +0200
  1444. Scripts/Spells: fix codestyle in 48783b86067f8c2691ec5e5e94e5bbd788b9deb2
  1445. commit 48783b86067f8c2691ec5e5e94e5bbd788b9deb2
  1446. Author: Kirkhammett <[email protected]>
  1447. Date: Thu Aug 29 00:50:14 2013 +0200
  1448. Core/Quests: Fuel for the Fire (12690)
  1449. commit a9174617622a85599e8e2878f3036b35781192dd
  1450. Author: Vincent-Michael <[email protected]>
  1451. Date: Wed Aug 28 19:04:35 2013 +0200
  1452. DB/Misc: Fix startup errors
  1453. commit 4fc292cee843d56c5f40664210c443ad0f60206c
  1454. Author: joschiwald <[email protected]>
  1455. Date: Wed Aug 28 18:59:27 2013 +0200
  1456. DB/Conditions: fix startup error
  1457. commit 5eeed14c2ce04931fc1c5691ff34b65a82e40c25
  1458. Author: Rohlik <[email protected]>
  1459. Date: Wed Aug 28 16:47:50 2013 +0100
  1460. DB/Quests: Fix "I'm Not Dead Yet!"
  1461. Closes #9807
  1462. commit 75406b2c0dcf4295601529cf0aa944aad69bf645
  1463. Author: Crysicle <[email protected]>
  1464. Date: Wed Aug 28 16:39:57 2013 +0100
  1465. DB/Quests: Prepping the Speech description/progress/completion text
  1466. Closes #10607
  1467. commit 61fbe1c60caba5862a8545aaa9ba0717f882e69a
  1468. Author: Foldor <[email protected]>
  1469. Date: Wed Aug 28 16:38:30 2013 +0100
  1470. DB/Spawns: Kor'kron Reaver & Skybreaker Marine are currently missing from Dalaran's Krasus landing
  1471. Closes #10615
  1472. commit 577e3208095f28a088d3f1523fb06cf27a00de68
  1473. Author: Nay <[email protected]>
  1474. Date: Wed Aug 28 16:31:27 2013 +0100
  1475. DB/Schema: Fix typo in reputation_reward_rate.quest_repeatable_rate name
  1476. commit f5f0e6439c20d9d4a6e49cf4e470e798c0933c5a
  1477. Author: joschiwald <[email protected]>
  1478. Date: Wed Aug 28 17:11:14 2013 +0200
  1479. Scripts/UtgardeKeep/Ingvar: remove hacks and fix warning
  1480. commit 83e5168a5bed68ce00118fbeefe7979754838b48
  1481. Author: Nay <[email protected]>
  1482. Date: Wed Aug 28 15:15:14 2013 +0100
  1483. DB/Reputation: Reward 3x reputation for Sporegar on repeteable quests
  1484. Closes #5789
  1485. commit 2bd4a479a67bd5cbc99a5a1411293b258743c19f
  1486. Author: Aokromes <[email protected]>
  1487. Date: Wed Aug 28 14:51:31 2013 +0100
  1488. Core/Quests: Add repeatable quest rate to world.reputation_reward_rate
  1489. commit 3e2e2108909ac8a89dabe31b1faf7be32591cf49
  1490. Author: Spp <[email protected]>
  1491. Date: Wed Aug 28 15:44:06 2013 +0200
  1492. Core/Build: Force minimum ACE (5.8.3) and OpenSSL (1.0.0) version detection
  1493. Core/Build: Do not ignore command line cmake options: ACE_INCLUDE_DIR, ACE_LIBRARY and OPENSSL_INCLUDE_DIR
  1494. commit 7135abf3a0a2bd302774535ea53d50b2fbdde301
  1495. Merge: 78786c7 1f34284
  1496. Author: Nay <[email protected]>
  1497. Date: Tue Aug 27 23:56:34 2013 +0100
  1498. Merge branch 'master' of github.com:TrinityCore/TrinityCore
  1499. commit 78786c7b541a13fc73dfbaefc06b9d5bc05c7450
  1500. Author: Nay <[email protected]>
  1501. Date: Tue Aug 27 21:30:33 2013 +0100
  1502. Core&Scripts: Fix clang compiler warnings
  1503. commit 1f34284828465076cfaf137ff34adc781d016a86
  1504. Author: joschiwald <[email protected]>
  1505. Date: Tue Aug 27 23:50:40 2013 +0200
  1506. Scripts/UtgardeKeep: reworked InstanceScript and cleanup some boss script
  1507. commit e5dc70118abdee9499e0620fbd8df5bd6d71b137
  1508. Author: Nay <[email protected]>
  1509. Date: Tue Aug 27 19:34:03 2013 +0100
  1510. Server/Collision: Fix build on clang
  1511. commit cc14e18664f50983e52398ec02c9f6b2b770ef85
  1512. Author: Nay <[email protected]>
  1513. Date: Tue Aug 27 16:06:18 2013 +0100
  1514. Core/Misc: Fix compiler warnings
  1515. commit 19accfc3ee970146d36a832f670e774ba770feee
  1516. Author: Filip <[email protected]>
  1517. Date: Tue Aug 27 13:14:06 2013 +0200
  1518. DB: Missing declaration
  1519. commit a5ed6f6e20235df655fa5669dbc6007af555e328
  1520. Author: Filip <[email protected]>
  1521. Date: Tue Aug 27 13:11:09 2013 +0200
  1522. DB/SAI: Sabotage 12676 (part 1)
  1523. Fixes #6460
  1524. commit 56c168eef5b30e7d2c15d14b00b52162b2020a82
  1525. Author: Filip <[email protected]>
  1526. Date: Tue Aug 27 05:14:18 2013 +0200
  1527. DB/SAI: Zero Tolerance & Hazardous Materials
  1528. Use the Hand of Drakuru to kill Darmuk, player should stand from a distance.
  1529. commit a638f3d90b4a0cef6f0bafd810c3b0ff757c5c3e
  1530. Author: Filip <[email protected]>
  1531. Date: Tue Aug 27 04:56:56 2013 +0200
  1532. DB/Loot: Bosses in Shattered Halls Heroic
  1533. Fixes #10638 by @dr-j
  1534. commit b8d697477ea1ccee0969e22838f5838807cf33ad
  1535. Author: Filip <[email protected]>
  1536. Date: Mon Aug 26 20:05:43 2013 +0200
  1537. DB/Comments: Unclear comments
  1538. commit 2d15acd63bb45748c01e823bd41a1bad02a37ddf
  1539. Author: Filip <[email protected]>
  1540. Date: Mon Aug 26 19:46:26 2013 +0200
  1541. DB/SAI: It Rolls Downhill 12673
  1542. Fixes #5718
  1543. You need to have mmaps enabled if you want the delivering of the geist to look blizzlike, otherwise it will ignore the path.
  1544. commit 69a616e55d8e510a2bb482d3dcb7d312f9028931
  1545. Author: Shauren <[email protected]>
  1546. Date: Mon Aug 26 19:21:14 2013 +0200
  1547. Core/EventAI: Shut up compiler warnings
  1548. commit 2aa944caee3766885264a110de66fb2c31ac6062
  1549. Author: joschiwald <[email protected]>
  1550. Date: Mon Aug 26 18:52:29 2013 +0200
  1551. Scripts/Auchindoun: add missing InstanceScripts and cleanup some boss scripts
  1552. commit cfd1027b8805af3188a62ac803a4861f572469ee
  1553. Author: Shauren <[email protected]>
  1554. Date: Mon Aug 26 18:42:35 2013 +0200
  1555. Build fix
  1556. commit 4f44cdf2b5e2b4c5e695ea0929a51f692d8b7f2b
  1557. Author: Shauren <[email protected]>
  1558. Date: Mon Aug 26 17:38:02 2013 +0200
  1559. Core/Scripts: Fixed uninitialized variable and memory leaks
  1560. commit 664ed816dfc46a3e6be5fafa8037a8bd93feee5b
  1561. Merge: 2050a36 2a47b60
  1562. Author: Shauren <[email protected]>
  1563. Date: Mon Aug 26 08:23:44 2013 -0700
  1564. Merge pull request #10636 from jackpoz/mindvision_fix
  1565. Core/Aura: Fix SPELL_AURA_BIND_SIGHT invalid read
  1566. commit 2050a36b58ba25010bc7a786861f2c3c58aeda18
  1567. Author: Nay <[email protected]>
  1568. Date: Mon Aug 26 16:12:51 2013 +0100
  1569. SAI & Scripts: Fix unitialized values found by Valgrind
  1570. ==3064== Conditional jump or move depends on uninitialised value(s)
  1571. ==3064== at 0x19B3031: boss_skarvald_the_constructor::boss_skarvald_the_constructorAI::UpdateAI(unsigned int) (boss_skarvald_dalronn.cpp:217)
  1572. ==3064== Conditional jump or move depends on uninitialised value(s)
  1573. ==3064== at 0x19B3948: boss_dalronn_the_controller::boss_dalronn_the_controllerAI::UpdateAI(unsigned int) (boss_skarvald_dalronn.cpp:388)
  1574. ==3064== Conditional jump or move depends on uninitialised value(s)
  1575. ==3064== at 0x15E2FCC: SmartScript::ProcessAction(SmartScriptHolder&, Unit*, unsigned int, unsigned int, bool, SpellInfo const*, GameObject*) (SmartScript.cpp:144)
  1576. ==3064== Conditional jump or move depends on uninitialised value(s)
  1577. ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961)
  1578. ==3064== by 0x191D242: npc_shadron::npc_shadronAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1122)
  1579. ==3064== Conditional jump or move depends on uninitialised value(s)
  1580. ==3064== at 0x19AE913: boss_ymiron::boss_ymironAI::UpdateAI(unsigned int) (boss_ymiron.cpp:215)
  1581. ==3064== Use of uninitialised value of size 8
  1582. ...
  1583. ==3064== by 0x18A9F4A: boss_illidan_stormrage::boss_illidan_stormrageAI::Reset() (boss_illidan.cpp:1805)
  1584. ==3064== Conditional jump or move depends on uninitialised value(s)
  1585. ...
  1586. ==3064== by 0x18A9F4A: boss_illidan_stormrage::boss_illidan_stormrageAI::Reset() (boss_illidan.cpp:1805)
  1587. ==3064== Conditional jump or move depends on uninitialised value(s)
  1588. ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961)
  1589. ==3064== by 0x191CE88: npc_tenebron::npc_tenebronAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1027)
  1590. ==3064== Conditional jump or move depends on uninitialised value(s)
  1591. ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961)
  1592. ==3064== by 0x191D5B8: npc_vesperon::npc_vesperonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1220)
  1593. ==3064== Conditional jump or move depends on uninitialised value(s)
  1594. ...
  1595. ==3064== by 0x1868F59: boss_lady_vashj::boss_lady_vashjAI::Reset() (boss_lady_vashj.cpp:206)
  1596. ==3064== Conditional jump or move depends on uninitialised value(s)
  1597. ==3064== at 0x191C14C: dummy_dragonAI::MovementInform(unsigned int, unsigned int) (boss_sartharion.cpp:802)
  1598. ==3064== Conditional jump or move depends on uninitialised value(s)
  1599. ==3064== at 0x1046986: Position::NormalizeOrientation(float) (Object.h:388)
  1600. ...
  1601. ==3064== by 0x17D9463: boss_malchezaar::boss_malchezaarAI::SummonInfernal(unsigned int) (boss_prince_malchezaar.cpp:373)
  1602. commit 2a47b602d7f75e5f712086107581aca967a1cd33
  1603. Author: jackpoz <[email protected]>
  1604. Date: Mon Aug 26 16:42:25 2013 +0200
  1605. Core/Aura: Fix SPELL_AURA_BIND_SIGHT invalid read
  1606. Mind Vision has Aura Effect SPELL_AURA_BIND_SIGHT which adds the target to a special Map container i_objectsToSwitch, used to switch grid containers for target Creatures of this Aura Effect.
  1607. When the target is a Creature, when the Creature is removed from world it's added to i_objectsToSwitch and then to i_objectsToRemove, iterated in this order in Map::RemoveAllObjectsInRemoveList() so the reference in i_objectsToSwitch is valid.
  1608. When the target is a Player, when the Player logs out it's added to i_objectsToSwitch but then Map::RemovePlayerFromMap() deletes the Player, leaving an invalid reference in i_objectsToSwitch.
  1609. Since the whole point of i_objectsToSwitch is to store Creatures and since the stored references are used only if the condition "GetTypeId() == TYPEID_UNIT" is verified, it's safe to add only objects of TYPEID_UNIT type to the container.
  1610. Valgrind log:
  1611. Invalid read of size 4
  1612. at 0xC52332: Object::GetTypeId() const (Object.h:140)
  1613. by 0xF540D3: Map::RemoveAllObjectsInRemoveList() (Map.cpp:2136)
  1614. by 0xF53CD2: Map::DelayedUpdate(unsigned int) (Map.cpp:2087)
  1615. by 0xF639B1: MapManager::Update(unsigned int) (MapManager.cpp:292)
  1616. by 0x107CB40: World::Update(unsigned int) (World.cpp:2025)
  1617. by 0xBEB263: WorldRunnable::run() (WorldRunnable.cpp:60)
  1618. by 0x1213792: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1619. by 0x515EA35: ACE_OS_Thread_Adapter::invoke() (in /usr/lib/libACE-6.0.3.so)
  1620. by 0x5F19F8D: start_thread (pthread_create.c:311)
  1621. by 0x6A46E1C: clone (clone.S:113)
  1622. Address 0x401eacac is 12 bytes inside a block of size 11,736 free'd
  1623. at 0x4C2B59C: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  1624. by 0xD80239: Player::~Player() (Player.cpp:915)
  1625. by 0xF4D5A2: void Map::DeleteFromWorld<Player>(Player*) (Map.cpp:319)
  1626. by 0xF4EBBB: Map::RemovePlayerFromMap(Player*, bool) (Map.cpp:687)
  1627. by 0xFCC18D: WorldSession::LogoutPlayer(bool) (WorldSession.cpp:531)
  1628. by 0xF1EDD5: WorldSession::HandleLogoutRequestOpcode(WorldPacket&) (MiscHandler.cpp:403)
  1629. by 0xFCAE37: WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:312)
  1630. by 0x107EBC6: World::UpdateSessions(unsigned int) (World.cpp:2615)
  1631. by 0x107C94B: World::Update(unsigned int) (World.cpp:1978)
  1632. by 0xBEB263: WorldRunnable::run() (WorldRunnable.cpp:60)
  1633. by 0x1213792: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1634. by 0x515EA35: ACE_OS_Thread_Adapter::invoke() (in /usr/lib/libACE-6.0.3.so)
  1635. commit 02258e93c0bd0e86eb55bc66ee7ed9f6fd4b6f5c
  1636. Author: Filip <[email protected]>
  1637. Date: Mon Aug 26 16:15:17 2013 +0200
  1638. DB/Errors: Error fix
  1639. Fixes #10634
  1640. commit 93278328969627a17f3f516fda9f6b8c59b394da
  1641. Merge: 8eaf763 287eb26
  1642. Author: Nay <[email protected]>
  1643. Date: Mon Aug 26 05:27:31 2013 -0700
  1644. Merge pull request #10633 from jackpoz/createguild_fix
  1645. Core/Guild: Fix uninitialized value on guild creation
  1646. commit 287eb260b50765a914b5b56ef874fec4c3c91c21
  1647. Author: jackpoz <[email protected]>
  1648. Date: Mon Aug 26 14:01:19 2013 +0200
  1649. Core/Guild: Fix uninitialized value on guild creation
  1650. Fix GuildMember flags left uninitialized when creating a new guild.
  1651. Valgrind log:
  1652. Conditional jump or move depends on uninitialised value(s)
  1653. at 0xEE49CE: Guild::Member::WritePacket(WorldPacket&) const (Guild.cpp:714)
  1654. by 0xEE721E: Guild::HandleRoster(WorldSession*) (Guild.cpp:1314)
  1655. by 0xEE9EBA: Guild::SendLoginInfo(WorldSession*) (Guild.cpp:1920)
  1656. by 0xEEB689: Guild::AddMember(unsigned long, unsigned char) (Guild.cpp:2230)
  1657. by 0xEE6A09: Guild::Create(Player*, std::string const&) (Guild.cpp:1199)
  1658. by 0x12A71F9: guild_commandscript::HandleGuildCreateCommand(ChatHandler*, char const*) (cs_guild.cpp:92)
  1659. by 0xC47DBE: ChatHandler::ExecuteCommandInTable(ChatCommand*, char const*, std::string const&) (Chat.cpp:362)
  1660. by 0xC47C23: ChatHandler::ExecuteCommandInTable(ChatCommand*, char const*, std::string const&) (Chat.cpp:343)
  1661. by 0xC488C4: ChatHandler::ParseCommands(char const*) (Chat.cpp:489)
  1662. by 0x1188EE3: WorldSession::HandleMessagechatOpcode(WorldPacket&) (ChatHandler.cpp:217)
  1663. by 0xFCAE37: WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:312)
  1664. by 0x107EBC6: World::UpdateSessions(unsigned int) (World.cpp:2615)
  1665. commit 8eaf7632355cfabdc919c7b42953c8c72f1f8015
  1666. Author: Nay <[email protected]>
  1667. Date: Mon Aug 26 02:00:18 2013 +0100
  1668. Core&Tools: Fix multiple issues found by a static code coverage tool
  1669. commit a4fcbd1a36cd4e8c5e36a35cecf6f06a6c87e611
  1670. Author: Filip <[email protected]>
  1671. Date: Mon Aug 26 02:01:23 2013 +0200
  1672. DB/SAI: Ribbly Screwspigot (4136)
  1673. Fixes #6911
  1674. commit 608f9e7a544b432d7f0908cb772475b5919bc378
  1675. Author: Filip <[email protected]>
  1676. Date: Mon Aug 26 01:27:54 2013 +0200
  1677. DB/SAI: Out of Body Experience (12327)
  1678. Fixes #3084
  1679. commit 39ccd4a4604c9b73f000aa7558c58bfc81c56206
  1680. Merge: eeb2102 a3bdf90
  1681. Author: Machiavelli <[email protected]>
  1682. Date: Sun Aug 25 12:14:50 2013 -0700
  1683. Merge pull request #10624 from jackpoz/instancesavemgr
  1684. Core/Instances: Fix mutex released after being deleted
  1685. commit a3bdf90b0aa6ca99c65d0562c3d6275bb2ad8a1b
  1686. Author: jackpoz <[email protected]>
  1687. Date: Sun Aug 25 19:08:22 2013 +0200
  1688. Core/Instances: Fix mutex released after being deleted
  1689. Modify how InstanceSave is deleted so the local mutex can be released before deleting the class itself.
  1690. Valgrind log:
  1691. Invalid read of size 4
  1692. at 0x662662B: __pthread_mutex_unlock_usercnt (pthread_mutex_unlock.c:52)
  1693. by 0x55D3C55: ACE_OS::mutex_unlock(pthread_mutex_t*) (OS_NS_Thread.cpp:2335)
  1694. by 0xB20057: Player::CleanupsBeforeDelete(bool) (OS_NS_Thread.inl:3519)
  1695. by 0xD0E2FA: WorldSession::LogoutPlayer(bool) (WorldSession.cpp:527)
  1696. by 0xC66D34: WorldSession::HandleLogoutRequestOpcode(WorldPacket&) (MiscHandler.cpp:403)
  1697. by 0xD0EA82: WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:312)
  1698. by 0xD9AD66: World::UpdateSessions(unsigned int) (World.cpp:2615)
  1699. by 0xD9BEC4: World::Update(unsigned int) (World.cpp:1978)
  1700. by 0xA035E5: WorldRunnable::run() (WorldRunnable.cpp:60)
  1701. by 0xEC8D39: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:183)
  1702. by 0x55D7555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  1703. by 0x6622B4F: start_thread (pthread_create.c:304)
  1704. Address 0x1884bb08 is 56 bytes inside a block of size 104 free'd
  1705. at 0x4C279DC: operator delete(void*) (vg_replace_malloc.c:457)
  1706. by 0xC9D533: InstanceSaveManager::RemoveInstanceSave(unsigned int) (InstanceSaveMgr.cpp:159)
  1707. by 0xC9E826: InstanceSave::UnloadIfEmpty() (InstanceSaveMgr.cpp:238)
  1708. by 0xB2003E: Player::CleanupsBeforeDelete(bool) (InstanceSaveMgr.h:84)
  1709. by 0xD0E2FA: WorldSession::LogoutPlayer(bool) (WorldSession.cpp:527)
  1710. by 0xC66D34: WorldSession::HandleLogoutRequestOpcode(WorldPacket&) (MiscHandler.cpp:403)
  1711. by 0xD0EA82: WorldSession::Update(unsigned int, PacketFilter&) (WorldSession.cpp:312)
  1712. by 0xD9AD66: World::UpdateSessions(unsigned int) (World.cpp:2615)
  1713. by 0xD9BEC4: World::Update(unsigned int) (World.cpp:1978)
  1714. by 0xA035E5: WorldRunnable::run() (WorldRunnable.cpp:60)
  1715. by 0xEC8D39: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:183)
  1716. by 0x55D7555: ACE_OS_Thread_Adapter::invoke() (OS_Thread_Adapter.cpp:103)
  1717. commit eeb2102d5f5f469e9cdc9cbdb99e83455eaf97e2
  1718. Author: Filip <[email protected]>
  1719. Date: Sun Aug 25 18:48:24 2013 +0200
  1720. DB/Sai: Make cauldrons reward buffs
  1721. commit 3e2f037b2059ef75140b17750eb98655cd8438c5
  1722. Author: Nay <[email protected]>
  1723. Date: Sun Aug 25 14:27:40 2013 +0100
  1724. Core&Tools: Fix warnings and non-pch build
  1725. commit ee3d3ab1ff5589036c41c236e4fc376f11854467
  1726. Author: jackpoz <[email protected]>
  1727. Date: Sun Aug 25 14:04:17 2013 +0100
  1728. Core/Player: Fix uninitialized Player field.
  1729. m_MonthlyQuestChanged was initialized only when loading a Player from DB and left uninitialized when creating a new Player.
  1730. Valgrind log:
  1731. Conditional jump or move depends on uninitialised value(s)
  1732. at 0x1148E2A: Player::_SaveMonthlyQuestStatus(Trinity::AutoPtr<Transaction, ACE_Thread_Mutex>&) (Player.cpp:19694)
  1733. by 0x1146510: Player::SaveToDB(bool) (Player.cpp:19191)
  1734. by 0x14F5D5C: WorldSession::HandleCharCreateCallback(Trinity::AutoPtr<PreparedResultSet, ACE_Thread_Mutex>, CharacterCreateInfo*) (CharacterHandler.cpp:660)
  1735. Closes #10620
  1736. Signed-off-by: Nay <[email protected]>
  1737. commit ba22baebbd1394cc69366d7a19d879da43885430
  1738. Author: raczman <[email protected]>
  1739. Date: Sun Aug 25 14:02:40 2013 +0100
  1740. Core/Auth: Implement time-based token for user login as described in RFC 6238.
  1741. New column in account table is a base32 of token key bytes,
  1742. coincidentally it is the same format Google's Authenticator Android app uses.
  1743. If you want that to work, set system time on server correctly and use ntpd.
  1744. Closes #10527
  1745. Signed-off-by: Nay <[email protected]>
  1746. commit e96aa444b07eb6d9b96b37bcef7742ad96225fb4
  1747. Author: jackpoz <[email protected]>
  1748. Date: Sun Aug 25 13:48:55 2013 +0100
  1749. Core/Threading: Fix race condition in Thread
  1750. Increment the reference count of m_task in Thread::start() before spawning the actual Thread that will execute the task, otherwise the thread might finish, decRef the task and delete it.
  1751. Valgrind log of the issue:
  1752. Invalid read of size 8
  1753. at 0x1314CAD: ACE_Atomic_Op_GCC<long>::operator++() (Atomic_Op_GCC_T.inl:34)
  1754. by 0x15933FB: ACE_Based::Runnable::incReference() (Threading.h:36)
  1755. by 0x1592D2D: ACE_Based::Thread::start() (Threading.cpp:136)
  1756. by 0x1592C37: ACE_Based::Thread::Thread(ACE_Based::Runnable*) (Threading.cpp:111)
  1757. by 0xF6C463: Master::Run() (Master.cpp:195)
  1758. by 0xF725D0: main (Main.cpp:142)
  1759. Address 0x26137278 is 8 bytes inside a block of size 24 free'd
  1760. at 0x4C2B59C: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  1761. by 0xF67FDB: RARunnable::~RARunnable() (RARunnable.cpp:55)
  1762. by 0x1593441: ACE_Based::Runnable::decReference() (Threading.h:40)
  1763. by 0x1592E92: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186)
  1764. by 0x515EA35: ACE_OS_Thread_Adapter::invoke() (in /usr/lib/libACE-6.0.3.so)
  1765. by 0x5F19F8D: start_thread (pthread_create.c:311)
  1766. by 0x6A46E1C: clone (clone.S:113)
  1767. Closes #10619
  1768. commit 174efdf05f62ceb33fb33c9a4aa89c3890153c20
  1769. Author: Vincent-Michael <[email protected]>
  1770. Date: Sun Aug 25 02:15:08 2013 +0200
  1771. DB/Creature: Fix startup errors
  1772. commit 12973de799dde8f89b9049964e26ab63a960520a
  1773. Author: Nay <[email protected]>
  1774. Date: Sat Aug 24 22:56:29 2013 +0100
  1775. Core&Tools: Fix multiple issues found by a static code coverage tool
  1776. commit 61016dcc66eaeef26dd21d3f5cf7323809a76080
  1777. Author: Filip <[email protected]>
  1778. Date: Sat Aug 24 20:17:18 2013 +0200
  1779. DB/SAI: Cannot Reproduce (13320,13355) & Retest Now (13321,13322,13356,13357)
  1780. commit 573c919c5b278bd785d85b0e093454d494c8a169
  1781. Merge: 5a06f3c 2145973
  1782. Author: Nay <[email protected]>
  1783. Date: Sat Aug 24 09:12:49 2013 -0700
  1784. Merge pull request #10617 from jackpoz/updatemask_fix
  1785. Fix uninitialized UpdateMask field
  1786. commit 5a06f3c90c1923813a0d4f30e00fec4c90b812ea
  1787. Author: Filip <[email protected]>
  1788. Date: Sat Aug 24 18:00:46 2013 +0200
  1789. DB/SAI: The Last of Her Kind credit update
  1790. By @untaught, fixes #10254
  1791. commit 21459739c63828ae7b5a74e87cbf44703d51ce8d
  1792. Author: jackpoz <[email protected]>
  1793. Date: Sat Aug 24 17:49:14 2013 +0200
  1794. Fix uninitialized UpdateMask field
  1795. Initialized UpdateMask::_bits to NULL in all constructors.
  1796. UpdateMask(UpdateMask const& right) constructor sets the field count with SetCount() method before any field initialization. This means that SetCount() will call delete[] on the uninitialized _bits pointer field, leading to undefined behavior.
  1797. commit adaf5b3d48d9a56da9f6dbac15d15da63bf6ef77
  1798. Author: Filip <[email protected]>
  1799. Date: Sat Aug 24 17:37:00 2013 +0200
  1800. DB/Conditions: Awakening Rod
  1801. commit 58e6503eef9245c937004a362ab767444e9f046d
  1802. Author: Nay <[email protected]>
  1803. Date: Sat Aug 24 15:45:00 2013 +0100
  1804. Core/Settings: Fix build in non cpp11 compilers
  1805. std::string back() was only introduced in C++11, a pity..
  1806. commit 4d098b0871f027f687e9f709bf9cdc8673739e72
  1807. Author: Filip <[email protected]>
  1808. Date: Sat Aug 24 16:34:23 2013 +0200
  1809. [DB/SAI] Sleeping Giants (11432 & 11433)
  1810. commit cc3055f344bee00fc3b0bc268c9b9cdac9ff3dda
  1811. Author: Nay <[email protected]>
  1812. Date: Sat Aug 24 14:29:46 2013 +0100
  1813. Core/Settings: Fix a crash if worldserver.conf DataDir setting is empty
  1814. commit 0d5181af4dee0f76aebd775ce80e41c0eea406b3
  1815. Merge: a0a377a 77f1d3a
  1816. Author: Nay <[email protected]>
  1817. Date: Fri Aug 23 17:57:21 2013 -0700
  1818. Merge pull request #10559 from Discover-/Taxi-Benchmarking
  1819. Core/Misc: Implement CMSG_SET_TAXI_BENCHMARK_MODE to toggle PLAYER_FLAGS...
  1820. commit a0a377a0cec135a377d431c24291c7c5092708ab
  1821. Author: Nay <[email protected]>
  1822. Date: Sat Aug 24 01:54:37 2013 +0100
  1823. Scripts: Fix two issues found by Valgrind
  1824. ==3400== Invalid write of size 8
  1825. ==3400== at 0x1241C32: instance_ahnkahet::GetInstanceScript(InstanceMap*) const (instance_ahnkahet.cpp:54)
  1826. ...
  1827. ==3400== Conditional jump or move depends on uninitialised value(s)
  1828. ==3400== at 0xB5DEAE: std::tr1::_Hashtable<unsigned long, std::pair<unsigned long const, Creature*>, std::allocator<std::pair<unsigned long const, Creature*> >, std::_Select1st<std::pair<unsigned long const, Creature*> >, std::equal_to<unsigned long>, std::tr1::hash<unsigned long>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>::_M_find_node(std::tr1::__detail::_Hash_node<std::pair<unsigned long const, Creature*>, false>*, unsigned long const&, unsigned long) const (hashtable.h:830)
  1829. ==3400== by 0xBDA4CA: std::tr1::_Hashtable<unsigned long, std::pair<unsigned long const, Creature*>, std::allocator<std::pair<unsigned long const, Creature*> >, std::_Select1st<std::pair<unsigned long const, Creature*> >, std::equal_to<unsigned long>, std::tr1::hash<unsigned long>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>::find(unsigned long const&) (hashtable.h:698)
  1830. ==3400== by 0xBDA5BF: HashMapHolder<Creature>::Find(unsigned long) (ObjectAccessor.h:67)
  1831. ==3400== by 0xCB5C03: Map::GetCreature(unsigned long) (ObjectAccessor.h:114)
  1832. ==3400== by 0xB6E6EF: Unit::GetCreature(WorldObject&, unsigned long) (Unit.cpp:13023)
  1833. ==3400== by 0x10F0790: boss_hydross_the_unstable::boss_hydross_the_unstableAI::Reset() (boss_hydross_the_unstable.cpp:164)
  1834. commit 556c478e682ed7594bdf2966d3683e517da73779
  1835. Author: Nay <[email protected]>
  1836. Date: Fri Aug 23 20:42:22 2013 +0100
  1837. Tools: Fix compiler warnings
  1838. commit 95bdde84d99cf77f225191ce85c8f5fe46d43379
  1839. Author: Filip <[email protected]>
  1840. Date: Fri Aug 23 20:00:55 2013 +0200
  1841. [DB/Errors] Really fix a few more errors.
  1842. commit da693bbc8158b964f8b49ff35837a38b25f977cf
  1843. Author: Shauren <[email protected]>
  1844. Date: Fri Aug 23 18:45:17 2013 +0200
  1845. Scripts/Halls of Reflection: Fixed accessing uninitialized memory
  1846. commit 04707b1287ecb71843f03636912d398089fa89b0
  1847. Author: Filip <[email protected]>
  1848. Date: Fri Aug 23 18:11:11 2013 +0200
  1849. [DB/Errors] Fix a few DB errors.
  1850. commit b5362c5c458cd09823b8776efa7689586071d57f
  1851. Author: Aokromes <[email protected]>
  1852. Date: Fri Aug 23 14:47:38 2013 +0200
  1853. Script/Ahnkahet: Fix warning
  1854. commit 97a9b7695a2bd82686114285e3ee267b1407650c
  1855. Author: Filip <[email protected]>
  1856. Date: Thu Aug 22 16:59:56 2013 +0200
  1857. [DB/SAI]: I've Got a Flying Machine! (11390)
  1858. Fixes #6609
  1859. commit ce7ac33a42ff9e793cf60a14f2602e26502bc12b
  1860. Author: Filip <[email protected]>
  1861. Date: Thu Aug 22 15:53:31 2013 +0200
  1862. [DB/SAI] Vile Like Fire!
  1863. Fixes #6524
  1864. commit 99081bcf5407e1a07c5c297565e3182b94f4f077
  1865. Merge: 8e83374 dc86e87
  1866. Author: joschiwald <[email protected]>
  1867. Date: Thu Aug 22 13:48:47 2013 +0200
  1868. Merge branch 'master' of github.com:TrinityCore/TrinityCore
  1869. commit 8e833743d410e1d9d1fb44dc60df9ef1ef86e661
  1870. Author: joschiwald <[email protected]>
  1871. Date: Thu Aug 22 13:47:54 2013 +0200
  1872. Scripts/GruulsLair: reworked InstanceScript
  1873. Known Issue: position desynch after creature respawn
  1874. commit dc86e87f2577e170b83e52a88c0daafc04f996ca
  1875. Author: Vincent-Michael <[email protected]>
  1876. Date: Wed Aug 21 19:57:47 2013 +0200
  1877. Scripted/ShadeOfAkama: Some cleanups
  1878. commit a383885f5c39ae85b2796c8f098f9ed03b152360
  1879. Author: joschiwald <[email protected]>
  1880. Date: Wed Aug 21 19:43:46 2013 +0200
  1881. Scripts/AhnKahet: reworked InstanceScript
  1882. commit 1e89ae1960affb23ea5f120b0e7287c705323480
  1883. Author: Vincent-Michael <[email protected]>
  1884. Date: Wed Aug 21 18:46:52 2013 +0200
  1885. Core: Fix warnings and random changes
  1886. commit 62c7e309eedfb13ced4bede74ae0c84deb9f27c5
  1887. Author: joschiwald <[email protected]>
  1888. Date: Wed Aug 21 12:29:28 2013 +0200
  1889. Scripts/BlackTemple: reworked InstanceScript
  1890. commit 7a14e366ac9bff8d5c56c70b56a319d906daa1e0
  1891. Author: joschiwald <[email protected]>
  1892. Date: Tue Aug 20 23:05:00 2013 +0200
  1893. Scripts/AzjolNerub: reworked InstanceScript
  1894. commit 296da5df1215692435cb6488212ca8cbf6e39925
  1895. Author: Shauren <[email protected]>
  1896. Date: Tue Aug 20 21:16:54 2013 +0200
  1897. Core/Commands: Improved debug moveflags to also send associated opcodes
  1898. commit 7e3a52bb42a6f1a7882440fce575f82b9d0fe6ec
  1899. Author: joschiwald <[email protected]>
  1900. Date: Tue Aug 20 18:11:41 2013 +0200
  1901. Scripts/HallsOfLightning: reworked InstanceScript
  1902. commit d74b8f0a1a4c72506d5a287334b6e7ae663da8ac
  1903. Author: Filip <[email protected]>
  1904. Date: Tue Aug 20 00:46:56 2013 +0200
  1905. DB: Fixup for last file name
  1906. commit 75cc4e7b257a0b40b3e83590bf49a1b337aae9fb
  1907. Author: Shauren <[email protected]>
  1908. Date: Tue Aug 20 00:43:03 2013 +0200
  1909. Core/Auras
  1910. * Fixed unsafe removal of charm auras, it is now safe to remove them inside AI hooks
  1911. * Fixes crash in SmartAI::EnterEvadeMode
  1912. Closes #8679
  1913. commit 8ae88954aa8960adbf58b7ccecff5b740c8bdcbe
  1914. Author: Shauren <[email protected]>
  1915. Date: Tue Aug 20 00:31:05 2013 +0200
  1916. Delete 2013_08_19_02_world_sai.sql
  1917. Removed file which broke the repo (tab in name)
  1918. commit 651285173d0618172062efaf7c297f3ac8a02bd4
  1919. Author: Filip <[email protected]>
  1920. Date: Mon Aug 19 23:46:39 2013 +0200
  1921. [DB/MISC]: To Rule The Skies (23061) & Onyx Scales
  1922. commit 44485a74ade53bd9733b662ef5b59e1b833f44d5
  1923. Author: Shauren <[email protected]>
  1924. Date: Mon Aug 19 22:15:39 2013 +0200
  1925. Scripts/Icecrown Citadel: Fixed Ice Tomb targeting tanks in phase 3 in Sindragosa encounter
  1926. Closes #8778
  1927. commit e0f010b310d6d7c8ca3c696f941f17312bf3c01d
  1928. Author: joschiwald <[email protected]>
  1929. Date: Mon Aug 19 20:03:06 2013 +0200
  1930. Scripts: Random script fixes and code optimizations
  1931. commit 7679145da52c1302fcbc434a6b3710f41f9303a8
  1932. Author: Vincent-Michael <[email protected]>
  1933. Date: Mon Aug 19 15:04:45 2013 +0200
  1934. Core: Fix warning
  1935. commit dedeb5f9eb5f4c3a888e1dc2146b96c66bf5637f
  1936. Author: QAston <[email protected]>
  1937. Date: Mon Aug 19 14:42:04 2013 +0200
  1938. Fix build with gcc. Thanks to McBitter for testing.
  1939. commit 5ec04483cb1882d6f17f74752dd668b3051476b7
  1940. Author: Filip <[email protected]>
  1941. Date: Mon Aug 19 01:17:14 2013 +0200
  1942. [DB/SAI] Rejek: First Blood
  1943. Fixes #6113
  1944. commit 0513d9c8d007eab717b1658a1d87a383caa27c9a
  1945. Author: QAston <[email protected]>
  1946. Date: Sun Aug 18 20:29:16 2013 +0200
  1947. Core: Fix warnings. Make callback symbols local.
  1948. commit ff3ff68704dfaa77fd8428853a4ca4a81c17f7bc
  1949. Author: Vincent-Michael <[email protected]>
  1950. Date: Sun Aug 18 20:11:24 2013 +0200
  1951. Update rename for openssl changes
  1952. commit 19343ddd557fd03aecf7a19d310f46c62a8f336f
  1953. Author: QAston <[email protected]>
  1954. Date: Sun Aug 18 17:43:24 2013 +0200
  1955. Fix crashed caused by using openssl from multiple threads simultanously.
  1956. Note that this doesn't make BigNumber class threadsafe - it never was that way.
  1957. commit 2a3370929d4eeb22fbe9b03806fedcb28886d310
  1958. Author: QAston <[email protected]>
  1959. Date: Sun Aug 18 16:06:29 2013 +0200
  1960. Fix BigNumber::AsByteArray function by returning Auto_Ptr.
  1961. Remove mutex from BigNumber class - it didn't do what it was advertised to do - consider using the "locked" array outside of the function in which it was "locked".
  1962. commit 8160633e12a5596a3a608cdc87ee9d51a78720c8
  1963. Author: QAston <[email protected]>
  1964. Date: Sun Aug 18 15:15:40 2013 +0200
  1965. Core: Fix a bug in BigNumber::SetBinary
  1966. commit 10fb50ad66a3e2c23261926c2f234ac334055a22
  1967. Author: QAston <[email protected]>
  1968. Date: Sun Aug 18 15:15:02 2013 +0200
  1969. Core: Fix a bug in BigNumber::SetQword
  1970. commit 6a55395e4f1ee9c8fb652cb85320b60286db1942
  1971. Author: Shauren <[email protected]>
  1972. Date: Sun Aug 18 15:23:39 2013 +0200
  1973. Core/Players: Do not add banned characters to _legitCharacters container
  1974. commit 9eb01d63bd4cd3c2c297db4bcf1899debba0ee49
  1975. Author: Vincent-Michael <[email protected]>
  1976. Date: Sun Aug 18 13:54:20 2013 +0200
  1977. Core: Fix warnings
  1978. commit 7dbf68cbfc36a819f1e259128a71cc7ce0517540
  1979. Author: Vincent-Michael <[email protected]>
  1980. Date: Sun Aug 18 02:06:49 2013 +0200
  1981. Scripted/Misc: Remove some whitespace
  1982. commit 2b19ba1879cbdb121abe99f8d1060628a0c7243f
  1983. Author: joschiwald <[email protected]>
  1984. Date: Sun Aug 18 01:41:10 2013 +0200
  1985. Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some cosmetic changes
  1986. commit c32dbd1432b28206fee430da7e9f77d6053730fc
  1987. Author: Vincent-Michael <[email protected]>
  1988. Date: Sun Aug 18 00:55:22 2013 +0200
  1989. Core/Spells: Fix hunter T7 4P Bonus
  1990. Closes #8320
  1991. commit da1e466bd5bf2e4f0778a9bfb6b60ae66e1a6ada
  1992. Author: Vincent-Michael <[email protected]>
  1993. Date: Sat Aug 17 23:46:36 2013 +0200
  1994. Core/Misc: Implemented GetObjectScale function
  1995. commit 865353e4a61d7dc7c57f4fa699bf652e83286f4c
  1996. Author: Filip <[email protected]>
  1997. Date: Sat Aug 17 23:28:32 2013 +0200
  1998. [DB/MISC] Spawn entry for TEMP Blackhoof Village Windmill
  1999. commit 6a7ac8cef914c833d77d9aaf760f2754b9af276f
  2000. Author: WishToDie <[email protected]>
  2001. Date: Sun Aug 18 00:05:02 2013 +0300
  2002. Fix typo in commit 7c7f19228e7a562f225c717215fd34dfcaf5b35a
  2003. commit 1ad954e215faa04784806a01774a70900439e952
  2004. Author: w1sht0l1v3 <[email protected]>
  2005. Date: Sat Aug 17 19:14:48 2013 +0300
  2006. Core/Scripts: Placeholders for instances Maraudon and Dire Maul.
  2007. It is needed for Random Dungeon Finder credit.
  2008. commit 7c7f19228e7a562f225c717215fd34dfcaf5b35a
  2009. Author: w1sht0l1v3 <[email protected]>
  2010. Date: Sat Aug 17 17:50:33 2013 +0300
  2011. Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.
  2012. It is needed for Random Dungeon Finder credit.
  2013. commit 08133c7fef8755cfd5d0b020cb3a89a75294b54b
  2014. Author: Filip <[email protected]>
  2015. Date: Sat Aug 17 14:31:31 2013 +0200
  2016. [DB/MISC] Appropriate GO id
  2017. commit 0333d22fe9454cf9382bdb81bf60b64e46abc72f
  2018. Author: w1sht0l1v3 <[email protected]>
  2019. Date: Sat Aug 17 15:25:09 2013 +0300
  2020. Core/Scripts: Placeholder for instance Ragefire Chasm.
  2021. It is needed for Random Dungeon Finder credit.
  2022. commit 77f1d3a328bde763b7acdb7573087610d2482712
  2023. Author: Discover- <[email protected]>
  2024. Date: Sat Aug 17 14:17:38 2013 +0200
  2025. Core/Misc: Implement CMSG_SET_TAXI_BENCHMARK_MODE to toggle PLAYER_FLAGS_TAXI_BENCHMARK based on arguments. To enable/disable this, call '/script SetTaxiBenchmarkMode(1)' (1 = on, 0 = off). Basically debugs the taxi flight and outputs min, max and avg FPS during flight. Automatically toggled off when flight ends.
  2026. commit 7b9f34afc5fc5be53e71c40ef85e0f55824c60f7
  2027. Author: w1sht0l1v3 <[email protected]>
  2028. Date: Sat Aug 17 14:59:49 2013 +0300
  2029. Core/Scripts: Placeholder for instance The Stockade.
  2030. It is needed for Random Dungeon Finder credit.
  2031. Correct entry for last encounter in the instance.
  2032. commit c45e665c860e1c555d0e081f8bb1b4ee0c160c72
  2033. Author: joschiwald <[email protected]>
  2034. Date: Sat Aug 17 00:47:44 2013 +0200
  2035. Core/Spells: move spell resistance calculation into separate function (and some cosmetic changes)
  2036. Ref #7254
  2037. commit 918427dcb1635bc1d2c254682c60f1472f330cec
  2038. Author: Filip <[email protected]>
  2039. Date: Fri Aug 16 22:45:23 2013 +0200
  2040. [DB/SAI]: Unleash the Raptors (11147)
  2041. Fixes #9728
  2042. commit 724f843d551638bd8e0b2fbe606583454837aff9
  2043. Merge: a4f7f43 5a7fb5a
  2044. Author: Filip <[email protected]>
  2045. Date: Fri Aug 16 13:40:16 2013 -0700
  2046. Merge pull request #10553 from MitchesD/creature_addon
  2047. DB/Creature: Add missing creature_addon
  2048. commit 5a7fb5a6cf0075ee08a0b1939d3bbec0cc322926
  2049. Author: MitchesD <[email protected]>
  2050. Date: Fri Aug 16 22:12:34 2013 +0200
  2051. DB/Creature: Add missing creature_addon
  2052. commit a4f7f4331908bb0a7a8dbc4ce5fae0b9def9c165
  2053. Author: Filip <[email protected]>
  2054. Date: Fri Aug 16 21:33:39 2013 +0200
  2055. DB Error fixes.
  2056. commit 99a3df6e205594a87b07b47b03f247ea212bc96b
  2057. Author: Filip <[email protected]>
  2058. Date: Fri Aug 16 16:13:53 2013 +0200
  2059. [DB/SAI]: Digging Through Bones (10922)
  2060. Fixes #3231
  2061. commit 90dcb2a4480ed9aa52a29d7b5e693738bff324d7
  2062. Author: MitchesD <[email protected]>
  2063. Date: Fri Aug 16 14:34:42 2013 +0200
  2064. Scripts/DrakTharonKeep: update Tharon'Ja
  2065. - update Tharon Ja to BossAI
  2066. - update one creature - cosmetic npc
  2067. Closes #10524
  2068. commit c81c198d4c883ed15a83de25d6972fe0ab857b27
  2069. Author: betagan <[email protected]>
  2070. Date: Fri Aug 16 02:50:10 2013 +0200
  2071. Core/Spells: Fix deathknight gladiator glove bonus
  2072. Closes #512
  2073. commit 4d260a54aebbdabdb9982e297d1e5086f8a68fa9
  2074. Author: Shauren <[email protected]>
  2075. Date: Thu Aug 15 16:39:31 2013 +0200
  2076. Core/Spells: Fixed warrior T10 4p dps bonus
  2077. Closes #493
  2078. commit a647d3590c91816272b94a1c9d31dcfe378e22a2
  2079. Author: Shauren <[email protected]>
  2080. Date: Thu Aug 15 16:38:35 2013 +0200
  2081. Core/Spells: Fixed Execute rolling for procs twice
  2082. commit c52f9aa3157bddc7dffb67ac03b3bfdf7977c55c
  2083. Author: Shauren <[email protected]>
  2084. Date: Thu Aug 15 16:37:18 2013 +0200
  2085. Core/Spells: Refactored SpellInfo::CalcCastTime() to prevent accidental mod charge losses caused by its incorrect usage
  2086. commit d1bb6da668c15e6b359c7b1ef0287d1004fcbe58
  2087. Author: Shauren <[email protected]>
  2088. Date: Thu Aug 15 16:34:57 2013 +0200
  2089. Core/Spells: Fixed cast time mods using two charges on every cast
  2090. commit 2ac6380202ca38da318d5f147d0e33fddea9488e
  2091. Author: Shauren <[email protected]>
  2092. Date: Thu Aug 15 16:32:22 2013 +0200
  2093. Core/Auras: Allow preventing whole aura proc default handler from script hooks, just how it is possible for separate effects
  2094. commit 0e966c11e25a403fd33ab5a4c2a12f329e635237
  2095. Author: Vincent-Michael <[email protected]>
  2096. Date: Thu Aug 15 16:21:31 2013 +0200
  2097. SQL: Add missing newline in 5890f95f7cd7a885b667fe9b5da2dceea22b9b81
  2098. commit 43c218ad21b669be9c35b5c7a81b44613726d768
  2099. Author: Kirkhammett <[email protected]>
  2100. Date: Thu Aug 15 15:59:18 2013 +0200
  2101. [DB/SAI]: Lumber Hack (12050)
  2102. commit e0e236967b808f830febf755eb7c0470823ae2b7
  2103. Author: Kirkhammett <[email protected]>
  2104. Date: Thu Aug 15 15:56:44 2013 +0200
  2105. Revert "Lumber Hack (12050)"
  2106. This reverts commit 40ec7f7979cd65fccc6fe74c056688da4c4d47ce.
  2107. commit 40ec7f7979cd65fccc6fe74c056688da4c4d47ce
  2108. Author: Kirkhammett <[email protected]>
  2109. Date: Thu Aug 15 15:55:19 2013 +0200
  2110. Lumber Hack (12050)
  2111. Fixes #4560
  2112. commit a0ff0233c59a4c12c229a0d02d728819b18c7ed0
  2113. Author: Discover- <[email protected]>
  2114. Date: Thu Aug 15 01:22:22 2013 +0100
  2115. Core/SmartAI: Implement SMART_TARGET_CLOSEST_FRIENDLY.
  2116. Parameter is distance to search for.
  2117. Closes #10521
  2118. commit 8c961687a00970eb7c3f347262e56f0e9a58cf83
  2119. Author: Discover- <[email protected]>
  2120. Date: Thu Aug 15 01:18:10 2013 +0100
  2121. Core/SmartAI: Implement SMART_EVENT_FRIENDLY_HEALTH_PCT.
  2122. On current clean TDB, there are a total of 106 creatures using
  2123. SMART_EVENT_FRIENDLY_HEALTH (non-PCT) which has a flat first parameter, but
  2124. only 8 of these use the event correctly (and therefore only 8 of them
  2125. actually work).
  2126. Closes #10520
  2127. commit 22d07db886f0bdc42fdffeeef66f5282097f9d0f
  2128. Author: ZxBiohazardZx <[email protected]>
  2129. Date: Thu Aug 15 01:03:59 2013 +0200
  2130. DB/commit: the mining is also useable for 434, thus removed the _335 tag
  2131. commit 65e345dab79101e593928777dea01de3e3b50afc
  2132. Author: Vincent-Michael <[email protected]>
  2133. Date: Wed Aug 14 20:20:02 2013 +0200
  2134. DB/Gameobject: Spawn or respawn missing or bad spawned gameobjects "Coldwind Tree" / "Poster Knife"
  2135. commit 73f7c1118d17c72b12db76ea80fda30dcf5b8975
  2136. Author: joschiwald <[email protected]>
  2137. Date: Wed Aug 14 18:22:28 2013 +0200
  2138. Core/Spells: implemented SPELL_ATTR0_CU_TRIGGERED_BY_CASTER to correct some triggered spells, which will wrongly triggered by target instead of caster
  2139. Closes #1972
  2140. commit 73be61bb838935ea632dde00640f14442b5342ca
  2141. Author: Vincent-Michael <[email protected]>
  2142. Date: Wed Aug 14 17:25:26 2013 +0200
  2143. SQL: Fix import error
  2144. commit fa10737861a891ac8e4942a2fe693f50b38dea40
  2145. Author: ZxBiohazardZx <[email protected]>
  2146. Date: Wed Aug 14 17:11:17 2013 +0200
  2147. DB/Loot: while at it also did the mining veins
  2148. commit 5890f95f7cd7a885b667fe9b5da2dceea22b9b81
  2149. Author: ZxBiohazardZx <[email protected]>
  2150. Date: Wed Aug 14 16:11:22 2013 +0200
  2151. DB/Loot: Fix some horrible loot definitions for Herbalism, reworked ALL Herbs
  2152. commit e87402dd05680b9d1ae40c8672babe23f4613989
  2153. Author: joschiwald <[email protected]>
  2154. Date: Wed Aug 14 15:45:36 2013 +0200
  2155. Core/Spells:
  2156. - corrected structure of SMSG_PET_CAST_FAILED (fixes highlighted action buttons)
  2157. - simplified spell focus check
  2158. commit 783021a8cb124533db1fb5cbfccd4f250720a78c
  2159. Author: Machiavelli <[email protected]>
  2160. Date: Tue Aug 13 14:47:45 2013 +0200
  2161. Fix non-pch compile
  2162. commit dd171f6070d6c54e54d973bdc20de7dd23fe62a7
  2163. Author: Vincent-Michael <[email protected]>
  2164. Date: Mon Aug 12 21:56:39 2013 +0200
  2165. Core/Vehicle: Fix spell focus check for vehicle caster
  2166. commit faa2ec9732f8ac22e9e62087bd7199c739607bc9
  2167. Author: Kirkhammett <[email protected]>
  2168. Date: Mon Aug 12 14:06:48 2013 +0100
  2169. Core/SAI: Additions to d0bde02b21241773c908c18ad
  2170. Signed-off-by: Nay <[email protected]>
  2171. commit 147c7d5243aa6282581389053ba39eb833bb4a0a
  2172. Author: Vincent-Michael <[email protected]>
  2173. Date: Mon Aug 12 13:03:11 2013 +0200
  2174. Core/Spells: Fix Rogue T10 4P bonus
  2175. Closes #4153
  2176. commit de27cfd10243e266bc2dd275c6d1653258ebd6fb
  2177. Author: joschiwald <[email protected]>
  2178. Date: Mon Aug 12 01:54:15 2013 +0200
  2179. DB/Spells: Fix Rune Strike
  2180. Closes #6514
  2181. commit c18b347c61dc13c11e81db60cc7cd736fe5ef5d6
  2182. Author: Vincent-Michael <[email protected]>
  2183. Date: Mon Aug 12 01:31:28 2013 +0200
  2184. Core/Battleground: Small code optimization
  2185. commit ca78aff37f8ef9ef9a68bebafbe6375048557a8e
  2186. Author: Vincent-Michael <[email protected]>
  2187. Date: Sun Aug 11 21:15:21 2013 +0200
  2188. SQL: Fix import error
  2189. commit d394d380c63df61d0ca15b7ed3d00b83404748e8
  2190. Author: Vincent-Michael <[email protected]>
  2191. Date: Sun Aug 11 21:13:07 2013 +0200
  2192. DB/Misc: Fix startup error wit eai
  2193. commit 5ebe71712f3a9cb85f9f1c2c5d7ee2ea04987336
  2194. Author: Nay <[email protected]>
  2195. Date: Sun Aug 11 16:50:14 2013 +0100
  2196. Dependencies/bzip: Remove bzip2.c and bzip2recover.c, they are not required
  2197. Fixes "warning LNK4006: _main already defined in bzip2recover.obj; second definition ignored"
  2198. commit 4c64e407b78334bace10b1aaaa8bc6ad44d4f908
  2199. Author: Vincent-Michael <[email protected]>
  2200. Date: Sun Jul 21 01:52:15 2013 +0200
  2201. Core/Spells: Convert hunter "Improved Mend Pet" in spell script
  2202. Closes #5597
  2203. Closes #9006
  2204. Closes #10346
  2205. commit eefdceea71135c6b281d181233da04159e63b179
  2206. Author: Vincent-Michael <[email protected]>
  2207. Date: Sun Aug 11 18:26:53 2013 +0200
  2208. Core/Spells: Fix client crash on pressing ESC at Using Steam Tonk Controller / Steam Tonk Controller
  2209. Closes #3010
  2210. commit 795e9327f708abd6a6943a4864b7f9a7358e5ae2
  2211. Author: Vincent-Michael <[email protected]>
  2212. Date: Sun Aug 11 18:19:17 2013 +0200
  2213. Core/Spells: Fix hunter talent "Rapid Killing"
  2214. Close #1166
  2215. commit 2abaf6224e96920956d003e1894cc96382f18d0f
  2216. Author: Nay <[email protected]>
  2217. Date: Sun Aug 11 16:36:36 2013 +0100
  2218. Core/Player: Add debug log when SendCanTakeQuestResponse(INVALIDREASON_*) is used
  2219. Intent is to find broken quest chains
  2220. Requested by Aokromes
  2221. commit 3d1c549aa42aff4d146350b6936d90a5adb859ef
  2222. Author: Discover- <[email protected]>
  2223. Date: Sun Aug 11 16:02:17 2013 +0100
  2224. DB/EAI: Fix some typos in EAI scripts
  2225. We are updating EAI scripts so the conversion to SAI is correctly done
  2226. commit d0bde02b21241773c908c18ade368a1bbb5ee8bb
  2227. Author: Nay <[email protected]>
  2228. Date: Sun Aug 11 15:52:23 2013 +0100
  2229. Core/CreatureAI: Do not remove clone_caster auras on evade (in addition to control_vehicle auras)
  2230. commit 54d2b73f3cf98402b3429124fd4ebbd24e11dba1
  2231. Merge: 9e45731 80bd5b3
  2232. Author: Nay <[email protected]>
  2233. Date: Sun Aug 11 06:26:52 2013 -0700
  2234. Merge pull request #10513 from Discover-/SmartAI-Casted-CreatureOrGo
  2235. Core/SmartAI: Drop support for SMART_ACTION_SEND_CASTCREATUREORGO. It is...
  2236. commit 9e45731f3270b44d45d1b96e96d0fceb6ccf4ec3
  2237. Author: Vincent-Michael <[email protected]>
  2238. Date: Sun Aug 11 11:51:59 2013 +0200
  2239. Scripted/ToC5: Add missing stuff in c0bf535e5bc978257952c9bd4e258eed238d1828
  2240. commit 80bd5b363aa77efb9c151e805c45a5ca06a565d4
  2241. Author: Discover- <[email protected]>
  2242. Date: Sun Aug 11 02:58:53 2013 +0200
  2243. Core/SmartAI: Drop support for SMART_ACTION_SEND_CASTCREATUREORGO. It is unused in the current newest TDB, it never even worked like it should and the exact same purpose of this function is already fulfilled by SMART_ACTION_CALL_CASTEDCREATUREORGO (the correct way).
  2244. commit c0bf535e5bc978257952c9bd4e258eed238d1828
  2245. Author: Vincent-Michael <[email protected]>
  2246. Date: Sun Aug 11 02:07:42 2013 +0200
  2247. Core/Spells: Convert "Summon Memory" in spell script
  2248. commit c5ff184ebd9482c500ceac01caf39633e1af6e51
  2249. Author: Vincent-Michael <[email protected]>
  2250. Date: Sat Aug 10 23:16:36 2013 +0200
  2251. Core/Scripts: Add missing stuff in 0161012c69bb27834328cb408684c482bd530d91
  2252. commit 8b08fba98da114ddaac5a249d98d83500e6f20ec
  2253. Merge: 0161012 75ca357
  2254. Author: Nay <[email protected]>
  2255. Date: Sat Aug 10 12:39:32 2013 -0700
  2256. Merge pull request #10501 from Discover-/SmartAI-Action-Set-Power
  2257. Core/SmartAI: Implement MART_ACTION_SET_POWER, SMART_ACTION_ADD_POWER and SMART_ACTION_REMOVE_POWER (param1 = powertype, para...
  2258. commit 0161012c69bb27834328cb408684c482bd530d91
  2259. Author: Kirkhammett <[email protected]>
  2260. Date: Sat Aug 10 20:36:45 2013 +0100
  2261. Scripts/ZulFarrak: Convert Witch Doctor Zum'rah from SAI to Cpp
  2262. Closes #10508
  2263. commit bd4155bd5cd96b346ffd4982a86547507cfd9ee8
  2264. Author: Vincent-Michael <[email protected]>
  2265. Date: Sat Aug 10 20:51:02 2013 +0200
  2266. DB: Rename sql file for only 335
  2267. commit c2ae39685b6604d6eba852accbada4dae5dc7343
  2268. Author: Vincent-Michael <[email protected]>
  2269. Date: Sat Aug 10 20:13:24 2013 +0200
  2270. DB/Misc: Fix logic fail in f23069e324facd36325e02b92102a571556c4db2
  2271. commit f23069e324facd36325e02b92102a571556c4db2
  2272. Author: Vincent-Michael <[email protected]>
  2273. Date: Sat Aug 10 20:06:00 2013 +0200
  2274. DB/Misc: Fix startup error
  2275. commit 181a3cad00460d88ad2a76dc63037ff2be88fd91
  2276. Merge: 482720d e90d18a
  2277. Author: Nay <[email protected]>
  2278. Date: Sat Aug 10 11:05:48 2013 -0700
  2279. Merge pull request #10511 from MitchesD/Mobs
  2280. DB/SAI: Draktharon Keep mobs
  2281. commit e90d18af31d992a8d0ef87ae2f5f2f91ccf1295d
  2282. Author: MitchesD <[email protected]>
  2283. Date: Sat Aug 10 20:04:23 2013 +0200
  2284. DB/SAI: Draktharon Keep mobs
  2285. commit 482720da50ad24d64c0d526aea1813507fe83961
  2286. Author: Nay <[email protected]>
  2287. Date: Sat Aug 10 17:35:23 2013 +0100
  2288. Core/BattlegroundAV: Fix team variable type, "if (team == ALLIANCE)" would always return false
  2289. Ref 33f8c3ead4da07ff024a94b5e8cf0d05c2ebc23a#L4R1626
  2290. commit 8acefbff8c2b16d6c4316f931616e7c7efd49537
  2291. Author: Vincent-Michael <[email protected]>
  2292. Date: Sat Aug 10 17:41:12 2013 +0200
  2293. Scripted: Use now override for instance scripts
  2294. commit 488128bada02784a2eeca392d0ad7d3e6ebfd255
  2295. Author: Discover- <[email protected]>
  2296. Date: Sat Aug 10 16:31:52 2013 +0100
  2297. DB/EAI: Fix unit_field changes, outdated since initial 3.x versions
  2298. commit b33f80aa18a66a85508a9aa315092d0482d89638
  2299. Author: Nay <[email protected]>
  2300. Date: Sat Aug 10 16:00:58 2013 +0100
  2301. Scripts/Pet: Fix non pch compile
  2302. commit 75ca3573c863c06777b40891f0f35941389b2841
  2303. Author: Discover- <[email protected]>
  2304. Date: Sat Aug 10 14:13:17 2013 +0200
  2305. Core/SmartAI: Implement SMART_ACTION_SET_POWER, SMART_ACTION_ADD_POWER and SMART_ACTION_REMOVE_POWER (param1 = powertype, param2 = newPower). Required for upcoming EAI to SAI conversion (for ACTION_T_SET_UNIT_FIELD) (only SMART_ACTION_SET_POWER is required for the conversion but might as well do it right when on it).
  2306. commit a6d2faf163c076e7913f375c6c645d21cb869b56
  2307. Author: Vincent-Michael <[email protected]>
  2308. Date: Fri Aug 9 20:23:49 2013 +0200
  2309. Core: Fix build
  2310. (cherry picked from commit 81daef8b2205fca4310720d3186bafca8d75a792)
  2311. commit 8aff3945f275b2285413ffadef616da1eb513faa
  2312. Author: Vincent-Michael <[email protected]>
  2313. Date: Fri Aug 9 19:59:52 2013 +0200
  2314. Scripted: Fix non pch build
  2315. commit 8c7db6cc8d0f979fd808c9fde36a646eb413e653
  2316. Author: joschiwald <[email protected]>
  2317. Date: Fri Aug 9 18:38:15 2013 +0100
  2318. DB/Spells: Rename LoS for spell Rod of Purification
  2319. Ref #1972
  2320. commit 0a7fa02525541915000cd199f281496513df0af2
  2321. Author: sonic3000 <[email protected]>
  2322. Date: Fri Aug 9 18:33:10 2013 +0100
  2323. DB/SAI: Script NPC Arch Mage Xintor
  2324. Closes #1743
  2325. commit f62a7f7523d7fa799729ebee2ea7b545e036e9db
  2326. Author: malcrom <[email protected]>
  2327. Date: Fri Aug 9 18:28:17 2013 +0100
  2328. DB/SAI: Fix quest "Where in the World is Hemet Nesingwary?"
  2329. Script NPC Archmage Pentarus
  2330. Closes #921
  2331. commit 13f68e100c94a6976cc9f7495bcf9d06c814f6b7
  2332. Author: nelegalno <[email protected]>
  2333. Date: Fri Aug 9 18:27:01 2013 +0100
  2334. DB/GO: Increase radius of Mystery of the Infinity gameobject spellfocus
  2335. Closes #920
  2336. (Quest is still broken; being worked on)
  2337. commit dbb40dd4fedcae00a94e40b2a8d8a6bc62773cf1
  2338. Author: Vincent-Michael <[email protected]>
  2339. Date: Fri Aug 9 19:22:16 2013 +0200
  2340. Scripted/Pets: Move some player pets in pet_xxx.cpp
  2341. commit b7d88a3c469655ec3754e3822ddb82ba960f42b8
  2342. Merge: eba8c2d 4c041ea
  2343. Author: Nay <[email protected]>
  2344. Date: Fri Aug 9 08:46:19 2013 -0700
  2345. Merge pull request #9817 from drskull/master
  2346. Core/Spell add another condition in AnyGroupedUnitInObjectRangeCheck
  2347. commit eba8c2d3456c0d044124c95b38efc7dc914fdb53
  2348. Merge: edf77a4 d87b0ff
  2349. Author: Nay <[email protected]>
  2350. Date: Fri Aug 9 08:44:56 2013 -0700
  2351. Merge pull request #10464 from Discover-/SmartAI-Set-Active
  2352. Core/SmartAI: Allow SMART_ACTION_SET_ACTIVE to take a parameter for on/o...
  2353. commit edf77a4cf6e6a86d6ab41addacbe39a0ecff1ee4
  2354. Merge: 15696e2 bd21205
  2355. Author: Nay <[email protected]>
  2356. Date: Fri Aug 9 08:38:09 2013 -0700
  2357. Merge pull request #10493 from Discover-/SmartAI-Action-Sound-Update
  2358. Core/SmartAI: Rename SMART_ACTION_SOUND's parameters and get rid of an e...
  2359. commit 15696e29dde1ec7b223948d7eb064c4a98c4bb76
  2360. Author: Kirkhammett <[email protected]>
  2361. Date: Fri Aug 9 15:43:30 2013 +0100
  2362. DB/SAI: Scripts for Onslaught NPCs
  2363. Closes #10500
  2364. Closes #4741
  2365. commit 32c8555e1ecf264862338b44425f101894caa47c
  2366. Author: Nay <[email protected]>
  2367. Date: Fri Aug 9 14:20:58 2013 +0100
  2368. DB/NPCs: Remove AIName from npcs that do not have EAI or SAI scripts
  2369. Closes #10483
  2370. commit 92fdb7aed16d1d0869aaa6d93f82a5478a018ffc
  2371. Author: untaught <[email protected]>
  2372. Date: Fri Aug 9 12:55:26 2013 +0100
  2373. DB/SAI: Fix quest Jormuttar is Soo Fat...
  2374. Scripts/Spells: Script spell Bear Flank Master
  2375. Closes #10484
  2376. commit d39d9f8328d37919475a7b7338a324ef68f4d843
  2377. Author: dr-j <[email protected]>
  2378. Date: Fri Aug 9 12:44:04 2013 +0100
  2379. DB/SAI: Fix quest "Tokens of the Descendants"
  2380. Closes #10437
  2381. commit 011c7d465b6790ce5420610c430b7d53d50b15b5
  2382. Author: untaught <[email protected]>
  2383. Date: Fri Aug 9 12:42:35 2013 +0100
  2384. DB/SAI: Fix quest "Blood in the Water"
  2385. Closes #10398
  2386. commit d520a4e994d3a70a537459307bc1c731e4f7b030
  2387. Author: dr-j <[email protected]>
  2388. Date: Fri Aug 9 12:38:49 2013 +0100
  2389. DB/Cond: Fix taking of 8280 Securing the Supply Lines for horde players
  2390. Closes #10371
  2391. commit 879725ed8985018b8cff86cf55dbe8e50dcb0923
  2392. Author: dr-j <[email protected]>
  2393. Date: Fri Aug 9 12:32:19 2013 +0100
  2394. DB/SAI: Fix infinite spawn in quest "You Are Rakh'Likh, Demon"
  2395. Closes #10361
  2396. commit 6c51deab8039ccd7983bc29b919bd1341282ec85
  2397. Author: Nevadas <[email protected]>
  2398. Date: Fri Aug 9 12:30:14 2013 +0100
  2399. DB/SAI: Fix quest The Conquest Pit
  2400. Original fix by @shlomi1515
  2401. Closes #10332
  2402. Ref #3913
  2403. commit bd2120593d4281444307952ef67f932b15ee95d7
  2404. Author: Discover- <[email protected]>
  2405. Date: Fri Aug 9 01:05:56 2013 +0200
  2406. Core/SmartAI: Rename SMART_ACTION_SOUND's parameters and get rid of an error that shouldn't be there. The method it calls doesn't take CreatureTextRange (enum) in consideration, but a boolean called onlySelf.
  2407. commit 27a433d277f81de21e7e97552cfd1ab00c249273
  2408. Author: Vincent_Michael <[email protected]>
  2409. Date: Thu Aug 8 00:43:57 2013 +0100
  2410. DB: Fix a db startup error
  2411. commit 85fd2bd7d06802ebba66dcec792edfef4a169d88
  2412. Author: Vincent_Michael <[email protected]>
  2413. Date: Thu Aug 8 00:37:45 2013 +0100
  2414. DB/SAI: Fix a typo in a SAI script, fixes quest Bring Me The Egg!
  2415. Closes #10415
  2416. commit 9f05cf754863940502a974ea3f84b3942300b891
  2417. Author: Nay <[email protected]>
  2418. Date: Thu Aug 8 00:35:33 2013 +0100
  2419. DB/NPCs: Because of some silly reason there are NPCs with AIName 0
  2420. commit 2e898b1ebcae0f4b9c2c74bfac3768668ed9484b
  2421. Author: dr-j <[email protected]>
  2422. Date: Thu Aug 8 00:29:07 2013 +0100
  2423. DB/SAI: Script Itharius
  2424. Closes #10401
  2425. commit 1534ef264c1f574e079b598ad14f43c0449efe4f
  2426. Author: Crysicle <[email protected]>
  2427. Date: Thu Aug 8 00:26:37 2013 +0100
  2428. DB/NPCs: Correct faction of Seeping Ooze
  2429. Closes #10375
  2430. commit ced20dcfb67c81c3095f906eebcd6c3912ec8687
  2431. Author: dr-j <[email protected]>
  2432. Date: Thu Aug 8 00:15:59 2013 +0100
  2433. DB/SAI: Fix quest Magic Carpet Ride
  2434. Initial Magic Carpet Ride fix: 820ce262779c05a95649f
  2435. Closes #10328
  2436. commit 3ebcab3360f8212c6b74b53d5887f4731a5a1f3c
  2437. Author: untaught <[email protected]>
  2438. Date: Thu Aug 8 00:11:00 2013 +0100
  2439. DB/SAI: Fix quest From Whence They Came
  2440. Closes #6525
  2441. commit 55e695bdfc57cfb1d37473993c418a0e460ac9ff
  2442. Author: Kirkhammett <[email protected]>
  2443. Date: Wed Aug 7 23:42:30 2013 +0100
  2444. DB/SAI: Fix quests See You on the Other Side (12121) and Jin'arrak's End (12152)
  2445. Closes #10480
  2446. Closes #4552
  2447. commit 8fd248e80e2e6af99f358cefe2366abfa9c6c864
  2448. Author: Kirkhammett <[email protected]>
  2449. Date: Wed Aug 7 23:38:16 2013 +0100
  2450. DB/SAI: Fix quest Strengthen the Ancients (12092)
  2451. Closes #10478
  2452. commit f65906d12ec1d046967428cd87aa3e457c6217a7
  2453. Author: Kirkhammett <[email protected]>
  2454. Date: Wed Aug 7 23:32:54 2013 +0100
  2455. DB/SAI: Fix quest Fueling the Project (11715)
  2456. Closes #10477
  2457. commit b375c4af8a31de6e58e03918d00219b87b9cf0a0
  2458. Author: Kirkhammett <[email protected]>
  2459. Date: Wed Aug 7 23:29:18 2013 +0100
  2460. DB/Misc: Add Dregbar Runebrand pathing
  2461. Closes #10476
  2462. commit e613aad5b5291d201e1873232f14a6eae9a17bd6
  2463. Author: Kirkhammett <[email protected]>
  2464. Date: Wed Aug 7 23:27:15 2013 +0100
  2465. DB/SAI: Fix quest Killing Two Scourge With One Skeleton
  2466. Closes #10475
  2467. commit 8f50e3090459ca36c8da59b5d13cc8b36e901015
  2468. Author: MitchesD <[email protected]>
  2469. Date: Thu Aug 8 00:25:53 2013 +0200
  2470. Scripts/DrakTharonKeep: update Trollgore
  2471. Closes #10453
  2472. Signed-off-by: joschiwald <[email protected]>
  2473. commit fa9144fa399d372c602a86ac19b72c42b459e07f
  2474. Author: Nay <[email protected]>
  2475. Date: Wed Aug 7 23:16:33 2013 +0100
  2476. DB: Fix startup errors
  2477. commit 090f348d5998be26312e1aec6f97670aa09fb57c
  2478. Author: Malcrom <[email protected]>
  2479. Date: Wed Aug 7 18:53:17 2013 -0230
  2480. Scripting/Sethekk Halls: Move Boss Anzu from EAI to CPP and some cleanup.
  2481. commit 9d4c2c5b1e30472de035e1a72806d07af88fec52
  2482. Author: Discover- <[email protected]>
  2483. Date: Wed Aug 7 19:59:06 2013 +0100
  2484. Core/SmartAI: Implement SMART_TARGET_CLOSEST_ENEMY (25)
  2485. Required for upcoming EAI to SAI conversion.
  2486. Closes #10482
  2487. commit 1e8fd6489d67fa3e0ed73c7391970cd9a9e74383
  2488. Author: Vincent-Michael <[email protected]>
  2489. Date: Wed Aug 7 18:44:23 2013 +0200
  2490. Core: Fix non pch build
  2491. commit 0667e890054840cd3e6621554060346f81060741
  2492. Author: joschiwald <[email protected]>
  2493. Date: Wed Aug 7 17:31:36 2013 +0200
  2494. Scripts/DrakTharonKeep: add some spellscripts, add yells to novos, and do some cosmetic changes
  2495. commit f4815fbf808b808854f91e4d9a91145edba28ef9
  2496. Author: Malcrom <[email protected]>
  2497. Date: Wed Aug 7 11:42:13 2013 -0230
  2498. Scripting/Mana Tombs: Move Yor scripting from EAI to CPP.
  2499. commit f5e4fd67c3ce100507daffa042fa72ae01fa8ffc
  2500. Author: Malcrom <[email protected]>
  2501. Date: Wed Aug 7 10:50:06 2013 -0230
  2502. Scripting: Moved Lord Valthalak from EAI to CPP. Moved all Blackrock Instances to Blackrock Mountain Dir.
  2503. commit 33f8c3ead4da07ff024a94b5e8cf0d05c2ebc23a
  2504. Author: Spp <[email protected]>
  2505. Date: Wed Aug 7 11:13:53 2013 +0200
  2506. Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battleground scope by implementing generic functions (2/2)
  2507. - CheckAchievementCriteriaMeet
  2508. commit b05665660a2d47e8e0f75835fa3a09a49b8c4993
  2509. Author: Spp <[email protected]>
  2510. Date: Wed Aug 7 10:31:13 2013 +0200
  2511. Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battleground scope by implementing generic functions (1/2)
  2512. - HandleQuestComplete, CanActivateGO and IsSpellAllowed
  2513. commit f245124127e4e9b5a2db2156674c9921d5a0fefa
  2514. Author: Spp <[email protected]>
  2515. Date: Wed Aug 7 08:42:53 2013 +0200
  2516. Core/Misc: Avoid heap allocation when performing some RBAC checks
  2517. commit d87b0fff2fedfefe30c25171a0fe187084ef02ba
  2518. Author: Discover- <[email protected]>
  2519. Date: Wed Aug 7 02:41:58 2013 +0200
  2520. Core/SmartAI: Allow SMART_ACTION_SET_ACTIVE to take a parameter for on/off (true/false). Required for upcoming EAI to SAI conversion (https://github.com/Discover-/EventAI-to-SmartAI)
  2521. commit d76d3def648b138a90fbfee9e718352f3ea1d504
  2522. Author: Vincent-Michael <[email protected]>
  2523. Date: Wed Aug 7 00:54:20 2013 +0200
  2524. DB/Creature: Fix db startup error in c8bfb9cf4df450497263d94869880db6eb7f3c73
  2525. by Kirkhammett
  2526. commit c8bfb9cf4df450497263d94869880db6eb7f3c73
  2527. Author: Kirkhammett <[email protected]>
  2528. Date: Tue Aug 6 23:16:03 2013 +0100
  2529. DB&Scripts/Icecrown: Fix quest The Last Line Of Defense and script Argent Cannons
  2530. Closes #998
  2531. Closes #10460
  2532. commit 3197d82f2145b9d6d3fe3dee7b1fef53a18c7011
  2533. Author: Kirkhammett <[email protected]>
  2534. Date: Tue Aug 6 23:10:11 2013 +0100
  2535. DB/SAI: Fix quest "Into the Wild Green Yonder"
  2536. Closes #10456
  2537. commit 8d575bfcf3e85466b50396d46967fa5c4b5a26ea
  2538. Author: Kirkhammett <[email protected]>
  2539. Date: Tue Aug 6 23:07:38 2013 +0100
  2540. DB/Misc: Misc for Naz'Anak: The Forgotten Depths
  2541. Proper phasing for zone 4522; a few missing spawns, some missing scripts etc... etc..
  2542. Closes #10447
  2543. Closes #10438
  2544. commit fee62f500cf58cee3498c7a6333225c237a48a0a
  2545. Author: Nay <[email protected]>
  2546. Date: Tue Aug 6 21:17:06 2013 +0100
  2547. DB/Commands: Re-add help text for reload gameobject_questender
  2548. commit 75e6c40630190d88d43d688aa864842823b7ded2
  2549. Author: Vincent-Michael <[email protected]>
  2550. Date: Tue Aug 6 21:16:05 2013 +0200
  2551. Core/Misc: Rename some no name enums
  2552. commit 01396ac8e9185b3b1670a33dfc55af6634f450ef
  2553. Author: Vincent-Michael <[email protected]>
  2554. Date: Tue Aug 6 20:38:12 2013 +0200
  2555. SQL: Rename sql in correct date
  2556. commit 75b4b0594f34fb29318ae78725178c54486cf135
  2557. Author: snakeice <[email protected]>
  2558. Date: Tue Aug 6 19:05:47 2013 +0100
  2559. Scripts/HoR: Major changes:
  2560. - Fixed Intro timers
  2561. - Fixed mobs aggro
  2562. - Fixed General's shield trow
  2563. - Added Jaina / Sylvannas / Lich King escape event
  2564. Closes #10303
  2565. Closes #2505
  2566. Closes #9865
  2567. commit ebaee135c94cce270acc0581f9a3347ed2135358
  2568. Author: Nay <[email protected]>
  2569. Date: Tue Aug 6 18:19:18 2013 +0100
  2570. Server/Player: Fix a logical mistake in ApplyEquipCooldown
  2571. Thanks Joschiwald
  2572. commit 8dfaf27d25a8bfe7bba9f82154b59284084c0721
  2573. Merge: 0253a76 e00fc19
  2574. Author: Nay <[email protected]>
  2575. Date: Tue Aug 6 08:55:41 2013 -0700
  2576. Merge pull request #10245 from Mihapro/master
  2577. Core/SmartScripts
  2578. commit 0253a7618a666bb57fef8363ea1765fa0d3fb36b
  2579. Author: Tanner Carter <[email protected]>
  2580. Date: Tue Aug 6 16:53:45 2013 +0100
  2581. Battlegrounds/IC: Fix achiev Back Door Job
  2582. giggity
  2583. Closes #10043
  2584. Closes #3776
  2585. Closes #3194
  2586. commit 8dccf610054d579d65a80f415b9dce19bb95bc2b
  2587. Merge: 1bf1f95 4bb4937
  2588. Author: Nay <[email protected]>
  2589. Date: Tue Aug 6 08:35:57 2013 -0700
  2590. Merge pull request #10445 from Discover-/Cooldown-Exploit
  2591. Core/Items: Fix an exploit where players would be able to reset the cool...
  2592. commit 1bf1f95a8ead4ad898723a63501d7a4034bda166
  2593. Merge: dc8385f 233a154
  2594. Author: Nay <[email protected]>
  2595. Date: Tue Aug 6 08:31:59 2013 -0700
  2596. Merge pull request #10455 from Discover-/Battleground-Reinterpret-Casts
  2597. Core/Misc: Implement reinterpret casts for all battleground classes and ...
  2598. commit 233a154e77cc1c534c6c7fa80c9cec4c601c8d34
  2599. Author: Discover- <[email protected]>
  2600. Date: Tue Aug 6 17:30:23 2013 +0200
  2601. Core/Misc: Update const casts of ToBattlegroundX to use reinterpret_cast as well.
  2602. commit 7f744de746de3d91fea576cd9ff352851be0436a
  2603. Author: Discover- <[email protected]>
  2604. Date: Tue Aug 6 13:25:22 2013 +0200
  2605. Core/Misc: Implement reinterpret casts for all battleground classes and use them.
  2606. commit dc8385f4c0e192e037924e1d2c29be200fffc0d7
  2607. Author: Nay <[email protected]>
  2608. Date: Tue Aug 6 00:16:26 2013 +0100
  2609. DB/Items: Remove unlimited charges from Jillian's Tonic of Stoneblood
  2610. Closes #10444
  2611. commit a71fcee27d1d69dd46cdc31e6267325deb98e22a
  2612. Author: Nay <[email protected]>
  2613. Date: Tue Aug 6 00:04:29 2013 +0100
  2614. DB/Schema: Rename _questrelation tables to _queststarter and _involvedrelation to _questender, for creature and gameobject
  2615. commit 2f3388828b39b108ea17bdfd76543337949de7c8
  2616. Author: Vincent-Michael <[email protected]>
  2617. Date: Tue Aug 6 00:40:14 2013 +0200
  2618. Scripts/Commands: Fix compile (v3)
  2619. commit 2bd4049890175b392a642e6f701ec178c3e5cd43
  2620. Author: Nay <[email protected]>
  2621. Date: Mon Aug 5 22:55:06 2013 +0100
  2622. Scripts/Commands: Fix compile (v2)
  2623. commit df6e66555b9951b3257c75cfbc240ea612e366aa
  2624. Author: Nay <[email protected]>
  2625. Date: Mon Aug 5 22:41:37 2013 +0100
  2626. Scripts/Commands: Fix compile
  2627. commit d24bb958da09da08666f31541a1be5e59bdbb8f4
  2628. Author: Vincent-Michael <[email protected]>
  2629. Date: Mon Aug 5 21:12:39 2013 +0200
  2630. Core: Random changes
  2631. commit 8af6e6ca79643a2b0d576883a8015a0a9540612a
  2632. Merge: ccdba08 f37d049
  2633. Author: Nay <[email protected]>
  2634. Date: Mon Aug 5 20:00:08 2013 +0100
  2635. Merge branch 'master' of github.com:TrinityCore/TrinityCore
  2636. commit ccdba0859d07d962e159a830d7cc42f33698a2ca
  2637. Author: Nay <[email protected]>
  2638. Date: Mon Aug 5 19:59:54 2013 +0100
  2639. Core/Items: Correct randomProperlyId type when reading to/from DB
  2640. Ref #10446
  2641. commit f37d0495e116fb1f7ad164fdb5d667d1ae5f1d68
  2642. Author: Vincent-Michael <[email protected]>
  2643. Date: Mon Aug 5 14:51:42 2013 +0200
  2644. Core/Commands: Add .npc info more infos for unit_flags
  2645. commit 38cddb42ae323bb55b8dd71836c21681523ac4e7
  2646. Author: Vincent-Michael <[email protected]>
  2647. Date: Sun Aug 4 19:33:42 2013 +0200
  2648. Core/Commands: Add .npc info mechanicImmuneMask infos
  2649. commit 71233c366c56f46885f046a3b1178a4aa7f457e4
  2650. Author: Kirkhammett <[email protected]>
  2651. Date: Mon Aug 5 16:04:51 2013 +0100
  2652. DB/Misc: Fix db startup errors
  2653. commit 0070b64b02fd87f9913e0cbd9fa93ad0861f16c2
  2654. Author: Aokromes <[email protected]>
  2655. Date: Mon Aug 5 12:26:45 2013 +0200
  2656. DB/SAI: Fix Redridge Mystic spam
  2657. By Malcrom
  2658. commit 1dcd027426d5a14d1015c28427057f87ee58ab7a
  2659. Merge: 79dd722 170e93e
  2660. Author: Aokromes <[email protected]>
  2661. Date: Mon Aug 5 01:13:52 2013 -0700
  2662. Merge pull request #9761 from xjose93/ImproveLog11
  2663. Core/Logs: Added functions GetMapAreaAndZoneString() and GetCoordsMapAreaAndZoneString()
  2664. commit 4bb49378fc62ac89e841d2525afdd054b40b0754
  2665. Author: Discover- <[email protected]>
  2666. Date: Sun Aug 4 23:10:21 2013 +0200
  2667. Core/Items: Fix an exploit where players would be able to reset the cooldown of items to the equip cooldown (30 seconds) when unequipping, equipping and then relogging.
  2668. commit 79dd7222069f6fe6287d41e0f09bc0b680220837
  2669. Author: Kirkhammett <[email protected]>
  2670. Date: Sun Aug 4 17:42:32 2013 +0100
  2671. DB/SAI: Free at last!
  2672. Closes #10417
  2673. commit 9a377f169b87a0465cc080506a4575384112e023
  2674. Author: Kirkhammett <[email protected]>
  2675. Date: Sun Aug 4 17:42:11 2013 +0100
  2676. DB/SAI: Meridith the Mermaiden
  2677. Closes #10418
  2678. commit 3d4b8a212f6e649cb4d89549ecc50175e08c3547
  2679. Author: Kirkhammett <[email protected]>
  2680. Date: Sun Aug 4 17:41:08 2013 +0100
  2681. DB/SAI: Script Witch Doctor Zum'rah
  2682. Closes #10404
  2683. commit 96469e3e827bc1e86ca176b128ef9ff93df6450d
  2684. Author: Kirkhammett <[email protected]>
  2685. Date: Sun Aug 4 17:39:46 2013 +0100
  2686. DB/Quests: Fix The Nightmare Manifests / Hope Within the Emerald Nightmare / The Boon of Remulos / The Keeper's Favor/Walking Legend
  2687. Closes #10410
  2688. Closes #4902
  2689. Closes #10407
  2690. Closes #10406
  2691. commit 5164caa9ffb436ce5a3cbd9c344311eca5d95175
  2692. Author: Aokromes <[email protected]>
  2693. Date: Sat Aug 3 13:23:24 2013 +0200
  2694. DB/Misc: Fix area 4522 spawns
  2695. closes #1945
  2696. commit 20a61b6400b17d09f7fc78bc75783aff16e7a029
  2697. Author: Shauren <[email protected]>
  2698. Date: Fri Aug 2 19:56:48 2013 +0200
  2699. Core/Creatures: DoTs and self damage will no longer reset time since last damage taken for stopping creature from evading
  2700. commit 5ae86ee2a85923ed09b8b719ef98de759d22e0e8
  2701. Author: Shauren <[email protected]>
  2702. Date: Thu Aug 1 22:22:39 2013 +0200
  2703. Fixed compile
  2704. commit ac10589edaf16f32105620b579ebae77d9b09f2c
  2705. Author: Shauren <[email protected]>
  2706. Date: Thu Aug 1 21:31:11 2013 +0200
  2707. Core/Misc: Fixed some issues found by Coverity Scan
  2708. commit ab6be8c603c9af110392bb7019472d2775dae60d
  2709. Author: Shauren <[email protected]>
  2710. Date: Thu Aug 1 18:02:08 2013 +0200
  2711. Core/Battlegrounds: Fixed error with counting AB owned nodes (and warning fixes)
  2712. commit f04217300c13586faef25fbf1804272f28313eae
  2713. Author: joschiwald <[email protected]>
  2714. Date: Wed Jul 31 11:07:58 2013 +0200
  2715. Core/Battleground: fix type mismatch
  2716. Ref #10320
  2717. commit bab04cc5f806c2dd42df561f5da4013ab95a51de
  2718. Author: Vincent-Michael <[email protected]>
  2719. Date: Tue Jul 30 23:57:04 2013 +0200
  2720. Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9
  2721. commit a7d876e8b570f023db3bf8903f04d251445b8dc1
  2722. Author: Nay <[email protected]>
  2723. Date: Tue Jul 30 15:34:38 2013 +0100
  2724. Config: Change ProcessPriority default to 0 (Normal)
  2725. On Linux, superuser (root) is required to set a process high priority and we shouldn't force that.
  2726. (It's already set to 0 (Normal) in worldserver\Master.cpp and authserver\Main.cpp)
  2727. commit 0d0baf004d58f5752f3ec3e0341d6e2cbbc8bd04
  2728. Author: joschiwald <[email protected]>
  2729. Date: Tue Jul 30 15:46:56 2013 +0200
  2730. Scripts/DrakTharonKeep: fix copy paste fail
  2731. Closes #10402
  2732. commit 7165fd769edcbb1e8828c87f8cbaa58468673c8e
  2733. Merge: 1b0c604 6fe47e7
  2734. Author: Nay <[email protected]>
  2735. Date: Tue Jul 30 06:25:04 2013 -0700
  2736. Merge pull request #9862 from Ric101/condition_creature_type
  2737. Core/Conditions: Implement CONDITION_CREATURE_TYPE - 24
  2738. commit 1b0c6048484871b7ec6985783d3f29812f862f92
  2739. Author: Nay <[email protected]>
  2740. Date: Tue Jul 30 13:50:29 2013 +0100
  2741. Revert "CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required"
  2742. This reverts commit ca7377369f603081259adea0ba49cb03e74e609f.
  2743. commit 394b2c6845535c6305a7e9a35b630f59a3ffaaf7
  2744. Author: Nay <[email protected]>
  2745. Date: Mon Jul 29 21:46:49 2013 +0100
  2746. Scripts/OnyxiasLair: Fix a crash in boss_onyxia
  2747. Closes #10393
  2748. Note: this just fixes the crash, not the issues the script has (a.k.a rewrite this)
  2749. commit d26afd77039649170223d746441bed08e3c82722
  2750. Author: Shauren <[email protected]>
  2751. Date: Mon Jul 29 19:00:34 2013 +0200
  2752. Core/Spells: Fixed crashes happening with spells that had their dbc targets overriden
  2753. Closes #10395
  2754. commit a91e42f20d712a80b600271e82d958cf02afa35c
  2755. Author: Nay <[email protected]>
  2756. Date: Mon Jul 29 16:14:29 2013 +0100
  2757. SQLs: Rename files
  2758. From now on, 3.3.5 (master branch)-only SQL files will be suffixed with _335 in the filename
  2759. commit 1bb3c4a2b4e3e974f09c0df478245f8daa3a677c
  2760. Author: Nay <[email protected]>
  2761. Date: Mon Jul 29 14:24:33 2013 +0100
  2762. Misc: Fix warnings and build
  2763. Closes #10396
  2764. commit 3b78023100109db9e70615162de114e606f1a2ce
  2765. Author: MitchesD <[email protected]>
  2766. Date: Mon Jul 29 13:11:07 2013 +0200
  2767. Scripts/DrakTharonKeep: Update King Dred to use events
  2768. Closes #10385
  2769. Signed-off-by: joschiwald <[email protected]>
  2770. commit d868f9db4bcb9b002d6c8fa16f6b62109f7066dc
  2771. Author: joschiwald <[email protected]>
  2772. Date: Mon Jul 29 12:49:27 2013 +0200
  2773. Scripts/DrakTharonKeep: reworked InstanceScript
  2774. commit 4559e99e0d0c87f6a13fd018d1de624fa350446f
  2775. Author: Nay <[email protected]>
  2776. Date: Sun Jul 28 21:17:32 2013 +0100
  2777. Docs: Prettify README
  2778. Thanks to Guybrush for the help
  2779. commit 3330239a0230a91f4bed9b07c16242387a3c3578
  2780. Author: Nay <[email protected]>
  2781. Date: Sun Jul 28 20:12:06 2013 +0100
  2782. Servers: Fix typo
  2783. commit e3f7be12efbef67a0d6c7213fba79d09941b2197
  2784. Author: Nay <[email protected]>
  2785. Date: Sun Jul 28 18:58:12 2013 +0100
  2786. Servers: Enable UseProcessors and ProcessPriority settings to be used on Linux
  2787. commit f71d894a215ed7cd9052913c9b07c8f62f0e99ca
  2788. Author: Nay <[email protected]>
  2789. Date: Sun Jul 28 16:59:07 2013 +0100
  2790. Servers: Fix some code style issues in world and authserver
  2791. commit 62918e92d0493978e16f5fb1365818e9efa8461b
  2792. Author: Malcrom <[email protected]>
  2793. Date: Sun Jul 28 16:57:09 2013 +0100
  2794. DB/SAI: Fix quest The Fate Of The Fallen
  2795. Closes #9363
  2796. Thanks to @gaut for the initial script
  2797. Signed-off-by: Nay <[email protected]>
  2798. commit 009317d2a0c1bdea7a7a1e40a7ecbe7a31c4dcc3
  2799. Author: Nay <[email protected]>
  2800. Date: Sun Jul 28 16:54:13 2013 +0100
  2801. SQLS/Old: Move some misplaced files
  2802. commit a5a696fdda48f907210b4f13bda59d4c4171ae1f
  2803. Author: Kirkhammett <[email protected]>
  2804. Date: Sun Jul 28 16:17:51 2013 +0100
  2805. DB/GOs: Spawns of Discarded Soul Crystal for "The Fate Of The Fallen"
  2806. Closes #
  2807. Signed-off-by: Nay <[email protected]>
  2808. commit cf7e783274750fbed0286e4a2cbddab04cf1eea7
  2809. Author: joschiwald <[email protected]>
  2810. Date: Sat Jul 27 21:25:56 2013 +0200
  2811. Scripts/Spells: Fixed typo in 7678800a9372f9234f0bf29459b46a8514dc59f2
  2812. commit 7678800a9372f9234f0bf29459b46a8514dc59f2
  2813. Author: joschiwald <[email protected]>
  2814. Date: Sat Jul 27 17:53:00 2013 +0200
  2815. Scripts/Spells: simplified "spell_dk_presence"
  2816. commit b4d2796e3322d5f08c32d0f64b478aa5869f343a
  2817. Author: joschiwald <[email protected]>
  2818. Date: Sat Jul 27 02:37:48 2013 +0200
  2819. Core/Spells: moved Improved Paladin Auras and Aura Mastery into SpellScripts
  2820. Closes #205
  2821. Closes #5163
  2822. Closes #6809
  2823. Closes #7408
  2824. Closes #9587
  2825. commit 34fc72cf71e4d54aece21e21f8b47f3a866fe5b4
  2826. Author: joschiwald <[email protected]>
  2827. Date: Fri Jul 26 00:32:09 2013 +0200
  2828. DB/Conditions: Fix gossip condition for Bat Handler Camille <Bat Handler>
  2829. Closes #10240
  2830. commit f94eb922f7c6570cce907fadde8becc603012366
  2831. Author: joschiwald <[email protected]>
  2832. Date: Thu Jul 25 18:32:00 2013 +0200
  2833. Core/Spells: fix uninitialised value
  2834. commit e9750a4b6501062d3c4b72cfde1701edac917243
  2835. Author: joschiwald <[email protected]>
  2836. Date: Thu Jul 25 18:06:21 2013 +0200
  2837. Core/Spells: move Death Knights Presences into SpellScripts, fix possible issue after spec change, and fix some startup errors
  2838. Closes #10354
  2839. commit c4a1ad2810a1c2e2c2f2e2cbf26033ac3fbdc796
  2840. Merge: 8a87ab0 1039046
  2841. Author: joschiwald <[email protected]>
  2842. Date: Wed Jul 24 15:18:24 2013 -0700
  2843. Merge pull request #10342 from joschiwald/spellinfo_corrections
  2844. Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
  2845. commit 8a87ab04ee8fbe869093a1b2b1c48fca6439d164
  2846. Merge: fecc926 e6a146a
  2847. Author: joschiwald <[email protected]>
  2848. Date: Wed Jul 24 15:00:14 2013 -0700
  2849. Merge pull request #10331 from joschiwald/spell_proc_ranks
  2850. Core/Spells: allow to use ranked spells in `spell_proc_event` table (lik...
  2851. commit e6a146aba83d98b65c9cdb62cd17132637b98c4e
  2852. Author: joschiwald <[email protected]>
  2853. Date: Sun Jul 21 15:12:34 2013 +0200
  2854. Core/Spells: allow to use ranked spells in `spell_proc_event` table (like in `spell_proc` table)
  2855. commit fecc9268bb1292b382a813eb673b4ad7d8eccab3
  2856. Merge: 516e33f 5a9810e
  2857. Author: blub <[email protected]>
  2858. Date: Wed Jul 24 11:04:26 2013 -0700
  2859. Merge pull request #10350 from Ascathor/master
  2860. Core/Commands: Added the rank id to .pinfo for guild data
  2861. commit 5a9810ec08d87a0c6af531033c9c02a8d7bf5a25
  2862. Author: Ascathor <[email protected]>
  2863. Date: Wed Jul 24 19:25:36 2013 +0200
  2864. Core/Commands: Added the rank id to .pinfo for guild data
  2865. commit 516e33f94cc7d8da4f0343c1f7076faaee387cbc
  2866. Merge: a522be8 9fb45ef
  2867. Author: joschiwald <[email protected]>
  2868. Date: Wed Jul 24 06:42:02 2013 -0700
  2869. Merge pull request #10327 from joschiwald/spell_talent_ranks
  2870. Core/Spells: load spell ranks for talents from dbc
  2871. commit 9fb45ef64c4434608cd94d0698e0ec845bd2dc3c
  2872. Author: joschiwald <[email protected]>
  2873. Date: Sun Jul 21 18:56:25 2013 +0200
  2874. Core/Spells: load spell ranks for talents from dbc
  2875. commit 10390465f2e964bbdaa892e3900980f50470c6c8
  2876. Author: joschiwald <[email protected]>
  2877. Date: Wed Jul 24 15:18:42 2013 +0200
  2878. Core/Spells: add some logs for loading spell_script_names
  2879. commit a522be81081dff341528969c799b526340294bc2
  2880. Merge: e11714e 99c67c1
  2881. Author: joschiwald <[email protected]>
  2882. Date: Tue Jul 23 17:21:17 2013 -0700
  2883. Merge pull request #10336 from joschiwald/spellscripts5
  2884. Scripts/Spells: backport some SpellScripts from 4.3.4 branch
  2885. commit 99c67c103d0555fb79c9b68d97008c825484e20d
  2886. Author: joschiwald <[email protected]>
  2887. Date: Mon Jul 22 22:15:22 2013 +0200
  2888. Scripts/Spells: backport some SpellScripts from 4.3.4 branch
  2889. - Fix Earth Shield
  2890. - Fix Necrotic Touch
  2891. - Fix Reflective Shield
  2892. Closes #9145, #9163, #9665
  2893. commit 00f3b01ea72069671b928f8b196a89d4b1a39d55
  2894. Author: joschiwald <[email protected]>
  2895. Date: Tue Jul 23 22:50:28 2013 +0200
  2896. Core/Spells: operate spell correction on SpellInfo store instead of dbc (picked from 77b85b2ea0aec6cd3e545e60e46ac60eebb11e47)
  2897. commit e11714e9488a958ff80a82dce7e41aa0b7b787b7
  2898. Author: keke222 <[email protected]>
  2899. Date: Tue Jul 23 00:19:33 2013 +0200
  2900. Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper InhabitType
  2901. Closes #10335
  2902. commit ce79e3a078e6617c7ca515ecf28fc671a5283b67
  2903. Author: Warpten <[email protected]>
  2904. Date: Tue Jul 23 14:38:44 2013 +0200
  2905. Core/Auras: Implemented Aura::GetScriptByName.
  2906. commit a3aa3f65fdf366de0f6111fb0569607de34d9d16
  2907. Author: Nay <[email protected]>
  2908. Date: Tue Jul 23 02:13:09 2013 +0100
  2909. Scripts/VH: Refactor commit 999843d
  2910. commit 999843dfefd59a48878af7957a6fa5fc00fe2af2
  2911. Author: profPlum <[email protected]>
  2912. Date: Tue Jul 23 01:51:24 2013 +0100
  2913. Scripts/VH: fix for violet hold's activation crystals
  2914. Closes #10129
  2915. commit 5463f211b4217d769be61992fcb3480f4fc241b4
  2916. Merge: f5a44b1 2d6a488
  2917. Author: Nay <[email protected]>
  2918. Date: Mon Jul 22 16:28:35 2013 -0700
  2919. Merge pull request #10323 from joschiwald/spellranks
  2920. Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
  2921. commit f5a44b19a83f6c7c06ddd0c988ffadc84ce87bbb
  2922. Merge: cd2c33c ddb1183
  2923. Author: Nay <[email protected]>
  2924. Date: Mon Jul 22 16:27:10 2013 -0700
  2925. Merge pull request #10320 from joschiwald/battleground
  2926. Core/Battleground: use generic function to relocate players to closest g...
  2927. commit cd2c33c4ebbacbac3a230d5d040b936d600d308a
  2928. Merge: 3a4e3a5 380cf5d
  2929. Author: Nay <[email protected]>
  2930. Date: Mon Jul 22 16:26:41 2013 -0700
  2931. Merge pull request #10319 from joschiwald/casts
  2932. Core/Misc: replace (Player*) casts with ToPlayer()
  2933. commit 3a4e3a5fa94ca7191448dbd79dee9c7a8494dde7
  2934. Author: Shauren <[email protected]>
  2935. Date: Mon Jul 22 17:12:29 2013 +0200
  2936. Core/Creatures: Removed vendor item check during loading, MAX_VENDOR_ITEMS should apply to filtered list of items depending on player opening the vendor, not global list size
  2937. Closes #10330
  2938. commit 3d6b88f5aad984ff1f35bc6bc2f67bf72c74b14e
  2939. Author: Shauren <[email protected]>
  2940. Date: Sun Jul 21 14:17:24 2013 +0200
  2941. Fixed compile warnings
  2942. commit 2d6a48840c3f433d3d68497b63c6218a1f348e17
  2943. Author: joschiwald <[email protected]>
  2944. Date: Sun Jul 21 13:37:34 2013 +0200
  2945. Core/Spells: use SpellInfo class to get spell rank instead of SpellMgr helpers
  2946. commit 380cf5d241cdf9f55899d5c504b426b05be175bc
  2947. Author: joschiwald <[email protected]>
  2948. Date: Sat Jul 20 21:52:05 2013 +0200
  2949. Core/Misc: replace (Player*) casts with ToPlayer()
  2950. commit ddb1183f6adc3f5333e5e34203c7c3939880c067
  2951. Author: joschiwald <[email protected]>
  2952. Date: Sun Jul 21 00:30:19 2013 +0200
  2953. Core/Battleground: use generic function to relocate players to closest graveyard
  2954. commit bf100ffc3cd5ea1d08f57c31aa9612fd19977462
  2955. Author: Nay <[email protected]>
  2956. Date: Sat Jul 20 15:00:36 2013 +0100
  2957. Scripts/Icecrown: Fix a double function call typo in npc_margrave_dhakar
  2958. Thanks Josh
  2959. commit 7ce340bbd6473522df38fd3e8602d375e6d633dc
  2960. Author: Nay <[email protected]>
  2961. Date: Sat Jul 20 14:23:51 2013 +0100
  2962. Core/Dependencies: Update utf8-cpp to version 2.3.4
  2963. commit d04bb0dd618881628b2ccdec45eb19d9736a3d54
  2964. Merge: 0ce5fcf d2c1a4f
  2965. Author: Nay <[email protected]>
  2966. Date: Sat Jul 20 06:51:25 2013 -0700
  2967. Merge pull request #10317 from FireEmerald/master
  2968. Collection of Feedback-PatchFixes / 20.07.2013
  2969. commit d2c1a4f1d8a0b9bfe6375769661300227a7b3ce2
  2970. Author: FireEmerald <[email protected]>
  2971. Date: Sat Jul 20 15:20:22 2013 +0200
  2972. Collection of Feedback-PatchFixes / 20.07.2013
  2973. Including sql codestyle updates and check for accuracy. (one by one)
  2974. by FireEmerald / Thx @DDuarte for the base pull request.
  2975. Including:
  2976. - DB/Spell: Update: Correct Spell Power Coefficient (107.43%) for Tranquility | by lendan (@6232)
  2977. - DB/LOS: Add: Ignore LOS for Ignite Horde Siege Engine | by dr-j (@6718)
  2978. - DB/SmartAI: Update: Correct casted spell by Defias Rogue Wizard | by Rochet2 (@9976)
  2979. - DB/Quest: Fix: Bloody Imp-ossible! (10924) | by Kirkhammett (@10276)
  2980. - DB/Quest: Fix: Mistcaller Yngvar (14102) / Add missing event script and conditions. | (@3563)
  2981. - DB/SmartAI: Update: Give quest credit for The Ring of Blood: The Final Challenge (9977) | by JunkyBulgaria (@7724)
  2982. - DB/Waypoints: Add: Missing waypoints for Mmmrrrggglll | by Hobbilis (@9602)
  2983. - DB/Conditions: Add: Missing conditions for Displacing Temporal Rift | by FireEmerald
  2984. commit 0ce5fcf23a7266946dcf5cf53de73e876705e603
  2985. Author: w1sht0l1v3 <[email protected]>
  2986. Date: Sat Jul 20 02:41:23 2013 +0300
  2987. DB/Gameobject: Proper instance entrance portals for DTK and Gundrak south.
  2988. commit 1ac4f0a9c1d6bfd3d0432a76de415feb5349a821
  2989. Author: Vincent-Michael <[email protected]>
  2990. Date: Fri Jul 19 14:01:25 2013 +0200
  2991. SQL: Rename in correct name
  2992. commit 0b9a8ccef5c4ae8971f097f464e4fbb31a38f279
  2993. Author: Vlad <[email protected]>
  2994. Date: Fri Jul 19 04:03:40 2013 +0100
  2995. Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bits
  2996. Signed-off-by: Nay <[email protected]>
  2997. commit ebd9090d80df3494fe2b023110d402c5bb7a1460
  2998. Author: Nay <[email protected]>
  2999. Date: Fri Jul 19 03:25:52 2013 +0100
  3000. DB/NPCs: Fix Margrave Dhakar equipment
  3001. commit 0691a4310f865fe9fdd317f64b5e856a9b6f8ea9
  3002. Author: Nay <[email protected]>
  3003. Date: Fri Jul 19 02:27:56 2013 +0100
  3004. Scripts/Icecrown: Use guid instead of cached Creature* to avoid crashes in npc_margrave_dhakar
  3005. commit ca7377369f603081259adea0ba49cb03e74e609f
  3006. Author: Nay <[email protected]>
  3007. Date: Fri Jul 19 00:53:18 2013 +0100
  3008. CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required
  3009. Signed-off-by: Nay <[email protected]>
  3010. commit ff01602906fba5a9601136c9a8418a2c7a1385e4
  3011. Author: Nay <[email protected]>
  3012. Date: Fri Jul 19 00:42:59 2013 +0100
  3013. Scripts/Icecrown: Fix code style and use "best practices" on previous commit (c536ba510)
  3014. commit c536ba510d523842632061c0c41d7d381d6e5a15
  3015. Author: Nay <[email protected]>
  3016. Date: Fri Jul 19 00:03:27 2013 +0100
  3017. Scripts/Icecrown: Fix quest The Flesh Giant Champion
  3018. Closes #9040
  3019. Closes #10294
  3020. commit 7dd26ce40ee92f3e8624ba2d232dbd40b6a9507c
  3021. Merge: 922fba3 d52ce57
  3022. Author: blub <[email protected]>
  3023. Date: Thu Jul 18 15:34:45 2013 -0700
  3024. Merge pull request #10306 from joschiwald/devourer_of_souls
  3025. Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScripts
  3026. commit d52ce57e590d9703b34386469a2c4e9a5ad215ab
  3027. Author: joschiwald <[email protected]>
  3028. Date: Fri Jul 19 00:21:54 2013 +0200
  3029. Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScripts
  3030. commit 922fba3a13cbb8b177c39f3f262ab0a6c6466a9a
  3031. Merge: eca90db 06d54ba
  3032. Author: blub <[email protected]>
  3033. Date: Thu Jul 18 14:14:32 2013 -0700
  3034. Merge pull request #10305 from joschiwald/koralon
  3035. Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists
  3036. commit 06d54ba4386384e38f2d8c9e9d840f6629d1a1a9
  3037. Author: joschiwald <[email protected]>
  3038. Date: Thu Jul 18 23:01:14 2013 +0200
  3039. Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists
  3040. commit eca90db56b31d47b5c6969a995e2d6d226829f27
  3041. Author: Nay <[email protected]>
  3042. Date: Thu Jul 18 21:07:00 2013 +0100
  3043. Scripts/Commands/Arena: Replace a call of GetPlayerNameByGUID by GetCharacterNameData
  3044. commit 1c2213d7968a2bd94fbd69b05aaf5d19779b9ea9
  3045. Author: Aokromes <[email protected]>
  3046. Date: Thu Jul 18 17:55:33 2013 +0200
  3047. DB/Condition: Correct target of spell 63126
  3048. Fix by dr-j closes #10281
  3049. commit 4ba3c2e51df0485449a4bd01f162faa719334be9
  3050. Author: Vincent-Michael <[email protected]>
  3051. Date: Wed Jul 17 19:42:15 2013 +0200
  3052. Misc: Some cleanup
  3053. commit d40725f93ca1850becae4f15b38882f07d2990f6
  3054. Author: Vincent-Michael <[email protected]>
  3055. Date: Wed Jul 17 10:53:08 2013 +0200
  3056. SQL: Fix sql import error
  3057. commit 8cec422c05c76e55eed61a64d164a9758444a5fe
  3058. Author: Malcrom <[email protected]>
  3059. Date: Wed Jul 17 06:12:20 2013 -0230
  3060. DB/Gossip: Add some missing gossip.
  3061. commit 8462a09264c2abd821c0b5be589df0dbc7df5e6e
  3062. Author: Malcrom <[email protected]>
  3063. Date: Tue Jul 16 21:42:40 2013 -0230
  3064. DB/Gossip: Added missing gossip for Royal Historian Archesonus. Removed cpp script.
  3065. commit 83a31eaf962728e3323765a089d6c933332f6d3c
  3066. Author: Malcrom <[email protected]>
  3067. Date: Tue Jul 16 21:36:37 2013 -0230
  3068. DB/Conditions: Fix error in a previous commit.
  3069. commit 3875ae0c669a87ff4fb663f52d4f2effed6cf17c
  3070. Author: Nay <[email protected]>
  3071. Date: Wed Jul 17 00:27:42 2013 +0100
  3072. TDB 335.52 - 2013/07/17
  3073. commit 0e4816771a6e8ba6dcf4d81386d96841ff3c02a2
  3074. Author: Vincent-Michael <[email protected]>
  3075. Date: Tue Jul 16 18:22:03 2013 +0200
  3076. Core/Conditions: Add more infos for invalid skill condition log error
  3077. commit 0cb8e12adda73b3fe39be4c3e45ffe113600cb1a
  3078. Author: Vincent-Michael <[email protected]>
  3079. Date: Tue Jul 16 18:20:17 2013 +0200
  3080. DB/Condition: Fix startup error
  3081. commit e90550fc071dbfc80daee59ba4f4bd647ed3fb1b
  3082. Author: Vincent-Michael <[email protected]>
  3083. Date: Tue Jul 16 16:05:21 2013 +0200
  3084. DB/Gameobject: Fix spawnMask for Orb of Naxxramas
  3085. commit 4c3d2bdb541cae5771b01aa19702d0c23ffa6f04
  3086. Author: Kinzcool <[email protected]>
  3087. Date: Tue Jul 16 00:07:56 2013 -0400
  3088. DB/Misc: Few fixes for Naxxramas.
  3089. commit bd3fa71d32a43cb90faf8021df55b77bbc91ec38
  3090. Author: Malcrom <[email protected]>
  3091. Date: Mon Jul 15 19:57:18 2013 -0230
  3092. DB/Gossip: Add and fix a few more gossip menus.
  3093. commit 53e50750055071f0fa5119392db2a9d1f4793cd5
  3094. Author: Malcrom <[email protected]>
  3095. Date: Mon Jul 15 15:15:23 2013 -0230
  3096. Scripting/Black Fathom Deeps: Fixed script to use proper spell.
  3097. commit cff725982d2f80437b66e810996691609c331df8
  3098. Author: Malcrom <[email protected]>
  3099. Date: Mon Jul 15 14:53:20 2013 -0230
  3100. DB/Gossip: Added gossip for Morridune.
  3101. commit f8e56c18b2c23626c6c79d6891b565979e4ef892
  3102. Author: Malcrom <[email protected]>
  3103. Date: Mon Jul 15 14:38:48 2013 -0230
  3104. DB/Gossip: Gossip fixup for Drull and Tog'thar
  3105. commit 9e91219cd3b7b9bd02d75a247053abd90d17de11
  3106. Author: Malcrom <[email protected]>
  3107. Date: Mon Jul 15 13:51:51 2013 -0230
  3108. DB/Gossip: Add missing gossip for Sputtervalve. Moved all scripting to SAI.
  3109. commit 779a59e7e218e340ac5cefd3297ea970d804239d
  3110. Author: Shauren <[email protected]>
  3111. Date: Mon Jul 15 17:31:44 2013 +0200
  3112. Core/Config: Refactored ConfigMgr
  3113. * Loading initial configuration files is now separate from loading any additional custom configs
  3114. commit baeecba6c9e3a2b9d4e98551b9746d27016305a2
  3115. Author: Vincent-Michael <[email protected]>
  3116. Date: Mon Jul 15 01:07:02 2013 +0200
  3117. Core: Fix build
  3118. commit 08c1a8109636f3bdb9c41d0c1691c098d27fbc2d
  3119. Author: Vincent-Michael <[email protected]>
  3120. Date: Mon Jul 15 01:00:07 2013 +0200
  3121. Scripted/Misc: Fix random stuff
  3122. commit 8b0cea7a5eea1e61d9c1f179d48bd85a61c8c5ca
  3123. Author: Nay <[email protected]>
  3124. Date: Sun Jul 14 18:46:48 2013 +0100
  3125. SQL: Prevent a warning in 2013_07_14_01_world_item_template.sql
  3126. commit ee31174caaf7ac651b4d5c61008cbb545093d762
  3127. Author: Nay <[email protected]>
  3128. Date: Sun Jul 14 18:15:09 2013 +0100
  3129. DB/Items: Change item_template.Flags to uint32 (int(10) unsigned)
  3130. commit cd3a7f4175d2224dae978f89bfe105ab18e82d42
  3131. Author: Warpten <[email protected]>
  3132. Date: Sun Jul 14 16:46:11 2013 +0200
  3133. Core/Players: Dueling players in your party / raid should not make them always detectable.
  3134. Fixes seeing stealthed rogues & druids, as well as invisible mages in duels.
  3135. commit bedb2e56e2ca35ad6790c2ef2c736a88b8f1fb16
  3136. Author: Nay <[email protected]>
  3137. Date: Sun Jul 14 14:46:03 2013 +0100
  3138. DB/Errors: Fix a db startup error
  3139. commit d6f3460796c3326d3d9aa64bc90de2b14afb0c48
  3140. Author: Nay <[email protected]>
  3141. Date: Sat Jul 13 23:07:01 2013 +0100
  3142. Script/Commands: Fix a crash in .arena captain command
  3143. commit 330dd624b6f979df9bae087a7fc2e55fdc9ee360
  3144. Author: Shauren <[email protected]>
  3145. Date: Sat Jul 13 15:26:10 2013 +0200
  3146. Core/Movement: Do not remove movement flags that have special opcodes associated with them on teleport
  3147. Closes #10162
  3148. commit 4aad735af95e9304b0fd0a394abf32198afb28a7
  3149. Author: Malcrom <[email protected]>
  3150. Date: Sat Jul 13 09:27:27 2013 -0230
  3151. Core/Scripting: Add Wrathbone Flayer script to show channelling visual and correct combat AI.
  3152. commit 4ecc68d3a5d28afad37ca0b5cea5d88e6c80f488
  3153. Author: Nay <[email protected]>
  3154. Date: Fri Jul 12 14:40:54 2013 +0100
  3155. DB/EAI: Remove forgotten EAI scripts
  3156. 984fa01b61d814e3864
  3157. commit 984fa01b61d814e3864cf920f45eef6fdbd75d4e
  3158. Author: Aokromes <[email protected]>
  3159. Date: Fri Jul 12 13:20:54 2013 +0200
  3160. DB/Misc: Fix Blowing Hodir's Horn
  3161. Fix by KirkHammett closes #10270
  3162. commit b91fd1c2d455216459e63c8f20794f4dcadf0183
  3163. Author: Malcrom <[email protected]>
  3164. Date: Thu Jul 11 22:46:27 2013 -0230
  3165. DB/Waypoints: Add missing .sql to file
  3166. commit f8c3be1f7904477f3efab0ea6b4567196bb6b40b
  3167. Author: Malcrom <[email protected]>
  3168. Date: Thu Jul 11 22:25:57 2013 -0230
  3169. DB/Waypoints: Add waypoints to Black Temple instance.
  3170. commit 3c73e9baff581392a37b00bf03c669ad83017b35
  3171. Author: Malcrom <[email protected]>
  3172. Date: Thu Jul 11 22:12:40 2013 -0230
  3173. DB/Waypoints: Add some waypoints to black Temple Instance.
  3174. commit 30f6efb416e12e1247dd86ab52d183853326edef
  3175. Author: Shauren <[email protected]>
  3176. Date: Thu Jul 11 21:45:14 2013 +0200
  3177. Core/Quests: Fixed quest sharing
  3178. commit f5cd494acb4b0b0db0a7acf5031af4927ed6575b
  3179. Author: Aokromes <[email protected]>
  3180. Date: Thu Jul 11 14:51:35 2013 +0200
  3181. DB/Misc: Fix some spam
  3182. Fix by KirkHammett
  3183. commit 93226005c6ef8dd1cd001bd9137cd66d40f09577
  3184. Author: Machiavelli <[email protected]>
  3185. Date: Thu Jul 11 13:45:51 2013 +0200
  3186. Scripts/Akama: Uninitialized variable
  3187. commit 55338ff53bdc73e5bab02c00ef25b0a2ce354096
  3188. Author: Warpten <[email protected]>
  3189. Date: Thu Jul 11 11:10:05 2013 +0200
  3190. Revert "Shared/Utils: Fixed ApplyPercentModFloatVar."
  3191. This reverts commit 2005be04740406f17bd8af8569f2cd75aa0614d4.
  3192. Note to self: do not touch maths past 10 any more.
  3193. commit f274560c4a291891aff286414edc3d0472c844e3
  3194. Author: Malcrom <[email protected]>
  3195. Date: Wed Jul 10 21:21:05 2013 -0230
  3196. Core/Scripting: Minor fix to Shade of Akama Script.
  3197. commit b7cf456f5313b1513f8ea8599e97bfb275d90346
  3198. Author: Malcrom <[email protected]>
  3199. Date: Wed Jul 10 18:29:32 2013 -0230
  3200. Core/Scripting: Additions to Shade of Akama Script. Just ending sequence left to do.
  3201. Please supply feedback if anything is not like offi so I can fix.
  3202. commit 2005be04740406f17bd8af8569f2cd75aa0614d4
  3203. Author: Warpten <[email protected]>
  3204. Date: Wed Jul 10 21:44:08 2013 +0200
  3205. Shared/Utils: Fixed ApplyPercentModFloatVar.
  3206. This has been around since 2010-12-11 :)
  3207. commit 50e59114b1006ba485c5ae0ab89603bf4cdcc3a7
  3208. Author: Malcrom <[email protected]>
  3209. Date: Wed Jul 10 16:36:23 2013 -0230
  3210. Core/Scripting: Some cleanup for Hyjal Script.
  3211. commit f44f004dc5c9b99be3b2f3af43baa027e5de6fea
  3212. Author: Malcrom <[email protected]>
  3213. Date: Wed Jul 10 14:09:32 2013 -0230
  3214. Core/Scripting: Fixup Onyxia Script to use events.
  3215. commit 4fe0f1339e804d9f392911b8bab1695d0bb1eaad
  3216. Author: Malcrom <[email protected]>
  3217. Date: Wed Jul 10 13:09:37 2013 -0230
  3218. Core/Scripting: A couple fixes for Hellfire Ramparts.
  3219. commit 7d5be7a3efcec26ce8529fb413e1a52551111cde
  3220. Author: Malcrom <[email protected]>
  3221. Date: Wed Jul 10 11:51:15 2013 -0230
  3222. Core/Scripting: A little update to Hellfire Ramparts. Thanks joschiwald.
  3223. commit 8b7ae2cde863f17df1a1462f8e01ebe0a340ae62
  3224. Author: Aokromes <[email protected]>
  3225. Date: Wed Jul 10 11:48:15 2013 +0200
  3226. DB/Misc: Spawn some missing gameobjects
  3227. Data by KirkHammett
  3228. commit 81d8739d68e2ca2b537e5d4f81f8efff4f4b58e6
  3229. Author: Malcrom <[email protected]>
  3230. Date: Wed Jul 10 00:13:36 2013 -0230
  3231. Core/Scripting: Converted Watchkeeper Gargolmar to use events.
  3232. commit ea49f9817026bf7a0e50058af02b43f6d6bd3f01
  3233. Author: Malcrom <[email protected]>
  3234. Date: Tue Jul 9 23:32:34 2013 -0230
  3235. Core/Scripting: Fix up Hellfire Ramparts instance and add Instance save.
  3236. commit d5687a10037acd4caefa100ba8ea2b1642867be0
  3237. Author: Malcrom <[email protected]>
  3238. Date: Tue Jul 9 18:42:52 2013 -0230
  3239. Core/Scripting: Few minor fixes for Shattered Halls.
  3240. commit fb783fb0986e1944e3b0eb55f3426932594bca5c
  3241. Author: Malcrom <[email protected]>
  3242. Date: Tue Jul 9 18:27:03 2013 -0230
  3243. Core/Scripting: A couple fixes for shattered Halls
  3244. commit 17398a4043bced0f086b23e63644e290690ee7d7
  3245. Author: Malcrom <[email protected]>
  3246. Date: Tue Jul 9 07:10:48 2013 -0230
  3247. Core / Scripting: Coverted a couple Shattered Halls npc scripts to use events
  3248. commit ebe1ef249286644c7be7f33b574801c530c68e9a
  3249. Author: Malcrom <[email protected]>
  3250. Date: Mon Jul 8 23:29:55 2013 -0230
  3251. Core / Scripting: Updates to Shattered Halls and added Instance save.
  3252. commit e464d2bd2c81cd36b1c1360c49c99280fd9a3bd7
  3253. Author: Vincent-Michael <[email protected]>
  3254. Date: Mon Jul 8 21:15:23 2013 +0200
  3255. Scripted: Some cleanups + ninja changes
  3256. commit d8b39e9bae8c1e4a4a6e021cf9cd1cc00bb74fc4
  3257. Author: Malcrom <[email protected]>
  3258. Date: Mon Jul 8 16:31:29 2013 -0230
  3259. Core/Scripting: Fix some errors in Shade of Akama script.
  3260. commit ac85fac97753693c9f5d058b156cbb6aca14bbc0
  3261. Author: Malcrom <[email protected]>
  3262. Date: Mon Jul 8 14:44:10 2013 -0230
  3263. Core / Scripting: fix a few warnings.
  3264. commit e00fc197793d98bd7ed97f65b7c1532956d0744a
  3265. Author: Mihapro <[email protected]>
  3266. Date: Mon Jul 8 18:01:41 2013 +0200
  3267. Core/SmartScripts
  3268. commit 92eec6831a5f0bc32b641f85515ce4c9d243e24d
  3269. Author: Malcrom <[email protected]>
  3270. Date: Mon Jul 8 12:39:32 2013 -0230
  3271. Core: Scripting: Shade of Akama WIP
  3272. commit bebae5d3fadfaffc3ab9292511df6406b7abe767
  3273. Author: blub <[email protected]>
  3274. Date: Mon Jul 8 16:38:48 2013 +0200
  3275. Create 2013_07_08_00_world_gameobject.sql
  3276. SQL: Fix fail in 5a6eacfa3361c87c776915204caef9be2851486e
  3277. commit 5a6eacfa3361c87c776915204caef9be2851486e
  3278. Author: Aokromes <[email protected]>
  3279. Date: Sun Jul 7 20:34:26 2013 +0200
  3280. DB/Spawns: Add missing Gameobjects into The Shattered Halls
  3281. Note: some doors needs to be scripted after this.
  3282. commit 7202e40618c392487888423f45face284ef703c4
  3283. Author: Aokromes <[email protected]>
  3284. Date: Sun Jul 7 20:16:48 2013 +0200
  3285. DB/Misc: Fix typo
  3286. commit dc5936a296456e74d0589cd6a935eb9f94ee989c
  3287. Author: Aokromes <[email protected]>
  3288. Date: Sun Jul 7 20:14:52 2013 +0200
  3289. DB/Misc: Fix some runtime errors
  3290. Also spawns 2 missing doors on Old Hyjal, this doors needs to be scripted.
  3291. commit 3561ab98bae1dc111530223aaf25f58bb3267677
  3292. Author: Nay <[email protected]>
  3293. Date: Sat Jul 6 20:21:45 2013 +0100
  3294. Misc: Use override and final C++11 keywords in a few places (mostly scripts)
  3295. OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not support C++11)
  3296. commit 0c911af24c263c4e931c7264242c9755074d270d
  3297. Author: Hobbilis <[email protected]>
  3298. Date: Sat Jul 6 17:07:50 2013 +0200
  3299. DB/SAI: Converting Axtroz EventAI to SmartAI
  3300. Closes #9610
  3301. commit f5fe0c28cc69a58533a7c47663091abc46cd13a8
  3302. Author: dr-j <[email protected]>
  3303. Date: Sat Jul 6 17:04:13 2013 +0200
  3304. DB/Creature: update flags for Norgannon's Shell
  3305. Closes #10206
  3306. commit f636510b6179f2bbbd7210a820d61929ebb2f1c0
  3307. Author: baric <[email protected]>
  3308. Date: Sat Jul 6 17:02:33 2013 +0200
  3309. DB/Loot: correct serpentbloom looting
  3310. Closes #9940
  3311. commit 144026fad377e65ac4d90e8990917ebc54b156db
  3312. Author: dr-j <[email protected]>
  3313. Date: Sat Jul 6 16:59:58 2013 +0200
  3314. DB/Conditions: Correct quest requirements for To Bor'gorok Outpost, Quickly! (Again)
  3315. Closes #9847
  3316. commit b49beae2f4fc90ef7865f7418e0b9d1337a2fa1d
  3317. Author: untaught <[email protected]>
  3318. Date: Sat Jul 6 15:24:55 2013 +0200
  3319. DB/SAI: fix some issues with Quest: Song of Reflection
  3320. Closes #7662
  3321. commit 3afd29e3e4bd3bcf8e0f4100474b88321339510a
  3322. Author: Vincent-Michael <[email protected]>
  3323. Date: Sat Jul 6 01:03:43 2013 +0200
  3324. SQL: Fix missing newlines
  3325. commit 6079f369afe2d527d2778eca6b5f6669bff597d4
  3326. Author: Vincent-Michael <[email protected]>
  3327. Date: Sat Jul 6 01:00:05 2013 +0200
  3328. Scripted/Misc: Some cleanup
  3329. commit 447ddceabad28a3a4ed1ed3bdece632d2d072246
  3330. Author: Vincent-Michael <[email protected]>
  3331. Date: Fri Jul 5 19:43:34 2013 +0200
  3332. SQL: Rename in correct name
  3333. commit f97cf4a1d8fe0601be70f70723efa4e0c8437b26
  3334. Author: Vincent-Michael <[email protected]>
  3335. Date: Fri Jul 5 17:32:38 2013 +0200
  3336. Scripted/Eversong Woods: Add Missing cleanup
  3337. commit f46f7a3414e0d48ef10ff8aee492e6e639fa319a
  3338. Author: Vincent-Michael <[email protected]>
  3339. Date: Fri Jul 5 17:19:29 2013 +0200
  3340. Misc:
  3341. - Fix missing newlines
  3342. - Fix some startup errors
  3343. commit 4da6b98b528c673fa357fe5cea57a5d34d488208
  3344. Author: Kirkhammett <[email protected]>
  3345. Date: Fri Jul 5 15:17:56 2013 +0200
  3346. DB/SAI: Add support for the Sons of Hodir Questline. This update adds alot of the missing npcs, objects quest relations quests etc.
  3347. Closes #10106
  3348. commit ac8064a96ad1919d6f9efa14d7962dba3f938dc9
  3349. Author: badmoon <[email protected]>
  3350. Date: Fri Jul 5 15:05:18 2013 +0200
  3351. DB/creatures: Update some creatures for AV
  3352. Closes #4971
  3353. commit d6cb32e45c0080244fa1d23dba96a0564047cfa6
  3354. Author: ZxBiohazardZx <[email protected]>
  3355. Date: Fri Jul 5 13:08:53 2013 +0200
  3356. Commit: add newline to endoffile
  3357. commit 8bcaf599c5176653c83fb456518a33ba90272415
  3358. Author: dr-j <[email protected]>
  3359. Date: Fri Jul 5 12:47:16 2013 +0200
  3360. DB/SAI: Fix quest The Second Trial
  3361. Closes #3675
  3362. commit 9f697c3d3c37749c3af69e82a69d6e8732a72d31
  3363. Author: FireEmerald <[email protected]>
  3364. Date: Thu Jul 4 21:30:22 2013 +0100
  3365. DB/Quest: Fix: Standards and Practices (9910) & Hand of Iruxos (5381)
  3366. Closes #10197
  3367. Closes #9701
  3368. Closes #9857
  3369. Signed-off-by: Nay <[email protected]>
  3370. commit b4d4e04f53b447a7b6cfba1c7161d9c987260265
  3371. Author: Vincent-Michael <[email protected]>
  3372. Date: Thu Jul 4 22:09:24 2013 +0200
  3373. Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_
  3374. Note: Have fun :P
  3375. commit 85db1fc9434e7eca4ee53ca8c645e14c187911cb
  3376. Author: Nay <[email protected]>
  3377. Date: Thu Jul 4 17:12:29 2013 +0100
  3378. Scripts/Razorfen Kraul: Fix build and a possible crash
  3379. commit 9c1cca395ba5bb2fd94321aedfddf3c4eaef04af
  3380. Author: Mislav Blazevic <[email protected]>
  3381. Date: Thu Jul 4 17:00:23 2013 +0100
  3382. Scripts/Razorfen Kraul add script for quest 1221
  3383. Credits to @XFurry , he is original author.
  3384. Closes #8165
  3385. Closes #10152
  3386. Signed-off-by: Nay <[email protected]>
  3387. commit 3394f8cf0bce6f0ab94f40cb918265c6af92d485
  3388. Author: Aokromes <[email protected]>
  3389. Date: Thu Jul 4 09:42:54 2013 +0200
  3390. DB/Misc: Fix some startup errors.
  3391. commit 4863b393418737fa583d7ab32281093acca3f51a
  3392. Author: Malcrom <[email protected]>
  3393. Date: Tue Jul 2 13:32:25 2013 -0230
  3394. DB/Gossip: Fix a previous commit.
  3395. commit 258df112a8c739fc4d18f975ceabcdc15612b6ec
  3396. Author: Aokromes <[email protected]>
  3397. Date: Tue Jul 2 17:38:07 2013 +0200
  3398. Core/Scripting: Allow Headless Horseman to be attacked
  3399. Fix by digz6666.
  3400. Note: this script needs rewrite, any pull request doing it is welcome.
  3401. Closes #3568
  3402. commit ac6fcda030318e0730c69b8b1a1d2320a1b063de
  3403. Merge: 19aeac3 7da727c
  3404. Author: Subv <[email protected]>
  3405. Date: Tue Jul 2 05:06:51 2013 -0700
  3406. Merge pull request #10178 from mweinelt/master
  3407. Core/Spells: Remove correct stack of Deadly Poison when using Envenom
  3408. commit 7da727c6fe28bfbd23af3f8e992c9d502cf3c2c1
  3409. Author: hexa- <[email protected]>
  3410. Date: Tue Jul 2 05:27:09 2013 +0200
  3411. Core/Spells: Remove correct stack of Deadly Poison when using Envenom
  3412. commit 19aeac3abde0bd1c15bf49f1960464fec5c4ed86
  3413. Author: Malcrom <[email protected]>
  3414. Date: Tue Jul 2 00:09:33 2013 -0230
  3415. Core/Scripting: Fix Gossip option select for npc_spirit_of_olum
  3416. commit b77eb5e527b2852796e0b1cd7b4405e2ff149429
  3417. Author: Malcrom <[email protected]>
  3418. Date: Mon Jul 1 20:21:15 2013 -0230
  3419. Core/Scripting: Fix error in previous commit.
  3420. commit 9e2083b4c8c00b06d1c4cb26e4a0b5253f6ca0d5
  3421. Author: Malcrom <[email protected]>
  3422. Date: Mon Jul 1 19:43:35 2013 -0230
  3423. Core/Scripting: Update spirit of Olum to use db gossip.
  3424. commit 8d213fdea2ebb46bc4387e10e88fd00f0e87b515
  3425. Author: Malcrom <[email protected]>
  3426. Date: Mon Jul 1 18:48:42 2013 -0230
  3427. Core/Scripting: Move most if Illidan script text to creature text.
  3428. commit 029fe277b05bdb0a0a313149a8f82d223d2d01f0
  3429. Author: Vincent-Michael <[email protected]>
  3430. Date: Mon Jul 1 17:52:25 2013 +0200
  3431. Scripted/Naxxramas: Missing cleanup in f90078f979eacbaa50c14418f82d9c58a4c84b33 :P
  3432. commit f90078f979eacbaa50c14418f82d9c58a4c84b33
  3433. Author: Vincent-Michael <[email protected]>
  3434. Date: Mon Jul 1 17:44:26 2013 +0200
  3435. Scripted/Naxxramas: Fix Four Horsemen Chest
  3436. commit cf21fd44b258a2dbc0ee02159095fc46fb07f0e9
  3437. Author: Malcrom <[email protected]>
  3438. Date: Mon Jul 1 12:45:56 2013 -0230
  3439. DB?Creature_template: Fix a few creatures with AIName and Scriptname.
  3440. commit f31c560a3cb95ff8a0ee3348e90144876c115756
  3441. Author: Malcrom <[email protected]>
  3442. Date: Mon Jul 1 11:34:22 2013 -0230
  3443. DB/Creature: Fix some bad spawning in LBRS
  3444. commit 00b2829ee6c461b4ddb07370c7872fc046d3cc0e
  3445. Author: Malcrom <[email protected]>
  3446. Date: Mon Jul 1 10:44:11 2013 -0230
  3447. DB/Misc: Fix some startup errors.
  3448. commit 722f7068f233b5670c2ffc3f3e76e024e668e718
  3449. Author: Malcrom <[email protected]>
  3450. Date: Mon Jul 1 10:19:18 2013 -0230
  3451. Core/Scripting: More updates for BRS instance. Added missing scripts for urok and gizrul.
  3452. commit a93007e93c515660d385fa781c06c4f3047620a3
  3453. Author: Aokromes <[email protected]>
  3454. Date: Mon Jul 1 08:17:16 2013 +0200
  3455. DB/Misc: Typo fix
  3456. commit 7845a86260ea9a1589853b31e5961f27e1afff63
  3457. Author: Malcrom <[email protected]>
  3458. Date: Sun Jun 30 23:54:01 2013 -0230
  3459. DB/Misc: Missing spawn and pathing for UBRS
  3460. commit 7e7026cf1c758dd68b41654af0aa63615ad1c592
  3461. Author: Malcrom <[email protected]>
  3462. Date: Sun Jun 30 21:42:27 2013 -0230
  3463. DB/waypoints: Add some missing waypoints
  3464. commit 7819b54505cc59a3c03e69fd70b9f460391790fa
  3465. Author: Malcrom <[email protected]>
  3466. Date: Sun Jun 30 18:52:30 2013 -0230
  3467. DB/Misc: More convertions from db string. SAI waypoints not working correctly, core issue. Action 66 turn to not working, core issue.
  3468. commit 46b22448b3ca8d12492e0a0551f4f5ed28c0c981
  3469. Author: Malcrom <[email protected]>
  3470. Date: Sun Jun 30 16:03:43 2013 -0230
  3471. Db/Misc: More db strings to creature text
  3472. commit f5a9fb8558c402daeefc57491e11dabb5f309d00
  3473. Author: Malcrom <[email protected]>
  3474. Date: Sun Jun 30 15:20:14 2013 -0230
  3475. DB/Misc: move text from db string to creature_text.
  3476. commit 02479640fd96d632b3b3ba772128e66330434000
  3477. Author: Malcrom <[email protected]>
  3478. Date: Sun Jun 30 14:58:24 2013 -0230
  3479. DB/Misc: Remove some db strings and waypoint scripts. Repalce with creature text and SAI.
  3480. commit 95c2c8885cdc9cc0e6db10ee5df2ee133e41e08e
  3481. Author: Vincent-Michael <[email protected]>
  3482. Date: Sun Jun 30 18:24:14 2013 +0200
  3483. DB/Creature: Fix startup error
  3484. commit 1eaf3c9c9d2cebc14be597be3bb3077a0f33bf20
  3485. Author: Malcrom <[email protected]>
  3486. Date: Sun Jun 30 13:39:07 2013 -0230
  3487. Core/Scripting: Gyth event still not finished but completable.
  3488. commit 25cc9310a74d8594cd2a528bf6468336efb47c83
  3489. Author: Exodius <[email protected]>
  3490. Date: Sun Jun 30 17:53:56 2013 +0200
  3491. DB/Player: add Wooly Mammoth & Armored Brown Bear to factionchange
  3492. Closes #10098
  3493. commit 11f3e87514197b5b49a406da03a409b504f6f640
  3494. Author: Exodius <[email protected]>
  3495. Date: Sun Jun 30 17:51:14 2013 +0200
  3496. DB/Loot: Gnomish Grenades have Very High drop chance
  3497. Closes #10086
  3498. commit 7bfe0b58cb5d40c4b14a11d7428af2499aeb3073
  3499. Author: dr-j <[email protected]>
  3500. Date: Sun Jun 30 17:48:25 2013 +0200
  3501. DB/SAI: add SAI for Wretched Skulker/Bruiser/Husk
  3502. Closes #10034
  3503. commit dfa73a895a0dc2953e73b1f08ae6b5302d616eef
  3504. Author: Hobbilis <[email protected]>
  3505. Date: Sun Jun 30 17:45:54 2013 +0200
  3506. DB/SAI: add SAI for the quest Fozruk, Feeboz, Znort and Sleeby
  3507. Closes #7920
  3508. commit 3ca2c2af6e666425061213965daab9a95c2c031b
  3509. Author: nelegalno <[email protected]>
  3510. Date: Sun Jun 30 17:43:18 2013 +0200
  3511. DB/SAI: add SAI for The Black Knight's Curse
  3512. Closes #7402
  3513. commit a9aef5c947668e45197154a6ca3ff60ec875d324
  3514. Author: Vincent-Michael <[email protected]>
  3515. Date: Sun Jun 30 17:39:54 2013 +0200
  3516. DB/Conditions: make Frenzyheart fury only affect players
  3517. Closes #6408
  3518. commit 9e5ce92a82cb15e1728d7c76c3865063a1dc1a50
  3519. Author: Shauren <[email protected]>
  3520. Date: Sun Jun 30 16:34:56 2013 +0200
  3521. Scripts/Icecrown Citadel: Fixed Blood Queen Lana'thel flight phase
  3522. Closes #8759
  3523. commit 112bc49c9a22a6998a9829940a72bfb3b4778bb9
  3524. Author: Shauren <[email protected]>
  3525. Date: Sun Jun 30 16:31:24 2013 +0200
  3526. Core/Units: Removed most calls to SendMovementFlagUpdate for creatures
  3527. commit b3bdcc61ee757fd01a3356cd8b1b2f11e2ca712a
  3528. Author: Gacko <[email protected]>
  3529. Date: Sun Jun 30 11:40:27 2013 +0200
  3530. DB/SAI: Remove instance flags for creatures in battlegrounds
  3531. Otherwise they would not work and create runtime warnings on initialization
  3532. commit 4ed70c709404d80d28f92b2f2450c4a8b595a8ca
  3533. Author: Malcrom <[email protected]>
  3534. Date: Sun Jun 30 00:24:01 2013 -0230
  3535. Core/Scripting: A few fixes for Blackrock Spire. Emberseer now setting properly after wipe and Gyth/Rend event is getting closer to complete.
  3536. commit 718fc5bfc94bdfa8c94a5ed646f31305ab2b08bd
  3537. Author: Gacko <[email protected]>
  3538. Date: Sat Jun 29 20:52:45 2013 +0200
  3539. Rename SQL file and add new line at end of file
  3540. commit c13e84f1f998fb6b283d19818e71ecafcf9288fb
  3541. Author: Gacko <[email protected]>
  3542. Date: Sat Jun 29 20:46:54 2013 +0200
  3543. DB/SAI: Fix several runtime warnings / logical mistakes
  3544. * Wrong event types for linked events
  3545. * Possible multiple AI template initialization
  3546. commit 0e4cebf9c6da88f8f00e97133168d47e2415ce00
  3547. Author: ZxBiohazardZx <[email protected]>
  3548. Date: Sat Jun 29 18:51:48 2013 +0200
  3549. DB/creature: another c_t_a to c_a convert
  3550. commit cc899ddc2d57524d45958db52b9eccaa7603e433
  3551. Author: ZxBiohazardZx <[email protected]>
  3552. Date: Sat Jun 29 18:46:22 2013 +0200
  3553. DB/Misc:
  3554. - Convert c_t_a entry into c_a to prevent errors
  3555. - Allow mounting in Black Temple <outdoor parts>
  3556. - fix by exodius to add sound for Corrupted Ashbringer
  3557. Closes #9997
  3558. commit 2691defd1e6afd19b0740dc3614e35351706ad93
  3559. Author: Gacko <[email protected]>
  3560. Date: Sat Jun 29 16:56:52 2013 +0200
  3561. DB/SAI: Convert Felblood Initiate to SAI and fix runtime warning
  3562. commit 13208ff25706bf23b428a67452d1b5fa26c7ceec
  3563. Author: Shauren <[email protected]>
  3564. Date: Sat Jun 29 15:20:15 2013 +0200
  3565. Core/Vehicles: Implemented vehicle seat flag that makes passengers unselectable and dropped redundant UNIT_STATE_ONVEHICLE (it is only checked in the same places as unselectable unit flag)
  3566. commit 44c844d6fd69013d072b40b6cdb526bb3e6b012c
  3567. Author: w1sht0l1v3 <[email protected]>
  3568. Date: Sat Jun 29 14:50:37 2013 +0300
  3569. Scripts/The Storm Peaks: Use proper vehicle check on prisoners from Cold Hearted quest.
  3570. commit 53e5fc2fbcb3c1f32645e8e003e6c70202c32d0d
  3571. Author: Shauren <[email protected]>
  3572. Date: Thu Jun 27 19:38:03 2013 +0200
  3573. Core/Extractors: Fixed a possible issue with M2 model scaling
  3574. commit d967162f39ac44db9cebf1d4ba59a58ec25b3c46
  3575. Author: Aokromes <[email protected]>
  3576. Date: Thu Jun 27 17:12:17 2013 +0200
  3577. Update README
  3578. commit ec0cb39acb570984f79930c526f909f7ccabb561
  3579. Author: kaelima <[email protected]>
  3580. Date: Thu Jun 27 11:47:55 2013 +0200
  3581. Core/MMAPS: Revert walkableClimb/Height config changes
  3582. Fixes movement on some stairs
  3583. Needs more research
  3584. commit d58a037512682db6480b80513162143defb3061a
  3585. Author: Spp <[email protected]>
  3586. Date: Thu Jun 27 10:47:30 2013 +0200
  3587. Build: Set _BUILD_DIRECTIVE even if the compiler is not properly detected
  3588. commit 75f535c65e99bc6edb296cea18795a829655ef9a
  3589. Author: Krzysztof Rapacki <[email protected]>
  3590. Date: Thu Jun 27 09:45:49 2013 +0200
  3591. Scripts/Blackwing Lair: Fixed out of bounds array access
  3592. commit 9ea2b218cb7f047b1a7f6be666e4b5a3bd2acae3
  3593. Author: Aokromes <[email protected]>
  3594. Date: Thu Jun 27 03:23:23 2013 +0200
  3595. Core/Scripting: Typo fix
  3596. commit 651a966e92e720fd794cfbeb6f6998aa1fb9b1c3
  3597. Author: Malcrom <[email protected]>
  3598. Date: Wed Jun 26 15:38:19 2013 -0230
  3599. Core/Scripting: More BRS updates. Emberseer is still buggy if player resets. Working on it.
  3600. commit 4761590c4a03933910447da766aa70823362f16f
  3601. Author: Malcrom <[email protected]>
  3602. Date: Wed Jun 26 13:36:53 2013 -0230
  3603. Core/Scripting: Update Injured Goblin Miner script to use DB gossip.
  3604. commit f4bceb86c045565d52e12b157ea6aa4abbdb1835
  3605. Author: Malcrom <[email protected]>
  3606. Date: Wed Jun 26 13:18:17 2013 -0230
  3607. Core/Scripting: Replace a couple core scripts in Storm Peaks with SAI and DB gossip.
  3608. commit 83c1e69d74300a5b6378a8c752c87f02e3718dfe
  3609. Author: Malcrom <[email protected]>
  3610. Date: Wed Jun 26 12:43:45 2013 -0230
  3611. Core/Scripting: Update npc_agnetta_tyrsdottar to use db gossip.
  3612. commit 563c75c3e90f76b99e136800f372e77115e4dabc
  3613. Author: Aokromes <[email protected]>
  3614. Date: Wed Jun 26 10:36:10 2013 +0200
  3615. Core/Scripting: Typo fix
  3616. commit 7d219d103e65fb4ae85b16788a2a7ae0f0bc6dae
  3617. Author: Malcrom <[email protected]>
  3618. Date: Wed Jun 26 01:19:26 2013 -0230
  3619. DB/Creature_text: And I forgot the text :)
  3620. commit caa214d396a9aa7db7a4c9b4a90fe78a7ec188b7
  3621. Author: Malcrom <[email protected]>
  3622. Date: Wed Jun 26 01:18:12 2013 -0230
  3623. DB/Creature_text:
  3624. commit f09ef701bdeaf704dbe54bcd7908a99df2958513
  3625. Author: Malcrom <[email protected]>
  3626. Date: Tue Jun 25 21:49:59 2013 -0230
  3627. DB/Creature_template: A couple npc updates.
  3628. commit 6c9e810a631eefe5c8a6907378828c20c7086304
  3629. Author: Vincent-Michael <[email protected]>
  3630. Date: Tue Jun 25 20:49:51 2013 +0200
  3631. Core: Fix warnings
  3632. commit 711c68d3f37f3a6ad5c709336b0dd4df9c57fc06
  3633. Author: Vincent-Michael <[email protected]>
  3634. Date: Tue Jun 25 20:16:54 2013 +0200
  3635. Core: Fix non pch build
  3636. commit 1149292fe1a8dd221cf44d842c28ba6b2ad99889
  3637. Author: Malcrom <[email protected]>
  3638. Date: Tue Jun 25 15:36:16 2013 -0230
  3639. Core/Scripting: More fixes and updates for BRS Instance.
  3640. commit f5e073ddec54e3ae6548b4f4b92be661c927b28b
  3641. Author: ZxBiohazardZx <[email protected]>
  3642. Date: Tue Jun 25 19:48:29 2013 +0200
  3643. DB/Item: set the correct PageText value for item 37540
  3644. Closes #10077
  3645. commit b80d09fd6aad61bcceb429c982393d5dd89256fa
  3646. Author: Vincent-Michael <[email protected]>
  3647. Date: Tue Jun 25 18:28:22 2013 +0200
  3648. DB/FactionChange: Add missing player_factionchange_spells for Black War Bear / Black War Mammoth
  3649. commit b23a6d2d00106fa4865049b4061f505af775e5a6
  3650. Merge: 6015929 7ec342e
  3651. Author: ZxBiohazardZx <[email protected]>
  3652. Date: Tue Jun 25 06:20:12 2013 -0700
  3653. Merge pull request #10095 from Kirkhammett/patch-1
  3654. Update README
  3655. commit 7ec342eca89d79210e2c4bb181939f593a569b3e
  3656. Author: Filip <[email protected]>
  3657. Date: Tue Jun 25 15:50:22 2013 +0300
  3658. Update README
  3659. Bits of changes
  3660. commit 60159297f2cb9b493da8577292daa6a6d2afa5be
  3661. Author: Malcrom <[email protected]>
  3662. Date: Tue Jun 25 00:15:41 2013 -0230
  3663. Core/Scripting: Gyth / Rend Event in progress. Pushing before Vincent Micheal makes ninja changes.
  3664. commit c2992cf55d9d43a13086a948d2c252eac89e9e7c
  3665. Author: Malcrom <[email protected]>
  3666. Date: Tue Jun 25 00:12:21 2013 -0230
  3667. DB/Misc: Some updates for BRS & BWL
  3668. commit 4b0ca6831a6e318d51f18161f9d3b1237d6bfc5e
  3669. Author: ZxBiohazardZx <[email protected]>
  3670. Date: Tue Jun 25 01:14:09 2013 +0200
  3671. DB/Commit: add DRAKE define to fix query
  3672. commit 9ca2b8b852d7e6bfbaece590a1c541b1a44a6134
  3673. Author: Kirkhammett <[email protected]>
  3674. Date: Tue Jun 25 01:08:19 2013 +0200
  3675. [DB/SAI] add SAI support for Pushed too far (Quest 12869)
  3676. Closes #10066
  3677. commit 8ead61c2dbf6c0214fdcc5c2a4d65630a3c93cd5
  3678. Author: Kirkhammett <[email protected]>
  3679. Date: Tue Jun 25 01:05:47 2013 +0200
  3680. DB/SAI: add SAI support for Neutralizing the Plague
  3681. Closes #10025
  3682. commit 4fc1fdbb6d8ff7d2e3538e639bd6690d2f9b901c
  3683. Author: Kirkhammett <[email protected]>
  3684. Date: Tue Jun 25 01:01:07 2013 +0200
  3685. DB/SAI: add SAI support for The Sum is Greater than the Parts
  3686. Closes #9869
  3687. commit 2f746d929adfbd04b91948329bb918d905e333e5
  3688. Author: Malcrom <[email protected]>
  3689. Date: Mon Jun 24 18:06:23 2013 -0230
  3690. Core/Scripting: Emberseer event will now check to see if all players in instance are clicking altar.
  3691. commit b02b2605049de89b3b22361263a2891018c67b71
  3692. Author: Vincent-Michael <[email protected]>
  3693. Date: Mon Jun 24 21:32:49 2013 +0200
  3694. DB/Misc: Fix startup errors
  3695. commit 72c2a8cfa6e40cfd5b751dd6d023d4681e6676af
  3696. Author: Vincent-Michael <[email protected]>
  3697. Date: Mon Jun 24 18:59:59 2013 +0200
  3698. Core: Fix warnings
  3699. commit b43688b684f8a7b93ae529df3626737883fde354
  3700. Author: Vincent-Michael <[email protected]>
  3701. Date: Mon Jun 24 18:33:40 2013 +0200
  3702. Core: Fix non pch build
  3703. commit c31791493f40a9d76350c58f4942ef349dca7e2e
  3704. Author: Malcrom <[email protected]>
  3705. Date: Mon Jun 24 13:55:03 2013 -0230
  3706. Core/Scripting: Forgot a couple line endings.
  3707. commit eb743614703917d2fda8d6e3730dfb8aa6f5176e
  3708. Author: Malcrom <[email protected]>
  3709. Date: Mon Jun 24 13:48:02 2013 -0230
  3710. Core/Scripting: Updated BWL Scripts. Thanks to gerripeach for the base.
  3711. Closes #4952 #9283
  3712. commit 9726a5174e22097373581bb5e20fad49e45b9a61
  3713. Author: Malcrom <[email protected]>
  3714. Date: Mon Jun 24 03:47:44 2013 -0230
  3715. Core/Scripting: Start Scripting Gyth / Rend event for UBRS. Add creature text.
  3716. commit 7d429145eb53b5975938c98dd12a411bb05ab069
  3717. Author: Vincent-Michael <[email protected]>
  3718. Date: Mon Jun 24 06:37:56 2013 +0200
  3719. Core: Fix non pch build
  3720. commit fc4652964e9d0962d0fc78f1d28654d2846f0bda
  3721. Author: Malcrom <[email protected]>
  3722. Date: Mon Jun 24 01:26:58 2013 -0230
  3723. Core/Scripting: A few updates.
  3724. commit d7915155020ceec44a235c806e09166cfa024ef4
  3725. Author: Malcrom <[email protected]>
  3726. Date: Mon Jun 24 00:34:37 2013 -0230
  3727. Core/Scripting: Hopefully this calms tcbuid.
  3728. commit dc55188edd974a27f877945430f79aac72c83f4f
  3729. Author: Malcrom <[email protected]>
  3730. Date: Sun Jun 23 23:34:36 2013 -0230
  3731. Core/Scripting: I hate you tcbuild.
  3732. commit d9c819a65d6812506e03e6f7ac9781b2fc0c4c41
  3733. Author: Malcrom <[email protected]>
  3734. Date: Sun Jun 23 23:07:08 2013 -0230
  3735. Core/Scripting: tcbuild is being a bitch and SD2 had nothing to do with this script.
  3736. commit a6711d5232e04ab06717b1f73fb95b662b1c529b
  3737. Author: Malcrom <[email protected]>
  3738. Date: Sun Jun 23 22:46:44 2013 -0230
  3739. Core/Scripting: Update to Boss Emberseer Script.
  3740. commit 9c0024d067302e8e717ad224ff743212796b6e92
  3741. Author: Malcrom <[email protected]>
  3742. Date: Sun Jun 23 22:22:40 2013 -0230
  3743. Core/Scripting: UBRS Boss Pyroguard Emberseer now scripted.
  3744. commit 1a576fa7b2b4e37471e9b6e9185690a85be76557
  3745. Author: Malcrom <[email protected]>
  3746. Date: Sun Jun 23 16:16:42 2013 -0230
  3747. Core/Scripting: UBRS Boss Pyroguard Emberseer closer to being fully scripted.
  3748. commit bb5ef1b462ae46990e02a36774ad4e9211a00997
  3749. Author: Malcrom <[email protected]>
  3750. Date: Sun Jun 23 11:47:08 2013 -0230
  3751. Core/Scripting: Fix warning
  3752. commit 7c19fb8d0eae64db0719cc2b110fcc06f60542ac
  3753. Author: Malcrom <[email protected]>
  3754. Date: Sun Jun 23 11:32:57 2013 -0230
  3755. Core/Scripting: Runes in UBRS Dragonspire Hall now activate and open door.
  3756. Closes #4414
  3757. commit b669a2142ee9973124b15698b2dc01a35375d7eb
  3758. Author: Malcrom <[email protected]>
  3759. Date: Sun Jun 23 11:27:33 2013 -0230
  3760. Core/Scripting: Some boss script fixes.
  3761. commit 89466f76acd9fc8562f80d5c6df75eac84bfdae2
  3762. Author: Shauren <[email protected]>
  3763. Date: Sun Jun 23 11:20:13 2013 +0200
  3764. Core/Auras: Fixed crashes introduced in 1addad4dbd38d4690c24ad9c07456e06e443c78e
  3765. Closes #10081
  3766. commit 78916e2fa43a4659471595e02f725617d7002263
  3767. Author: Aokromes <[email protected]>
  3768. Date: Sun Jun 23 01:50:13 2013 +0200
  3769. DB/Misc: Cleaning db of unused/obsolete stuff
  3770. commit 180cd5cf6eb3b08e39d0bbff2f9762724a8a2ce3
  3771. Author: Vincent-Michael <[email protected]>
  3772. Date: Sun Jun 23 01:49:28 2013 +0200
  3773. Core: Fix warning
  3774. commit 7e01ac23db0ddbfc4aee3eff112f8bb77204ebcf
  3775. Author: Vincent-Michael <[email protected]>
  3776. Date: Sat Jun 22 17:24:23 2013 +0200
  3777. Scripts: Fix some typos
  3778. commit e6185c92fc224e5427e634fdb1d44565a0fcf269
  3779. Author: Vincent-Michael <[email protected]>
  3780. Date: Sat Jun 22 16:53:13 2013 +0200
  3781. Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_XXX);
  3782. commit 154dd377437aded96319338633b28eb9a4fee881
  3783. Author: Vincent-Michael <[email protected]>
  3784. Date: Sat Jun 22 16:45:48 2013 +0200
  3785. Scripts: Add missing code and fix codestyle
  3786. commit 1addad4dbd38d4690c24ad9c07456e06e443c78e
  3787. Author: Shauren <[email protected]>
  3788. Date: Sat Jun 22 16:10:48 2013 +0200
  3789. Core/Vehicles: Fixed crashes in StopCastingCharm happening when unit was attempting to enter 2 vehicles at the same time
  3790. Closes #9293
  3791. Closes #9618
  3792. commit 55fa58af19b39ab92bdea7407a5c12b603931b75
  3793. Author: Shauren <[email protected]>
  3794. Date: Sat Jun 22 13:42:13 2013 +0200
  3795. Core/Movement: Prevent dynamic changes of movement flags for charmed creatures
  3796. Closes #10075
  3797. Closes #10079
  3798. commit e5a8f6cd98aa15ef792947551d3de8dab277012d
  3799. Author: Malcrom <[email protected]>
  3800. Date: Sat Jun 22 02:05:32 2013 -0230
  3801. Core: Fix some error messages, more useful, less engrish.
  3802. commit 0b00481b847ea5194443a0f322cda965b4d166c3
  3803. Author: Malcrom <[email protected]>
  3804. Date: Sat Jun 22 01:43:33 2013 -0230
  3805. Core/WaypointMovementGenerator: Make error message more useful.
  3806. commit 1b8973a5ac95677ee610e29cf88745ae894c0331
  3807. Author: Malcrom <[email protected]>
  3808. Date: Sat Jun 22 01:01:51 2013 -0230
  3809. Core/Scripting: Fix previous commit
  3810. commit f22e1508f64836281e4c5c2fd7a145cd8713d042
  3811. Author: Malcrom <[email protected]>
  3812. Date: Sat Jun 22 00:47:41 2013 -0230
  3813. Core/Scripting: Update Boss Akilzon Script to use Events
  3814. commit 9589cbef3489bbb2a6712570b077b2ca4f72ae85
  3815. Author: Malcrom <[email protected]>
  3816. Date: Fri Jun 21 23:17:48 2013 -0230
  3817. DB/instance_template: Update scriptname for map 269
  3818. commit 6623a9dc4253e7b55cea3ff2e7a9a8946b24a736
  3819. Author: Malcrom <[email protected]>
  3820. Date: Fri Jun 21 23:14:59 2013 -0230
  3821. Core/Scripting: Renamed Dark Portal scripts to The Black Morass
  3822. commit 7e76ab97f895da1320106fad28e31d6b34c15443
  3823. Author: Malcrom <[email protected]>
  3824. Date: Fri Jun 21 21:56:21 2013 -0230
  3825. Core/Scripting: Updates to Dark Portal Instance Scripting
  3826. commit 385cb3e116a5ea3d5bf4059400bc58c5a97497ad
  3827. Author: Malcrom <[email protected]>
  3828. Date: Fri Jun 21 18:52:12 2013 -0230
  3829. DB/Creature: Fix pathed movement errors.
  3830. commit 4a8e92e8af6465bfe37dc3e9f78fb5b51c585471
  3831. Author: Vincent-Michael <[email protected]>
  3832. Date: Fri Jun 21 21:56:16 2013 +0200
  3833. Core/GameEvent: Add log for game_event_creature/game_event_gameobject contains creature/gameobject not found in table creature/gameobject table
  3834. commit fa749cb842ab07e37f20b9b907d8eb45972a0c8b
  3835. Merge: 1d41f35 8cef8d7
  3836. Author: Stefan <[email protected]>
  3837. Date: Fri Jun 21 12:04:52 2013 -0700
  3838. Merge pull request #6 from garyfisher/wotlk
  3839. Wotlk
  3840. commit 8cef8d77367c522cf9d997ed8c98ed6028d7c4f0
  3841. Author: Gary <[email protected]>
  3842. Date: Fri Jun 21 19:11:06 2013 +0200
  3843. [203] --> Misc fixes... (Thx FireEmerald)
  3844. commit 0e173cf2a8e8a00137a7a35205f4b883aa170a96
  3845. Author: Gary <[email protected]>
  3846. Date: Fri Jun 21 18:52:54 2013 +0200
  3847. Fix compile...
  3848. commit a0fad6faa91bcf97d89626d38f9b3e575365d056
  3849. Author: Vincent-Michael <[email protected]>
  3850. Date: Fri Jun 21 18:06:38 2013 +0200
  3851. Core: Fix warnings and some cleanup
  3852. commit be653252e44a2fbb4900212c1c86845020169df0
  3853. Author: Gary <[email protected]>
  3854. Date: Fri Jun 21 18:03:46 2013 +0200
  3855. [202] --> Update: Halls Of Reflection. (Thx Torrad & FireEmerald)
  3856. commit b8ff9d0f4ab7d3a2524ede17e055362d75bfec80
  3857. Author: Gary <[email protected]>
  3858. Date: Fri Jun 21 16:59:45 2013 +0200
  3859. [201] --> Update Ulduar: Mimiron. (Thx Locknes)
  3860. commit 279f0e2cec0c37f3404026109d7a3bc749f51961
  3861. Author: Gary <[email protected]>
  3862. Date: Fri Jun 21 12:53:13 2013 +0200
  3863. Restore original files. PART 2
  3864. commit b82ca619aa3fe7c8195d45f904ff39c0e4847f25
  3865. Author: Gary <[email protected]>
  3866. Date: Fri Jun 21 10:57:45 2013 +0200
  3867. Restore original files. PART 1
  3868. commit 1a24c846c99b688688e70689998c0016d16de265
  3869. Author: Aokromes <[email protected]>
  3870. Date: Fri Jun 21 09:07:30 2013 +0200
  3871. DB/Misc: Proper respawn time for a lot of mobs and delete incorrectly spawned mobs
  3872. commit 30356016c63defba629241ce038e97fa571282df
  3873. Author: Aokromes <[email protected]>
  3874. Date: Fri Jun 21 06:10:06 2013 +0300
  3875. DB/Misc: restore lost data
  3876. commit eca7a2afc143e5d2d2d2e4e9bfbdc8ea507a9e55
  3877. Author: Malcrom <[email protected]>
  3878. Date: Fri Jun 21 00:01:12 2013 -0230
  3879. DB/waypoints: Add waypoints for two Amphitheater Vendors
  3880. commit 6157f240edaad11acee07bc4273821ac71058a94
  3881. Author: Malcrom <[email protected]>
  3882. Date: Thu Jun 20 22:09:42 2013 -0230
  3883. Core/Scripting: Add spell script for vendor bark trigger
  3884. commit adb926afaea2b4ab5e2c2999976675fee2a7f2ad
  3885. Author: Gary <[email protected]>
  3886. Date: Fri Jun 21 00:40:03 2013 +0200
  3887. Fix compile...
  3888. commit 2a3c073cdc39738d4821d3cd9ca3c78eb9abf481
  3889. Author: Malcrom <[email protected]>
  3890. Date: Thu Jun 20 19:46:53 2013 -0230
  3891. DB/creature_text: Add missing text for Amphitheater Vendor
  3892. commit 6a572e2f611992beadf628abd3f1c5654cbffcd4
  3893. Merge: 12a2258 8224116
  3894. Author: Gary <[email protected]>
  3895. Date: Thu Jun 20 22:35:36 2013 +0200
  3896. Merge remote-tracking branch 'tc/master' into wotlk
  3897. commit 1554ca8b1ffd88c314199f03d37f5fd4eb3ac928
  3898. Author: Malcrom <[email protected]>
  3899. Date: Thu Jun 20 17:15:27 2013 -0230
  3900. Core/Scripting: Add spell script for spell 55945 Spectator - Cheer Trigger
  3901. commit 8224116f89f1b37f67a9faff5104582d7e5a519c
  3902. Author: Aokromes <[email protected]>
  3903. Date: Thu Jun 20 18:05:21 2013 +0300
  3904. DB/Misc: Cleaning db
  3905. commit f3ec76faeb63009ddff357a93b61220fc6039f47
  3906. Author: Shauren <[email protected]>
  3907. Date: Thu Jun 20 15:36:32 2013 +0200
  3908. Core/Auras: Fixed a crash happening when different vehicle auras from the same caster stacked on one target
  3909. Closes #10050
  3910. commit e178f740402cdb17a52d3f456d8e83c7f17c65ea
  3911. Author: Malcrom <[email protected]>
  3912. Date: Wed Jun 19 19:53:17 2013 -0230
  3913. DB/Creature: Add missing spawns for Amphitheater of Anguish
  3914. commit 8fea172ef38b2b42fa30d4a4893ade3817c7fd60
  3915. Author: Malcrom <[email protected]>
  3916. Date: Wed Jun 19 00:01:16 2013 -0230
  3917. DB/Gossip: Add missing gossip for Gurgthock
  3918. commit 2b45255aa8f4dbc208ee5bee4344cd3f1f662692
  3919. Author: Malcrom <[email protected]>
  3920. Date: Tue Jun 18 21:34:40 2013 -0230
  3921. DB/Scripting: Condition needed for spell Throw Ingredient
  3922. commit a50fef233652a91e2d8fb0574f39b6b2203fe4b3
  3923. Author: kaelima <[email protected]>
  3924. Date: Wed Jun 19 00:41:40 2013 +0200
  3925. Scripts: Prevented several KilledUnit texts to yelled for non-players such as pets
  3926. commit 3a30a0bb3519479b4143783755841adf00e123e1
  3927. Author: Malcrom <[email protected]>
  3928. Date: Tue Jun 18 18:12:45 2013 -0230
  3929. Core/Scripting: Some updates to Zul'Drak scripts.
  3930. commit 89ec90753914ae89b2dbbc7a343cd8a667410af3
  3931. Author: Shauren <[email protected]>
  3932. Date: Tue Jun 18 18:15:33 2013 +0200
  3933. Core/Objects: Refactored MovementInfo structure
  3934. commit 47ea7943e5dcd77305631bc453c52c31646be2ea
  3935. Author: Vincent-Michael <[email protected]>
  3936. Date: Tue Jun 18 17:23:47 2013 +0200
  3937. Core: Fix new warnings ...
  3938. commit 09eea66ee12a44295c0734cc55a1532440a11170
  3939. Author: Vincent-Michael <[email protected]>
  3940. Date: Tue Jun 18 16:51:13 2013 +0200
  3941. Core: Fix warnings
  3942. commit b6aadc6698875fb9a706483b3db9e524faf5e65b
  3943. Author: Shauren <[email protected]>
  3944. Date: Tue Jun 18 16:48:46 2013 +0200
  3945. Scripts/Misc: Use new movement flag setting methods in scripts
  3946. commit d9df460694fe878f57c3603cc7613903f7f8d194
  3947. Author: Shauren <[email protected]>
  3948. Date: Tue Jun 18 16:47:12 2013 +0200
  3949. Core/Movement
  3950. * Added wrapper methods for setting various movement flags and sending correct movement opcodes
  3951. * Made flying and falling spline flags exclusive with each other
  3952. commit 779f3c2f08a2bb46a86659ead6502672590386ed
  3953. Author: Malcrom <[email protected]>
  3954. Date: Tue Jun 18 11:47:24 2013 -0230
  3955. Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice scripting
  3956. commit 74d828aa8123b9c294c76831931471714494e282
  3957. Author: Aokromes <[email protected]>
  3958. Date: Tue Jun 18 06:27:15 2013 +0300
  3959. Core/Scripting: Cleaning of unused/obsolete stuff
  3960. commit 8e4508128921ed79b287bf6646edb245829c77fc
  3961. Author: Malcrom <[email protected]>
  3962. Date: Tue Jun 18 00:15:33 2013 -0230
  3963. DB/SAI: Hut Fire SAI Quest: This Just In: Fire Still Hot! "Now looks more like Offi"
  3964. commit 6f9d3b54e3a4a2cdbd5655ba1c443d5a576a3170
  3965. Author: Malcrom <[email protected]>
  3966. Date: Tue Jun 18 00:01:03 2013 -0230
  3967. DB?Creature: Part fix for NPC Hut Fire for Quest: This Just In: Fire Still Hot!
  3968. commit 07b2c89d7527b12125b20f9cecd26d6b3a4c6227
  3969. Author: Aokromes <[email protected]>
  3970. Date: Tue Jun 18 05:22:49 2013 +0300
  3971. DB/Misc: Cleaning db of unused/obsolete stuff
  3972. commit 7f54297271a8bcd9b26d22cf8dd3dab817b4e779
  3973. Author: Aokromes <[email protected]>
  3974. Date: Tue Jun 18 04:19:34 2013 +0300
  3975. DB/Misc: Cleaning db of unused/obsolete stuff
  3976. commit 2d892465d0e74bd1819f09745e5a3a75c3fe33f9
  3977. Author: Malcrom <[email protected]>
  3978. Date: Mon Jun 17 21:36:52 2013 -0230
  3979. Core/Scripting: Remove double check. Thanks joschiwald
  3980. commit 14695b056acfa89edb0f4acf198b4fdf3228aaa1
  3981. Author: Malcrom <[email protected]>
  3982. Date: Mon Jun 17 20:52:41 2013 -0230
  3983. Scripting: Quest: Troll Patrol: The Alchemist's Apprentice
  3984. commit d163c58258160b65a2d785ef552653fc2c8f5eb1
  3985. Author: Pitcrawler <[email protected]>
  3986. Date: Mon Jun 17 16:44:04 2013 +0200
  3987. DB/Quests: Fix Reunited, Dark Horizon, closes #6246 closes #8979
  3988. commit 5d6d8e1c3fdcf1af86ad16db4b0bd12f62e788c0
  3989. Author: kaelima <[email protected]>
  3990. Date: Mon Jun 17 05:20:20 2013 +0200
  3991. DB/Warden: Fix address check for multi-jump hacks
  3992. It was not long enough to detect eg. Hitchhikers Hack
  3993. commit 78a78a03d72f240279b6b836fb48f402433b22f6
  3994. Author: kaelima <[email protected]>
  3995. Date: Mon Jun 17 05:16:30 2013 +0200
  3996. Core/Movement: Fixed computeFallTime results with safefall enabled (it's still unused however)
  3997. commit aa645683b8b25bfb35cb977678daf5c56c1531e6
  3998. Author: kaelima <[email protected]>
  3999. Date: Mon Jun 17 05:11:24 2013 +0200
  4000. Core/MMAPS: Update recastnavigation!
  4001. * Complete changelog can be found at http://code.google.com/p/recastnavigation/
  4002. * Adjusted a few config values
  4003. Important:
  4004. * New mmaps extraction is required
  4005. * Folder size will be increased
  4006. commit 9b4f14ca6771930d376498b7e57968fceca887df
  4007. Author: Malcrom <[email protected]>
  4008. Date: Sun Jun 16 19:43:29 2013 -0230
  4009. DB/Creature_text: Add texts for Alchemist Finklestein
  4010. commit bb4efd78d54a6030850db87d33b017d0b628056c
  4011. Author: Malcrom <[email protected]>
  4012. Date: Sun Jun 16 16:13:04 2013 -0230
  4013. DB/Misc: Some quest fixes for Zul'Drak.
  4014. commit ef1dca7dd861b59a8b9e22745a7d1566bfe72f9b
  4015. Author: Malcrom <[email protected]>
  4016. Date: Sun Jun 16 13:25:50 2013 -0230
  4017. DB/misc: Misc deletes as per Aokromes.
  4018. commit 183358afd55e4f1bde3977d2e7eb236d19322609
  4019. Author: Malcrom <[email protected]>
  4020. Date: Sun Jun 16 12:50:48 2013 -0230
  4021. DB/Misc: Fix up previous push.
  4022. commit 6a119f067190a61d31533c510b7c702ab35868f7
  4023. Author: Malcrom <[email protected]>
  4024. Date: Sun Jun 16 12:43:24 2013 -0230
  4025. DB/Misc: Some misc db fixes
  4026. commit 86f2c84ee587cd35274fbab2cc5052871a305cd1
  4027. Author: Malcrom <[email protected]>
  4028. Date: Sun Jun 16 08:58:37 2013 -0230
  4029. Script: Add proper spell to Lake Frog script.
  4030. commit f0cc3b13909f0f717449a235146b9a774abdd18c
  4031. Author: w1sht0l1v3 <[email protected]>
  4032. Date: Sun Jun 16 12:26:44 2013 +0300
  4033. Fix sql naming on previous files.
  4034. Correct faction template for Nexus Drake Hatchling and initialize a variable in script.
  4035. commit e5dbf68897a2e923b544e1df27182ceb810e141a
  4036. Author: Malcrom <[email protected]>
  4037. Date: Sat Jun 15 23:30:41 2013 -0230
  4038. DB/Creature template: Prevent cosmetic-drakkari-bat-ph from attacking players.
  4039. commit b3237630ecd6637f358d862ede00f92efba33f7a
  4040. Author: Malcrom <[email protected]>
  4041. Date: Sat Jun 15 21:22:37 2013 -0230
  4042. Script: Updated Murmur to use events.
  4043. commit cb9bb4e9590d06b848f8eab64ed4292aeb9f7517
  4044. Author: Malcrom <[email protected]>
  4045. Date: Sat Jun 15 20:02:41 2013 -0230
  4046. Scritp: Updated Boss_Blackheart_the_Inciter to use events.
  4047. commit 40062cb2270e937c23968fa5b7dc2b6a884a1752
  4048. Author: Malcrom <[email protected]>
  4049. Date: Sat Jun 15 19:28:45 2013 -0230
  4050. DB?Gossip: Add missing gossip for Arathandris Silversky & Maybess Riverbreeze.
  4051. TODO: Add SAI and remove cpp script.
  4052. commit beed4997706147beb0d3a7f5a6d5957072bf8165
  4053. Author: Malcrom <[email protected]>
  4054. Date: Sat Jun 15 19:03:09 2013 -0230
  4055. Script: Update Boss_Grandmaster_Vorpil script to use events.
  4056. commit fd0b9ebb8eb0647c142cf0b336454c4892d7226c
  4057. Author: Malcrom <[email protected]>
  4058. Date: Sat Jun 15 14:39:22 2013 -0230
  4059. Script: Fix a couple quest credit hacks.
  4060. commit 08e7b15d9f8d05c01d26ab191d7f9f4b8b1a49ac
  4061. Author: Malcrom <[email protected]>
  4062. Date: Sat Jun 15 14:19:29 2013 -0230
  4063. Script: Fix errors in previous commit.
  4064. commit 7b67351208827fb1398dd3b4d991dff3e6ddf893
  4065. Author: Malcrom <[email protected]>
  4066. Date: Sat Jun 15 14:10:26 2013 -0230
  4067. Script: Update Grizzly Hills Zone Script to use Events.
  4068. commit fa75fe78bd76e910ab7dfc614bc75f3ce43f9793
  4069. Author: Shauren <[email protected]>
  4070. Date: Sat Jun 15 15:16:36 2013 +0200
  4071. Core/Objects
  4072. * Split BuildValuesUpdate into separate virtual methods for every object type that does something special with update fields
  4073. * Removed _SetCreateBits/_SetUpdateBits to halve the amount of checks if field needs to be sent
  4074. commit a8a5239aad6f0396948978bdeae0979e7a8dfa97
  4075. Author: Shauren <[email protected]>
  4076. Date: Sat Jun 15 14:45:28 2013 +0200
  4077. Core/Objects: Added missed change to 9ec22fffa00135cd776afebe2899bf54fb52f15f
  4078. commit b38025d96ed578f01bf2361dde3bba65d56c80f4
  4079. Author: Shauren <[email protected]>
  4080. Date: Sat Jun 15 14:22:16 2013 +0200
  4081. Missed change in previous commit
  4082. commit 3c91c0475894fa640a98f7c185dd4cccb5907607
  4083. Author: Shauren <[email protected]>
  4084. Date: Sat Jun 15 14:07:12 2013 +0200
  4085. Buildsystem/MSVC
  4086. * Fixed ACE PCH
  4087. * Removed WheatyExceptionReport sources from shared project
  4088. commit cecbb79a392c42511b739acc092ee7da99072ec3
  4089. Author: Malcrom <[email protected]>
  4090. Date: Thu Jun 13 23:20:50 2013 -0230
  4091. DB/SAI: Needs this too :)
  4092. commit 7a6aef0f9fe43684ef19529350bf7bed25b70b13
  4093. Author: Malcrom <[email protected]>
  4094. Date: Thu Jun 13 23:15:04 2013 -0230
  4095. DB/SAI: Fix creature in botanica
  4096. commit 711809c58c5b03303ed9a2704388a303f54d4525
  4097. Author: Malcrom <[email protected]>
  4098. Date: Thu Jun 13 17:35:41 2013 -0230
  4099. Scripting: Added an overlooked enum.
  4100. commit 8031aa4d40cae61c64477492c396d92b911d65b5
  4101. Author: Malcrom <[email protected]>
  4102. Date: Thu Jun 13 17:28:43 2013 -0230
  4103. Scripting: Update Lake Frog Script to use Events.
  4104. commit 1c9a3d562120039c9fe96d35a63ade8ee9cb1266
  4105. Author: Vincent-Michael <[email protected]>
  4106. Date: Thu Jun 13 18:37:59 2013 +0200
  4107. Scripted/Quest: Fix codestyle in 4065a8509f389d3b5d89d44cab5298ccde534a3d
  4108. commit 8fb1e4e06c2c3a92e7299f4f3aabbefbcb5a5851
  4109. Author: Malcrom <[email protected]>
  4110. Date: Thu Jun 13 12:41:34 2013 -0230
  4111. Scripting: Minor visual script fix.
  4112. commit 5f83c81ce505ae1925d1d4ebb61ca6edbf2f4868
  4113. Author: Malcrom <[email protected]>
  4114. Date: Thu Jun 13 12:08:21 2013 -0230
  4115. DB/Creature: Redo spawning for entry 33211 "Lake Frog"
  4116. commit 77dc4147d091c529543370ba8c3f422bf57e0869
  4117. Author: Aokromes <[email protected]>
  4118. Date: Thu Jun 13 16:15:33 2013 +0200
  4119. DB/Creature: Add missing lake frog spawns
  4120. By Vincent_Michael closes #10015
  4121. commit 5a7d74ce8765e08a7d8203f4632027f793037200
  4122. Author: Trinity <trinity@ubuntu.(none)>
  4123. Date: Thu Jun 13 14:58:07 2013 +0200
  4124. Fix warning
  4125. commit ca100a30f05cf72b6851e6ab1f6e82f9a35939c8
  4126. Author: Pitcrawler <[email protected]>
  4127. Date: Thu Jun 13 12:44:07 2013 +0200
  4128. DB/Quests: Fix Convocation at Zul'Heb, closes #9122
  4129. commit 4065a8509f389d3b5d89d44cab5298ccde534a3d
  4130. Author: Malcrom <[email protected]>
  4131. Date: Thu Jun 13 00:50:21 2013 -0230
  4132. Script: Add scripting for Quest A Blade Fit For A Champion
  4133. Still need pooled spawning for entry 33224. Aokromes has info if someone wants to do it.
  4134. commit 2f771d4950fd551eeca7d91a49c2dfd7fd48ec6f
  4135. Author: Pitcrawler <[email protected]>
  4136. Date: Wed Jun 12 21:15:17 2013 +0200
  4137. DB/Quests: Fix Badlands Reagent Run II, closes #9880
  4138. Thanks @joschiwald and @Kirkhammett
  4139. commit 1dfda35221ab6cab8d4149d43fb06e0ea88e443e
  4140. Author: Pitcrawler <[email protected]>
  4141. Date: Wed Jun 12 20:34:23 2013 +0200
  4142. DB/Quests: Fix Adding Injury to Insult, closes #3848
  4143. Improves b85e4eb72437fa3ecfa5be6f84dedbbd683a9db3
  4144. commit 3a7a681319c650aafbc357bd0120b630e35d321f
  4145. Author: Vincent-Michael <[email protected]>
  4146. Date: Wed Jun 12 17:16:13 2013 +0200
  4147. Core/Gossip: Add missing check for only class trainers in 46374bf533987b492abd590d7cd2ae182b35bd39
  4148. commit a54244fb2d3674eb4dcc583fa6b985e9c514199a
  4149. Author: Spp <[email protected]>
  4150. Date: Wed Jun 12 14:16:51 2013 +0200
  4151. Fix compile
  4152. commit 8778f5abdf6db86c9c42629b45619100463e2e19
  4153. Author: Malcrom <[email protected]>
  4154. Date: Tue Jun 11 22:12:42 2013 -0230
  4155. DB/SAI: Fix SAI for Sunseeker Harvester
  4156. commit e8d15011986b6c1730ee46180058135bb50897e2
  4157. Author: Malcrom <[email protected]>
  4158. Date: Tue Jun 11 22:03:35 2013 -0230
  4159. DB/Creature: Set Entry 18955 "Camera Shaker - 30-90 seconds" as trigger and remove random movement
  4160. commit 4096c54efaf85343fb4265ebcd7a62b69ca15300
  4161. Author: Malcrom <[email protected]>
  4162. Date: Tue Jun 11 22:02:00 2013 -0230
  4163. Core: More Function name updates
  4164. commit ec474a62e562b3264cc05346fe4c9a1d4f969645
  4165. Author: Malcrom <[email protected]>
  4166. Date: Tue Jun 11 21:25:12 2013 -0230
  4167. Core: More Function Renaming.
  4168. commit 66978cfc3b672309ed79da917695bc59427974aa
  4169. Author: Malcrom <[email protected]>
  4170. Date: Tue Jun 11 19:54:27 2013 -0230
  4171. Core: Some function renaming.
  4172. commit 46374bf533987b492abd590d7cd2ae182b35bd39
  4173. Author: Vincent-Michael <[email protected]>
  4174. Date: Wed Jun 12 00:09:10 2013 +0200
  4175. Core/Gossip: Add log for GOSSIP_OPTION_TRAINER for missing conditions
  4176. commit 047608e7de743e4f59ec2450a474c6a9c5234b68
  4177. Author: Malcrom <[email protected]>
  4178. Date: Tue Jun 11 18:39:51 2013 -0230
  4179. Core/SAI: Add check so npc will not send text to pet. Also updated isPet() to IsPet().
  4180. commit 9ec22fffa00135cd776afebe2899bf54fb52f15f
  4181. Author: Shauren <[email protected]>
  4182. Date: Tue Jun 11 17:28:16 2013 +0200
  4183. Core/Objects: Object scale will now also affect bounding radius and combat reach fields
  4184. commit ef15fe8ed28cb2d65574e8c5c755d39f8a06a994
  4185. Author: Shauren <[email protected]>
  4186. Date: Tue Jun 11 15:50:08 2013 +0200
  4187. Core/Instances: Fixed a bug that caused switching group leader inside active instance to cause players not being saved when a boss was killed.
  4188. Closes #5109
  4189. commit 935a1cf607782916fdb8e3a77489738a3d07b66f
  4190. Author: Malcrom <[email protected]>
  4191. Date: Mon Jun 10 20:13:24 2013 -0230
  4192. DB/SAI: Move Quel'dorei Magewraith from EAI to SAI. Added quest complete action to fix quest 9595.
  4193. closes #3047
  4194. commit e824cbff6c376b28148a41b0802aeb65246c1174
  4195. Merge: cf8060f a51cd86
  4196. Author: Shauren <[email protected]>
  4197. Date: Mon Jun 10 13:56:29 2013 -0700
  4198. Merge pull request #9984 from Rochet2/master
  4199. Core/Scripts: Added missing call for OnQuestComplete and cleared up argument name in OnLevelChanged
  4200. commit cf8060f62dbfb2423527076a6b451445f990dde6
  4201. Author: Malcrom <[email protected]>
  4202. Date: Mon Jun 10 15:40:24 2013 -0230
  4203. DB/Gossip: Complete gossip for Quarter Master Miranda Breechlock
  4204. commit dfb950af533dde3f04704aa239ea924ad68dba1f
  4205. Author: Malcrom <[email protected]>
  4206. Date: Mon Jun 10 12:36:15 2013 -0230
  4207. DB/SAI/Conditions: Add SmartAI to Quarter Master Miranda Breechlock to give player item when selecting I need another Argent Dawn Commission.
  4208. closes #6352
  4209. commit 1455a08906d2cfa21683b875aa61edf4b4858194
  4210. Author: kaelima <[email protected]>
  4211. Date: Mon Jun 10 12:47:01 2013 +0200
  4212. Core/Auctionhouse: Fix crash when reloading AH items
  4213. - Removed a really strange comment
  4214. commit a51cd8662819f9b779075cb108c799c18e180a12
  4215. Author: Rochet2 <[email protected]>
  4216. Date: Sat Jun 8 00:14:14 2013 +0300
  4217. Quest Complete, OnLevelChanged
  4218. commit 5f33bfb9254f490efc2cc53285f686644b102928
  4219. Author: w1sht0l1v3 <[email protected]>
  4220. Date: Sun Jun 9 22:14:20 2013 +0300
  4221. Core/Scripts: Fix Drake Hunt, closes #2005
  4222. commit 86811d5d66e18b837eba6c488910c552d88bd32b
  4223. Author: Vincent-Michael <[email protected]>
  4224. Date: Sun Jun 9 20:37:42 2013 +0200
  4225. SQL: Fix sql import error
  4226. commit 3e29d89a71bf7c5809f9e370f2a8a9727fc51b0c
  4227. Author: Pitcrawler <[email protected]>
  4228. Date: Sun Jun 9 18:39:33 2013 +0200
  4229. DB/Quests: Fix To Westguard Keep!
  4230. Add missing taxiflight gossip option
  4231. commit fb28dcb3c4dc5d0c1fc9f1da2b3de7c82f5a5713
  4232. Author: Pitcrawler <[email protected]>
  4233. Date: Sun Jun 9 18:10:03 2013 +0200
  4234. DB/Quests: Fix The Explorer's League Outpost
  4235. Move a corescript to SAI
  4236. commit f8d9a8d2e91bedbf05ea8d3515b20411c7ac53a3
  4237. Author: Shauren <[email protected]>
  4238. Date: Sat Jun 8 23:11:18 2013 +0200
  4239. Core/Spells: Fixed fishing broken in a recent commit
  4240. commit 12a2258b8cf5aa5c7f7fc12251797564e547ffd5
  4241. Merge: c252bb2 cd24f85
  4242. Author: Gary <[email protected]>
  4243. Date: Sat Jun 8 22:31:45 2013 +0200
  4244. Merge remote-tracking branch 'tc/master' into wotlk
  4245. commit c252bb2f33582065ecf6f818c7c88a430eb37000
  4246. Author: Gary <[email protected]>
  4247. Date: Sat Jun 8 22:02:22 2013 +0200
  4248. Hack fix crash Gunship Battle! (Thx JunkyBulgaria)
  4249. commit 62df3395cd0a6ddd76f08d054e0f388fb81c2452
  4250. Author: Gary <[email protected]>
  4251. Date: Sat Jun 8 21:59:21 2013 +0200
  4252. Revert "Hack fix crash Gunship Battle! (Thx JunkyBulgaria)"
  4253. This reverts commit 21203e89fdd63fa128e33ca99092583853c23151.
  4254. commit cd24f8521c24932f6a1896926bd24408dcaac837
  4255. Author: Vincent-Michael <[email protected]>
  4256. Date: Sat Jun 8 20:51:39 2013 +0200
  4257. Core/Gossip: Revert unlearn and dual spec gossip stuff in c238cae7d0733c76ee844d81e7c959627e5d711b
  4258. commit 368e3c17a1b2ade2e4fc8e3e38c78678a4e1d927
  4259. Author: Pitcrawler <[email protected]>
  4260. Date: Sat Jun 8 19:30:40 2013 +0200
  4261. Core/Scripts: Simplify spellscript from 1f785905d548257b56d83f180f3d8e94e8de0634
  4262. commit 1f785905d548257b56d83f180f3d8e94e8de0634
  4263. Author: Pitcrawler <[email protected]>
  4264. Date: Sat Jun 8 16:21:24 2013 +0200
  4265. DB/Quests: Fix Danger! Explosives!, closes #6850 closes #9458
  4266. commit 6149fcec9e86534bc83f8ca4bfa3840e1a2685df
  4267. Merge: fda3905 7cec09d
  4268. Author: Aokromes <[email protected]>
  4269. Date: Fri Jun 7 13:44:36 2013 -0700
  4270. Merge pull request #9983 from LeGuybrush/organize-
  4271. More organizing of sql/old, hooray!
  4272. commit 7cec09dda50bb5f2de837f09dc7019c1c726b29a
  4273. Author: LeGuybrush <[email protected]>
  4274. Date: Fri Jun 7 16:27:20 2013 -0400
  4275. More organizing of sql/old, hooray!
  4276. commit fda3905799908b0a3e0e51a4a55d6de64a9cb88a
  4277. Author: Vincent-Michael <[email protected]>
  4278. Date: Fri Jun 7 19:02:09 2013 +0200
  4279. DB/Creature: Fix startup error
  4280. commit 5af58fa3cf621b1a8dc41a958a34c8c663783edc
  4281. Author: Aokromes <[email protected]>
  4282. Date: Fri Jun 7 18:58:17 2013 +0300
  4283. Update README
  4284. commit 5254e5ead1739853120a25a7933c720f19f26e7f
  4285. Author: Shauren <[email protected]>
  4286. Date: Fri Jun 7 17:50:39 2013 +0200
  4287. Core/PacketIO: Send item create object blocks only to their owner
  4288. commit 88bbff2236d105bd17d7bc67bd915159c3e9a054
  4289. Author: Shauren <[email protected]>
  4290. Date: Fri Jun 7 16:05:39 2013 +0200
  4291. Core/Creatures
  4292. * Refactored setting movement flags into separate method
  4293. * Falling creatures are no longer treated as flying for movement flag setting purposes
  4294. commit e21b94c25c90299517732fa4f2522adfc6e0cc38
  4295. Author: Shauren <[email protected]>
  4296. Date: Fri Jun 7 16:00:44 2013 +0200
  4297. Core/Maps: Fixed Map::IsInWater returning true at any height above water
  4298. commit 1adf4624bb3eea00d799370bce4c2c21111db8ad
  4299. Author: Pitcrawler <[email protected]>
  4300. Date: Wed Jun 5 16:37:15 2013 +0200
  4301. DB/Quests: Fix Foolish Endeavors, closes #1880 closes #9849
  4302. Thanks to @dr-j for a major part of the work!
  4303. Also rename a file.
  4304. commit 5b17964e9d509772a609f0336667ef5d68ed45e4
  4305. Author: Shauren <[email protected]>
  4306. Date: Wed Jun 5 15:00:43 2013 +0200
  4307. Core: Fixed compile without PCH
  4308. commit 1bf505af63fc490869a74960a49fb83a7a514d1f
  4309. Merge: 948a572 e185713
  4310. Author: Shauren <[email protected]>
  4311. Date: Wed Jun 5 05:40:05 2013 -0700
  4312. Merge pull request #9950 from Corbi/master
  4313. Core/Statsystem: Implemented config options to cap stats at certain values
  4314. commit 948a57233935e6d8e19b3b36238501b5b0deb611
  4315. Author: kirkhammett <[email protected]>
  4316. Date: Wed Jun 5 12:25:21 2013 +0200
  4317. DB/SAI: some fixes for The Art of Being a Water Terror
  4318. Closes #9870
  4319. commit c62dc8c77323dbc95527cf88c146967306c898a0
  4320. Author: Aokromes <[email protected]>
  4321. Date: Wed Jun 5 11:41:15 2013 +0200
  4322. Update README
  4323. I am sleepy....
  4324. commit 3d88bf4de0d720e4429929541166e8922a39cc1d
  4325. Author: Aokromes <[email protected]>
  4326. Date: Wed Jun 5 12:37:11 2013 +0300
  4327. Update README
  4328. commit e18571346400281861490b36c4d35a381bc80dd8
  4329. Author: corbi <[email protected]>
  4330. Date: Wed Jun 5 10:34:05 2013 +0300
  4331. Stats Limits
  4332. commit 3f35182369c04e627c613fef698efb91bd779683
  4333. Author: Vincent-Michael <[email protected]>
  4334. Date: Tue Jun 4 21:13:55 2013 +0200
  4335. DB/Conditions: Fix db error
  4336. commit 538f3a6bda1ace566a56d23c4549e9d7dc95a432
  4337. Merge: 803e004 3e985c6
  4338. Author: Subv <[email protected]>
  4339. Date: Tue Jun 4 08:55:52 2013 -0700
  4340. Merge pull request #9946 from Ascathor/master
  4341. Core/Conditions: Adding more information to the invalid quest condition log error
  4342. commit 3e985c636da31f2b15b617ab0b5a22eb79569353
  4343. Author: Ascathor <[email protected]>
  4344. Date: Tue Jun 4 17:52:32 2013 +0200
  4345. Core/Conditions: Adding more information to the invalid quest condition log error
  4346. commit 803e004111efe1e7e96d811f98b90d674c1b1c79
  4347. Author: Malcrom <[email protected]>
  4348. Date: Tue Jun 4 12:33:53 2013 -0230
  4349. DB/Conditions: Fix stupid mistake.
  4350. commit e91e4024db6844f3117f5b0cbc6135c6dd154274
  4351. Author: Malcrom <[email protected]>
  4352. Date: Tue Jun 4 12:27:34 2013 -0230
  4353. DB/Conditions: Fix a couple condition errors and rename 2 sql files
  4354. commit eed1286a8c5cba31a75fd8f17fc78bef865d3a83
  4355. Author: Shauren <[email protected]>
  4356. Date: Tue Jun 4 16:28:30 2013 +0200
  4357. Core/Vehicles: Handle vehicle seat switches through aura effects.
  4358. commit f03f443150b5bc9db38bda708600185179f9bda8
  4359. Author: Shauren <[email protected]>
  4360. Date: Tue Jun 4 14:53:04 2013 +0200
  4361. SQL: Corrected file names after recent pull request
  4362. commit cbd69f12bd2a4dcee2a1c2a9184c97e24724903f
  4363. Author: Shauren <[email protected]>
  4364. Date: Tue Jun 4 14:52:38 2013 +0200
  4365. Core/Movement: Refactored removing transport part of movement info structure into a separate method. Also corrects seat set after exiting vehicle
  4366. commit fae3015044bf36b648db64887c3f54934b1e2a70
  4367. Author: kirkhammett <[email protected]>
  4368. Date: Tue Jun 4 10:17:08 2013 +0200
  4369. DB/SAI:
  4370. Fix Zul'Aman - Npc Amani Bear Mount bug
  4371. Closes #9878
  4372. Fix Deep in the bowels of the Underhalls
  4373. Closes #9868
  4374. Closes #3415
  4375. commit b8a457d0aea73f95d7f56ebdd2a96534142802a1
  4376. Author: fedehacker <[email protected]>
  4377. Date: Tue Jun 4 10:14:11 2013 +0200
  4378. DB/Creature: only show Blix Fixwidget during Brewfest
  4379. Closes #9923
  4380. commit e7aa5679ee729fd5e6d5195dbcf0f930213514ef
  4381. Merge: 9084311 1df4bb2
  4382. Author: ZxBiohazardZx <[email protected]>
  4383. Date: Tue Jun 4 01:08:23 2013 -0700
  4384. Merge pull request #9938 from LeGuybrush/organize-old
  4385. Organize sql/old directory
  4386. commit 9084311ebdfdce2571c36e12440087a4a351b5b8
  4387. Author: Malcrom <[email protected]>
  4388. Date: Mon Jun 3 23:34:31 2013 -0230
  4389. DB/Gossip: Add gossip for Shaman trainers
  4390. commit a8d1fafa0a32e34c9af0e6850f88760388e55f52
  4391. Author: Malcrom <[email protected]>
  4392. Date: Mon Jun 3 23:31:20 2013 -0230
  4393. Scripting: fix gossip scripting for rogue trainers
  4394. commit c238cae7d0733c76ee844d81e7c959627e5d711b
  4395. Author: Malcrom <[email protected]>
  4396. Date: Mon Jun 3 22:33:26 2013 -0230
  4397. Core: Remove some no longer needed gossip code.
  4398. commit 148b8e3129768db8e80f4a9c7d96f4b5b280ba86
  4399. Author: Malcrom <[email protected]>
  4400. Date: Mon Jun 3 22:30:42 2013 -0230
  4401. DB/Conditions: Fix a mistake in sql.
  4402. commit eea6ab54cc9b45535af1b21adb137d89e91999e7
  4403. Author: Malcrom <[email protected]>
  4404. Date: Mon Jun 3 21:39:20 2013 -0230
  4405. DB/Conditions: Add conditions for rogue quest.
  4406. commit 2b4806f0dad975302d8e77842567abed1f39c61d
  4407. Author: Malcrom <[email protected]>
  4408. Date: Mon Jun 3 21:00:16 2013 -0230
  4409. DB/Conditions: Fix gossip conditions for riding trainers.
  4410. commit 1df4bb2ed127dd0ecadf371b2cb76a71aaa95c4b
  4411. Author: LeGuybrush <[email protected]>
  4412. Date: Mon Jun 3 15:17:51 2013 -0400
  4413. Organize sql/old
  4414. commit 872c0c9c7315230f8b58eb2dbf3dd0565b9fe229
  4415. Author: Vincent-Michael <[email protected]>
  4416. Date: Mon Jun 3 20:37:59 2013 +0200
  4417. Core Whitespace cleanup
  4418. commit f6c1a9a8c4c403996b5b40e565e807c807e47aaa
  4419. Author: Vincent-Michael <[email protected]>
  4420. Date: Mon Jun 3 18:04:42 2013 +0200
  4421. Core: Fix warning
  4422. commit 4ffdaa011d3b9d732733297a57647b74375901c0
  4423. Author: Aokromes <[email protected]>
  4424. Date: Mon Jun 3 10:33:34 2013 +0300
  4425. Update README
  4426. commit ce914361401548e4ac8adf67cfaeb05059b9ad5e
  4427. Merge: 8266fe9 15f856a
  4428. Author: Aokromes <[email protected]>
  4429. Date: Mon Jun 3 00:04:20 2013 -0700
  4430. Merge pull request #9934 from LeGuybrush/RemoveBOM
  4431. Update 2013_05_26_00_world_trinity_string.sql
  4432. commit 15f856ae1eb7a6e3cf6a720baeaa4d863ab9efa5
  4433. Author: LeGuybrush <[email protected]>
  4434. Date: Mon Jun 3 04:02:55 2013 -0300
  4435. Update 2013_05_26_00_world_trinity_string.sql
  4436. Remove BOM
  4437. commit 8266fe9b86ed8552a3201d68acf2164fb4c92bb4
  4438. Author: Malcrom <[email protected]>
  4439. Date: Mon Jun 3 00:03:04 2013 -0230
  4440. DB/Conditions: Add option conditions for Shaman trainers.
  4441. commit 51aa56beabd3c730c5db0ed451c0d630f47fb96a
  4442. Author: Malcrom <[email protected]>
  4443. Date: Sun Jun 2 23:50:36 2013 -0230
  4444. DB/Conditions: Add option conditions for Priest trainers.
  4445. commit 4e5baa4f163c625e16d6065072dd2fbbe2884cb4
  4446. Author: Malcrom <[email protected]>
  4447. Date: Sun Jun 2 22:32:37 2013 -0230
  4448. DB/Conditions: Add option conditions for Rogue trainers.
  4449. commit 1d1bb84cf96725b9d3ff3a3187a2837320078b3d
  4450. Merge: 87032a4 fb52e9e
  4451. Author: Subv <[email protected]>
  4452. Date: Sun Jun 2 17:52:27 2013 -0700
  4453. Merge pull request #9854 from Ascathor/master
  4454. Core/Command: Optimized .pinfo more
  4455. commit 87032a4630f8ad09dfd88514115f98fe8c5b87c8
  4456. Author: Malcrom <[email protected]>
  4457. Date: Sun Jun 2 22:09:02 2013 -0230
  4458. DB/Conditions: Add option conditions for Hunter trainers.
  4459. commit 937ef9e63e86bc3a705cacffd97fb44f88471e2c
  4460. Author: Malcrom <[email protected]>
  4461. Date: Sun Jun 2 22:05:22 2013 -0230
  4462. DB/Conditions: Replace condition accidently removed.
  4463. commit 24e528d4fdfa188f1f860649c40990cb05977db9
  4464. Author: Malcrom <[email protected]>
  4465. Date: Sun Jun 2 21:37:33 2013 -0230
  4466. DB/Conditions: Add option conditions for Druid trainers.
  4467. commit 149992d205c0094bff00104cffd24df750344da8
  4468. Author: Malcrom <[email protected]>
  4469. Date: Sun Jun 2 21:29:03 2013 -0230
  4470. DB/Conditions: Add gossip option conditions for Warrior trainers.
  4471. commit ee603802b05300f9a7c17a1cb27a5e55e732472b
  4472. Author: Malcrom <[email protected]>
  4473. Date: Sun Jun 2 21:14:37 2013 -0230
  4474. DB/Conditions: Add gossip option conditions for paladin trainers.
  4475. commit 617b0c0f7c11e6ab20936202d706f68d2b79dab0
  4476. Author: Malcrom <[email protected]>
  4477. Date: Sun Jun 2 21:06:32 2013 -0230
  4478. DB/Conditions: Add gossip option conditions for Warlock trainers.
  4479. commit 476dc0e636e4b2a819a11cf1c0446f0d042f56ea
  4480. Author: Malcrom <[email protected]>
  4481. Date: Sun Jun 2 20:35:41 2013 -0230
  4482. DB/Conditions: Add gossip option conditions for mage trainers.
  4483. commit 21d9e1852227daea1b0db0407129a0b38e0e0994
  4484. Author: Vincent-Michael <[email protected]>
  4485. Date: Sun Jun 2 23:21:44 2013 +0200
  4486. SQL: Fix typo in 216827201ec604a25ea05d12e609f1f136e12b13
  4487. commit 216827201ec604a25ea05d12e609f1f136e12b13
  4488. Author: Vincent-Michael <[email protected]>
  4489. Date: Sun Jun 2 23:16:18 2013 +0200
  4490. Script/Ulduar: Fix try for Assembly Of Iron achievement "I choose you, xxx"
  4491. commit 3e108f068026e6bc54828c2f829c728928c349c7
  4492. Author: joschiwald <[email protected]>
  4493. Date: Sun Jun 2 19:28:53 2013 +0200
  4494. DB/Autobroadcast: Update correct db struktur and auth base
  4495. commit 15b055fe87b381c143341dca1686bfe0f9aef152
  4496. Author: Vincent-Michael <[email protected]>
  4497. Date: Sat Jun 1 23:47:46 2013 +0200
  4498. Core/Database: Fix bad sql query in 55b3819d12699ee5d255b8dea82ab6aaee093a07 (thx Shauren)
  4499. commit 55b3819d12699ee5d255b8dea82ab6aaee093a07
  4500. Author: Subv <[email protected]>
  4501. Date: Sat Jun 1 12:57:37 2013 -0500
  4502. Core/Database: Deleted characters will no longer be loaded when sending the SMSG_CHAR_ENUM packet.
  4503. commit fb718d20aa23409c4ea695950d731d7887e87dc2
  4504. Author: Shauren <[email protected]>
  4505. Date: Sat Jun 1 18:30:36 2013 +0200
  4506. Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells defined for spellclick event.
  4507. commit 891d97ec4cef21d3131ee11d5cce64a300b02ea4
  4508. Author: Shauren <[email protected]>
  4509. Date: Sat Jun 1 17:47:02 2013 +0200
  4510. Core/Movement
  4511. * Changed speed selection for flying creatures - use MOVE_RUN by default.
  4512. * Do not add MOVEMENTFLAG_WALKING to creatures that did not have it but called .SetWalk for their movement
  4513. commit 9251a605445a6f6ffe77b4fab03d368c93fcdacd
  4514. Author: Gacko <[email protected]>
  4515. Date: Sat Jun 1 14:36:59 2013 +0200
  4516. DB/SAI: Assign SmartAI and remove needless SmartScript (See core script)
  4517. commit e741821dc2b1db41017fdc954da0ea36a84ace3e
  4518. Author: Gacko <[email protected]>
  4519. Date: Sat Jun 1 14:36:22 2013 +0200
  4520. DB: Fishing loot for Pit Of Saron
  4521. http://www.elsanglin.com/forums/topic/pit-of-saron
  4522. commit a78480d56e35bccaf3d673a81ec967b55fe423ae
  4523. Author: Gacko <[email protected]>
  4524. Date: Sat Jun 1 13:58:05 2013 +0200
  4525. Core: Advance logging
  4526. - Log guid in SmartScript::IsSmart and SmartScript::IsSmartGO
  4527. - Prevent false positive for missing game_graveyard_zone data for battlegrounds
  4528. commit 16e1703872653f14e0b77148897e4ed8ff25e653
  4529. Author: Subv <[email protected]>
  4530. Date: Fri May 31 12:59:33 2013 -0500
  4531. Core/Build: Missing include.
  4532. commit 905ca8e1e4eba81b4183873731ce4ad6475a136b
  4533. Author: Subv <[email protected]>
  4534. Date: Fri May 31 12:38:05 2013 -0500
  4535. Core/Movement: Follower creatures in a formation will now follow their leader when the leader was moved with PointMovementGenerator
  4536. commit 6fe923fdd3a6b2d245e84581d776960440b49027
  4537. Author: Aokromes <[email protected]>
  4538. Date: Fri May 31 14:09:34 2013 +0200
  4539. DB/SAI: fix mobs spaming some events
  4540. Fix by Kirkhammett and FireEmerald
  4541. commit 3a697d4c9f5e9f2fa9c3b08c8e103d90472a871a
  4542. Author: Shauren <[email protected]>
  4543. Date: Thu May 30 20:32:33 2013 +0200
  4544. Core/Transports: Refactored methods used to calculate passenger offsets (made orientation argument optional)
  4545. commit 3a955f5141dff9ce07a22d47a9bc58018b126f62
  4546. Author: Shauren <[email protected]>
  4547. Date: Thu May 30 20:29:49 2013 +0200
  4548. Core/Movement: Added generatePath argument to MovePoint overload accepting Position arg
  4549. commit 9664c0ab5cc7449f2e839fb60b6b87c9d56dfb92
  4550. Author: Spp <[email protected]>
  4551. Date: Thu May 30 13:14:06 2013 +0200
  4552. Core/Misc: Another batch of fixes for issues found by static analysis
  4553. commit 782ea4309a4d392ba9933caace067d567703c84b
  4554. Author: Spp <[email protected]>
  4555. Date: Thu May 30 11:33:21 2013 +0200
  4556. Core/Misc: Fix invalid pointer use after being deleted
  4557. commit 7ccbbdddd8cc65a889be71e87b12a789f3d2c8e0
  4558. Author: Spp <[email protected]>
  4559. Date: Thu May 30 11:06:23 2013 +0200
  4560. Core/Collision: Fix memory leak
  4561. commit 36894b09b36ca41de31385228c6d2f0be821a4ab
  4562. Author: Pitcrawler <[email protected]>
  4563. Date: Thu May 30 11:16:21 2013 +0200
  4564. DB/Quests: Fix To Catch a Thistlehead, closes #9876 closes #6319
  4565. Thanks @Kirkhammett for all the work
  4566. commit 0d16f88f484cfce8b43bb0f6ac2744e9e5504a4e
  4567. Merge: 9968024 894a243
  4568. Author: Aokromes <[email protected]>
  4569. Date: Thu May 30 01:40:02 2013 -0700
  4570. Merge pull request #9890 from b4nan1/patch-2
  4571. Update Chat.cpp
  4572. commit 894a2434bf9c53a401ef9c8be462afb62719933b
  4573. Author: b4nan1 <[email protected]>
  4574. Date: Wed May 29 14:59:37 2013 +0200
  4575. Update Chat.cpp
  4576. this is better or?