aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Minor refactoring of POS. Adds a Util.Clamp(x, min, max) function.Jeff Ames1-0/+8
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-0/+42
2008-05-16Minor cleanup.Jeff Ames1-4/+3
2008-05-16Formatting cleanup.Jeff Ames1-10/+10
2008-05-09* Minor: Insert utility function to format raw xml strings into indented xml ...Justin Clarke Casey1-1/+35
2008-04-29* Spring cleaning.Adam Frisby1-33/+32
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-4/+4
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+9
2008-04-14* Get Util.GetHostFromDNS to tell us the dns address it was trying to resolve...Justin Clarke Casey1-1/+15
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-0/+13
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-22/+0
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-34/+16
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares1-0/+48
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-12Applied patch from mantis #610, fixed invalid filenames with dump_assets_to_f...MW1-26/+55
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-0/+58
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-3/+19
2008-02-08* Applying mantis 339 patches round 2 -- Thanks daediusAdam Frisby1-2/+36
2008-01-23* Added ReadEtcIssue to Util Teravus Ovares1-0/+22
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-10Whitespace cleanup.Jeff Ames1-21/+21
2007-12-31Make it possible for new inventory 'libraries' to be added without changing t...Justin Clarke Casey1-1/+6
2007-12-29Allow OpenSim operators to specify their own asset sets without needing to ch...Justin Clarke Casey1-0/+5
2007-12-28* Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares1-5/+28
2007-12-28* Added ability to create new prim on existing prim (rezzing prim from invent...Teravus Ovares1-0/+12
2007-12-27* Optimized usingslbsa711-8/+9
2007-12-20Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey1-1/+1
2007-12-20Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey1-0/+10
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+1
2007-12-19Misc. cleanup:Jeff Ames1-0/+10
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-0/+6
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-32/+29
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-28*Replaced -useexecutepath with an updated -inifile extension. You can now spe...mingchen1-22/+0
2007-10-19*Added -useexecutepath to use the path of the .exe as the path to find config...mingchen1-0/+24
2007-09-12Fixed DNS resolve bug for Grid mode on multi-Homer systems.Tedd Hansen1-0/+7
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-7/+7
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-1/+24
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-0/+25
2007-08-03Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee1-0/+34
2007-08-01* Workaround for Mono not correctly implementing the OperatingSystemVersion c...Adam Frisby1-2/+1
2007-07-30* Added GetLocalHost() to UtilAdam Frisby1-0/+20
2007-07-29* Added new compatibility functions to UtilAdam Frisby1-0/+55
2007-07-18* Added "GetHostFromDNS" to Util to replace the various DNS resolution method...Adam Frisby1-0/+25
2007-07-16changed to native line ending encodingSean Dague1-184/+184
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0