aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-31Core/Waypoints: Fixed memory leaks happening when loading waypoints with ↵Shauren
invalid move_type
2014-07-31Update CMakeLists.txtDr-J
2014-07-31Update ScriptLoader.cppDr-J
2014-07-31Delete zone_eversong_woods.cppDr-J
2014-07-31Remove Script from zone_eversong_woods.cppDr-J
This cpp is now currently redundant
2014-07-30Tools/MMaps: Fix static analysis issuesjackpoz
Fix static analysis issue spotted by Coverity "Structurally dead code found"
2014-07-30Fixed buildjoschiwald
2014-07-30Remove Script from zone_eversong_woods.cppDr-J
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
2014-07-30Core/PacketLog: Save session ip and port information in saved packetsDDuarte
This data is put into the "optional data" part of each packet of the PKT 3.1 format It will be used with WPP to debug some networking issues
2014-07-30Scripts/OutdoorPvP: dropped redundand codejoschiwald
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29Scripts/BloodmystIsle: Fix StartUp ErrorsVincent-Michael
2014-07-29Core/Authserver: Fixed invalid memory access when AsByteArray returns less ↵Shauren
bytes than expected
2014-07-29Core/Conditions: Added more infos for CONDITION_SPELL error logVincent-Michael
2014-07-29Core/Chat: Restored split alliance and horde chat channelsShauren
Closes #12664
2014-07-29Core/Channels: Do not allow creation of channels starting with digitsDDuarte
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
It will now print useful error messages that pinpoint the issue with the config file (missing file, bad syntax, etc) In memory of MitchesD that lost 18 hours finding a problem with his config because of a duplicated line.
2014-07-29Update Socket.hShauren
Added missing typename keyword
2014-07-29Core/Socket: Fixed expected template evaluated type for AsyncWrite if ↵Shauren
PacketType is a pointer (Bla* const& is not what we want)
2014-07-28Update razorfen_downs.cppDr-J
2014-07-28Core/Instances: Explicitly unload InstanceSaveMgr before MapManager, fixes ↵Shauren
invalid memory access at shutdown Closes #12635
2014-07-28Core/Network: Fixed packets being properly received only by the first player ↵Shauren
when broadcasted to everyone Closes #12675
2014-07-28Core/Startup: Change an error about "broken zone-data" on guild loading to debugDDuarte
This "error" happens when player is on zone 0 or transport.
2014-07-28Core/Networking: Attempt to fix some exceptionsDDuarte
Call the non-throwing versions of socket.remote_endpoint in GetRemoteIpAddress and GetRemotePort. Sh*t will still be broken tho
2014-07-27Fixed a rare crash case when authserver socket was forcefully closed during readleak
Closes #12634
2014-07-27Tools/mmaps: Change the PCQ queue to uint32 againDDuarte
6f272ea5b7d65518 re-added support for non-pointer types
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-27Conf/World: Disable player limit by defaultDDuarte
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ↵Shauren
the amount of copying going on
2014-07-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ↵Shauren
class
2014-07-26Added comments to 6961f957c9d03bff634f0b75466458564845722e to make sure ↵Shauren
noone decides that storing the result in a variable is unneccessary
2014-07-26Core/DBLayer: Fixed possible crashes with async queries retrieving resultShauren
Closes #12655
2014-07-25Core/PreparedStatements: Fixed a change I missed in the World prepared ↵Subv
statements for waypoints.
2014-07-25Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.Subv
2014-07-26Core/Threading: Fixed lock type used in HashMapHolder::Insert - a write lock ↵Shauren
is needed there, not a read lock
2014-07-25Core: Fix non pch buildVincent-Michael
2014-07-25Core/Network: Fix buildDDuarte
2014-07-25Core/Realmlist: Force resolving realm addresses to ipv4Shauren
Closes #12640
2014-07-25Core/Network: Fix some possible exceptions on socket.close()DDuarte
Ref #12634
2014-07-25Tools/mmaps: Fix build when building only toolsDDuarte
Closes #12631
2014-07-25Core/Shared: Change rand32 to return uin32 instead of int32DDuarte
Fixes a crash that happened when rand32 returned negative values. Also updated some related comments that were outdated since we changed to SFMT. Closes #12638
2014-07-25Tools/mmaps: Fix a possible mem leak and a compile warningDDuarte
2014-07-25Core/Spells: Fix an issue with previous commit (a309ca97279)DDuarte
2014-07-25Core/Spells: Fixed issues with Death and Decay and similar spells not ↵Warpten
ticking if players stepping in the AoE are not in LoS with the caster. Not exactly sure if that behavior should *exactly* be as such, but until more informations ...
2014-07-24Restore mmaps gen buildleak
Closes #12631
2014-07-24Core/Misc: Fixed a possible crash in ProducerConsumerQueue::CancelShauren
2014-07-24Scripts&DB/Feralas Convert npc_screecher_spirit to SAIDDuarte
SAI by @Rushor and gossip by @malcrom Closes #12630
2014-07-24Core/NetworkIO: Fixed boost::asio::async_write usage - packets will now be ↵Shauren
sent properly
2014-07-24Scripts/Darkshore: Fix an issue with the quest Gyromast's Revengeuntaught
TODO: Rewrite the script in SAI Closes #11987 Signed-off-by: DDuarte <dnpd.dd@gmail.com>