| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-11 | Fix some typo and compile errors. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Update IsExplicitDiscoverySpell/IsLootCraftingSpell and related code. by ↵ | n0n4m3 | |
| Vladimir. --HG-- branch : trunk | |||
| 2010-04-11 | Some fixes for quests/basePoints calculation, realm server. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Added enum for SMSG_GROUP_JOINED_BATTLEGROUND opcode and some other fixes. ↵ | n0n4m3 | |
| Big thx to TOM_RUS. --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 | |||
| 2010-04-11 | Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Not use PLAYER_FIELD_ARENA_TEAM_INFO_1_1 directly. Big thx to TOM_RUS. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Some fixes to guild/arenateam events. Big thx to TOM_RUS. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Drop characters data blob. Bit thx to hunuza. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-04-11 | Fix CMSG_REQUEST_VEHICLE_SWITCH_SEAT to allow change to accesory seat. | Spp | |
| Patch by Havenard Closes issue 1583 --HG-- branch : trunk | |||
| 2010-04-11 | Tab to spaces | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-10 | Fix CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and ↵ | Spp | |
| CMSG_REQUEST_VEHICLE_SWITCH_SEAT handlers Modified version of Havenard's patch Closes issue 1452 --HG-- branch : trunk | |||
| 2010-04-10 | Azjol Nerub: Anub'arak and Krikthir script texts | Spp | |
| Patch by terrorbringer Closes issue 1570 --HG-- branch : trunk | |||
| 2010-04-10 | * Correct worldside NPC texts, by terrorbringer | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-10 | Fix Crash in FoS. | Trazom62 | |
| Fixes issue #1566. + add support of minimum distance criteria in SelectTarget. --HG-- branch : trunk | |||
| 2010-04-10 | *modified spelldifficulty handler to work with all spell casts for creatures ↵ | Rat | |
| that are in instances thanks to Shauren for help *modified most of the scripts to use normal_mode spell for casting (code was autogenerated, post errors if any) *added sql for all modded spells (autogenerated..) --HG-- branch : trunk | |||
| 2010-04-10 | * correct worldside NPC texts - patch by terrorbringer (more cleanup needed?) | trinity@raven.vcon.no | |
| --HG-- branch : trunk | |||
| 2010-04-10 | Fix vehicle stacking (no more pyramids for you!) | click | |
| --HG-- branch : trunk | |||
| 2010-04-09 | *backout 7819 | Rat | |
| --HG-- branch : trunk | |||
| 2010-04-09 | Implement Global Cooldown (originaly written for TC2 v2.4.3). | Trazom62 | |
| Thanks eugen.rivniy for the port. Fixes issue #67. --HG-- branch : trunk | |||
| 2010-04-09 | * Proper format for CustomSpellDifficulty.dbc | Brian | |
| * Thanks n0n4m3 --HG-- branch : trunk | |||
| 2010-04-09 | Avoid crash in TurretAI if spell1=0 and issue an error log instead. | Trazom62 | |
| Fixes issue #1360. Fixes issue #1032. (same for ArchorAI and AOEAI). --HG-- branch : trunk | |||
| 2010-04-09 | *add example difficulty spells for magus telestra | Rat | |
| --HG-- branch : trunk | |||
| 2010-04-09 | *added code for loading Spelldifficulty.dbc + Custom Spelldifficulty from ↵ | Rat | |
| Database *added spell searcher based on creature's map difficulty, usage is optional and only for scipts for now *added new table spelldifficulty_dbc --HG-- branch : trunk | |||
| 2010-04-08 | *fix an sql-dbc load bug, patch by Qaston | Rat | |
| --HG-- branch : trunk | |||
| 2010-04-08 | Script Instance Forge of Souls. | Trazom62 | |
| Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC). Fix EventMap::DelayEvents Fixes issue #1310. --HG-- branch : trunk | |||
| 2010-04-08 | SOTA: Fix graveyard respawn location. | Spp | |
| Thanks to AntiDiavol for pointing this bug... twice Closes issue 1516 --HG-- branch : trunk | |||
| 2010-04-08 | Code Style (game + scripts only): | Spp | |
| "!=" --> " != " (when needed) " !=" --> " !=" "!= " --> "!= " --HG-- branch : trunk | |||
| 2010-04-07 | Code Style (game + scripts only): | Spp | |
| ">=" --> " >= " (when needed) " >=" --> " >=" ">= " --> ">= " "<=" --> " <= " (when needed) " <=" --> " <=" "<= " --> "<= " " ==" --> " ==" "== " --> "== " --HG-- branch : trunk | |||
| 2010-04-07 | Code Style (game + scripts only): | Spp | |
| "==" --> " == " (when needed) --HG-- branch : trunk | |||
| 2010-04-07 | Code style (game + scripts only): | Spp | |
| "( " --> "(" " )" --> ")" --HG-- branch : trunk | |||
| 2010-04-07 | Code style (game + scripts only): | Spp | |
| "if(" --> "if (" --HG-- branch : trunk | |||
| 2010-04-07 | Code style (game + scripts only): | Spp | |
| "while(" --> "while (" --HG-- branch : trunk | |||
| 2010-04-07 | Code style (game + scripts only): | Spp | |
| "for(" --> "for (" --HG-- branch : trunk | |||
| 2010-04-07 | Code Style: Remove trailing spaces | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Code Style: tab to spaces | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Fix a typo in SOTA that prevented players to respawn in one of the graveyards | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-07 | remove CRLF from blackrock spire scripts. | malcromdev@gmail.com> | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy. | Tartalo | |
| Fixes issue #1073. Please, post your contribution following our coding style, otherwise I have to waste a lot of time cleaning up the code --HG-- branch : trunk | |||
| 2010-04-07 | Merge. | Anubisss | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Remove some pointers and use GUIDs in borean_tundra. | Anubisss | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Include ACE headers in case they are not in system path. | raczman | |
| Thanks for spotting the bug guys: GL.AntiDiavol, next3x, Aokromes --HG-- branch : trunk | |||
| 2010-04-07 | Boran Tundra, Quest 11648, The Art of Persuassion: Fix pCaster pointer, by ↵ | Tartalo | |
| microbius51 Cleanup the script --HG-- branch : trunk | |||
| 2010-04-07 | Gundrak, Drakkari Colossus: Fix logic, by kenjiro@irc.pl | Tartalo | |
| Fixes issue #1313. --HG-- branch : trunk | |||
| 2010-04-06 | remove CRLF from alterac_valley scripts. | malcromdev@gmail.com> | |
| --HG-- branch : trunk | |||
| 2010-04-07 | Utgarde Keep, Utgarde Pinnacle: Cleanup Svala Sorrowgrave | Tartalo | |
| Better handling of sacrifice target storing his GUID on ScriptedInstance to share it between npcs. --HG-- branch : trunk | |||
| 2010-04-07 | Ulduar, Halls of Lightning: Ionar disperses only once. | Tartalo | |
| 3.3.2 Blizzlike change --HG-- branch : trunk | |||
| 2010-04-07 | Ulduar, Halls of Lightning: Cleanup Ionar's script | Tartalo | |
| --HG-- branch : trunk | |||
