| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-23 | Core/Misc: Remove no longer used code | Aokromes | |
| 2016-03-23 | Entities/Creature: Fix bugs with pets not properly reacquiring target after ↵ | treeston | |
| spell cast. Closes #16824. | |||
| 2016-03-22 | Scripts/TheEye: updated Void Reaver to EventMap | MitchesD | |
| (cherry picked from commit 8a7ae9d16c7c834cd57064014ddcac359aa61c32) | |||
| 2016-03-22 | Fixed pdump write... | Yehonal | |
| ...however we should consider to use field names instead of index to avoid future issues after table altered | |||
| 2016-03-21 | Core/Object: Use object edges to calculate LoS | Golrag | |
| 2016-03-21 | Core/Util: Extracted GetPID to separate function | Shauren | |
| (cherry picked from commit e3af42e05cdf9e4c959d4e038349008da4faca27) | |||
| 2016-03-20 | Scripts: Added combat abilities to trash mobs in Ruby Sanctum | joschiwald | |
| Thx @sirikfoll SAI by @Keader Closes #16703 | |||
| 2016-03-20 | fixed warning again :( | joschiwald | |
| 2016-03-20 | fixed warning | joschiwald | |
| 2016-03-20 | fixed build | joschiwald | |
| 2016-03-20 | Core/Spells: cleanup raise ally code | joschiwald | |
| (partial cherry picked from commit 312e8509dddf910a5ab199d646c5a4d237d5fda9) | |||
| 2016-03-18 | Core/Shared: Fix no PCH build | Naios | |
| 2016-03-18 | CMake: Use inherited dependencies in worldserver and authserver | Naios | |
| * Closes #1679 | |||
| 2016-03-18 | CMake: Use inherited dependencies in scripts | Naios | |
| * Removes the circular dependency between game <-> scripts | |||
| 2016-03-18 | CMake: Use inherited dependencies in database, shared and game | Naios | |
| 2016-03-18 | CMake: Use inherited dependencies in common and tools | Naios | |
| 2016-03-16 | Core: Remove whitespaces | Vincent-Michael | |
| 2016-03-16 | Merge pull request #16649 from ForesterDev/3.3.5 | blub | |
| Scripts/Commands: Modify ".debug anim" command to target any selected unit | |||
| 2016-03-16 | Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c | Naios | |
| 2016-03-15 | Core/Creatures: Fix dead creatures spawn position on restart | jackpoz | |
| Fix dead flying creatures ignoring being spawned below the floor in instances on server restart because of not taking into account vmap height. Fix #16777 | |||
| 2016-03-15 | Merge pull request #16785 from Keader/AlgalonStars | joschiwald | |
| [3.3.5/Core/Scripts] Fix Living Constellation not activating during Algalon encounter | |||
| 2016-03-15 | Fix Living Constellation not activating during Algalon encounter. | Keader | |
| 2016-03-15 | Core/PacketIO: Revert STATUS_UNHANDLED logging back to debug | Duarte Duarte | |
| Ref 5a6db6e84d98949ad511d8fe66752cb0c7d6e6d7 Closes #16773 | |||
| 2016-03-15 | Core/Maps: Implement optional pre-loading of maps. | r00ty-tc | |
| - Option to preload basemaps upon server load (BaseMapLoadAllGrids) - Option to preload instance maps upon map load (InstanceMapLoadAllGrids) - Change default logging to only log mmap errors to server log - Add new public to map to load all cells in map - change debug loadcells to use new function instead | |||
| 2016-03-14 | Core/Players: Removed pointless log - this is not an error | Shauren | |
| Closes #16781 | |||
| 2016-03-13 | Merge branch '3.3.5' of https://github.com/TrinityCore/TrinityCore into 3.3.5 | Shauren | |
| 2016-03-13 | Core/Players: Split playerBytes fields in characters table | Shauren | |
| (cherry picked from commit 2a6f65fddcdbe074ace6cd08ab27ec73a64ffe76) | |||
| 2016-03-13 | Merge pull request #16775 from chaodhib/opcode_setspeed_fix | Shauren | |
| Fix MSG_MOVE_SET_* opcodes. The GUID was missing. | |||
| 2016-03-13 | Fix MSG_MOVE_SET_* opcodes. The GUID of the concerned unit was missing from ↵ | chaodhib | |
| the packet. | |||
| 2016-03-13 | Scripts/Icecrown Citadel: Fixed Sindragosa ice tomb targets | Golrag | |
| * Also changed the way NonTankTargetSelector checks who is the tank. | |||
| 2016-03-13 | Another build fix | r00ty-tc | |
| 2016-03-13 | Core: Fixed build | Vincent-Michael | |
| 2016-03-13 | Build fix | Shauren | |
| 2016-03-13 | Core/Misc: Minimize differences between branches in WorldSession::Update | Shauren | |
| This commit removes OnUnknownPacketReceive script hook - it could never be fired anyway at that point | |||
| 2016-03-12 | Core/Networking: Added new AsyncRead method to Socket class allowing to pass ↵ | Shauren | |
| a custom completion handler (Partially cherry-picked from f123c396591ffb50fa7e02365235740df618f579) | |||
| 2016-03-12 | Update PetAI.cpp | RelevantJesse | |
| Pulled check for IsReady to outside of the IsPositive check (cherry picked from commit a71ea54a3a6f960463fb582b2e573a672ed00999) | |||
| 2016-03-12 | Core/Misc: fix build | MitchesD | |
| (cherry picked from commit ce5def332fa12ea4b2f3223fbaa4e41750da9cfb) | |||
| 2016-03-12 | Core/Debugging: Make abort() less bad on windows by forcing crash log generation | Shauren | |
| (cherry picked from commit dea7d429abe5143672154784f93e4b19020062d5) # Conflicts: # src/server/bnetserver/Main.cpp | |||
| 2016-03-12 | Core/Logging: Force synchronous logging after io_service shutdown - fixes ↵ | Shauren | |
| logging on worldserver shutdown (cherry picked from commit a0b2be6c1d0ae17ad8a17692d77f2020bbb9296e) | |||
| 2016-03-12 | Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before ↵ | Shauren | |
| player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet (cherry picked from commit 8086a39210659c44d52fb463f5a39f047aa45685) | |||
| 2016-03-12 | Warning fix | Shauren | |
| (cherry picked from commit 983635458bbe84b359713693da0be2bfdcd55536) | |||
| 2016-03-12 | Core/Misc: Removed unneccessary boost/asio/buffer.hpp include | Shauren | |
| (cherry picked from commit 01be486f2f0f35e8421d1a1919bd037194756932) | |||
| 2016-03-12 | Core/Logging: Include more info in bad realm log | Shauren | |
| (cherry picked from commit a6dd6d7841d6ab3e496d492d225c5541721c8dfd) | |||
| 2016-03-12 | AHBot item class modifiers | Andrew Letson | |
| Adds missing modifiers to worldserver.conf (cherry picked from commit e5c9997362668bb6781481196b8cfc5bcd9705d8) | |||
| 2016-03-12 | Server/ObjectMgr: Added Error Log And Server Shutdown At ID Overflow | Software Engineer | |
| (cherry picked from commit 0d8b5c21429b5f943c872ee11df369dba5254929) | |||
| 2016-03-12 | Misc: Removed unneeded info about character escaping from .conf.dist and ↵ | Cosmo Orzechovsky | |
| improved example MotD (cherry picked from commit c731bd5d59a72a33077d3bb5d83d65f2d81c9daf) | |||
| 2016-03-12 | Core/RBAC: Fix revoking permissions | Shocker | |
| (cherry picked from commit cb911cad008376689abf34edd82b561cbbdf4adf) | |||
| 2016-03-12 | Core/Player: Update some function declarations | Carbenium | |
| (cherry picked from commit 0064fc23367681d86e7c563d9ef8cf270ee72723) | |||
| 2016-03-12 | Core/Player: Improve log messages | Carbenium | |
| 2016-03-12 | Core/Player: | Carbenium | |
| * sprinkle some consts * replace some C-style casts by static_cast * replace NULL by nullptr (cherry picked from commit b705ebeb7f4ecb84ed1901fac840f189092a1ccd) # Conflicts: # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Player/Player.h | |||
