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
/
Agent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
2019-05-19
7
-155
/
+570
*
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
2016-11-03
4
-10
/
+50
*
minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...
Justin Clark-Casey (justincc)
2013-02-08
1
-8
/
+10
*
Prevent items being destroyed by rename operations. Renaming of a wearable also
Melanie
2013-02-08
1
-1
/
+2
*
Another 21 modules' directives moved out of .addin.xml
Diva Canto
2012-11-13
2
-0
/
+4
*
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
2012-11-12
1
-1
/
+1
*
Remove any mention of IRegionModule from region names and comments to aid
Melanie
2012-11-12
2
-2
/
+2
*
J2KDecoderModule: move the code out of PostInitialise()
Diva Canto
2012-11-11
1
-8
/
+17
*
One more module converted: XferModule.
Diva Canto
2012-11-10
1
-9
/
+24
*
One more module converted: J2KDecoderModule.
Diva Canto
2012-11-10
1
-10
/
+32
*
One more more converted: IPBanModule.
Diva Canto
2012-11-09
1
-6
/
+18
*
Fix very recently introduced race condition where a CreateNewItem outracing a...
Justin Clark-Casey (justincc)
2012-09-25
1
-19
/
+18
*
Comment out old m_storeLocal from AssetXferUploader.
Justin Clark-Casey (justincc)
2012-09-25
1
-6
/
+6
*
Insert transaction ID into AssetXferUploader constructor rather than at Uploa...
Justin Clark-Casey (justincc)
2012-09-25
2
-36
/
+49
*
Move UDP update task item code to AssetXferUploader to match existing create ...
Justin Clark-Casey (justincc)
2012-09-25
3
-64
/
+52
*
Fix occasional race condition failure when creating new clothing/body parts i...
Justin Clark-Casey (justincc)
2012-09-25
3
-110
/
+94
*
Record the fact that child agents can have asset transactions.
Justin Clark-Casey (justincc)
2012-06-07
1
-8
/
+7
*
User level based restrictions for HyperGrid teleports, asset uploads, group c...
Snoopy Pfeffer
2012-03-27
1
-1
/
+21
*
Remove IClientAPI from the money module. It was only used to pass in the
Melanie
2012-01-28
1
-1
/
+1
*
Improve "j2k decode" command to tell us how many layers and components were d...
Justin Clark-Casey (justincc)
2012-01-05
1
-5
/
+16
*
Add a "j2k decode" region console command that allows a manual request for a ...
Justin Clark-Casey (justincc)
2012-01-05
1
-8
/
+10
*
Minor formatting changes and commented out log lines for future debugging of ...
Justin Clark-Casey (justincc)
2012-01-04
1
-0
/
+4
*
Adding commented out log messages and some minor formatting for future bug hu...
Justin Clark-Casey (justincc)
2012-01-02
1
-0
/
+3
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-11-14
1
-2
/
+0
*
Fix avatar parameter updating for viewer 3 and maybe 2.
Justin Clark-Casey (justincc)
2011-09-23
3
-82
/
+238
*
Moved several cap-based-service-providing modules from where they were into a...
Diva Canto
2011-04-30
1
-255
/
+0
*
Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.
Justin Clark-Casey (justincc)
2011-04-28
1
-4
/
+5
*
Fixed Caps handlers leak
Diva Canto
2011-02-05
1
-1
/
+0
*
One more diagnosis command:
Diva Canto
2011-02-05
1
-1
/
+27
*
remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-01-21
1
-2
/
+2
*
implement "show throttles" command for showing current agent throttles and th...
Justin Clark-Casey (justincc)
2011-01-21
1
-200
/
+0
*
minor: help text adjustment for "show queues"
Justin Clark-Casey (justincc)
2011-01-20
1
-2
/
+2
*
remove reference to CoreModules from ClientStack.LindenUDP
Justin Clark-Casey (justincc)
2011-01-20
1
-2
/
+2
*
Move "show queues" command out of OpenSim.cs and into a separate module.
Justin Clark-Casey (justincc)
2011-01-20
1
-0
/
+200
*
One more pass at object inventory. This time, fix SceneObjectPartInventory so...
Diva Canto
2010-12-24
1
-80
/
+14
*
Hopefully this fixes all prim inventory issues. No more abort, no more keepin...
Diva Canto
2010-12-23
1
-35
/
+49
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2010-12-23
1
-6
/
+5
|
\
|
*
Put back a commented section of code. With some viewers, object inventory
Melanie
2010-12-23
1
-6
/
+5
*
|
Removed unused code -- this was the previous version of UDP texture sending, ...
Diva Canto
2010-12-23
4
-866
/
+0
|
/
*
Added a counter to NewFiles in Xfers to account for simultaneous object inven...
Diva Canto
2010-12-22
1
-16
/
+42
*
* Adds AbortXfer to the ClientAPI mix
Teravus Ovares (Dan Olivares)
2010-12-21
1
-4
/
+66
*
Simplify updating of agent inventory assets. Make newly created asset IDs
Melanie
2010-12-04
1
-19
/
+6
*
Convert the agent asset transactions module to a new style module.
Melanie
2010-12-04
3
-168
/
+156
*
Move code that allows llGiveInvetory() to move item into appropriate system f...
Justin Clark-Casey (justincc)
2010-09-04
1
-3
/
+1
*
Unit test breakage fix.
Diva Canto
2010-08-20
1
-3
/
+3
*
Fixes mantis #4870.
Diva Canto
2010-07-14
1
-1
/
+7
*
Clean up IMoneyModule and adjust the other modules to the changes
Melanie Thielker
2010-07-02
1
-1
/
+1
*
Finalized the client's TCP IP address verification process for HG1.5.
Diva Canto
2010-05-15
1
-1
/
+1
*
Make the "notecard saved" text appear in the saver rather than the notecard o...
Justin Clark-Casey (justincc)
2010-04-19
1
-0
/
+3
*
Add config option for switching between CSJ2K and BuggyJPEG.
Melanie
2010-03-08
1
-3
/
+9
[next]