aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Limits -= 2onefang2019-08-051-4/+4
* Add a basic generic web server, and a login page, plus stubs for the other ba...onefang2019-08-041-0/+5
* Tag and release OpenSim_SC 0.9.0.1 RC0.OpenSim_SC_0.9.0.1_RC0onefang2019-08-011-7/+6
* Move from IG to SC flavour.onefang2019-07-301-2/+3
* Combine LureModule and HGLureModule.onefang2019-07-251-1/+1
* For the "teleport from above" case, do the right thing.onefang2019-07-241-0/+3
* TPs from scripts avoid all that silly raycasting nonsense, just go where we ask.onefang2019-07-211-1/+3
* Use F1 instead of ? as the in command help key.onefang2019-07-041-1/+1
* Warnings--onefang2019-06-044-5/+5
* Add [Region] .ini block.onefang2019-05-281-4/+18
* Upgrade sim height.onefang2019-05-191-1/+1
* Update version number stuff, and hack it into the money display.onefang2019-05-192-7/+9
* Remove useless executable bit that Windows adds.onefang2019-05-196-0/+0
* Move cache, config, logs out of tree, and various related clean ups.onefang2019-05-192-4/+15
* Move db directory out of tree.onefang2019-05-191-0/+5
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-19151-2604/+6548
* Stop it from not stopping.root2019-05-191-2/+3
* Fix file execute permissions, coz Windows.David Walter Seikel2016-11-076-0/+0
* More caches directory fixes, including moving console history there.David Walter Seikel2016-11-071-1/+1
* Sims are 16 km high now, about the maximum before prim jitter starts getting ...David Walter Seikel2016-11-071-1/+1
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-2/+2
* Fix version stuffs.David Walter Seikel2016-11-032-3/+3
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-03151-4707/+12566
* Bump build number.David Walter Seikel2013-09-101-1/+1
* Rejig version number.David Walter Seikel2013-02-242-8/+8
* Add IG version bits.David Walter Seikel2013-02-232-7/+9
* Change 0.7.5 flavour to post-fixesJustin Clark-Casey (justincc)2013-02-091-1/+1
* Bump 0.7.5 flavour to ReleaseJustin Clark-Casey (justincc)2013-02-081-1/+1
* Assign the SmartThreadPool name in the constructorOren Hurvitz2013-02-081-2/+7
* Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)2013-02-082-5/+15
* Bump version up to 0.7.5-rc2Justin Clark-Casey (justincc)2013-01-261-1/+1
* Add utility function to clamp a vector to a maximum magnitude.Robert Adams2013-01-251-0/+12
* revert accidental change to MemoryWatchdog stat calculation in previous b1b4687Justin Clark-Casey (justincc)2013-01-251-1/+1
* Add "show script timers" command to show script timers. For debug purposes.Justin Clark-Casey (justincc)2013-01-251-1/+1
* minor: Remove unnecessary commented out code from last commit c28a2f05 and fi...Justin Clark-Casey (justincc)2013-01-251-4/+1
* minor: make spacing consistent in console help outputJustin Clark-Casey (justincc)2013-01-251-3/+6
* Flip version to 0.7.5.RC10.7.5-rc1Justin Clark-Casey (justincc)2013-01-041-1/+1
* Fix indenting on ConsoleDisplayTable, align indenting on "show animations" co...Justin Clark-Casey (justincc)2013-01-041-2/+3
* minor: Allow objects to be added directly to a row on a ConsoleDisplayTable r...Justin Clark-Casey (justincc)2013-01-041-1/+1
* Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)2013-01-041-4/+4
* minor: Assign names to the different SmartThreadPools for debugging purposes.Justin Clark-Casey (justincc)2013-01-011-0/+1
* refactor: call Util.InitThreadPool() if we are initializing an uninitialized ...Justin Clark-Casey (justincc)2013-01-011-1/+1
* Add helper routine Util.InRange()Robert Adams2012-12-221-0/+7
* Add stack dump function that takes an alternate printer outter. I've found th...Robert Adams2012-12-161-1/+7
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-12-121-4/+24
|\
| * Add "debug script log" command to allow setting a numeric debug level on indi...Justin Clark-Casey (justincc)2012-12-121-4/+24
* | Hide some console output when initializing addin repositoryBlueWall2012-12-111-0/+2
|/
* Format changeBlueWall2012-12-071-1/+1
* Merge branch 'master' into connector_pluginBlueWall2012-12-074-22/+517
|\
| * Use a thread abort safe version of OpenMetaverse.DoubleDictionary with the ai...Justin Clark-Casey (justincc)2012-12-071-0/+508