| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes scale property with regards to the physics engine. | Teravus Ovares | 2008-06-06 | 1 | -0/+12 |
* | * This sends collision events to the script engine. | Teravus Ovares | 2008-06-05 | 1 | -12/+174 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -1/+1 |
* | * Fix string literal with URL + LLcommand(); | Teravus Ovares | 2008-05-29 | 1 | -1/+9 |
* | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 2008-05-28 | 1 | -1/+15 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -25/+25 |
* | Thank you very much, ChrisIndigo for a patch that: | Charles Krinke | 2008-05-28 | 1 | -9/+25 |
* | * Extract and boil down necessary texture UUIDs for an archive of the scene p... | Justin Clarke Casey | 2008-05-26 | 1 | -4/+3 |
* | * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho... | Teravus Ovares | 2008-05-25 | 1 | -0/+32 |
* | * phantom sculpties don't request the sculpt texture anymore. | Teravus Ovares | 2008-05-25 | 1 | -0/+30 |
* | * This update causes the backup process to run in a separate thread. | Teravus Ovares | 2008-05-21 | 1 | -8/+14 |
* | * Fixed needing to alter your sculptie sometimes to get physics to generate a... | Teravus Ovares | 2008-05-21 | 1 | -1/+4 |
* | * Fixed a logic error in previous commit. Darn these long client(param,para... | Teravus Ovares | 2008-05-18 | 1 | -2/+2 |