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
/
Application
/
OpenSimBase.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
Allow the user to enter help topics in upper or lowercase.
Justin Clark-Casey (justincc)
1
-5
/
+6
2012-03-23
Rename Scene.StartTimer() to Start() - this method no longer uses a timer. C...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-03-10
Add ability to specify a default estate to be used when creating regions.
Justin Clark-Casey (justincc)
1
-64
/
+152
2012-03-08
Display help commander topics in capitalized form - the commands themselves a...
Justin Clark-Casey (justincc)
1
-4
/
+6
2012-03-08
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
1
-6
/
+6
2012-01-31
Make parcel sale overlays work. No auction support.
Melanie
1
-3
/
+3
2012-01-24
Make errors reported by OpenSim when it halts because it can't find certain c...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-12-20
Remove unused SetAcceleration and add set on Acceleration parameter
Dan Lake
1
-1
/
+1
2011-12-20
Remove unused SetAcceleration and add set on Acceleration parameter
Dan Lake
1
-1
/
+1
2011-12-07
Trigger a Jenkins build
BlueWall
1
-0
/
+1
2011-12-05
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-11-23
Shell Environment Variables in config
BlueWall
1
-1
/
+8
2011-10-15
move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-15
fetch physical_prim switch from [Startup] config from inside scene, as is don...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-07
remove the pointless slashes on the end of the (5!) different server stat ret...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-10-05
Add user ID to new estate user prompt, to make it clearer and consistent with...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-04
When creating a new user on the comand line, give the option of allowing a UU...
Justin Clark-Casey (justincc)
1
-1
/
+10
2011-09-16
Fix build errors on Windows by adding missing OpenSim.Services.Base reference
justincc
1
-1
/
+2
2011-09-16
Pass any region scope through to the CreateUser() method
Justin Clark-Casey (justincc)
1
-2
/
+11
2011-09-16
refactor: move estate owner setup code into separate method
Justin Clark-Casey (justincc)
1
-45
/
+50
2011-09-16
Correctly create a freshly created estate owner's default items and avatar en...
Justin Clark-Casey (justincc)
1
-0
/
+50
2011-09-09
Delay loading scripts until the scene has finished loading
Oren Hurvitz
1
-0
/
+2
2011-06-07
Write estate errors on startup to the log
Oren Hurvitz
1
-2
/
+2
2011-04-01
When asked to join region to existing estate, make first estate name the defa...
Justin Clark-Casey (justincc)
1
-5
/
+2
2011-04-01
Make default answer for 'do you wish to join region to an existing estate' ye...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-03-21
On initial setup, include estate and regions names in questions to make it cl...
Justin Clark-Casey (justincc)
1
-4
/
+6
2011-03-21
In initial setup, stop a user being able to create a new estate with the same...
Justin Clark-Casey (justincc)
1
-14
/
+31
2011-03-21
On initial opensim setup, don't ask the user whether they want to join an exi...
Justin Clark-Casey (justincc)
1
-39
/
+63
2011-03-21
refactor: use EstateDataService property directly instead of loading it into ...
Justin Clark-Casey (justincc)
1
-12
/
+7
2011-03-21
On initial region registration, if the user chooses the option to make the re...
Justin Clark-Casey (justincc)
1
-1
/
+12
2011-02-12
Fix bug where "My estate" name was always used even if the user entered a dif...
Justin Clark-Casey (justincc)
1
-4
/
+8
2010-12-04
minor: correction to logging category
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-12-03
minor: change OpenSimBase log messages associated with newer module loader to...
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-10-22
Revert "Merge remote branch 'otakup0pe/mantis5110'"
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-10-22
Revert "* refactor refactor refactor ServerURI 4 lyfe"
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-10-22
Revert "* additional serveruri cleanup"
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-10-20
* additional serveruri cleanup
Jonathan Freedman
1
-1
/
+1
2010-10-20
* refactor refactor refactor ServerURI 4 lyfe
Jonathan Freedman
1
-1
/
+1
2010-10-03
* additional serveruri cleanup
Jonathan Freedman
1
-1
/
+1
2010-10-02
* refactor refactor refactor ServerURI 4 lyfe
Jonathan Freedman
1
-1
/
+1
2010-09-12
* Added ISimulationDataService and IEstateDataService
John Hurliman
1
-23
/
+33
2010-08-31
reinsert functionality to debug log more levels of incoming and outgoing clie...
Justin Clark-Casey (justincc)
1
-1
/
+0
2010-08-30
Report exception message as well as stack trace if a region fails to register...
Justin Clark-Casey (justincc)
1
-1
/
+3
2010-08-20
Add some maptile options, change maptile generation from OpenSimBase to Scene
Melanie
1
-8
/
+0
2010-08-13
Updated the create_region command in the RemoteAdmin plugin to properly suppo...
randomhuman
1
-0
/
+54
2010-08-13
refactor: move more map tile generation code from scene to IWorldMapModule
Justin Clark-Casey (justincc)
1
-2
/
+6
2010-06-24
Move loading of parcels to before script start. Scripts using parcel functions
Melanie
1
-3
/
+3
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-1
/
+1
2010-01-30
* HGScene is no more.
Diva Canto
1
-5
/
+0
2010-01-11
Fixed a couple of bugs with Appearance. Appearance is all good now.
Diva Canto
1
-1
/
+0
[next]