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
/
InventoryAccess
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gatekeeper -> GatekeeperURI
onefang
2019-07-25
1
-1
/
+1
*
OpenSim dev typo--
onefang
2019-07-25
1
-1
/
+1
*
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
2019-05-19
5
-279
/
+445
*
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2016-11-03
5
-295
/
+639
*
HGAssetMapper: Get wasn't really working. It's true that some assets are copi...
Diva Canto
2012-12-09
1
-3
/
+35
*
minor: Fix more compiler warnings in CoreModules tests by properly overriding...
Justin Clark-Casey (justincc)
2012-12-05
1
-1
/
+3
*
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
2012-11-24
1
-1
/
+1
*
More module cleanup: removed the CoreModules.Framework modules directives out...
Diva Canto
2012-11-12
2
-0
/
+4
*
Fix mantis #6425
Diva Canto
2012-11-11
1
-6
/
+0
*
HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...
Diva Canto
2012-11-02
1
-1
/
+3
*
Deleted extraneous debug message
Diva Canto
2012-09-25
1
-2
/
+0
*
HG Rez object: warn the user if the item or asset cannot be found.
Diva Canto
2012-09-22
1
-2
/
+7
*
Moved the small HGUuidGatherer class to the file where its parent class is. N...
Diva Canto
2012-09-21
2
-74
/
+2
*
Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...
Diva Canto
2012-09-21
1
-18
/
+24
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-09-21
1
-2
/
+2
|
\
|
*
Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...
Justin Clark-Casey (justincc)
2012-09-21
1
-2
/
+2
*
|
Minor: change the return value of unsuccessful posts to string.Empty.
Diva Canto
2012-09-21
1
-1
/
+1
|
/
*
More HG2.0: Added permission policies in HGAsset Service based on asset types...
Diva Canto
2012-09-20
1
-15
/
+19
*
Restarting to work on HGSuitcaseInventoryService: added the ability for the o...
Diva Canto
2012-09-13
1
-0
/
+2
*
When copying items, copy the item description field instead of the asset desc...
Justin Clark-Casey (justincc)
2012-07-26
1
-2
/
+3
*
Record the fact that child agents can have asset transactions.
Justin Clark-Casey (justincc)
2012-06-07
1
-1
/
+1
*
Resolve some mono compiler warnings.
Justin Clark-Casey (justincc)
2012-05-25
1
-3
/
+2
*
minor: Make log class names in InventoryAccessModule uniform
Justin Clark-Casey (justincc)
2012-05-23
1
-10
/
+10
*
Fix bug where an avatar that had an object they owned attached through llAtta...
Justin Clark-Casey (justincc)
2012-05-23
1
-23
/
+36
*
Add regression test for teleporting between neighbouring regions on the same ...
Justin Clark-Casey (justincc)
2012-05-01
1
-3
/
+4
*
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
2012-04-27
1
-1
/
+1
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-04-06
1
-4
/
+4
|
\
|
*
Rather than having a FromFolderID property on every single prim and only ever...
Justin Clark-Casey (justincc)
2012-04-07
1
-3
/
+3
|
*
Store FromItemID for attachments once on SOG instead of on every SOP and only...
Justin Clark-Casey (justincc)
2012-04-07
1
-1
/
+1
*
|
Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...
Diva Canto
2012-04-06
1
-3
/
+149
|
/
*
minor: small message adjustment and unnecessary code elimination when notifyi...
Justin Clark-Casey (justincc)
2012-03-31
1
-1
/
+1
*
fix Infinite loading on No Rez http://opensimulator.org/mantis/view.php?id=5932
PixelTomsen
2012-03-31
1
-0
/
+5
*
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
*
HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...
Diva Canto
2012-02-25
1
-1
/
+1
*
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: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...
Diva Canto
2012-01-12
2
-8
/
+11
*
Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...
Diva Canto
2011-12-29
1
-7
/
+3
*
HG: one more adjustment with trailing /s
Diva Canto
2011-12-23
1
-2
/
+8
*
Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...
Justin Clark-Casey (justincc)
2011-09-30
1
-1
/
+0
*
Use scene presence agent id for rezzed object ownership rather than item owner.
Justin Clark-Casey (justincc)
2011-09-08
1
-7
/
+12
*
Stop NPCs losing attachments when the source avatar takes them off.
Justin Clark-Casey (justincc)
2011-09-03
1
-32
/
+35
*
Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi...
Justin Clark-Casey (justincc)
2011-09-02
1
-2
/
+0
*
Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...
Justin Clark-Casey (justincc)
2011-09-02
1
-5
/
+8
*
stop passing FromUserInventoryItemID right down into the deserializer.
Justin Clark-Casey (justincc)
2011-09-02
1
-4
/
+2
*
Move more of IAM.RezObject() into DoPreRezWhenFromItem()
Justin Clark-Casey (justincc)
2011-09-02
1
-24
/
+27
*
move more of IAM.RezObject() into DoPreRezWhenFromItem()
Justin Clark-Casey (justincc)
2011-09-02
1
-63
/
+85
[next]