aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Utilities/Util.cpp
AgeCommit message (Expand)Author
2013-01-04Core/Misc: Use ASSERT (custom, better macro) instead of the C macro assert()Nay
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-10-12Core/Commands: Allow .modify money to take another parameter structure:Warpten
2012-10-07Core/Utils: Add asserts to irand, urand and frandNay
2012-10-04Core/Misc: Fix a format error in ByteArrayToHexStrSubv
2012-10-03Core: Fix build without PCHSpp
2012-10-02Core/Utilities: Do not expose internal store structure in Tokens and rename i...Spp
2012-09-04Core: Warning fixesShauren
2012-08-30Core: Fix many "errors"/warnings and coding style (1)Nay
2012-03-27Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough...click
2012-02-25Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly h...click
2012-02-25Core: Fix the SFMT randgen-initbugElron103
2012-02-19Core/Warden: Base implementation for Warden functionalityleak
2012-01-02[Core/Utilities] Implement random generator for float values.Chaplain
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-10-18Minor changes here and there:Spp
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-08-13Core/Commands: .pinfo improvementsleak
2011-07-29Core: Append single character to stream as character, not as a stringSpp-
2011-06-11Core: Codestyle cleanupclick
2011-04-29Add spaces after commasleak
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-10Fix buildclick
2010-10-21Core: optimize string splittinglinencloth
2010-10-17Core/Utils: Fixed some unsafe calls to utf8 translation functions.Xanadu
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-18Core/Utils: Fix a crash in vutf8printf. Author: VladimirMachiavelli
2010-09-03Core/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-20Buildsystem/Core: Adjust filenames to their correct caseclick
2010-08-19Switch 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 addedBrian
2010-06-07* brokenBrian
2010-06-06* Restructuring shared.XTZGZoReX