| Commit message (Expand) | Author | Age | Files | Lines |
* | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 2008-07-17 | 3 | -17/+25 |
* | 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 |
* | 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 |
* | Mantis#1598. Thank you kindly, Matth for a patch that addresses: | Charles Krinke | 2008-07-17 | 2 | -55/+105 |
* | Revert "git merge" | Sean Dague | 2008-07-17 | 4 | -5/+69 |
* | 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 |
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 3 | -109/+108 |
* | added index to ParentID on prims, as this is sorted on for prim loading. | Sean Dague | 2008-07-16 | 1 | -0/+5 |
* | 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 |
* | 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 |
* | be a little more discriminating on firing ShapeChanged script events | Sean Dague | 2008-07-16 | 1 | -2/+12 |
* | 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 |
* | 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 |
* | 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 |
* | 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 i... | Mike Mazur | 2008-07-16 | 1 | -1/+1 |
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 14 | -2290/+5107 |
* | add migration for SceneGroupID to char(36) plus add an index. This | Sean Dague | 2008-07-15 | 1 | -0/+9 |
* | added new ParentUUID property to map out from SOP. | Sean Dague | 2008-07-15 | 3 | -4/+71 |
* | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 2008-07-15 | 2 | -2/+95 |
* | 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 |
* | 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 queries... | Dr Scofield | 2008-07-15 | 2 | -55/+56 |
* | I had to revert the Mantis#1746 patch as although the local build | Charles Krinke | 2008-07-15 | 2 | -64/+2 |
* | Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that: | Charles Krinke | 2008-07-15 | 2 | -2/+64 |
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
* | added RegionID get property | Sean Dague | 2008-07-14 | 1 | -0/+6 |