| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Correct state handling and state event masks. Prims will now show | Melanie Thielker | 2008-09-08 | 1 | -1/+5 |
* | Fix component order on a quaternion for the sit target. This caused | Melanie Thielker | 2008-09-08 | 1 | -1/+1 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 1 | -3/+10 |
* | * Fixes a few type changes that caused the XML Format to break. | Teravus Ovares | 2008-09-06 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -387/+311 |
* | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 2008-08-24 | 1 | -0/+7 |
* | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 2008-08-24 | 1 | -1/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -49/+49 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -3/+3 |
* | Add some locking on m_undo in SceneObjectPart | Melanie Thielker | 2008-08-17 | 1 | -15/+25 |
* | * half of the attachmentpoint skull fix | Teravus Ovares | 2008-08-17 | 1 | -0/+17 |
* | Mantis#1521. Thank you kindly, Lmmz for a patch that: | Charles Krinke | 2008-08-08 | 1 | -0/+5 |
* | Mantis#1901. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-08-07 | 1 | -1/+1 |
* | Mantis#1859. Thank you kindly, Lmmz for a patch that: | Charles Krinke | 2008-08-01 | 1 | -0/+30 |
* | * Changed a number of field names to ccc (public members shouldn't be called m_) | lbsa71 | 2008-07-26 | 1 | -33/+33 |
* | Attempt to update viewer for some physics status changes in SOP | Dahlia Trimble | 2008-07-25 | 1 | -3/+6 |
* | * Stop the HasGroupChanged flag being reverted for newly restored prims which... | Justin Clarke Casey | 2008-07-25 | 1 | -7/+7 |
* | Implements llSetForce() and llGetForce(). These are experimental and the unit... | Dahlia Trimble | 2008-07-24 | 1 | -0/+16 |
* | catch a null case in the convenience RegionID property | Sean Dague | 2008-07-23 | 1 | -1/+7 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -1/+1 |
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 1 | -1/+1 |
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2008-07-21 | 1 | -1/+1 |
* | * eliminated some warnings and added some const and readonlies | lbsa71 | 2008-07-21 | 1 | -1/+1 |
* | Fix prim link numbers (Mantis #1781) | Melanie Thielker | 2008-07-19 | 1 | -8/+4 |
* | make ParentUUID be a cached value, but allow setting it for | Sean Dague | 2008-07-16 | 1 | -2/+11 |
* | made SOP have a blank setter for 2 convenience properties. | Sean Dague | 2008-07-16 | 1 | -0/+2 |
* | be a little more discriminating on firing ShapeChanged script events | Sean Dague | 2008-07-16 | 1 | -2/+12 |
* | added new ParentUUID property to map out from SOP. | Sean Dague | 2008-07-15 | 1 | -0/+5 |
* | added RegionID get property | Sean Dague | 2008-07-14 | 1 | -0/+6 |
* | minor: method documentation | Justin Clarke Casey | 2008-07-12 | 1 | -115/+65 |
* | * minor: just some null guards and name changes to make it clearer that prim ... | Justin Clarke Casey | 2008-07-12 | 1 | -1/+0 |
* | change SitTarget calls from functions to properties | Sean Dague | 2008-07-07 | 1 | -39/+17 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -4/+0 |
* | add a couple of LL conversion properties to SOP. I'll wait to clean | Sean Dague | 2008-07-03 | 1 | -0/+28 |
* | property encapsulation for SOP | Sean Dague | 2008-07-02 | 1 | -98/+242 |
* | merge rotational and angular velocity | Sean Dague | 2008-07-01 | 1 | -22/+13 |
* | * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251. | Teravus Ovares | 2008-06-29 | 1 | -211/+252 |
* | tart the property wrapping in SOP. This will be a long process | Sean Dague | 2008-06-27 | 1 | -9/+20 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -1/+1 |
* | move along, nothing to see here. just a couple of lazy variables. | Dr Scofield | 2008-06-27 | 1 | -10/+10 |
* | run NArrange on SOP to stack together the attributes, | Sean Dague | 2008-06-27 | 1 | -1919/+1866 |
* | * Remove responsibilty for signalling scene object change from SceneObjectPar... | Justin Clarke Casey | 2008-06-27 | 1 | -4/+21 |
* | * refactor: Remove group changed responsibilty from ScheduleGroupForTerseUpdate | Justin Clarke Casey | 2008-06-27 | 1 | -0/+1 |
* | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() | Justin Clarke Casey | 2008-06-27 | 1 | -0/+2 |
* | Mantis#1612. Thank you, kindly, Matth for a patch that: | Charles Krinke | 2008-06-27 | 1 | -0/+7 |
* | Mantis#1610. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+6 |
* | * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX... | Justin Clarke Casey | 2008-06-17 | 1 | -4/+8 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-10 | 1 | -33/+11 |
* | * This completes ObjectDuplicateOnRay. | Teravus Ovares | 2008-06-10 | 1 | -22/+40 |
* | * Fixed it so you can do a lot more llDetected* methods in many additional si... | Teravus Ovares | 2008-06-08 | 1 | -106/+193 |