aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/TaxiHandler.cpp
AgeCommit message (Expand)Author
2025-07-05Core/Gossip: Track started interaction types and reset only questgiver on que...Shauren
2024-08-17Core/PacketIO: Fixed some 11.0.2 structuresShauren
2024-05-08Core: Update to 10.2.7Shauren
2024-04-04Core/Movement: Allow overriding speed for taxi movement generatorShauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-05-10Core/DataStores: Removed hardcoded cap for taxi nodes maskShauren
2022-02-11Core/Misc: Cleanup TaxiPathGraph includes (don't leak boost::graph outside)Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2021-11-12Core/Movement: Add some extra assertions to MotionMaster to catch issues like...Treeston
2021-09-28Core/Movement: MotionMaster reimplementation (#21888)ccrs
2021-02-25Core/Misc: Fixed nopch MSVC buildShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-23Core/Movement: waypoint movement (#20121)ccrs
2020-08-19Core/Taxi: Properly send taxi node status on login, as well as if the taxi ma...treeston
2020-01-02New YearAokromes
2019-06-08Core/PacketIO: Rewrite updatefield handlingShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Merge branch 'bfa'Shauren
2018-12-09Core/Player: Removed unneeded distance check from Player::ActivateTaxiPathTo,...Shauren
2018-11-25Core/Taxi: Filter out unreachable nodes from taxi nodes packetShauren
2018-03-12Core/DataStores: Fixed db2 structures after 7.3.5Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-06-04Core/Game: Include cleanup part 5Shauren
2017-04-06Core/DataStores: Updated db2 structures to 7.2.0Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-11-12Core/Player: Implemented new CMSG_ACTIVATE_TAXI fields to select a random fav...Shauren
2016-08-27Core/Logging: removed useless log messagejoschiwald
2016-01-01Update copyright note for 2016Vincent-Michael
2015-09-21Core/Taxi: Implemented rebuilding taxi path for early landing and enabled CMS...Shauren
2015-09-19Core/PacketIO: Disabled CMSG_TAXI_REQUEST_EARLY_LANDINGShauren
2015-09-19Core/Taxi: Further improvementsShauren
2015-09-14Core/Taxi: Implemented taxi routes, thanks to @MitchesD patch for initial wor...StormBytePP
2015-09-13Core/Players: Changed multi-segment taxi paths to fly nearbyShauren
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-04-21Core/Logging: Removed a bunch of useless "received X" logsShauren
2015-04-04Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK ...Shauren
2015-03-27Core/PacketIO: Updated values of all known server opcodesShauren
2015-01-25Core/NetworkIO: sync opcodes with wppjoschiwald
2015-01-02Core/Packets: updated some channel moderation packetsjoschiwald
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-15Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2Intel
2014-10-21Core/Entities: Final batch of removing implicit conversions of ObjectGuid to ...Shauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-01-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-23Core/Taxi: Fix exploit related to unexplored nodesDehravor
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Merge branch 'master' into 4.3.4Spp