aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Fix mantis 1325. This is a minor issue where 'show assets' would not work ...Justin Clarke Casey2008-05-221-8/+14
* * Minor: Tidy ups and logging tweaks.Justin Clarke Casey2008-05-223-4/+5
* * Refactor: Move enhancement of version string with operating system informat...Justin Clarke Casey2008-05-223-23/+25
* * Fix circular dependency from last checkin by passing version as a parameter...Justin Clarke Casey2008-05-223-8/+9
* * Send VersionInfo string instead of the hardcoded Scene string to the "About...Justin Clarke Casey2008-05-213-12/+13
* * Deprecate load-xml and save-xml in favour of load-xml2/save-xml2.Justin Clarke Casey2008-05-211-0/+4
* * Provide relief for mantis 1263, 1202, 679Justin Clarke Casey2008-05-211-23/+49
* * Going to the C# syntactic sugar way of handling the backup event delegates.Teravus Ovares2008-05-211-8/+2
* * Sets backup bool volatile for extra protection against two backup processes...Teravus Ovares2008-05-211-1/+1
* * This update causes the backup process to run in a separate thread.Teravus Ovares2008-05-216-37/+85
* implement in memory appearance cache for sqlite. ThisSean Dague2008-05-211-3/+12
* Clean out some crufty in AvatarFactoryModule Sean Dague2008-05-213-193/+18
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-219-124/+151
* IZ QUATERNION NORMALIZE TO 0? NOWAI! KTHXBYETeravus Ovares2008-05-211-0/+10
* renaming GETRestRegionPlugin to GETHandler as that's what it really is.Dr Scofield2008-05-211-0/+0
* create some direct sql calls for appearanceSean Dague2008-05-211-0/+109
* * Fixed needing to alter your sculptie sometimes to get physics to generate a...Teravus Ovares2008-05-211-1/+4
* attempt to fix mysql mapper usageSean Dague2008-05-201-1/+7
* move SceneEvents.cs to EventManager.cs, as that's actuallySean Dague2008-05-201-0/+0
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-2011-24/+110
* From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague2008-05-204-18/+18
* Add copyright notices.Jeff Ames2008-05-2022-41/+592
* my last "simplification" of the the if-then-else logic in BaseHttpServer plac...Dr Scofield2008-05-201-1/+1
* autocreate appearance table if it isn't thereSean Dague2008-05-192-0/+18
* prep for changes need to create the appearance tablesSean Dague2008-05-191-4/+1
* fix a constant that meant pants still weren't working. nowSean Dague2008-05-191-2/+2
* make the super class conveniance appearance stuff virtualSean Dague2008-05-192-4/+4
* fix crash in standalone mode for initial appearance setupSean Dague2008-05-193-7/+16
* Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke2008-05-192-1/+25
* i can haz pantz?Sean Dague2008-05-196-127/+129
* (from awebb)Dr Scofield2008-05-191-1/+10
* i'm dropping VerifyGod() and adding IsGod(OSHttpRequest) instead, which actua...Dr Scofield2008-05-191-5/+11
* (from awebb)Dr Scofield2008-05-192-26/+142
* Attempt to fix incorrect animations when using ODE (bugs #1320 / #1321)Jeff Ames2008-05-191-9/+16
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-195-24/+13
* fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ...Dr Scofield2008-05-194-80/+288
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-1912-24/+351
* Rework some of the animation logic in an attempt to resolve #1318Jeff Ames2008-05-191-38/+25
* Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames2008-05-1814-122/+93
* Update svn properties.Jeff Ames2008-05-183-375/+375
* * This fixes the Sculpty seam. Unfortunately not all sculpties will surviv...Teravus Ovares2008-05-181-2/+6
* * Refactor: Eliminate empty if clause from AssetCache.GetAsset()Justin Clarke Casey2008-05-181-4/+1
* * minor: Just a few documentation odds and endsJustin Clarke Casey2008-05-183-8/+10
* Cleanup: Removed LSOEngine source again as it will not be used.Tedd Hansen2008-05-1813-3055/+0
* * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule.Adam Frisby2008-05-183-9/+43
* * Fixed a logic error in previous commit. Darn these long client(param,para...Teravus Ovares2008-05-181-2/+2
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi half...Teravus Ovares2008-05-189-12/+157
* Thank you very kindly, Melanie for: Charles Krinke2008-05-171-2/+3
* Thank you kindly, KMeisthax for: Moving the PostInitialize() code to theCharles Krinke2008-05-171-24/+24
* * whoops, misplaced / where should have been \Teravus Ovares2008-05-171-1/+1