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
/
Application
/
OpenSimBase.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
Remove useless executable bit that Windows adds.
onefang
1
-0
/
+0
2019-10-22
remove some useless NULL arguments
UbitUmarov
1
-2
/
+2
2019-08-20
Massive console refactor. Greatly simplify interface.
Melanie
1
-10
/
+10
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-43
/
+142
2018-03-19
Fixed a typo
Kevin Cozens
1
-1
/
+1
2017-05-03
recover a lost trim in permissions modules names parsing
UbitUmarov
1
-1
/
+1
2017-05-02
recover a lost trim in permissions modules names parsing
UbitUmarov
1
-1
/
+1
2017-02-01
Secure sim stats with an (optional) password.
Melanie Thielker
1
-0
/
+2
2017-01-27
parcels must be loaded before objects, so they can be added to them
UbitUmarov
1
-3
/
+2
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-42
/
+42
2016-12-29
Serving robots.txt from bin Idea of solution for http://opensimulator.org/man...
Mandarinka Tasty
1
-0
/
+20
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-186
/
+119
2016-10-09
changes to regions ssl suport: verify if hostnames are validate by the select...
UbitUmarov
1
-1
/
+1
2016-10-06
recover regions main http server ssl suport. Using a PKCS12 cert file, and no...
UbitUmarov
1
-2
/
+24
2016-07-27
first step removing MegaRegions: refuse to run. Thanks to all that made MegaR...
UbitUmarov
1
-0
/
+7
2015-09-08
more on compile..
UbitUmarov
1
-10
/
+6
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
1
-1
/
+0
2015-09-04
Deleted commented code
Diva Canto
1
-51
/
+0
2015-09-03
Transformed the LLUDP ad-hoc plugin into a region module. It works.
Diva Canto
1
-83
/
+68
2015-09-03
at last we can login and see objects ( friends is dead and disable in
UbitUmarov
1
-5
/
+0
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-9
/
+0
2015-08-31
First commit where physics work as region module.
Diva Canto
1
-14
/
+1
2015-08-30
More namespace and dll name changes. Still no functional changes.
Diva Canto
1
-1
/
+1
2015-08-30
Renamed the namespaces too
Diva Canto
1
-1
/
+1
2015-08-30
Moved instantiation of SceneCommunicationService object to inside the scene c...
Diva Canto
1
-3
/
+1
2015-08-19
add missing regionExtent setup and Scene physicsscene configuration ( not
UbitUmarov
1
-4
/
+5
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
Make small adjustment to JobEngine default from previous commit to enable it ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Add [Startup] JobEngineEnabled setting that allows the job engine to be disab...
Justin Clark-Casey (justincc)
1
-1
/
+3
2014-11-25
Start JobEngine by default in simulator for now.
Justin Clark-Casey (justincc)
1
-0
/
+2
2014-07-29
Allow the "debug scene set physics false|true" command to work when bulletsim...
Justin Clark-Casey (justincc)
1
-3
/
+4
2014-07-02
Actually call Close() for shared region modules when the simulator is being s...
Justin Clark-Casey (justincc)
1
-10
/
+34
2014-06-01
Fixed a few things pertaining to interfacing with the estate service. Specifi...
Diva Canto
1
-8
/
+4
2014-04-25
Restore overload mode accidentally disabled in a prior commit. Add a new
Melanie
1
-0
/
+6
2014-03-22
Allow the setting from the environment to take effect if no explicit setting ...
Melanie
1
-5
/
+19
2014-03-22
Allow Mono Plugin Registry setting for Regions
Dev Random
1
-1
/
+4
2013-12-14
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
Robert Adams
1
-1
/
+1
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-04
varregion: add plumbing to pass region size from Scene down to the
Robert Adams
1
-3
/
+4
2013-09-28
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
1
-1
/
+1
2013-09-25
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
1
-1
/
+1
2013-09-08
Mono 2.0 fix - call ToArray() explicitly
Melanie
1
-1
/
+1
2013-09-08
Reinstate SecurePermissionsLoading functionality, default ON
Melanie Thielker
1
-24
/
+16
2013-08-08
Add a JSON web fetch of the statististics managed by StatsManager.
Robert Adams
1
-0
/
+2
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
1
-4
/
+4
2013-07-06
refactor: Make stats and sim status simpler by extending BaseStreamHandler li...
Justin Clark-Casey (justincc)
1
-57
/
+17
2013-06-17
Make general server stats available on the robust console as well as the simu...
Justin Clark-Casey (justincc)
1
-4
/
+3
2013-05-03
On startup, start scenes after we're set up all local scenes, rather than sta...
Justin Clark-Casey (justincc)
1
-3
/
+1
2013-04-16
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-03-14
Log same environment information to Robust log as is already done for simulat...
Justin Clark-Casey (justincc)
1
-4
/
+0
[next]