aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (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
* 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-221-2/+3
* Fix for Mantis 1340. Thanks Melanie!Adam Johnson2008-05-221-1/+1
* Mantis 1357 Patch - Thanks mikem!Adam Johnson2008-05-221-4/+8
* 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
* * Minor: Tidy ups and logging tweaks.Justin Clarke Casey2008-05-222-3/+4
* * 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-222-7/+8
* * 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
* * 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
* 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-212-2/+6
* IZ QUATERNION NORMALIZE TO 0? NOWAI! KTHXBYETeravus Ovares2008-05-211-0/+10
* * 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-203-5/+10
* From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague2008-05-204-18/+18
* Add copyright notices.Jeff Ames2008-05-2014-22/+369
* 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-191-1/+1
* i can haz pantz?Sean Dague2008-05-192-117/+118
* Attempt to fix incorrect animations when using ODE (bugs #1320 / #1321)Jeff Ames2008-05-191-9/+16
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield2008-05-191-1/+3
* 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
* * 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-188-11/+154
* 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
* * Update on the script engine LSL parser. Blocks all static objects and meth...Teravus Ovares2008-05-171-8/+50
* Thank you very much KMeisthax for DataSnapshot 1.1Charles Krinke2008-05-179-326/+785