aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Utilities/Util.cpp
AgeCommit message (Expand)Author
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