aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Culture.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-1/+1
These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
2009-08-12minor:commentsTeravus Ovares (Dan Olivares)1-0/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-04-29* Spring cleaning.Adam Frisby1-1/+1
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-12/+4
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa711-0/+28
messages. Thanks Chillken!
2007-10-15* Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ↵lbsa711-18/+18
tho. Thanxs Chillken!
2007-10-11* Added FormatProvider to Culturelbsa711-10/+18
2007-10-05getting all our line endings consistant againSean Dague1-26/+26
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-0/+26