Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | DB/Commands: Add some missing entries to commands table.; | Machiavelli | |
Author: svetilo12 Closes issue #5015 --HG-- branch : trunk | |||
2010-12-17 | Core/DBLayer: Add some garbage collection on DatabaseWorkerPool shutdown ↵ | Machiavelli | |
(deleting SQLOperation objects) --HG-- branch : trunk | |||
2010-12-17 | Core/DBLayer: Don´t prepare asynchronous statements on synchronous ↵ | Machiavelli | |
connections and vice versa. Prevents allocating RAM that will never be used. --HG-- branch : trunk | |||
2010-12-17 | Core/Scripts: Prevent double call to mob_acolyte_of_shadronAI::Reset() which ↵ | Machiavelli | |
applies encounter-related aura´s to certain creatures. Reset() was called from AIM_Initialize and prior to that the AI factory selector Update issue #5152 Please try to re-reproduce --HG-- branch : trunk | |||
2010-12-17 | Core/Dungeon Finder: Fix typo, debug msg was supposed to be logged to debug ↵ | Spp | |
(not error) --HG-- branch : trunk | |||
2010-12-17 | Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to ↵ | Shauren | |
AddUnitState/HasUnitState/ClearUnitState Core/Vehicles: Allow the vehicle to always damage the passenger (removed unneded dbc hacks from scripts) --HG-- branch : trunk | |||
2010-12-17 | Core/Vehicles: Fix facing adjustment. Patch by beberlescaraber | Spp | |
closes issue #1810 updates issue #4714 --HG-- branch : trunk | |||
2010-12-17 | Core: Fix non-PCH build | Spp | |
--HG-- branch : trunk | |||
2010-12-17 | Core: Fix a memoryleak in LoadCreatureFormations() - thanks to ge0rg (again) | click | |
--HG-- branch : trunk | |||
2010-12-17 | Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rg | click | |
--HG-- branch : trunk | |||
2010-12-17 | Core/Spells: Fix erraneous behaviour on hunter spell Lock and Load (disable ↵ | click | |
charge-drop) - thanks to Dr. Tenma Closes issue 3307 --HG-- branch : trunk | |||
2010-12-17 | Core/Dependency: Update gSoap to v2.8.0 - this should also fix some issues ↵ | click | |
when connecting with Axis framework (needs to be tested) + Update packagelist to include correct versions of what we have in repository --HG-- branch : trunk | |||
2010-12-16 | Core/Spells: Fix Power Word: Shield absorb amount after r5badab6d42. | Machiavelli | |
(casting TotalAuraMultiplier to int32 effectively meant setting amount to 0) --HG-- branch : trunk | |||
2010-12-16 | Correctly fix my change (r10666 / 672c38da05). | Anubisss | |
Kudos go to QAston. --HG-- branch : trunk | |||
2010-12-16 | This not needed too, correctly checked with UpdateVictim(). | Anubisss | |
--HG-- branch : trunk | |||
2010-12-16 | Make some cleanup. | Anubisss | |
My thank goes to Az@zel for the code analysis. --HG-- branch : trunk | |||
2010-12-16 | Core/Spells: Fix a possible crash in spell_hun_readiness_SpellScript | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-16 | Core/Dungeon Finder: Move all LFG data from Player and Group classes to ↵ | Spp | |
internal LFG data classes. --HG-- branch : trunk | |||
2010-12-16 | Core/Dungeon Finder: Use full guid of players instead of lowguid | Spp | |
Note: This change is done in preparation of other changes that will come later. --HG-- branch : trunk | |||
2010-12-15 | Scripts/Icecrown Citadel: Removed WIP leftovers | Shauren | |
--HG-- branch : trunk | |||
2010-12-15 | Scripts/Icecrown Citadel: Festergut's Gas Spore and Vile Gas should not ↵ | Shauren | |
happen at the same time --HG-- branch : trunk extra : rebase_source : dbb903afbfbfdee5c2c3ae0be7181508e0eca1b2 | |||
2010-12-15 | Core/Scripts: Novos the Summoner should only summon 4 Crystal Handlers. | _manuel_ | |
--HG-- branch : trunk | |||
2010-12-15 | Core/Items: Fix item duration saving (and loading at a later stage). | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-15 | Core: Some warning fixes | Spp | |
--HG-- branch : trunk | |||
2010-12-15 | Core/Social: properly remove deleted character from social list of online ↵ | azazel | |
players (by Emtec) --HG-- branch : trunk | |||
2010-12-15 | Core/Items: fix error in saving item's enchantments introduced in rev ↵ | azazel | |
022f3858fc (thanks Shauren for spotting the problem) --HG-- branch : trunk | |||
2010-12-15 | Core/Arena: avoid arena match loss when leaving queue before actual ↵ | azazel | |
invitation to match (by VladimirMangos) --HG-- branch : trunk | |||
2010-12-15 | DB Schema/Characters: removed columns auctionhouse.item_template, ↵ | azazel | |
character_inventory.item_template, guild_bank_item.item_entry and mail_items.item_template and created item_instance.itemEntry column instead of them. As a side effect moved related queries to prepared statements. As one more side effect fixed not shown and lost mail items in returned expired mail (patch by Quriq14). --HG-- branch : trunk | |||
2010-12-14 | Core: Fixes some warnings | Shauren | |
Core/SmartAI: Fixed DamageTaken and DamageDealt hooks --HG-- branch : trunk extra : rebase_source : 062f1c68cd1d318d192b294a493db17a1943bee2 | |||
2010-12-14 | Core/DBLayer: Fix a possible crash in ProcessQueryCallback functions. | Machiavelli | |
Closes issue #5095 --HG-- branch : trunk | |||
2010-12-14 | Docs: Add a small info about how to report compilation errors, AND inform ↵ | click | |
how to properly "hunt" for the error. --HG-- branch : trunk | |||
2010-12-14 | Core/CharacterHandler: Fix ¨[ERROR] GetUInt32() on non-numeric field¨ on a ↵ | Machiavelli | |
certain query. Author: toshik.777 Closes issue #5068 --HG-- branch : trunk | |||
2010-12-14 | Fixed compile | Shauren | |
--HG-- branch : trunk | |||
2010-12-14 | Scripts: Fixed uninitialized variables, unreferenced parameters and virtual ↵ | Shauren | |
overrides --HG-- branch : trunk | |||
2010-12-14 | Core: Fixed uninitialized variable warnings | Shauren | |
--HG-- branch : trunk | |||
2010-12-14 | Scripts/Icecrown Citadel: Minor adjustments and compile warning fixes | Shauren | |
--HG-- branch : trunk | |||
2010-12-14 | Core/Gameobjects: Fix fishing and looting specific chests which were bugged ↵ | Liberate | |
because of revision 044e466d75. Fixes issue #5116. --HG-- branch : trunk | |||
2010-12-14 | Core: Change HandleEjectPasenger to HandleEjectPassenger (English thank you) | click | |
--HG-- branch : trunk | |||
2010-12-14 | Core/Gameobjects: Make a chest not lootable when it still has a respawn ↵ | Liberate | |
time, to avoid cheating using third-party software. --HG-- branch : trunk | |||
2010-12-14 | Core: Fix up opcode-mess from previous commit, and move ↵ | click | |
CMSG_DECLINE_CHANNEL_INVITE handling to its correct opcode (0x0410) (Please report back any findings of erranous behaviour to the tracker, or into this commit) --HG-- branch : trunk | |||
2010-12-13 | Core: Add new system for parallelizing client packet processing. Handle ↵ | click | |
WorldSession updates in Map::Update() where we are safe to proceed. Patch by Ambal. (And clean up tabs and whitespace while rummaging around in there) Closes issue 5084. --HG-- branch : trunk | |||
2010-12-13 | Core/Dungeon Finder: Fix a crash in Join when there are no dungeons ↵ | Spp | |
available for that group (And probably other random crashes that appear when having DF enabled) Core/Dungeon Finder: Tab2spaces + remove trailing spaces in LFG* files. Notes to self: - assign NULL to a pointer parameter will not change the pointer value outside the scope of the function - deleting a const_iterator can lead to mem corruption --HG-- branch : trunk | |||
2010-12-13 | Core/Dungeon Finder: Minor optimization in handler code | Spp | |
Note: LfgDungeonSet and LfgLockStatusMap were being used without using the existing typedef (to avoid including LFGMgr.h). Now those functions use a struct as param that is forward declared so still LFGMgr.h is not needed and redefinition of LfgDungeonSet/LfgLockStatusMap is removed. --HG-- branch : trunk | |||
2010-12-13 | Core/Dungeon Finder: Return a copy of cached dungeons set (to avoid being ↵ | Spp | |
cleared later in code) --HG-- branch : trunk | |||
2010-12-13 | Core: Fix non-PCH build | click | |
--HG-- branch : trunk | |||
2010-12-13 | Add missing declarations as of recent merge | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-13 | Fix possible compile error under linux | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-13 | Fix a typo, thanks to sss.nevan | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-13 | Core/Guild: More signed/unsigned comparison fixes. Should fix guild log loading. | Machiavelli | |
--HG-- branch : trunk | |||
2010-12-13 | Core/Guilds: Fix logic in bank withdrawal method (unsigned comparison with ↵ | Machiavelli | |
signed value). Should fix certain guild bank related bugs. --HG-- branch : trunk |