index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Objects
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor: Fix full scene part console report to show proper Light* names rather ...
Justin Clark-Casey (justincc)
2013-01-26
1
-5
/
+5
*
Show many more primitive properties on console command "show part name/id/pos"
Justin Clark-Casey (justincc)
2012-11-28
1
-3
/
+57
*
Make "show object part" command correctly display script status.
Justin Clark-Casey (justincc)
2012-10-31
1
-1
/
+7
*
Allow "show object", "show part", "dump object" and "delete object" to accept...
Justin Clark-Casey (justincc)
2012-10-24
1
-42
/
+61
*
Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...
Justin Clark-Casey (justincc)
2012-10-24
1
-4
/
+1
*
Add "dump object uuid" console command. This allows any object in the scene ...
Justin Clark-Casey (justincc)
2012-10-24
1
-0
/
+53
*
minor: Move co-ordinate related help to object commands to common ConsoleUtil...
Justin Clark-Casey (justincc)
2012-10-24
1
-33
/
+3
*
Make "show part" console commands print out information about each item the p...
Justin Clark-Casey (justincc)
2012-10-19
1
-20
/
+93
*
minor: Convert ad-hoc list building in ObjectCommandsModule to use ConsoleDis...
Justin Clark-Casey (justincc)
2012-10-18
1
-21
/
+24
*
Add local and UUID to information output of "show object" and "show part" reg...
Justin Clark-Casey (justincc)
2012-10-18
1
-0
/
+4
*
Add --full option to "show object name/uuid/pos" to show info on all parts of...
Justin Clark-Casey (justincc)
2012-10-18
1
-20
/
+60
*
Add number of inventory items to information displayed via "show part" consol...
Justin Clark-Casey (justincc)
2012-10-18
1
-0
/
+1
*
Assign endVector before control leaves ObjectCommandsModule.TryParseVectorRan...
Justin Clark-Casey (justincc)
2012-10-11
1
-0
/
+2
*
Add "delete object pos <start-coord> to <end-coord>" console command.
Justin Clark-Casey (justincc)
2012-10-10
1
-24
/
+85
*
Fix bug in implementation of "show part pos" that would not filter probably.
Justin Clark-Casey (justincc)
2012-10-05
1
-40
/
+25
*
Add "show part pos" console command to match "show object pos"
Justin Clark-Casey (justincc)
2012-10-05
1
-0
/
+72
*
refactor: eliminate some now duplicate code in ObjectCommandsModule
Justin Clark-Casey (justincc)
2012-10-05
1
-34
/
+25
*
Add "show object pos <start-coord> to <end-coord>" command to simulator console.
Justin Clark-Casey (justincc)
2012-10-05
1
-0
/
+67
*
Print number of objects found with "show object name" and "show part name" si...
Justin Clark-Casey (justincc)
2012-10-05
1
-12
/
+4
*
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
2012-07-25
1
-1
/
+1
*
Fix output for help on some object region console commands
Justin Clark-Casey (justincc)
2012-06-26
1
-3
/
+6
*
Allow use of regular expressions in "show object name", "show part name" and ...
Justin Clark-Casey (justincc)
2012-05-15
1
-101
/
+208
*
Put scene object related console commands into new "Objects" help category ra...
Justin Clark-Casey (justincc)
2012-04-28
1
-9
/
+13
*
Add flags information (phantom, physics, etc.) to "show object" and "show par...
Justin Clark-Casey (justincc)
2012-04-27
1
-0
/
+2
*
On "show part" command, show link number.
Justin Clark-Casey (justincc)
2012-04-18
1
-1
/
+1
*
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
2012-03-08
1
-9
/
+9
*
Add "show part uuid" and "show part name" console commands.
Justin Clark-Casey (justincc)
2012-01-31
1
-7
/
+97
*
Implement "show object name <name>" console command to show details of an obj...
Justin Clark-Casey (justincc)
2012-01-31
1
-8
/
+49
*
Get rid of the "no objects found" feedback for now - this doesn't work well i...
Justin Clark-Casey (justincc)
2012-01-31
1
-11
/
+13
*
Implement "show object uuid <uuid>" console command.
Justin Clark-Casey (justincc)
2012-01-31
1
-5
/
+56
*
Add more user feedback if an object isn't found for which delete was requested.
Justin Clark-Casey (justincc)
2012-01-31
1
-0
/
+15
*
Add the name of a deleted object to the console output
Justin Clark-Casey (justincc)
2012-01-31
1
-1
/
+1
*
If a particular region is selected in the console, only try to delete objects...
Justin Clark-Casey (justincc)
2012-01-31
1
-16
/
+21
*
Move object delete commands into a commands region module, in preparation for...
Justin Clark-Casey (justincc)
2012-01-31
1
-0
/
+206
*
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...
Justin Clark-Casey (justincc)
2011-09-15
1
-2
/
+2
*
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
2011-09-01
1
-4
/
+1
*
Fix direct item give permissions
Melanie
2011-01-12
1
-1
/
+1
*
Added creator info across the board -- TaskInventoryItems and InventoryItems ...
Diva Canto
2010-11-21
1
-0
/
+1
*
Reapplying the parts of the prior revert that were not derived from the
Melanie
2010-10-02
1
-1
/
+1
*
Revert "Forward-port 0.6 fix"
Melanie
2010-10-02
1
-13
/
+1
*
Forward-port 0.6 fix
Melanie
2010-09-30
1
-1
/
+13
*
Fix a minor economy issue
Melanie
2010-09-25
1
-1
/
+4
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-6
/
+1
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-7
/
+7
*
Move code that allows llGiveInvetory() to move item into appropriate system f...
Justin Clark-Casey (justincc)
2010-09-04
1
-1
/
+1
*
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+4
*
minor: remove mono compiler warnings
Justin Clark-Casey (justincc)
2010-08-13
1
-1
/
+1
*
refactor: move Scene.PerformObjectBuy into BuySellModule
Justin Clark-Casey (justincc)
2010-08-13
1
-2
/
+167
*
Establish new Objects/BuySellModule
Justin Clark-Casey (justincc)
2010-08-13
1
-0
/
+98