index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-31T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
/
PetitionsHandler.cpp
Age
Commit message (
Expand
)
Author
2020-08-04
Core/Misc: Fix static analysis issues (#25194)
Giacomo Pozzoni
2020-07-11
Core/Player: Introduce separate level caps for each expansion (#24989)
Max Drosdo.www
2020-05-24
Core/Misc: Sync some funcion names with master (#24683)
NoName
2020-04-05
Core/Logs: Log full guid instead of just low guid
Giacomo Pozzoni
2020-03-31
Core/DBLayer: Prevent committing transactions started on a different database
Shauren
2020-01-02
New year
Aokromes
2019-07-01
Core/Unit: rename several getters to follow codestyle
ccrs
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-01-22
Core/Misc: fix some /W4 warnings and some reported by GCC 6.3
ariel-
2018-01-21
Core/Battleground: Dropped battleground texts from trinity_string and replace...
joschiwald
2018-01-01
Update copyright note for 2018
tkrokli
2017-11-11
Core/Misc: Fix static analysis issues
jackpoz
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-04-27
Core/Misc: implemented petition manager (#19010)
xinef1
2017-02-05
Core/Misc: Moved CharacterInfo out of world to separate class
xinef1
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-11-19
Core/Guild: avoid data integrity problems wrapping delete+insert statements i...
ariel-
2016-08-11
Core/Logs: Fine tune more logs
Aokromes
2016-01-01
Update copyright note for 2016
Rushor
2015-10-12
Change many uint32 to ObjectGuid::LowType in line with 6.x changes.
pete318
2015-09-22
Map local guids 6.x -> 3.3.35:
pete318
2015-03-30
Core/Misc: Remove unused headers
leak
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-12-24
Core/PetitionsHandler: Move charter costs to config
mthsena
2014-10-17
Core/Players: Fix players not being notified if on loading screen
jackpoz
2014-10-08
Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()
Shauren
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-06-11
Core: Some function renaming.
Malcrom
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-03-08
First step of comment style refactoring to doxygen-style.
Nefarion
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Random changes here and there to minimize differences with 4.3.4 b...
Spp
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-02
Core/Guild: Code Refactor
Spp
2012-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-04-02
Core/DBLayer: Fix another wrong type, hopefully the last one
Nay
2012-04-01
Core/DBLayer: More type fixes
Nay
2012-03-29
Core/DBLayer: Fixed some crashes caused by incorrect prepared statements usage
Shauren
2012-03-29
Core: Fix some type-errors in the Petitionshandler. Fixes #5916.
click
2012-03-25
Core/DBLayer: Convert PAppend() queries to prepared statements No.1
leak
2012-03-24
Core/DBLayer: Convert PQuery() queries to prepared statements
leak
2012-02-14
Fixed a typo
Subv
2012-02-03
Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*
Shocker
2012-01-26
Core: Change Handlers location
Spp