index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T08:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Utilities
/
Util.cpp
Age
Commit message (
Expand
)
Author
2014-01-31
Shared/Logs: Fix crash in Console log output
jackpoz
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-09-07
Core/Thread: Fix race condition converting time values to local time
jackpoz
2013-01-27
Core/Authserver: Added possibility to allow realm connections both from "worl...
Shauren
2013-01-04
Core/Misc: Use ASSERT (custom, better macro) instead of the C macro assert()
Nay
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-12-31
Core: Fixed some level 4 warnings (msvc)
Shauren
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-10-12
Core/Commands: Allow .modify money to take another parameter structure:
Warpten
2012-10-07
Core/Utils: Add asserts to irand, urand and frand
Nay
2012-10-04
Core/Misc: Fix a format error in ByteArrayToHexStr
Subv
2012-10-03
Core: Fix build without PCH
Spp
2012-10-02
Core/Utilities: Do not expose internal store structure in Tokens and rename i...
Spp
2012-09-04
Core: Warning fixes
Shauren
2012-08-30
Core: Fix many "errors"/warnings and coding style (1)
Nay
2012-03-27
Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough...
click
2012-02-25
Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly h...
click
2012-02-25
Core: Fix the SFMT randgen-initbug
Elron103
2012-02-19
Core/Warden: Base implementation for Warden functionality
leak
2012-01-02
[Core/Utilities] Implement random generator for float values.
Chaplain
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-10-18
Minor changes here and there:
Spp
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-08-13
Core/Commands: .pinfo improvements
leak
2011-07-29
Core: Append single character to stream as character, not as a string
Spp-
2011-06-11
Core: Codestyle cleanup
click
2011-04-29
Add spaces after commas
leak
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-10
Fix build
click
2010-10-21
Core: optimize string splitting
linencloth
2010-10-17
Core/Utils: Fixed some unsafe calls to utf8 translation functions.
Xanadu
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-09-18
Core/Utils: Fix a crash in vutf8printf. Author: Vladimir
Machiavelli
2010-09-03
Core/Game: Fix remaining warnings on windows (and most likely almost all of t...
silinoron
2010-08-20
* Remove support for map-based random number generation (which seems unused).
silinoron
2010-08-20
Buildsystem/Core: Adjust filenames to their correct case
click
2010-08-19
Switch to using SIMD-oriented Fast Mersenne Twister for random number generat...
silinoron
2010-06-23
* Renamed several VS projects and the executables they produce to reflect the...
Xanadu
2010-06-07
* Reverted to the old Mersenne Twister till the new one can be properly added
Brian
2010-06-07
* broken
Brian
2010-06-06
* Restructuring shared.
XTZGZoReX