aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Remove more UpdateParentIDs() calls that are now duplicatesJustin Clarke Casey2008-11-071-2/+0
|
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-1/+1
| | | | | | Too many fixes to list.
* * refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey2008-11-061-13/+11
|
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ↵Justin Clarke Casey2008-10-141-2/+2
| | | | descriptive of what it actually does
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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 Ames2008-08-181-2/+0
|
* * Refactor: Collapse some multiple remove object pathsJustin Clarke Casey2008-05-241-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 Casey2008-05-241-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 Casey2008-05-241-1/+1
| | | | basis that they all take SOG parameters to improve code readability for now
* * Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares2008-05-051-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 Ames2008-03-181-27/+26
|
* Update svn properties.Jeff Ames2008-03-141-136/+136
|
* * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa712008-03-131-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.