| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-01 | *Use spell_ranks table in spell scripts to not duplicate data. | QAston | |
| --HG-- branch : trunk | |||
| 2010-08-01 | *Disable spellpower/ap bonus for flametongue - by Visagalis. | QAston | |
| --HG-- branch : trunk | |||
| 2010-08-01 | *Add helpers for checking auras present on unit by type and spell affect mask | QAston | |
| *Add linked SPELL_AURA_PERIODIC_HASTE to shadowform spell - by dr.tenma --HG-- branch : trunk | |||
| 2010-07-31 | *Fix Sniper Training refresh - by liszt.mbox. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-31 | *Fix talent Will of the NEcropolis | QAston | |
| *Backout unintentional change from ra299f0b248. --HG-- branch : trunk | |||
| 2010-07-31 | *Fix Glyph of Salvation - by DrTenma. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-31 | *Fix periodic damage of Unholy Blight - Fixes issue 1152. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-31 | *Update ppm chance for Unbridled Wrath - by insider42. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-31 | *Add data from r4bf7778333 to world_database.sql | QAston | |
| *Add 22 sec internal cooldown to Lock and Load - by servet. --HG-- branch : trunk | |||
| 2010-07-31 | Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of ↵ | silinoron | |
| Faith, and Judgement of Command to spell scripts. --HG-- branch : trunk | |||
| 2010-07-31 | Forgot to add a DELETE query at the last revision. I just told devs to check ↵ | Liberate | |
| their sql, and then I make a mistake of my own. Ah well, I'm just one of the lousy devs as well. --HG-- branch : trunk | |||
| 2010-07-31 | *Fixes Necrosis and Blood-Caked Blade. They now only proc from melee ↵ | Liberate | |
| auto-attacks. Fix by kerekeszoltan90. Fixes issue #3184 --HG-- branch : trunk | |||
| 2010-07-31 | Fixes many sql errors in the sql/scripts/ directory. Please devs don't just ↵ | Liberate | |
| copy-paste the sql from the updates directory into these sql files. This might cause errors. --HG-- branch : trunk | |||
| 2010-07-31 | Buildsystem/CMake: Fix a minor "need sleep, i am tired"-error (typos ftw) | click | |
| --HG-- branch : trunk | |||
| 2010-07-31 | Prevent players from gaining rest state in hostile capital zones. | thenecromancer | |
| Fix a bug where PvP status never resets when not moving to another zone. Reset PvP status at Taxi node end/worldport when moving into friendly territory. --HG-- branch : trunk | |||
| 2010-07-31 | Fix exploit with Shiv giving 100% chance to apply any enchant on offhand items | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-31 | Remove crude check in proc system preventing charges drop in proc system for ↵ | thenecromancer | |
| absorbs. To preserve effect, code must be placed for charge handler to skip procs with 0 damage. This code is preventing procs that should happen (like Savage Defense, or CCs) --HG-- branch : trunk | |||
| 2010-07-31 | Typo in some function usage | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-07-31 | Fixed mysql syntax errors caused by using wrong delimiter, thanks BlackCat0110 | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-31 | Hopefully the last fix for revision 3849fdebbcc7 (9090) - use proper field ↵ | Shauren | |
| to pull random properties --HG-- branch : trunk | |||
| 2010-07-31 | Core/SQL: Fix character_database structure-creation - thanks to some ↵ | click | |
| number-thingie@qq Closes issue 3181 --HG-- branch : trunk | |||
| 2010-07-30 | Some forgotten changes. | silinoron | |
| --HG-- branch : trunk | |||
| 2010-07-30 | Add basic support for NPCs on transports; DB data required. | silinoron | |
| Currently no support for combat while the transport is in motion. Based on a patch by Socolin. Fixes issue #168 --HG-- branch : trunk | |||
| 2010-07-31 | Core/SQL: Add commentfield in battleground_template | click | |
| Support-data found on TDB : http://forum.trinitycore.org/forum/122-core-related-db-content/ --HG-- branch : trunk | |||
| 2010-07-31 | Buildsystem/CMake: Revert changes from r0fa0512527 and use the proper checks ↵ | click | |
| (fix logic-error in buildfile) --HG-- branch : trunk | |||
| 2010-07-31 | Core/AuctionHouse: Fix CMSG_AUCTION_LIST_ITEMS reading (pending further ↵ | click | |
| investigation) --HG-- branch : trunk | |||
| 2010-07-31 | Fixed a bug in CONDITION_SOURCE_TYPE_ITEM_REQUIRED_TARGET conditions loading ↵ | Xanadu | |
| checks. --HG-- branch : trunk | |||
| 2010-07-31 | Buildsystem/CMake : Adjust CMake policy to allow reusing logical targetnames | click | |
| Closes issue 3167 --HG-- branch : trunk | |||
| 2010-07-31 | Don't save Call Stabled Pet aura on player save, since it is impossible to ↵ | Xanadu | |
| open the stable dialog when player is loaded. --HG-- branch : trunk | |||
| 2010-07-31 | Remove duplicate "Error:" from some outError messages... | click | |
| --HG-- branch : trunk | |||
| 2010-07-31 | *Cleanup in single target auras (thanks to JuliuSZS some useable debug info) | QAston | |
| *Add ToInstanceMap() and ToMapInstanced() typecast functions and CAST_INST macro to use in scripts. --HG-- branch : trunk | |||
| 2010-07-30 | Fixed naming of SQL files | Shauren | |
| --HG-- branch : trunk rename : sql/updates/9081_access_requirement.sql => sql/updates/9081_world_access_requirement.sql rename : sql/updates/9081_areatrigger_teleport.sql => sql/updates/9081_world_areatrigger_teleport.sql | |||
| 2010-07-30 | *Change typecasts to use build in functions/macros in scripts to prevent ↵ | QAston | |
| possible access violation. *Remove no longer needed hack from netherspite script. --HG-- branch : trunk | |||
| 2010-07-30 | *use ASSERT macro instead of regular assert for better output. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-30 | Fixed a very silly mistake at item loading | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-30 | This should fix mysql syntax errors some people were getting with ↵ | Shauren | |
| 9090_characters_item_instance.sql --HG-- branch : trunk | |||
| 2010-07-30 | Fixed remaining bank/bag issues added in r9090 | Shauren | |
| Added temporary hack to item creation to prevent new items from bugging (heroic+sockets issue), this will be removed after my work on item flags is done --HG-- branch : trunk | |||
| 2010-07-30 | Fixed saving new items to database, thx GMKretol for spotting the typo | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-30 | *Thread safe player searcher in scripts. | QAston | |
| --HG-- branch : trunk | |||
| 2010-07-30 | Killed the last blob field (corpse) | Shauren | |
| --HG-- branch : trunk | |||
| 2010-07-30 | Typo in SQL name | Shauren | |
| --HG-- branch : trunk rename : sql/updates/9090_item_instance.sql => sql/updates/9090_characters_item_instance.sql | |||
| 2010-07-30 | Deleted data blob in item_instance | Shauren | |
| Fixed issues with displaying sockets/enchants/durability on heroic items --HG-- branch : trunk | |||
| 2010-07-30 | Minor fixes, translation and coding style changes of creature_template check ↵ | Xanadu | |
| function. --HG-- branch : trunk | |||
| 2010-07-30 | Fixed NPCs not offering quests with warlock or druid in SkillOrClassMask to ↵ | Xanadu | |
| these classes. --HG-- branch : trunk | |||
| 2010-07-30 | Merge | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-07-30 | *Lock on RemoveAllAuras till all auras and applications are removed with all ↵ | QAston | |
| linked events they may cause. *Add assertion after error log, just in case you've missed it. --HG-- branch : trunk | |||
| 2010-07-30 | * Added the option to specify target entry in conditions table for spells ↵ | Xanadu | |
| with AoE GO targets. * A few examples where this is desirable are posted on the forum. --HG-- branch : trunk | |||
| 2010-07-30 | Whops, a little too deletehappy there... | click | |
| --HG-- branch : trunk | |||
| 2010-07-29 | Buildsystem/CMake: Include core/script headerfiles in generated MSVC-projects. | click | |
| - Still "work in progress", as in missing filters and MSVC folder layouts. - external libraries not fully "headerified" (not really required) --HG-- branch : trunk | |||
| 2010-07-29 | *Allow some spell effects to target units not in caster's map - fixes ↵ | QAston | |
| SPELL_EFFECT_SUMMON_PLAYER --HG-- branch : trunk | |||
