aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-17more safety checksSean Dague1-1/+7
2008-07-17add a null check for safetySean Dague1-0/+3
2008-07-17got basic region object saves working time for lunchSean Dague1-1/+29
2008-07-17early remove callsSean Dague1-7/+38
2008-07-17rearranging variables in OSHttpRequest and adding Query property.Dr Scofield1-22/+45
2008-07-17Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke8-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.
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield3-109/+108
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature).
2008-07-16added index to ParentID on prims, as this is sorted on for prim loading.Sean Dague1-0/+5
This should speed up initial load of prims, especially on primy regions.
2008-07-16clean up mappings for parent idSean Dague1-1/+2
2008-07-16getting close on saving prims via nhibernateSean Dague2-7/+36
2008-07-16make ParentUUID be a cached value, but allow setting it forSean Dague1-2/+11
short term storage (needed to rebuild SOGs)
2008-07-16fix RegionStore creation so that the .sql file worksSean Dague2-6/+6
2008-07-16made SOP have a blank setter for 2 convenience properties.Sean Dague3-13/+17
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete
2008-07-16be a little more discriminating on firing ShapeChanged script eventsSean Dague1-2/+12
so that we don't get them on every object construction.
2008-07-16change fields to private so everyone will use propertiesSean Dague1-44/+44
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague2-147/+543
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague2-543/+147
2008-07-16further property refactoring of PrimitiveBaseShapeSean Dague1-83/+254
2008-07-16refactoring primitive base shape to use propertiesSean Dague2-81/+306
2008-07-16work in progress on nhibernateSean Dague2-4/+41
2008-07-16Mantis#1755. Thank you kindly, Matth for a patch that solves:Charles Krinke3-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.
2008-07-16squashing warnings crittersDr Scofield4-2/+20
2008-07-16Mantis#1746. Thank you kindly, nlin for pointing out thatCharles Krinke2-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.
2008-07-16Fix issue 1582. The maximum allowable length for a string passed to SimChat ↵Mike Mazur1-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.
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke14-2290/+5107
Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
2008-07-15add migration for SceneGroupID to char(36) plus add an index. ThisSean Dague1-0/+9
should actually speed up deletes substantially, especially for large regions, as this was a table scan before.
2008-07-15added new ParentUUID property to map out from SOP.Sean Dague3-4/+71
Updated some nhibernate parts, started in on migration.
2008-07-15* Expose client statistics to the console via 'show stats'Justin Clarke Casey2-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
2008-07-15cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield2-11/+11
2008-07-15fixes handler scoring method. XmlRpc code path now fully working withDr Scofield2-7/+61
HttpServer. :-)
2008-07-15removes a Console.WriteLine(...) remnant.Dr Scofield1-1/+1
2008-07-15killing a lonesome warning that managed to creep in...Dr Scofield1-1/+1
2008-07-15fixes a couple of issues i introduced yesterday, one of them MapBlock ↵Dr Scofield2-55/+56
queries crashing.
2008-07-15I had to revert the Mantis#1746 patch as although the local buildCharles Krinke2-64/+2
with Windows compiled, the automated build failed.
2008-07-15Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that:Charles Krinke2-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.
2008-07-15Mantis#1745. Thank you kindly, Lulurun for a patch that:Charles Krinke1-2/+2
Fixes simulator webmap functionality.
2008-07-14added RegionID get propertySean Dague1-0/+6
2008-07-14* Change load-oar/save-oar status to highly experimental.Justin Clarke Casey1-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).
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for an additional patch that:Charles Krinke2-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.
2008-07-14* On an archive load, make the master avatar the owner of all scene objects ↵Justin Clarke Casey1-0/+11
for now
2008-07-14* For now, when loading an archive all the existing scene objects get ↵Justin Clarke Casey2-0/+22
deleted by default
2008-07-14adding support for Xml2 serialization format to XmlRpcLoadXMLMethod.Dr Scofield1-1/+20
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for a patch that:Charles Krinke4-4/+42
Implements X-SecondLife-* HTTP Headers for llHTTPRequest
2008-07-14fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield1-2/+3
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield6-79/+594
almost complete and soon to be ready for testing; OSHttpResponse code out.
2008-07-14adds a default value of true to the new IRC bridge configuration option ↵Dahlia Trimble1-3/+5
"nicknum" to provide backwards compatibility for existing OpenSim.ini files
2008-07-14Patch #9150Melanie Thielker10-119/+117
Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
2008-07-14Patch #9149Melanie Thielker3-324/+29
Make all of the toggles go live. Utilizes the new database table for almost everything. Remove lots of now unneeded settings from the EstateSettings class
2008-07-14Patch #9148Melanie Thielker3-11/+25
Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
2008-07-14Patch #9147Melanie Thielker15-271/+163
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.