Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing warnings in EstateSettings and correcting coding style: | Dr Scofield | 2008-07-18 | 1 | -20/+20 |
| | | | | | | | | | | * warning was: OpenSim/Framework/EstateSettings.cs(277): warning CS0472: The result of comparing `libsecondlife.LLUUID' against null is always `false'. This operation is undocumented and it is temporary supported for compatibility reasons only * coding style: space before flow control statements please! http://blogs.msdn.com/brada/articles/361363.aspx | ||||
* | Commented out a readline that was preventing the sim from shutting down in ↵ | Dahlia Trimble | 2008-07-18 | 1 | -1/+1 |
| | | | | some cases | ||||
* | Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770. | Mike Mazur | 2008-07-18 | 2 | -0/+10 |
| | |||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 16 | -208/+314 |
| | | | | (issue 1763). | ||||
* | Make scripts LSL compliant. | Mike Mazur | 2008-07-18 | 3 | -80/+81 |
| | |||||
* | masks MySQL password from console startup messages | Dahlia Trimble | 2008-07-18 | 2 | -3/+47 |
| | |||||
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 27 | -809/+1568 |
| | | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans. | ||||
* | added region port number to output of "show regions" command | Dahlia Trimble | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Treat LSL_Types as special cases in llList2Integer and llList2Float. This ↵ | Mike Mazur | 2008-07-18 | 3 | -0/+37 |
| | | | | could be implemented many other places, but let's do that on a case-by-case basis. | ||||
* | Mantis#1768. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2008-07-18 | 2 | -2/+30 |
| | | | | | | | llRot2Fwd function modified, using fast algebric calculations instead of vectors and quaternions products. The accuracy is the same. Normalization is now implemented. | ||||
* | refactor - commenting out needsMeshing() and all references as createMesh() ↵ | Dahlia Trimble | 2008-07-18 | 2 | -179/+297 |
| | | | | has the same logic and obsoletes the need for it. | ||||
* | fix build break | Sean Dague | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 2008-07-17 | 3 | -17/+25 |
| | | | | | | right now. | ||||
* | need to synchronize the terrain updates | Sean Dague | 2008-07-17 | 1 | -4/+6 |
| | |||||
* | first pass at Terrain implementation | Sean Dague | 2008-07-17 | 4 | -13/+44 |
| | |||||
* | add a Terrain object for the purpose of mapping. This may make sense | Sean Dague | 2008-07-17 | 2 | -0/+129 |
| | | | | | | | to stick up in framework later, but for now we'll just keep it close to the data. | ||||
* | if no texture, make it plywood | Sean Dague | 2008-07-17 | 1 | -1/+2 |
| | |||||
* | add plywood texture as a constant, as we need it in a couple of places | Sean Dague | 2008-07-17 | 1 | -0/+1 |
| | | | | | | and it's super cryptic to have random UUIDs hanging out. | ||||
* | Mantis#1598. Thank you kindly, Matth for a patch that addresses: | Charles Krinke | 2008-07-17 | 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. | ||||
* | Revert "git merge" | Sean Dague | 2008-07-17 | 4 | -5/+69 |
| | | | | | | This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a. | ||||
* | git merge | Sean Dague | 2008-07-17 | 4 | -69/+5 |
| | |||||
* | 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. |