| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-04 | Fix: Force rogues not to steal stuff during charcreation - it stole a double ↵ | click | |
| set of startingweapons intead of a single set (Thanks to BioHazard for the note) --HG-- branch : trunk | |||
| 2010-05-04 | Some additional checks to Login Instance check. + code layout. | Trazom62 | |
| --HG-- branch : trunk | |||
| 2010-05-04 | Add stricter regulations for instances (login-checks and support for sending ↵ | click | |
| unbound player to parent-instance / homebind if not matching criterias) Patch by Elron103 - closes issue #1323. --HG-- branch : trunk | |||
| 2010-05-04 | *Fix: correctly apply or remove enchantments requiring a skill when gaining ↵ | click | |
| a skill level - fix by Liberate Closes issue #1407 --HG-- branch : trunk | |||
| 2010-05-03 | Revert parts of a previous transaction-fix (would create a nested ↵ | click | |
| transaction), add missing support for rollback in battleground-group creation --HG-- branch : trunk | |||
| 2010-05-02 | Include petsaving under transactioncontrol in Player::SaveToDB() | click | |
| --HG-- branch : trunk | |||
| 2010-05-02 | Fix: Give the correct amount of talent points when leveling up after a ↵ | click | |
| talent reset - patch by Liberate Fixes issue #1568, fixes issue #765, fixes issue #772 --HG-- branch : trunk | |||
| 2010-05-01 | Fix more warnings. | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-30 | Add support for vendors selling the same items with different extendedCost - ↵ | click | |
| original code by Vladimir (thanks mate) Closes issue #1756 --HG-- branch : trunk | |||
| 2010-04-30 | Clean up in item refund related code. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-04-29 | Warning Fixes | Spp | |
| Code Style cleanup Fix linux compile --HG-- branch : trunk | |||
| 2010-04-29 | Don´t inherit refund data when cloning when original item is not refundable. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-04-28 | Partial revert of 6ab9e720f3d2fca8bfe14b2ba857008cf018e0cd, thanks click and ↵ | Machiavelli | |
| Liberate for talking sense into me. Only load 1 spec in memory at a time. Also fixes totem bar loading due to a typo. --HG-- branch : trunk | |||
| 2010-04-28 | Fix item vendor refund for stackable items. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-04-28 | Remove a remnant from debugging code from prev. commit. (sorry) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-04-28 | Fix action buttons sent to client when swapping between talent specs. ↵ | Machiavelli | |
| Storage related parts by Hunuza (MaNGOS), big thanks. --HG-- branch : trunk | |||
| 2010-04-27 | Implement support of Timed Achievement. Thanks Shauren. | Trazom62 | |
| Fixes issue #1431. --HG-- branch : trunk | |||
| 2010-04-26 | Remove a remnant from some local testcode (damn, I'm sure I had removed it - ↵ | click | |
| it's not even related to the previous fix) --HG-- branch : trunk | |||
| 2010-04-26 | Properly relearn talents/spells when changing active specialization - also ↵ | click | |
| relearn the spells that require this talent Fixes issue #907 - Patch by liberate --HG-- branch : trunk | |||
| 2010-04-25 | Implement coreside support for questflag QUEST_FLAGS_AUTO_ACCEPT and its use ↵ | click | |
| - patch and research by click and Liberate (This also fixes the complaints that starter-quests were broken - the flag was actually never used coreside) --HG-- branch : trunk | |||
| 2010-04-24 | Fix compile ¬¬ | Spp | |
| + Code Style (for, if, while) --HG-- branch : trunk | |||
| 2010-04-24 | Remove unnecesary casts to Player in Player.cpp | Spp | |
| Thanks to Shauren for pointing it out --HG-- branch : trunk | |||
| 2010-04-23 | Fix spelling error in CONFIG_GM_WHISPERING. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-04-22 | Fixes GCD when 1 sec or shorter. | Trazom62 | |
| Support aura reducing GCD (SPELLMOD_GLOBAL_COOLDOWN) (e.g. Backdraft, Unholy presence). Fixes issue #1666. Fixes issue #1616. --HG-- branch : trunk | |||
| 2010-04-21 | Change visibility of pets or charmed units as well when GM is invisible | click | |
| Fix by liberate --HG-- branch : trunk | |||
| 2010-04-21 | Update trigger visibility when doing gm on/off | click | |
| Fix by liberate --HG-- branch : trunk | |||
| 2010-04-19 | Code Style: Remove trailing spaces and tab to spaces | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-19 | More warning removal (Some code modifications and cleanup when needed) | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-19 | Remove LOTS of compile warnings | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-18 | Move around and do some changes to homebinding, thanks to Vladimir | click | |
| * Adds support for spelltarget-positions * Uses areaname instead of zonename on hearthstone Add homebind animation to player, with cast from innkeeper --HG-- branch : trunk | |||
| 2010-04-17 | Implement auto pass on loot. | Trazom62 | |
| Fixes issue #1684. --HG-- branch : trunk | |||
| 2010-04-17 | Whack questgivers in the head with a bat to make them properly show ! or ? ↵ | click | |
| properly depending on the questtype they hand out Patch by Liberate --HG-- branch : trunk | |||
| 2010-04-16 | Reapply the previous "actionbars"-fix/handling db/coreside | click | |
| Fixes issue #1669 Note: This issue has been a pain in the rear, as it was actually messing up clients that ran a vanilla client without addons. The issue only comes in to place when players load a SINGLE actionbar, and not selecting "activate all bars". Extensive testing and debugging done to figure out why this actually happened - I'll fricking shoot the next one messing with it! --HG-- branch : trunk | |||
| 2010-04-15 | Fix AHBot crashes. Patch based on code from Xeross' repo | Spp | |
| Closes issue 1649 --HG-- branch : trunk | |||
| 2010-04-15 | Another fix quest flags, Implement support weekly quests cooldowns(Original ↵ | n0n4m3 | |
| patch by GriffonHeart), also code cleanups. --HG-- branch : trunk | |||
| 2010-04-14 | Port some mailsending-fixes from MaNGOS - prevents copying maildata/text ↵ | click | |
| into new mails Original fix by Vladimir --HG-- branch : trunk | |||
| 2010-04-14 | Create new table character_stats for external tools(website,etc). This table ↵ | n0n4m3 | |
| use only when player logout. Original code by hunuza. --HG-- branch : trunk | |||
| 2010-04-14 | Add index for some tables in characters DB. by AlexDereka. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-14 | Drop not needed table 'item_text', add new column 'text' in table ↵ | n0n4m3 | |
| 'item_instance'. Original patch by Vladimir. --HG-- branch : trunk | |||
| 2010-04-13 | * Fix actionbars-issue with talent-based spells/actions disappearing | click | |
| * Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!) --HG-- branch : trunk | |||
| 2010-04-13 | *fix mail system error thanks to FaTe753 Fixes issue #1616 | Rat | |
| --HG-- branch : trunk | |||
| 2010-04-13 | Forgot to remove reference-comment for the old functionality. | click | |
| --HG-- branch : trunk | |||
| 2010-04-13 | Fix hunter pet losing talents on respec -now back to being blizzlike | click | |
| --HG-- branch : trunk | |||
| 2010-04-12 | Restore load/save shown actionbars, missing from 3.3.3 upgrade | click | |
| Original SQL by hunuza/MaNGOS project --HG-- branch : trunk | |||
| 2010-04-11 | Remove unused data from Player::MinimalLoadFromDB | Spp | |
| Original patch by raiden Closses issue 1590 --HG-- branch : trunk | |||
| 2010-04-11 | Tab to Spaces and remove of trailing spaces | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Final fix basepoints calculation, thx to Vladimir, Laise. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Implement some opcodes. Big thx to TOM_RUS. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Fix mail, professions, group loot, console spam, and some fixes. Big thx to ↵ | n0n4m3 | |
| TOM_RUS. --HG-- branch : trunk | |||
| 2010-04-11 | Fix quests and auctionhouse. | n0n4m3 | |
| --HG-- branch : trunk | |||
