index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Battlegrounds
/
Arena.cpp
Age
Commit message (
Expand
)
Author
2025-08-10
Core/Arenas: Allow queueing for rated arenas (#31148)
Jeremy
2024-05-12
Core/Criteria: Implemented CriteriaType ParticipateInArena (#29973)
Antonio MartÃn Berti
2023-12-29
Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums instead...
Jeremy
2023-12-12
Core/Battleground: Rework BattlegroundScore (#29438)
Jeremy
2023-09-25
Core/Achievements: Fixed achievement criteria StartEvent and FailEvent
Shauren
2023-08-26
Core/Battlegrounds: Rework queues (#29200)
Jeremy
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-07-10
Core/WorldStates: Migrate battleground worldstates to new system
Shauren
2022-04-16
Core/Battlegrounds: Replaced overriding m_team with more fine grained approach
Shauren
2022-03-24
Core/Battlegrounds: Avoid reset BG and Arena scoreboard stats and BG map achi...
Gildor
2022-01-23
Core/Misc: Replace boost::optional with std::optional part 2
Shauren
2021-11-24
Core/Misc: PORT CURSED REFACTORS FROM e69570dd7662848ae38628c4af71cce002dd1c3d
Shauren
2021-11-15
Core/Shared: add BattlefieldBattleId definitions
ccrs
2021-09-08
Core/Achievements: Update CriteriaType enum (#26856)
Meji
2021-06-01
Core/Criteria: Add all values of CriteriaFailEvent
Shauren
2020-09-19
Core/PacketIO: Renamed a bunch of opcodes based on more research (only those ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-05-02
Core/Battlegrounds: Use the following fields from DB2/battleground_template d...
Golrag
2020-04-26
Core/Achievements: Optimized resetting achievement criteria by condition and ...
Xinef
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-14
Core/Battleground: Dropped battleground texts from trinity_string and replace...
joschiwald
2018-01-01
Update copyright note for 2018
vincent-michael
2017-07-27
Core/Battleground: Small BattlegroundScore refactoring
joschiwald
2017-06-04
Core/Game: Include cleanup part 5
Shauren
2017-05-18
Core/Game: Include cleanup
Shauren
2017-02-12
Fixed warning in gcc 5
joschiwald
2017-02-12
Core/Arena: Teams don't lose rating after arena draw (#17515)
Aokromes
2017-01-01
Update copyright note for 2017
vincent-michael
2016-09-29
Core/Players: Removed references to removed currencies
Shauren
2016-05-07
Core/Achievements: AchievementMgr refactoring
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-04-12
Core/PacketIO: Updated and enabled PVP_LOG_DATA
Shauren
2015-02-16
Core/Opcodes: SMSG_INIT_WORLD_STATES
Golrag
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-25
Core/Guilds: Fifth part of converting int to bigint guids in database
Shauren
2014-10-22
Core/Social: Use full guid for friend and ignore storage
Shauren
2014-10-22
Core/Groups: Use full guid for battleground score storage
Shauren
2014-10-18
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-10-17
Core/Players: Fix players not being notified if on loading screen
jackpoz
2014-09-20
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Shauren
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-07-19
Merge remote-tracking branch 'origin/master' into 4.3.4
Shauren
2014-07-17
Buildsystem/MSVC: Warning fixes
Shauren
2014-07-14
Core/Battleground: Fix typo and small cleanup (again thx @joschiwald)
Vincent-Michael
2014-07-14
Core/Battleground: Fix merge fail (thx @joschiwald)
Vincent-Michael
2014-07-14
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Vincent-Michael
2014-07-14
Core/Battleground: fixed typo
joschiwald
2014-07-14
Core/Battleground: moved some arena related code into a generic arena class
joschiwald