aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-16DB/SAI: Fate of the TitansFilip
2013-09-15Shared/Build: Restore disabled warnings on Visual Studiojackpoz
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
2013-09-15Merge pull request #10822 from jackpoz/collisions_nullterm_stringNay
Tools/VMAP: Fix not null terminated string
2013-09-15Merge pull request #10823 from jackpoz/icewall_overflowNay
Scripts/HoR: Fix possible array overflow
2013-09-15Core/BGs: Fix a TC_LOG_ERROR callNay
2013-09-15Scripts/HoR: Fix possible array overflowjackpoz
Fix possible array overflow reported by coverity, issue id 1062436 .
2013-09-15Tools/VMAP: Fix not null terminated stringjackpoz
Fix not null terminated string in vmap assembler tool, fix coverity issue id 1010351 .
2013-09-15Merge pull request #10819 from Ascathor/masterNay
Core/Misc: Fixed some more issues found by static code analysis tools.
2013-09-15Core/Misc: Fixed some more issues found by static code analysis tools.Ascathor
2013-09-15Merge pull request #10821 from jackpoz/blood_tap_overflowraczman
Core/Spell: Fix Blood Tap array overflow
2013-09-15Core/Spell: Fix Blood Tap array overflowjackpoz
Fix Blood Tap spellid 45529 accessing the 7th element of a size 6 array. Coverity issue id 1023095.
2013-09-14DB/GO: Spell Focus for Trial of the Lake Filip
Closes #10807
2013-09-14DB/Update: Warm Up - credit updateFilip
Fixes #10804
2013-09-13Merge pull request #10800 from jackpoz/log_race_conditionJorge
Core/Logs: Fix race condition in Log
2013-09-13Merge pull request #10801 from jackpoz/account_password_crashfixMachiavelli
Core/Commands: Fix NULL dereference crash in .account password
2013-09-13Core/Commands: Fix NULL dereference crash in .account passwordjackpoz
Fix NULL dereference crash in .account password added in bd8d0cfbce9a38e0f2fc8b6903434c3553faf143 Fixes #10791
2013-09-13Core/Logs: Fix race condition in Logjackpoz
Fix race condition in Log by using atomic operators. Helgrind log: Possible data race during read of size 8 at 0x7379D98 by thread #1 Locks held: none at 0x15AE9C7: AppenderFile::_write(LogMessage const&) (AppenderFile.cpp:59) by 0x15ADFF8: Appender::write(LogMessage&) (Appender.cpp:106) by 0x159F14E: Logger::write(LogMessage&) (Logger.cpp:83) by 0x15A215B: Log::write(LogMessage*) (Log.cpp:290) by 0x15A200F: Log::vlog(LogFilterType, LogLevel, char const*, __va_list_tag*) (Log.cpp:272) by 0x15A2682: Log::outInfo(LogFilterType, char const*, ...) (Log.cpp:364) by 0xF7DA28: Master::Run() (Master.cpp:296) by 0xF835E8: main (Main.cpp:142) This conflicts with a previous write of size 8 by thread #10 Locks held: none at 0x15AE9D7: AppenderFile::_write(LogMessage const&) (AppenderFile.cpp:59) by 0x15ADFF8: Appender::write(LogMessage&) (Appender.cpp:106) by 0x159F14E: Logger::write(LogMessage&) (Logger.cpp:83) by 0x15A215B: Log::write(LogMessage*) (Log.cpp:290) by 0x15A200F: Log::vlog(LogFilterType, LogLevel, char const*, __va_list_tag*) (Log.cpp:272) by 0x15A2682: Log::outInfo(LogFilterType, char const*, ...) (Log.cpp:364) by 0xF7EC1F: FreezeDetectorRunnable::run() (Master.cpp:98) by 0x15A5B3E: ACE_Based::Thread::ThreadTask(void*) (Threading.cpp:186) Address 0x7379D98 is 88 bytes inside a block of size 96 alloc'd at 0x4C2C857: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_helgrind-amd64-linux.so) by 0x15A0FE3: Log::CreateAppenderFromConfig(char const*) (Log.cpp:150) by 0x15A1AED: Log::ReadAppendersFromConfig() (Log.cpp:244) by 0x15A31B4: Log::LoadFromConfig() (Log.cpp:469) by 0x15A053B: Log::Log() (Log.cpp:35) by 0xF75CD1: ACE_Singleton<Log, ACE_Thread_Mutex>::ACE_Singleton() (Singleton.inl:13) by 0xF754A4: ACE_Singleton<Log, ACE_Thread_Mutex>::instance() (Singleton.cpp:91) by 0xF8351A: main (Main.cpp:135)
2013-09-13Scripts/Ruby Sanctum: (Possibly) fixed Twilight Mending.Warpten
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. Ref #10016.
2013-09-12Fix buildMachiavelli
2013-09-12Merge pull request #10792 from Ascathor/masterNay
Core/Command: Fixing .account password to no longer crash
2013-09-12Core/Command: Fixing .account password to no longer crashAscathor
And add some comments to it.
2013-09-12Core/Groups: Allow to configure the way in which instance reset message is ↵Aokromes
sent, to the whole party (not blizzlike) or not. Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2013-09-12DB/SAI: War is HellFilip
Fixes #3915, By Vincent_Michael
2013-09-11Core: Fix non PCH buildNay
2013-09-11DB/SAI: Strengthen the Ancients additionFilip
Fixes #10778
2013-09-11Merge pull request #10782 from Ascathor/masterNay
Core/Commands: Fixing some problems with .account email
2013-09-11Core/Commands: Fixing some problems with .account emailAscathor
2013-09-11Merge pull request #10776 from xjose93/ArenaTeamLogsNay
Core/ArenaTeam: Add teamnames to logs.
2013-09-11Merge pull request #10781 from jackpoz/create_pet_creaturetemplateNay
Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand f...
2013-09-11Merge pull request #10779 from jackpoz/murmur_unused_fieldNay
Scripts/Murmur: Remove unused field
2013-09-11Merge pull request #10737 from jackpoz/clock_fixNay
Core/Timer: Better handle system clock changes
2013-09-11Merge pull request #10736 from jackpoz/localtime_race_conditionNay
Core/Thread: Fix race condition converting time values to local time
2013-09-11Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand from ↵jackpoz
Creature itself CreatureTemplate can be retrieved directly from the Creature itself instead of using ObjectMgr::GetCreatureTemplate(id) .
2013-09-11Scripts/Murmur: Remove unused fieldjackpoz
Remove unused class field.
2013-09-11Scripts/Halion: refixed Twilight Cutterjoschiwald
Scripts/Garfrost: fixed forge jump
2013-09-11Scripts/PitOfSaron: some changesMitchesD
Closes #10740
2013-09-11DB/Cond: Error fix-upFilip
2013-09-11Core/ArenaTeam: Add teamnames to logs.xjose93
2013-09-10SQL: Update sql/base/auth_database.sqlNay
2013-09-10DB/Update: Few updatesFilip
Fixes #10758
2013-09-10Core/RBAC: Update RBACPermissions enum with 4.3.4 branchVincent-Michael
2013-09-10DB/Creature: Removed hack in 356ba1e0ce29c12815d927e3c87193f3f877071fVincent-Michael
2013-09-10Core/RBAC: Fix typos in recent SQL filesAokromes
I hope this is final one....
2013-09-10Core/RBAC: Fix typos in recent SQL filesAokromes
2013-09-10Core/RBAC: Fix typos in recent SQL filesAokromes
2013-09-10Core/RBAC: Fix typos in recent SQL filesAokromes
2013-09-10Core/RBAC: Fix typos in recent SQL filesAokromes
2013-09-10Core/RBAC: Fix typos in recent SQL filesSpp
2013-09-10Core/RBAC: Remove obsolete generic command permissionsSpp
Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING
2013-09-10Core/RBAC: Move titles and wp commands to RBAC (using individual permissions)Spp