aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/CpuCounterObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Stop requiring local ids in the SOG constructors.Justin Clarke Casey2008-11-071-2/+2
| | | | | | * These are assigned when the object is attached to the scene
* * refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey2008-11-061-2/+2
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-3/+3
| | | | | | | * 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-1/+1
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Update svn properties.Jeff Ames2008-03-141-68/+68
|
* * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa712008-03-131-0/+69
* 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.