Ascathor
|
2607738990
|
Core/Code: Unify codestyle for brackets: {} to { }.
Also added missing copyright to some files.
|
2013-10-27 23:46:02 +01:00 |
|
Vincent_Michael
|
9802c7b891
|
Scripts/Misc: Coding Style unification? (by Aokromes)
|
2013-10-22 20:24:05 +02:00 |
|
joschiwald
|
05e72b4906
|
Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE_TYPE
|
2013-09-18 22:55:10 +02:00 |
|
Vincent-Michael
|
8fd1f46192
|
Scripted: Fix warning
|
2013-08-31 17:52:47 +02:00 |
|
joschiwald
|
ae36ddefec
|
Core/Scripts: add creature_text to pet mojo
Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
|
2013-08-31 16:48:37 +02:00 |
|
joschiwald
|
2b19ba1879
|
Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some cosmetic changes
|
2013-08-18 01:41:10 +02:00 |
|
Vincent-Michael
|
8aff3945f2
|
Scripted: Fix non pch build
|
2013-08-09 20:00:18 +02:00 |
|
Vincent-Michael
|
dbb40dd4fe
|
Scripted/Pets: Move some player pets in pet_xxx.cpp
|
2013-08-09 19:22:16 +02:00 |
|
Spp
|
33f8c3ead4
|
Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battleground scope by implementing generic functions (2/2)
- CheckAchievementCriteriaMeet
|
2013-08-07 11:13:53 +02:00 |
|
Spp
|
b05665660a
|
Core/Battleground: Get rid of dinamic casts BattlegroundXX outside Battleground scope by implementing generic functions (1/2)
- HandleQuestComplete, CanActivateGO and IsSpellAllowed
|
2013-08-07 10:31:13 +02:00 |
|
Vincent-Michael
|
75e6c40630
|
Core/Misc: Rename some no name enums
|
2013-08-06 21:16:05 +02:00 |
|
Discover-
|
7f744de746
|
Core/Misc: Implement reinterpret casts for all battleground classes and use them.
|
2013-08-06 13:26:52 +02:00 |
|
Shauren
|
ac10589eda
|
Core/Misc: Fixed some issues found by Coverity Scan
|
2013-08-01 21:31:11 +02:00 |
|
Vincent-Michael
|
4ba3c2e51d
|
Misc: Some cleanup
|
2013-07-17 19:42:15 +02:00 |
|
Malcrom
|
8cec422c05
|
DB/Gossip: Add some missing gossip.
|
2013-07-17 06:12:20 -02:30 |
|
Nay
|
3561ab98ba
|
Misc: Use override and final C++11 keywords in a few places (mostly scripts)
OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not support C++11)
|
2013-07-06 20:21:45 +01:00 |
|
Vincent-Michael
|
6079f369af
|
Scripted/Misc: Some cleanup
|
2013-07-06 01:00:05 +02:00 |
|
Vincent-Michael
|
b4d4e04f53
|
Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_
Note: Have fun :P
|
2013-07-04 22:11:47 +02:00 |
|
Vincent-Michael
|
e6185c92fc
|
Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_XXX);
|
2013-06-22 16:53:13 +02:00 |
|
Shauren
|
89ec907539
|
Core/Objects: Refactored MovementInfo structure
|
2013-06-18 18:15:33 +02:00 |
|
Malcrom
|
4096c54efa
|
Core: More Function name updates
|
2013-06-11 22:02:00 -02:30 |
|
Malcrom
|
ec474a62e5
|
Core: More Function Renaming.
|
2013-06-11 21:25:12 -02:30 |
|
Malcrom
|
66978cfc3b
|
Core: Some function renaming.
|
2013-06-11 19:54:27 -02:30 |
|
Malcrom
|
a8d1fafa0a
|
Scripting: fix gossip scripting for rogue trainers
|
2013-06-03 23:31:20 -02:30 |
|
Subv
|
25acef2572
|
* Batch of fixes for issues found by static analysis.
|
2013-05-17 21:11:18 -05:00 |
|
Spp
|
d1677b2db0
|
Core/Logging: Performance-related tweaks to logging system
All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros.
Memleak fix
|
2013-05-13 15:07:36 +02:00 |
|
Spp
|
355029fb4f
|
Core/Scripts: Removed CAST_PLR define
|
2013-03-21 13:07:10 +01:00 |
|
Pitcrawler
|
7aa2380913
|
DB/Quests: Fix Valkyrion Must Burn, closes #2595
Replace core script with SAI
|
2013-03-17 13:59:01 +01:00 |
|
Nefarion
|
49fd11ab5a
|
First step of comment style refactoring to doxygen-style.
|
2013-03-08 21:55:37 +01:00 |
|
Shauren
|
ae4d2845c9
|
Core: Fixed compile warnings and errors
|
2013-03-04 16:47:39 +01:00 |
|
Vincent_Michael
|
447b23c3bb
|
Core: Whitespace cleanup
|
2013-02-25 19:54:41 +01:00 |
|
Gacko
|
cb99c1d16a
|
Script/Quest: The Lonesome Watcher (12877)
Closes: #9185
See: http://www.youtube.com/watch?v=ylZRMu9CIMw
|
2013-02-24 19:42:21 +01:00 |
|
Shauren
|
5b414bb813
|
Core/Scripts: Removed useless const modifier on method parameters accepting primitive types passed by value
|
2013-02-19 17:35:27 +01:00 |
|
m7nu3l
|
f9654d52e0
|
Core/AI: Removed Scripted_NoMovementAI which has become obsolete. Use ScriptedAI::SetCombatMovement(false); to get the same functionality.
|
2013-02-04 19:18:48 -03:00 |
|
w1sht0l1v3
|
1e8bf1aad1
|
DB/Misc: Fix achievement Flirt With Disaster.
|
2013-02-04 23:39:04 +02:00 |
|
Spp
|
802657250c
|
Core/Misc: Apply codestyle to multiple files
|
2013-01-14 09:50:59 +01:00 |
|
Vincent_Michael
|
11e1227784
|
Update more copyright note for 2013. (alcohol sucks)
|
2013-01-01 12:57:23 +01:00 |
|
Vincent_Michael
|
cc65aba789
|
Update copyright note for 2013.
Happy new year.
|
2013-01-01 00:41:01 +01:00 |
|
Nay
|
7ccef51c8c
|
Merge pull request #8518 from ille/goreset
scripts/gameobject: correct reset of gameobjects (cages/prisons), move command out of if statement
|
2012-12-27 18:50:35 -08:00 |
|
Vincent_Michael
|
7dd019e7bb
|
Misc/Script: Convert winter veil mistletoe event in sai
|
2012-12-18 22:27:48 +01:00 |
|
Filip
|
6611947a2a
|
Core/Script: Fix Dimensional Ripper spell learning
|
2012-12-15 02:04:53 +01:00 |
|
CeIa
|
b87cc31106
|
Scripts/Events/Achievement: fix 'Out With It'
Credits to @darkman1983
Closes #8211
Closes #8126
Signed-off-by: Nay <dnpd.dd@gmail.com>
|
2012-12-14 01:23:53 +00:00 |
|
Vincent_Michael
|
0aea6c8512
|
Core/Scripts: Add missing creature_text
|
2012-12-07 19:41:30 +01:00 |
|
Gacko
|
8fbec4156b
|
Core/DB: Creature text for 22 script files
|
2012-12-07 10:04:40 +01:00 |
|
ille
|
8f9ee58e63
|
scripts/gameobject: correct reset of gameobjects (cages/prisons), move command out of if statement
|
2012-11-30 18:57:56 +01:00 |
|
Spp
|
2251d1bfae
|
Core/Misc: Set mode 0644 for files
|
2012-11-27 13:03:12 +01:00 |
|
Vincent-Michael
|
8a7ec89883
|
Core: Fix warnings
|
2012-11-27 12:36:38 +01:00 |
|
Shocker
|
d2063d2fb3
|
Build fix
|
2012-11-24 00:48:21 +02:00 |
|
kaelima
|
7fcdbdd3ae
|
Core/Scripts: Fix typo in boss_lethon script
|
2012-11-23 20:17:19 +01:00 |
|
Spp
|
7bef4ce401
|
Core/Misc: Reduce header dependencies - Step III
|
2012-11-20 15:03:56 +01:00 |
|