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
/
CoreModules
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...
Diva Canto
2012-03-28
1
-10
/
+11
*
HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...
Diva Canto
2012-03-28
1
-7
/
+61
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-03-27
1
-0
/
+29
|
\
|
*
Add "friends show cache <first-name> <last-name>" command for debugging purpo...
Justin Clark-Casey (justincc)
2012-03-28
1
-0
/
+29
*
|
HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...
Diva Canto
2012-03-27
1
-10
/
+44
|
/
*
User level based restrictions for HyperGrid teleports, asset uploads, group c...
Snoopy Pfeffer
2012-03-27
1
-0
/
+15
*
HG: beginning of a more restrictive inventory access procedure (optional). Ex...
Diva Canto
2012-03-27
2
-3
/
+29
*
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
2012-03-20
2
-42
/
+54
*
Added GetUUID(first, last) on UserAgentsService so that we can finally make d...
Diva Canto
2012-03-17
2
-7
/
+34
*
Amend to previous commit: normalize strings ToLower.
Diva Canto
2012-03-17
1
-2
/
+6
*
More on HG access control. This commit splits the UserManagementModule into t...
Diva Canto
2012-03-17
2
-40
/
+181
*
Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...
Diva Canto
2012-03-17
1
-0
/
+62
*
Teleports: bounce off repeated requests of teleporting the same agent. Some s...
Diva Canto
2012-03-13
1
-0
/
+13
*
More on HG inventory transfers. Move the FireAndForget higher up.
Diva Canto
2012-03-09
1
-1
/
+1
*
More on the freeze on HG inventory transfers: spawn a threadlet on the funct...
Diva Canto
2012-03-08
1
-1
/
+1
*
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
2012-03-08
3
-4
/
+5
*
HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...
Diva Canto
2012-02-25
1
-1
/
+1
*
Add a position parameter to region crossing of objects. This avoids the
Melanie
2012-02-23
1
-5
/
+4
*
One more tweak related to the previous 2 commits.
Diva Canto
2012-02-19
1
-1
/
+3
*
A few more tweaks on position updates and create child agents. Mono hates con...
Diva Canto
2012-02-19
1
-4
/
+8
*
minor formatting changes from last commit (4486n7d)
Justin Clark-Casey (justincc)
2012-02-16
1
-4
/
+3
*
Fix: Object owned by the group does not return to the last owner http://opens...
PixelTomsen
2012-02-16
1
-0
/
+6
*
Fix bug where somebody taking a copy of an object they didn't own that was re...
Justin Clark-Casey (justincc)
2012-02-10
1
-2
/
+10
*
When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...
Justin Clark-Casey (justincc)
2012-02-10
1
-4
/
+15
*
HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...
Diva Canto
2012-01-31
1
-1
/
+1
*
Send CHANGED_TELEPORT during local TP again - partially revert cf73afec356eed...
Bo Iwu
2012-01-28
1
-2
/
+1
*
Fix improper code formatting introduced in 6214e6a217cf
Bo Iwu
2012-01-13
1
-24
/
+40
*
Undo some prior work
BlueWall
2012-01-12
1
-93
/
+0
*
Renamed one var and deleted commented code. No functional changes.
Diva Canto
2012-01-12
1
-33
/
+2
*
Allow update of stored entries within User Management Module-this is needed f...
Bo Iwu
2012-01-12
1
-48
/
+52
*
HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...
Diva Canto
2012-01-12
2
-8
/
+11
*
Profile Updates
BlueWall
2012-01-03
1
-0
/
+93
*
Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...
Diva Canto
2011-12-29
3
-10
/
+16
*
HG: more adjustments for making HG Simian work. Added server_uri as new key o...
Diva Canto
2011-12-29
1
-2
/
+3
*
HG: one more adjustment with trailing /s
Diva Canto
2011-12-23
1
-2
/
+8
*
remove the old region crossing handler
Mic Bowman
2011-12-23
1
-10
/
+0
*
Fixes some problems with objects that attempt to cross a region boundary
Mic Bowman
2011-12-22
1
-0
/
+24
*
Region crossings redone: (1) removed WaitForCallback. Now that we are passing...
Diva Canto
2011-12-22
1
-39
/
+32
*
Sends the consistent child agent position upon creation of the child agent in...
Diva Canto
2011-12-16
1
-1
/
+12
*
HG minor bug fix and marked one method obsolete in UAS.
Diva Canto
2011-12-16
1
-1
/
+4
*
Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()
Justin Clark-Casey (justincc)
2011-12-03
1
-1
/
+0
*
Stop some places where we're trying to reset animations in child agents where...
Justin Clark-Casey (justincc)
2011-12-02
1
-100
/
+110
*
On "show caps", stop excluding the seed cap but do exclude it elsewhere
Justin Clark-Casey (justincc)
2011-11-29
1
-1
/
+1
*
tabulate "show caps" output for easier readability
Justin Clark-Casey (justincc)
2011-11-29
1
-5
/
+10
*
Fix the build break
Justin Clark-Casey (justincc)
2011-11-16
1
-1
/
+1
*
Look up a homeURL only when it's not null, in addition to not being string.Empty
Justin Clark-Casey (justincc)
2011-11-16
1
-1
/
+1
*
Enable log message to tell us what type of url is being requested from a user...
Justin Clark-Casey (justincc)
2011-11-15
1
-3
/
+3
*
fix build break on UserManagementModule.
Justin Clark-Casey (justincc)
2011-11-15
1
-7
/
+8
*
Do proper locking of UserManagementModule.m_UserCache when getting.
Justin Clark-Casey (justincc)
2011-11-15
1
-29
/
+57
*
Convert SendKillObject to take a list of uint rather than sending one
Melanie
2011-11-06
1
-1
/
+1
[next]