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
/
DataSnapshot
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-29
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...
Diva Canto
1
-1
/
+1
2015-02-01
Prevent null entries being treated as URI's when DataSnapshot service splits ...
AliciaRaven
1
-1
/
+1
2015-01-07
Added a different/better way of specifying data services in DataSnapshot -- u...
Diva Canto
1
-1
/
+28
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-09-17
another close()
UbitUmarov
1
-0
/
+4
2014-08-05
Fixed premature closing of the connection in DataSnapshotManager
Oren Hurvitz
1
-14
/
+14
2014-07-21
Close streams immediately when we finish using them
Oren Hurvitz
1
-16
/
+19
2014-06-17
Change assembly versions to 0.8.1
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-05-23
Adds optional HTTP Basic Authentication to Robust service connectors.
Diva Canto
1
-1
/
+1
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-10-04
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-06-12
DataSnapshot: changed those annoying messages to Debug instead of Info.
Diva Canto
2
-8
/
+8
2013-02-28
Bug fix in DataSnapshot, where a var was being used before being initialized.
Diva Canto
1
-19
/
+15
2013-02-27
Switched to using the other Util function with a default value.
Diva Canto
1
-1
/
+2
2013-02-27
Moved the HG default variables out of [Startup] and into their own section [H...
Diva Canto
1
-1
/
+1
2013-02-22
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
1
-1
/
+1
2013-02-21
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
1
-3
/
+10
2013-02-19
Deleted all AssemblyFileVersion directives
Diva Canto
1
-1
/
+1
2013-02-05
Bump version and assembly version numbers from 0.7.5 to 0.7.6
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-01
Revert "Update assembly version numbers"
BlueWall
1
-1
/
+1
2013-02-01
Update assembly version numbers
BlueWall
1
-1
/
+1
2012-11-14
Added AssemblyInfos to every dll in the OpenSim.Region namespace.
Diva Canto
1
-0
/
+33
2012-11-12
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
1
-1
/
+1
2012-11-12
Remove any mention of IRegionModule from region names and comments to aid
Melanie
1
-1
/
+1
2012-11-11
Prevent datasnapshot from crashing the simulator
Melanie
1
-10
/
+18
2012-11-11
Prevent datasnapshot from crashing the simulator
Melanie
1
-10
/
+18
2012-11-10
Cleaning up some confusion with Addin names introduced in a prior commit. Als...
Diva Canto
1
-1
/
+1
2012-11-10
One more module converted: DataSnapshot.
Diva Canto
2
-72
/
+87
2012-05-03
minor: resolve some mono compiler warnings
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-03-13
Datasnapshot: added "secret" to the registration/deregistration query so that...
Diva Canto
2
-33
/
+28
2012-03-12
DataSnapshot: renamed gridserverURL to gatekeeperURL, and normalimzed the cap...
Diva Canto
1
-2
/
+2
2012-01-05
Commenting out DataSnapShot message "Registering service discovery capability...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-12-05
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-09-01
Eliminate pointless checks of SOG.RootPart != null
Justin Clark-Casey (justincc)
1
-43
/
+40
2011-04-30
Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll
Diva Canto
1
-1
/
+1
2010-09-10
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
1
-1
/
+2
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
1
-1
/
+6
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
1
-1
/
+6
2010-08-26
More on mantis #4985
Diva Canto
1
-6
/
+14
2010-08-26
Addresses mantis #4985 -- exceptions in DataSnapshot
Diva Canto
1
-7
/
+23
2010-08-26
Addresses mantis #4984 -- Datasnapshot exceptions.
Diva Canto
1
-3
/
+12
2010-08-13
refactor: Use SOP.Flags rather than SOP.ObjectFlags
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-07-14
Remove useless quaternion parameter from AttachObject sig
Melanie Thielker
1
-1
/
+1
2010-07-14
Remove useless quaternion parameter from AttachObject sig
Melanie Thielker
1
-1
/
+1
2010-07-07
Switched order of conditionals.
Diva Canto
1
-3
/
+3
2010-07-07
Fixes problem where "Adult" regions were reported as being of type "Unknown".
Kevin Cozens
1
-12
/
+7
2010-04-30
Fix link security issue
Melanie
1
-1
/
+1
[next]