index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ':' to debug messages
Diva Canto
2015-06-13
1
-4
/
+4
*
Add optional GodNames region module
Cinder
2015-06-13
1
-0
/
+144
*
fix a minor whitespace issue
Michael Cerquoni
2015-05-04
1
-1
/
+0
*
Adding the command <dobackup>to opensim console which requires a region name ...
H-H-H
2015-05-04
1
-2
/
+40
*
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...
Diva Canto
2015-04-29
1
-1
/
+1
*
Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatars
tglion
2015-04-18
1
-10
/
+14
*
corrected script notecard parser. It now handles notecards with inventory as ...
ft@noemail
2015-03-03
1
-1
/
+5
*
replace accidently deleted line from last commit
dahlia
2015-02-05
1
-0
/
+2
*
Allow MaterialsModule to be enabled by default if [Materials] is absent from ...
dahlia
2015-02-05
1
-9
/
+6
*
Make the IteratingUuidGatherer the only UuidGatherer.
Justin Clark-Casey (justincc)
2015-01-08
1
-4
/
+6
*
BulletSim: Add axis locking enabled through the ExtendedPhysics module.
Robert Adams
2014-12-31
1
-28
/
+70
*
Renamed VERSION_NUMBER to VersionNumber
Diva Canto
2014-12-30
1
-2
/
+2
*
This cleans up versioning. Specifically:
Diva Canto
2014-12-30
1
-2
/
+2
*
WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.
Diva Canto
2014-12-30
1
-1
/
+1
*
Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...
Diva Canto
2014-12-29
4
-4
/
+4
*
Allow scripts in attachments on an owned NPC to call NPC functions on that NPC
Justin Clark-Casey (justincc)
2014-12-04
1
-1
/
+8
*
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
2014-11-25
3
-3
/
+3
*
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
2014-11-25
2
-8
/
+16
*
Add "wearables check" console command
Justin Clark-Casey (justincc)
2014-11-25
1
-9
/
+87
*
Add "wearables show" console command.
Justin Clark-Casey (justincc)
2014-11-25
1
-3
/
+97
*
Fix setting of max scene throttle so that setting it restricts the child clie...
Justin Clark-Casey (justincc)
2014-11-25
1
-2
/
+4
*
minor: In "show client stats" command, properly handle the case where a clien...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+3
*
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
2014-11-25
1
-7
/
+8
*
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
2014-11-25
3
-3
/
+0
*
Move information about "server agent rate" throttles into "show server thrott...
Justin Clark-Casey (justincc)
2014-11-25
1
-39
/
+0
*
Fix recent minor regression where the default frame time wasn't being set if ...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+1
*
Cleanup extraneous comments from viewer support modules
Diva Canto
2014-11-21
2
-10
/
+3
*
Improved SpecialUIModule so that it sends the floater data properly.
Diva Canto
2014-11-16
1
-2
/
+21
*
Fix the fetching of module references in the viewer support modules.
Diva Canto
2014-11-11
3
-9
/
+15
*
Add additional viewer support modules that allow certain viewers to modify th...
Diva Canto
2014-11-10
3
-0
/
+494
*
Revert my commit that fixed unexpected behaviour re: parcel prim limits.
Kevin Cozens
2014-10-30
1
-1
/
+1
*
Use parcel prim limit (not region limit) when checking if area is full.
Kevin Cozens
2014-10-30
1
-1
/
+1
*
When osNpcMoveToTarget() is called for a sitting avatar then silently do noth...
Justin Clark-Casey (justincc)
2014-09-12
1
-0
/
+3
*
Start long-lived thread in IRCConnector via watchdog rather than indepedently...
Justin Clark-Casey (justincc)
2014-09-04
1
-13
/
+5
*
Implement experimental non-default mechanism to update scene via a timer rath...
Justin Clark-Casey (justincc)
2014-08-26
1
-31
/
+50
*
On teleport to a region that already has a child agent established (e.g. a ne...
Justin Clark-Casey (justincc)
2014-08-15
1
-1
/
+1
*
Avination's Dynamic Floater Module. This works with Singularity viewer only.
Melanie Thielker
2014-08-12
1
-0
/
+238
*
refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance fo...
Justin Clark-Casey (justincc)
2014-08-06
1
-6
/
+6
*
Implement "scene debug set root-upd-per" for dropping 1 in N root agent updat...
Justin Clark-Casey (justincc)
2014-07-29
1
-5
/
+17
*
Add debug mechanism for only sending 1 in N AgentUpdate packets to child agents.
Justin Clark-Casey (justincc)
2014-07-29
1
-0
/
+12
*
Add "debug scene set appear-refresh true|false" to control whether periodic a...
Justin Clark-Casey (justincc)
2014-07-29
1
-0
/
+12
*
Make it possible to change avatar position update, rotation and velocity tole...
Justin Clark-Casey (justincc)
2014-07-29
1
-21
/
+57
*
minor: make "debug scene set" usage command accurate again from last commit f...
Justin Clark-Casey (justincc)
2014-07-29
1
-2
/
+1
*
Add a "debug scene set child-repri <double>" command that allows child reprio...
Justin Clark-Casey (justincc)
2014-07-29
1
-16
/
+28
*
Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...
Justin Clark-Casey (justincc)
2014-07-25
1
-37
/
+32
*
In "show throttles", show the maximum drip rate. This shows whether a client ...
Oren Hurvitz
2014-07-21
1
-4
/
+8
*
Write UDP statistics to the log, not just the console (e.g., "show queues")
Oren Hurvitz
2014-07-21
1
-32
/
+37
*
fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...
Michael Cerquoni
2014-07-17
1
-3
/
+3
*
Include option to remove auto backup files older than given number of days. N...
AliciaRaven
2014-07-04
2
-2
/
+52
*
Change assembly versions to 0.8.1
Justin Clark-Casey (justincc)
2014-06-17
1
-1
/
+1
[next]