Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish NHibernate mapping for prims, and it even seems to work | Sean Dague | 2008-07-17 | 1 | -1/+20 |
| | |||||
* | fix the null case for deep copy | Sean Dague | 2008-07-17 | 1 | -2/+10 |
| | |||||
* | more safety checks | Sean Dague | 2008-07-17 | 1 | -1/+7 |
| | |||||
* | add a null check for safety | Sean Dague | 2008-07-17 | 1 | -0/+3 |
| | |||||
* | got basic region object saves working time for lunch | Sean Dague | 2008-07-17 | 1 | -1/+29 |
| | |||||
* | early remove calls | Sean Dague | 2008-07-17 | 1 | -7/+38 |
| | |||||
* | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 2008-07-17 | 1 | -22/+45 |
| | |||||
* | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-07-17 | 8 | -709/+780 |
| | | | | | | | | | Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed. | ||||
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 3 | -109/+108 |
| | | | | | | | | | HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature). | ||||
* | added index to ParentID on prims, as this is sorted on for prim loading. | Sean Dague | 2008-07-16 | 1 | -0/+5 |
| | | | | | | This should speed up initial load of prims, especially on primy regions. | ||||
* | clean up mappings for parent id | Sean Dague | 2008-07-16 | 1 | -1/+2 |
| | |||||
* | getting close on saving prims via nhibernate | Sean Dague | 2008-07-16 | 2 | -7/+36 |
| | |||||
* | make ParentUUID be a cached value, but allow setting it for | Sean Dague | 2008-07-16 | 1 | -2/+11 |
| | | | | | | short term storage (needed to rebuild SOGs) | ||||
* | fix RegionStore creation so that the .sql file works | Sean Dague | 2008-07-16 | 2 | -6/+6 |
| | |||||
* | made SOP have a blank setter for 2 convenience properties. | Sean Dague | 2008-07-16 | 3 | -13/+17 |
| | | | | | | | Got RegionStore mapping to the point that nhibernate would start, though definitely not complete | ||||
* | be a little more discriminating on firing ShapeChanged script events | Sean Dague | 2008-07-16 | 1 | -2/+12 |
| | | | | | | so that we don't get them on every object construction. | ||||
* | add pidb files to gitignore | Sean Dague | 2008-07-16 | 1 | -0/+1 |
| | |||||
* | change fields to private so everyone will use properties | Sean Dague | 2008-07-16 | 1 | -44/+44 |
| | |||||
* | Revert "refactoring of PrimitiveBaseShape to properties" | Sean Dague | 2008-07-16 | 2 | -147/+543 |
| | | | | | | This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f. | ||||
* | refactoring of PrimitiveBaseShape to properties | Sean Dague | 2008-07-16 | 2 | -543/+147 |
| | |||||
* | further property refactoring of PrimitiveBaseShape | Sean Dague | 2008-07-16 | 1 | -83/+254 |
| | |||||
* | refactoring primitive base shape to use properties | Sean Dague | 2008-07-16 | 2 | -81/+306 |
| | |||||
* | work in progress on nhibernate | Sean Dague | 2008-07-16 | 2 | -4/+41 |
| | |||||
* | Mantis#1755. Thank you kindly, Matth for a patch that solves: | Charles Krinke | 2008-07-16 | 3 | -34/+109 |
| | | | | | | | | When using math operators +,-,*,/ in an LSL script with an LSLFloat and an integer literal the wrong result is returned. This patch adds operators to the LSLFloat type to handle this case. | ||||
* | squashing warnings critters | Dr Scofield | 2008-07-16 | 4 | -2/+20 |
| | |||||
* | Mantis#1746. Thank you kindly, nlin for pointing out that | Charles Krinke | 2008-07-16 | 2 | -2/+64 |
| | | | | | | | | I needed to apply the patch a little better then last night for: Dot product operator in LSL_Types.cs incorrectly returns a component-wise vector multiplication; it should return a scalar dot product. Thanks to M. Igarashi for the patch. | ||||
* | Updated files for the loadbalancer web interface | Johan Berntsson | 2008-07-16 | 2 | -0/+121 |
| | |||||
* | Fix issue 1582. The maximum allowable length for a string passed to SimChat ↵ | Mike Mazur | 2008-07-16 | 1 | -1/+1 |
| | | | | is 1500. If it was longer than 1500, it was being truncated to 1501 characters. This caused an exception and prevented the errors from reaching the console and the user in-world. | ||||
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 14 | -2290/+5107 |
| | | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine. | ||||
* | add migration for SceneGroupID to char(36) plus add an index. This | Sean Dague | 2008-07-15 | 1 | -0/+9 |
| | | | | | | | should actually speed up deletes substantially, especially for large regions, as this was a table scan before. | ||||
* | added new ParentUUID property to map out from SOP. | Sean Dague | 2008-07-15 | 3 | -4/+71 |
| | | | | | | Updated some nhibernate parts, started in on migration. | ||||
* | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 2008-07-15 | 2 | -2/+95 |
| | | | | | | | * Potentially useful for diagnostics without needing to log in a client * Packet queue statistics commented out for now pending a better way to cope with the information overload | ||||
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 2 | -11/+11 |
| | |||||
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 2 | -7/+61 |
| | | | | | | | HttpServer. :-) | ||||
* | removes a Console.WriteLine(...) remnant. | Dr Scofield | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | killing a lonesome warning that managed to creep in... | Dr Scofield | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2008-07-15 | 2 | -55/+56 |
| | | | | queries crashing. | ||||
* | I had to revert the Mantis#1746 patch as although the local build | Charles Krinke | 2008-07-15 | 2 | -64/+2 |
| | | | | | with Windows compiled, the automated build failed. | ||||
* | Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that: | Charles Krinke | 2008-07-15 | 2 | -2/+64 |
| | | | | | | | Dot product operator in LSL_Types.cs incorrectly returns a component-wise vector multiplication; it should return a scalar dot product. Thanks to M. Igarashi for the patch. | ||||
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
| | | | | | Fixes simulator webmap functionality. | ||||
* | added RegionID get property | Sean Dague | 2008-07-14 | 1 | -0/+6 |
| | |||||
* | * Change load-oar/save-oar status to highly experimental. | Justin Clarke Casey | 2008-07-14 | 1 | -5/+7 |
| | | | | | | | | | * See http://opensimulator.org/wiki/OpenSim_Archives for more details. * These commands can now be used on an experimental basis. save-oar saves the entire current region (prim data, assets, prim inventory items, terrain) to a single tar.gz file. * load-oar loads an opensim archive and entirely replaces the current region (at the moment). | ||||
* | Mantis#1739. Thank you kindly, Grumly57 for an additional patch that: | Charles Krinke | 2008-07-14 | 2 | -16/+22 |
| | | | | | | | Changed code to include Melanie's advice about X-SecondLife-Region, then put the exact same content format as a llHTTPRequest issued by other grids. | ||||
* | * On an archive load, make the master avatar the owner of all scene objects ↵ | Justin Clarke Casey | 2008-07-14 | 1 | -0/+11 |
| | | | | for now | ||||
* | * For now, when loading an archive all the existing scene objects get ↵ | Justin Clarke Casey | 2008-07-14 | 2 | -0/+22 |
| | | | | deleted by default | ||||
* | adding support for Xml2 serialization format to XmlRpcLoadXMLMethod. | Dr Scofield | 2008-07-14 | 1 | -1/+20 |
| | |||||
* | Mantis#1739. Thank you kindly, Grumly57 for a patch that: | Charles Krinke | 2008-07-14 | 4 | -4/+42 |
| | | | | | Implements X-SecondLife-* HTTP Headers for llHTTPRequest | ||||
* | fixing warning in IRCBridgeModule and logging the exception cause now. | Dr Scofield | 2008-07-14 | 1 | -2/+3 |
| | |||||
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 6 | -79/+594 |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | ||||
* | adds a default value of true to the new IRC bridge configuration option ↵ | Dahlia Trimble | 2008-07-14 | 1 | -3/+5 |
| | | | | "nicknum" to provide backwards compatibility for existing OpenSim.ini files |