| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-03 | Core/BFs: Fix GCC (?) compile | Nay | |
| Closes #7629 | |||
| 2012-09-02 | Scripts/Commands: Fixed compile | Shauren | |
| 2012-09-02 | Fixed typo in PutBits | Shauren | |
| 2012-09-02 | Core/Battlegrounds: More battleground fixes | Sovak | |
| Signed-off-by: Shauren <shauren.trinity@gmail.com> | |||
| 2012-09-01 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| Conflicts: src/server/game/Entities/Player/Player.cpp src/server/scripts/Commands/cs_misc.cpp src/server/worldserver/worldserver.conf.dist | |||
| 2012-09-01 | Core/Config: Change default log level of "Chat Log" to fit old log system | Spp | |
| 2012-09-01 | Config: Cosmetic changes to fit config guidelines | Spp | |
| 2012-09-01 | Core/Logging: Delete player filename will now use guid_name format like old ↵ | Spp | |
| log system. (was set to account_name by error) | |||
| 2012-09-01 | Core/Logging: Fix delete player crash having logging player enabled. | Spp | |
| closes #7437 | |||
| 2012-09-01 | Core/PacketIO: Implemented ByteBuffer::PutBits allowing to put a value at ↵ | Shauren | |
| specified position with bit precision | |||
| 2012-09-01 | Merge pull request #7607 from Sovak/party_derp | Shauren | |
| 2012-09-01 | Core/Groups: Fixed issue, when invite message says that you are inviting ↵ | Sovak | |
| yourself Signed-off-by: Sovak <Sovak007@gmail.com> | |||
| 2012-09-01 | Core/PacketIO: Refix SMSG_TRAINER_BUY_SUCCEEDED and actually activate ↵ | kaelima | |
| SMSG_PLAY_SPELL_VISUAL_KIT ref commit c0602889b57b3a6ab07a7d8ba9b4b91a560f086e | |||
| 2012-09-01 | Core/PacketIO: | kaelima | |
| - Rename and fix: CMSG_INSPECT_HONOR_STATS and SMSG_INSPECT_HONOR_STATS. - Replaced SMSG_TRAINER_BUY_SUCCEEDED with new SMSG_TRAINER_SERVICE. - Fix sending SMSG_PLAY_SPELL_VISUAL_KIT and removed obsolate SMSG_PLAY_SPELL_IMPACT. Thanks to mangos | |||
| 2012-09-01 | Core/Commands: Fix .cheat kill and add instakill immunity to it | Myran2 | |
| Closes #7586 | |||
| 2012-09-01 | Scripts: Fix non pch build | Nay | |
| 2012-08-31 | Merge pull request #7599 from gacko28/zuluhed | Nay | |
| Core/Spell: Unlocking zuluhed chains Closes #996 Fixes quest Zuluhed the Whacked | |||
| 2012-09-01 | Core/Spell: Unlocking zuluhed chains | Gacko | |
| Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains | |||
| 2012-08-31 | Scripts: Fix a merge issue, thanks cyberbrest | Nay | |
| 2012-08-31 | Core/Loading: Fix a typo when loading creature_template | Nay | |
| 2012-08-31 | Core/Scripts: Improve Wyrmrest Defender gossip | Trista | |
| * Added conditions to only show default gossip, if not on quest 12372 * Else show other gossip text * Add second gossip text on gossip select * Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye" Ref #1861 Closes #7594 | |||
| 2012-08-31 | DB/SAI: Taking on All Challengers & Defending Your Title | w1sht0l1v3 | |
| 2012-08-31 | SQL: Rename SQL | Nay | |
| 2012-08-31 | Scripts/Commands: Create a new group of commands, .cheat, and add new and ↵ | Myran2 | |
| move old commands to it: Changes: - .explorecheat is now .cheat explore - .waterwalk is now .cheat waterwalk - .taxicheat is now .cheat taxi New commands: - .cheat god - .cheat casttime - .cheat cooldown - .cheat power (Descriptions available in the SQL file / in-game) Inspiration on ArcEmu commands Closes #7569 | |||
| 2012-08-30 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| Conflicts: src/server/game/Entities/Creature/Creature.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Server/Protocol/Opcodes.h src/server/scripts/EasternKingdoms/silverpine_forest.cpp src/server/scripts/Kalimdor/silithus.cpp src/server/shared/DataStores/DBCFileLoader.h src/server/shared/Database/Implementation/WorldDatabase.cpp src/tools/map_extractor/System.cpp src/tools/map_extractor/dbcfile.cpp src/tools/vmap4_extractor/adtfile.cpp src/tools/vmap4_extractor/dbcfile.cpp src/tools/vmap4_extractor/wdtfile.cpp | |||
| 2012-08-30 | Core: Fix many "errors"/warnings and coding style (3) | Nay | |
| Game Errors were found using Cppcheck, open-source static analysis tool | |||
| 2012-08-30 | Core: Fix many "errors"/warnings and coding style (2) | Nay | |
| Scripts; also reverted a change to AuthSocket Errors were found using Cppcheck, open-source static analysis tool | |||
| 2012-08-30 | Core: Fix many "errors"/warnings and coding style (1) | Nay | |
| Extractors, worldserver, authserver, shared and collision affected Errors were found using Cppcheck, open-source static analysis tool | |||
| 2012-08-30 | Merge pull request #7571 from daniik/master | Nay | |
| Remove duplicated code in FleeingMovementGenerator | |||
| 2012-08-30 | Core/MovementGenerator: Remove duplicated code | danik | |
| 2012-08-30 | Merge pull request #7566 from Souler/fix_copy_weapon_auras | Kaelima | |
| Scripts/Spells: Fix Weapon Copy related auras. | |||
| 2012-08-30 | Scripts/Spells: Fix Weapon Copy related auras. | Souler | |
| Closes #3731 | |||
| 2012-08-30 | Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrest | kaelima | |
| - Added more flags to UnitFlags2 enum (Thanks wpp) | |||
| 2012-08-29 | Scripts/Hellfire: Add missing include | Nay | |
| 2012-08-29 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| 2012-08-29 | Scripts/Hellfire: Rework Blood Furnace | Gacko | |
| 2012-08-29 | Core/Loading: Change info/error messages to printf when config is not loaded | Nay | |
| 2012-08-29 | Core/Groups: Enable SMSG_GROUP_LIST and correct position of petauramask | Nay | |
| 2012-08-29 | Merge pull request #7487 from drskull/master | Nay | |
| Core/Spells: Sentry Totem Aura remove fix and some minor fix in totem.cpp Closes #4376 | |||
| 2012-08-29 | Core: Add missing include to BfHandler (thanks Chevron) and a typo in ↵ | Nay | |
| HandleRequestPartyMemberStatsOpcode (thanks Kaelima) | |||
| 2012-08-29 | Merge remote-tracking branch 'origin/master' into 4.3.4 | Nay | |
| 2012-08-28 | Core/BG: Initial work on battleground and battlefield related packets | Tuxity | |
| 2012-08-28 | Core/Items: Bind item to owner when using it for transmogrification | Shauren | |
| 2012-08-28 | Core/Group: Code style corrections and logic fixes | Nay | |
| 2012-08-28 | Core/Groups: Simplify some GroupUpdateFlags handling and fix a typo | Nay | |
| 2012-08-28 | Core/Groups: Fix some failures when building stats | Nay | |
| Thanks Zakamurite and Kaelima | |||
| 2012-08-28 | DB/Achievements: Fix achievements 'Koralon the Flame Watcher' / 'Toravon the ↵ | Vincent-Michael | |
| Ice Watcher' | |||
| 2012-08-28 | Scripts: Fix code style after PR | Nay | |
| 2012-08-28 | Merge pull request #7553 from Trista/master | Nay | |
| Core/Spells: Destabilizing Azure Dragonshrine | |||
| 2012-08-28 | Core/Spells: Destabilize Azure Dragonshrine | thesensei | |
| *Spell script support for spell 49370 | |||
