Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-17 | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 3 | -17/+25 | |
right now. | |||||
2008-07-17 | need to synchronize the terrain updates | Sean Dague | 1 | -4/+6 | |
2008-07-17 | first pass at Terrain implementation | Sean Dague | 4 | -13/+44 | |
2008-07-17 | add a Terrain object for the purpose of mapping. This may make sense | Sean Dague | 2 | -0/+129 | |
to stick up in framework later, but for now we'll just keep it close to the data. | |||||
2008-07-17 | if no texture, make it plywood | Sean Dague | 1 | -1/+2 | |
2008-07-17 | add plywood texture as a constant, as we need it in a couple of places | Sean Dague | 1 | -0/+1 | |
and it's super cryptic to have random UUIDs hanging out. | |||||
2008-07-17 | Mantis#1598. Thank you kindly, Matth for a patch that addresses: | Charles Krinke | 2 | -55/+105 | |
The previous implementation of llEuler2Rot was not mathematically incorrect, but it was an awkward way of posing the problem that led to a few degenerate cases which were not handled correctly - for example, PI rotations around X and Z axes were wrong. I put some comments in the source about how I arrived at the current implementation, which I think is easier to read, and gives results that match SL. | |||||
2008-07-17 | Revert "git merge" | Sean Dague | 4 | -5/+69 | |
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a. | |||||
2008-07-17 | git merge | Sean Dague | 4 | -69/+5 | |
2008-07-17 | finish NHibernate mapping for prims, and it even seems to work | Sean Dague | 1 | -1/+20 | |
2008-07-17 | fix the null case for deep copy | Sean Dague | 1 | -2/+10 | |
2008-07-17 | more safety checks | Sean Dague | 1 | -1/+7 | |
2008-07-17 | add a null check for safety | Sean Dague | 1 | -0/+3 | |
2008-07-17 | got basic region object saves working time for lunch | Sean Dague | 1 | -1/+29 | |
2008-07-17 | early remove calls | Sean Dague | 1 | -7/+38 | |
2008-07-17 | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 1 | -22/+45 | |
2008-07-17 | Mantis#1736. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 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. | |||||
2008-07-17 | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 3 | -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-16 | added index to ParentID on prims, as this is sorted on for prim loading. | Sean Dague | 1 | -0/+5 | |
This should speed up initial load of prims, especially on primy regions. | |||||
2008-07-16 | clean up mappings for parent id | Sean Dague | 1 | -1/+2 | |
2008-07-16 | getting close on saving prims via nhibernate | Sean Dague | 2 | -7/+36 | |
2008-07-16 | make ParentUUID be a cached value, but allow setting it for | Sean Dague | 1 | -2/+11 | |
short term storage (needed to rebuild SOGs) | |||||
2008-07-16 | fix RegionStore creation so that the .sql file works | Sean Dague | 2 | -6/+6 | |
2008-07-16 | made SOP have a blank setter for 2 convenience properties. | Sean Dague | 3 | -13/+17 | |
Got RegionStore mapping to the point that nhibernate would start, though definitely not complete | |||||
2008-07-16 | be a little more discriminating on firing ShapeChanged script events | Sean Dague | 1 | -2/+12 | |
so that we don't get them on every object construction. | |||||
2008-07-16 | change fields to private so everyone will use properties | Sean Dague | 1 | -44/+44 | |
2008-07-16 | Revert "refactoring of PrimitiveBaseShape to properties" | Sean Dague | 2 | -147/+543 | |
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f. | |||||
2008-07-16 | refactoring of PrimitiveBaseShape to properties | Sean Dague | 2 | -543/+147 | |
2008-07-16 | further property refactoring of PrimitiveBaseShape | Sean Dague | 1 | -83/+254 | |
2008-07-16 | refactoring primitive base shape to use properties | Sean Dague | 2 | -81/+306 | |
2008-07-16 | work in progress on nhibernate | Sean Dague | 2 | -4/+41 | |
2008-07-16 | Mantis#1755. Thank you kindly, Matth for a patch that solves: | Charles Krinke | 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. | |||||
2008-07-16 | squashing warnings critters | Dr Scofield | 4 | -2/+20 | |
2008-07-16 | Mantis#1746. Thank you kindly, nlin for pointing out that | Charles Krinke | 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. | |||||
2008-07-16 | Fix issue 1582. The maximum allowable length for a string passed to SimChat ↵ | Mike Mazur | 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. | |||||
2008-07-16 | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 14 | -2290/+5107 | |
Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine. | |||||
2008-07-15 | add migration for SceneGroupID to char(36) plus add an index. This | Sean Dague | 1 | -0/+9 | |
should actually speed up deletes substantially, especially for large regions, as this was a table scan before. | |||||
2008-07-15 | added new ParentUUID property to map out from SOP. | Sean Dague | 3 | -4/+71 | |
Updated some nhibernate parts, started in on migration. | |||||
2008-07-15 | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 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 | |||||
2008-07-15 | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2 | -11/+11 | |
2008-07-15 | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2 | -7/+61 | |
HttpServer. :-) | |||||
2008-07-15 | removes a Console.WriteLine(...) remnant. | Dr Scofield | 1 | -1/+1 | |
2008-07-15 | killing a lonesome warning that managed to creep in... | Dr Scofield | 1 | -1/+1 | |
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2 | -55/+56 | |
queries crashing. | |||||
2008-07-15 | I had to revert the Mantis#1746 patch as although the local build | Charles Krinke | 2 | -64/+2 | |
with Windows compiled, the automated build failed. | |||||
2008-07-15 | Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that: | Charles Krinke | 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. | |||||
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 | |
Fixes simulator webmap functionality. | |||||
2008-07-14 | added RegionID get property | Sean Dague | 1 | -0/+6 | |
2008-07-14 | * Change load-oar/save-oar status to highly experimental. | Justin Clarke Casey | 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). | |||||
2008-07-14 | Mantis#1739. Thank you kindly, Grumly57 for an additional patch that: | Charles Krinke | 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. |