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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...
Justin Clark-Casey (justincc)
1
-3
/
+62
2013-12-14
After previous discussion, put eye-catcher 'SCRIPT READY' messages to console...
Justin Clark-Casey (justincc)
1
-3
/
+5
2013-12-14
Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and N...
Justin Clark-Casey (justincc)
1
-3
/
+5
2013-12-14
Fix TestSitAndStandWithNoSitTarget NPC and SP tests.
Justin Clark-Casey (justincc)
1
-6
/
+2
2013-12-11
Committing the Avination Scene Presence and related texture code
Melanie
2
-1
/
+3
2013-11-27
Change the log level for the LOGIN DISABLED and LOGIN ENABLED messages is
Mic Bowman
1
-2
/
+4
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
4
-11
/
+9
2013-10-15
Added support for attachments to group notices when using Flotsam groups.
Kevin Cozens
1
-50
/
+122
2013-10-04
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-10-04
Add OnChatToNPC and OnInstantMessageToNPC messages to NPCAvatar to allow regi...
Justin Clark-Casey (justincc)
1
-6
/
+21
2013-09-27
refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-09-27
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-09-19
minor: Stop debug logging whenever an npc is moved, other npc log related for...
Justin Clark-Casey (justincc)
1
-16
/
+15
2013-09-11
BulletSim: add LSL function and plumbing for setting a spring
Robert Adams
1
-1
/
+3
2013-09-11
BulletSim: add extended physics LSL constants for axis specification.
Robert Adams
1
-2
/
+14
2013-09-11
BulletSim: ability to specify groups of axis to modify in constraint paramete...
Robert Adams
1
-1
/
+11
2013-09-11
BulletSim: add axis parameter for specifying enable, damping, and stiffness f...
Robert Adams
1
-4
/
+6
2013-09-11
BulletSim: implementation of setting spring specific physical parameters. Add...
Robert Adams
1
-1
/
+5
2013-09-11
BulletSim: pass both root and child BSPhysObjects to Extension function. Upda...
Robert Adams
1
-13
/
+17
2013-09-11
BulletSim: Extension parameters passed through the classes made to pass just ...
Robert Adams
1
-5
/
+18
2013-09-11
BulletSim: add extended physics function physGetLinkType(linkNum). Add implem...
Robert Adams
1
-0
/
+19
2013-09-11
BulletSim: change ExtendedPhysics constants to 'const' so they can be used as...
Robert Adams
1
-28
/
+28
2013-09-11
BulletSim: add physChangeLinkParams to set individual parameters on link cons...
Robert Adams
1
-94
/
+171
2013-09-11
BulletSim: add physChangeLinkSpring to change linkset link to be a spring con...
Robert Adams
1
-3
/
+70
2013-09-11
BulletSim: initial implementation of physChangeLinkFixed that resets a linkse...
Robert Adams
1
-1
/
+81
2013-09-11
BulletSim: fixes for change linkset implementation of physical linksets.
Robert Adams
1
-1
/
+28
2013-09-04
Stop "show client stats" from throwing an exception if somehow Scene.m_client...
Justin Clark-Casey (justincc)
1
-1
/
+8
2013-08-22
Stop "handle sit user name" command from trying to sit avatars on objects whi...
Justin Clark-Casey (justincc)
1
-0
/
+3
2013-08-22
Stop "sit user name" and "stand user name" console commands from trying to si...
Justin Clark-Casey (justincc)
1
-2
/
+8
2013-08-20
Add --regex options to "sit user name" and "stand user name" console commands...
Justin Clark-Casey (justincc)
1
-50
/
+81
2013-08-20
Add experimental "sit user name" and "stand user name" console commands in Si...
Justin Clark-Casey (justincc)
1
-0
/
+180
2013-08-12
Don't try and send group updates to NPCs via event queue, since NPCs have no ...
Justin Clark-Casey (justincc)
1
-1
/
+0
2013-08-12
Get rid of issue where removing NPCs would through an exception by routing cl...
Justin Clark-Casey (justincc)
1
-1
/
+3
2013-08-02
BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'
Robert Adams
1
-5
/
+60
2013-07-30
BulletSim: test method for debugging of extended physics script operations.
Robert Adams
1
-8
/
+46
2013-07-28
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...
Diva Canto
1
-16
/
+6
2013-07-26
Commented out ChatSessionRequest capability in Vivox and Freeswitch. We aren'...
Diva Canto
2
-18
/
+18
2013-07-26
Fix NPC regression test failures.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-21
EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...
Diva Canto
2
-2
/
+2
2013-07-21
Manage AgentUpdates more sanely:
Diva Canto
2
-0
/
+2
2013-07-21
Fixed the stats in show client stats. Also left some comments with observatio...
Diva Canto
1
-4
/
+4
2013-07-21
Make the check as to whether any particular inbound AgentUpdate packet is sig...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-07-21
Add measure of number of inbound AgentUpdates that were seen as significant t...
Justin Clark-Casey (justincc)
1
-3
/
+9
2013-07-16
Attachments module only registers when enabled. This enables alternative atta...
Dan Lake
1
-2
/
+4
2013-07-11
Try naming the materials handlers again, this time registering the POST as Re...
Justin Clark-Casey (justincc)
1
-3
/
+6
2013-07-10
remove names from Capability handlers (added by justincc in commit 013710168b...
dahlia
1
-7
/
+4
2013-07-10
show client stats: Fixed the requests/min. Also changed the spelling of the c...
Diva Canto
1
-21
/
+22
2013-07-10
Added show client-stats [first last] command to expose what viewers are reque...
Diva Canto
1
-2
/
+107
2013-07-08
remove some cruft and trigger a rebuild
dahlia
1
-1
/
+0
2013-07-08
remove an invalid null UUID check which caused a warning
dahlia
1
-8
/
+1
[next]