index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
Caps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-18
do keepalive on mesh and texture GET. Dont use reusecontext any where.
UbitUmarov
2
-5
/
+5
2015-08-08
WARNING: massive refactor to follow libomv's latest changes regarding invento...
Diva Canto
2
-3
/
+5
2015-06-17
Bug fix in inventory fetching: sometimes the caps request comes before there ...
Diva Canto
1
-5
/
+0
2015-06-14
Quell three new warnings I introduced with AgentPrefsData, return an empty ll...
Cinder
1
-2
/
+2
2015-06-13
Guard against scenes without an agent prefs service and a copy and paste fix
Cinder
1
-0
/
+7
2015-06-13
Fixed indentation
Diva Canto
1
-4
/
+4
2015-06-13
A few bug fixes for Agent Preferences to actually work. Also added missing co...
Diva Canto
1
-1
/
+1
2015-06-13
Refactor AgentPreferences so that database operations happen centrally. the o...
Cinder
1
-66
/
+17
2015-06-13
Relicense AgentPreferences files to BSD and OpenSimulator
Cinder
1
-25
/
+24
2015-06-13
Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...
Cinder
1
-0
/
+225
2015-06-03
Mantis #7567: added an 8-sec expiring item cache to the inventory network con...
Diva Canto
1
-1
/
+1
2015-05-07
Major change in the way inventory is downloaded: added a method throughout II...
Diva Canto
1
-1
/
+5
2015-05-05
Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...
Diva Canto
1
-2
/
+3
2015-04-29
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...
Diva Canto
1
-1
/
+1
2015-03-28
varregion: remove use of Constants.RegionSize is various places.
Robert Adams
1
-4
/
+5
2015-03-05
revised GetMesh to not use intermediate base64 coding scheme
Freaky Tech
1
-14
/
+45
2015-03-03
corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...
Freaky Tech
1
-14
/
+6
2015-01-21
minor: Comment out log line for the SimulatorFeatures cap request for now to ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2015-01-13
And finally renamed the classes themselves.
Diva Canto
1
-2
/
+2
2015-01-10
SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...
Diva Canto
1
-1
/
+4
2015-01-09
Added GetDisplayNames capability. For now, we don't actually use display name...
Diva Canto
1
-0
/
+144
2014-12-30
Renamed VERSION_NUMBER to VersionNumber
Diva Canto
1
-2
/
+2
2014-12-30
This cleans up versioning. Specifically:
Diva Canto
1
-2
/
+2
2014-12-30
WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.
Diva Canto
1
-1
/
+1
2014-12-29
Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...
Diva Canto
1
-1
/
+1
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Fix ghosts copy of SimulatorFeatureModule to enable logging.
Justin Clark-Casey (justincc)
1
-8
/
+13
2014-11-25
Allow GetMesh capability to be served directly by a server like GetTexture
Justin Clark-Casey (justincc)
1
-18
/
+15
2014-11-25
minor: remove compiler warning from unused field in SimulatorFeaturesModule
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
2
-2
/
+0
2014-11-22
Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ...
Diva Canto
1
-1
/
+21
2014-11-12
Update libOMV and fix XBakes dependencies.
Melanie Thielker
1
-2
/
+2
2014-11-06
Added grid information to SimFeatures response, so that the viewer can show it.
Diva Canto
1
-1
/
+13
2014-10-12
move AnimationSet and AvatarSkeleton to OpenSimExtras
UbitUmarov
1
-5
/
+7
2014-10-11
add simulator features AvatarSkeleton and AnimationSet report
UbitUmarov
1
-1
/
+4
2014-10-11
changed skeleton, do parse the mesh on upload to check skeleton. Sooner or
UbitUmarov
2
-26
/
+26
2014-10-11
dont let test mesh go to meshes inventory folder that is not displayed by
UbitUmarov
1
-1
/
+3
2014-10-11
bug fix
UbitUmarov
1
-2
/
+3
2014-10-11
check for avatar skeleton data on meshs headers on cost estimation. Dont
UbitUmarov
2
-11
/
+101
2014-10-02
minor: Comment out received seed caps request logging for now
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-09-26
change it again...
UbitUmarov
1
-1
/
+1
2014-09-26
remove unnecessary argument ref
UbitUmarov
1
-1
/
+1
2014-09-26
make c# more happy
UbitUmarov
1
-4
/
+1
2014-09-26
use central animationset permitions define
UbitUmarov
1
-2
/
+2
2014-09-25
Extend upload verification to all upload paths
Melanie Thielker
1
-0
/
+8
2014-09-25
fix animation asset name to "animatn", use "animset" for the new
UbitUmarov
1
-8
/
+10
2014-09-25
add also the name animset until its clear the name liru will use
UbitUmarov
1
-0
/
+7
2014-09-25
add animationset to upload assets, for now no cost
UbitUmarov
1
-0
/
+6
2014-08-29
make use of it in GetMeshModule, and meshs are Assets not Task itens,
UbitUmarov
1
-43
/
+4
2014-08-09
also on other case
UbitUmarov
1
-0
/
+11
[prev]
[next]