aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Loot/LootMgr.cpp
AgeCommit message (Expand)Author
2015-03-18Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readabi...Nayd
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-16Core/LootMgr: improved logs of missing *_loot_templatesShinDarth
2014-09-27Core/LootMgr: Forgot to change this. Found by Vincent MichealMalcrom
2014-09-27Core/LootMgr: Update lootMgr to normalize loot_template tablesMalcrom
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-09Core/Loot: Fix a possible unintialized slot_type in LootMgrDuarte Duarte
2014-09-09Core/Loot: Fix some issues with master lootDDuarte
2014-03-29Core/LootShauren
2014-03-16Core/Loot: Implement round robin for under threshold items in case of master ...Dehravor
2014-03-11Core/Loot: Fix master lootDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-09-03Core/Misc: Fixed some more issues found by static code analysis tools.Sebastian Valle
2013-08-01Core/Battlegrounds: Fixed error with counting AB owned nodes (and warning fixes)Shauren
2013-06-11Core: More Function Renaming.Malcrom
2013-05-17Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-02-13Core/Loot: Only 3 items of the same entry can drop on 25 man raid difficultie...Shauren
2013-02-03Core/Loot: Items in generated loot will now be split in multiple stacks if th...Shauren
2013-02-03Build fixShauren
2013-02-03Core/Loot: Cleanup in LootMgr.Shauren
2013-01-30Core/Misc: Some changes to minimize differences with 4.3.4 branchSpp
2013-01-04Core/Misc: Fix a couple of warnings, some of them performance relatedNay
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-12-15Implements saving of loot (items / money) contained inside lootable inventory...MrSmite
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-09-05Core/Misc: Fix some warnings and logic mistakes found by static code analysiskaelima
2012-08-16Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADINGSpp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-09Core/Loot: fix small errorKandera
2012-07-09Core/Loot: fix crash number 2Kandera
2012-07-09Core/Loot: typos!Kandera
2012-07-09Core/Loot: fix crash.Kandera
2012-07-09Core/Loot: couple of small changes to loot.Kandera
2012-07-07Core/LootMgr: Fix a little logging mistake on startup to prevent confusion.Discover-
2012-07-05Core/Loot: fix the way quest items are handled. so far ive only found 3 quest...Kandera
2012-06-22Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template.Abdollah Hasan
2012-06-07Core/Loot: fix mistake in previous commit. also fix flags in sql. i did thing...Kandera
2012-06-07Core/Loot: fix loot rules for looting quest items that have the party loot flagKandera
2012-05-31Core/Items: Added custom flags field to item_template, currently 2 flag value...Shauren
2012-04-12Core/Loading: Make GameObject loot loading faster by removing an unneeded cal...Subv
2012-03-29Core/Game: Code style.Gyx