aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Plug in stubbed out archiver moduleJustin Clarke Casey2008-05-226-12/+154
* * Add (DEPRECATED) to load-xml/save-xml region console helpJustin Clarke Casey2008-05-221-2/+2
* make VS compile Scene.csSean Dague2008-05-221-1/+1
* don't trust appearance assetid, instead do an inventorySean Dague2008-05-223-38/+58
* change to how initial terrain data is sent. Instead of sending the 64 packets...MW2008-05-221-10/+46
* * Limiting the Quaternion reset to x=y=z=w=0Teravus Ovares2008-05-221-4/+4
* add a lock on the update, this should have been there before.Sean Dague2008-05-221-2/+13
* we should be return null in these 2 places, though this won'tSean Dague2008-05-221-2/+2
* catch case where avatar might have been child agentSean Dague2008-05-221-1/+6
* * Documentation for load/save xml methodsJustin Clarke Casey2008-05-223-1/+57
* changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield2008-05-222-2/+5
* Fix for Mantis 1340. Thanks Melanie!Adam Johnson2008-05-221-1/+1
* Mantis 1357 Patch - Thanks mikem!Adam Johnson2008-05-221-4/+8
* here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ...Dr Scofield2008-05-227-45/+392
* Added "show regions" to the CL help screen. Mantis 1123Adam Johnson2008-05-221-0/+1
* Adding basic show users functionality back in to console. Mantis 1212Adam Johnson2008-05-221-0/+36
* * Prevent an error from stopping startup when decoding the sculpt mesh j2k fa...Teravus Ovares2008-05-221-2/+12
* * 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