Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Stop requiring local ids in the SOG constructors. | Justin Clarke Casey | 2008-11-07 | 1 | -9/+9 |
| | | | | | | * These are assigned when the object is attached to the scene | ||||
* | * Remove more UpdateParentIDs() calls that are now duplicates | Justin Clarke Casey | 2008-11-07 | 1 | -2/+0 |
| | |||||
* | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2008-11-07 | 1 | -1/+1 |
| | | | | | | Too many fixes to list. | ||||
* | * refactor: Attach a scene object to a scene separately from its construction | Justin Clarke Casey | 2008-11-06 | 1 | -13/+11 |
| | |||||
* | * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵ | Justin Clarke Casey | 2008-10-14 | 1 | -2/+2 |
| | | | | descriptive of what it actually does | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -27/+27 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -2/+0 |
| | |||||
* | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
| | | | | | | * Push some delete functionality into InnerScene to match what's already there for adding objects | ||||
* | * Refactor: Change previous commits Object methods to SceneObject methods ↵ | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
| | | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type | ||||
* | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵ | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
| | | | | basis that they all take SOG parameters to improve code readability for now | ||||
* | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 2008-05-05 | 1 | -2/+2 |
| | | | | | | | | * Moved script errors to the debug channel. * Typing '/2147483647 OK' results in a debug_channel message. * Expanded the available parameters that are send-able through IClientAPI | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-03-14 | 1 | -136/+136 |
| | |||||
* | * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModule | lbsa71 | 2008-03-13 | 1 | -0/+137 |
* This module more or less crashes every region in the instance if you enable it by moving it from local /bin to global /bin * But hey, it crashes in lots of interesting ways. |