Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -1/+1 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -1/+1 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -50/+77 | |
2019-03-11 | Fix multi, and single tenancy on MapGet | root | 1 | -2/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -3/+3 | |
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 1 | -1/+1 | |
Log configs are still in the bin directory. | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -14/+96 | |
2016-03-05 | Fix a couple of typos | Melanie Thielker | 1 | -1/+1 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -71/+3 | |
2015-08-30 | cache in memory water texture | UbitUmarov | 1 | -33/+105 | |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats. | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -18/+21 | |
Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -18/+21 | |
2014-07-21 | Eliminated some warnings | Oren Hurvitz | 1 | -0/+2 | |
2014-05-31 | Move the generation of the multi-resolution map tiles off the main | Robert Adams | 1 | -16/+66 | |
region creation thread. For varregions or simulators with many regions, this will speed up simulator startup and elimiate some thread timeout warnings. | |||||
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -2/+31 | |
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -2/+31 | |
2013-07-26 | Force map tiler to save Water.jpg as an actual jpeg format it seems even ↵ | nebadon | 1 | -1/+1 | |
though we specified jpg extention it was actually a png and thus confusing the viewer silently. | |||||
2011-11-19 | Improve some grid region log messages to express regions at co-ordinate ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
(e.g. 1000, 1000) rather than meter positions (256000, 256000) | |||||
2011-11-19 | Don't register a region twice on both official registration and maptile ↵ | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
regeneration. Maptile storage appears orthogonal to region registration | |||||
2011-06-13 | V2 map now working in grids too. WARNING: A few visible configuration ↵ | Diva Canto | 1 | -1/+1 | |
variables added in order for this to work. See .ini.example changes | |||||
2011-06-12 | Add credit and link to SimianGrid project. Thanks, guys! | Diva Canto | 1 | -0/+4 | |
2011-06-12 | bit depth: 24!!! begeez! -- zoom levels work now. | Diva Canto | 1 | -3/+2 | |
2011-06-12 | A few bug fixes on map V2. Zoom level weirdness still there. | Diva Canto | 1 | -1/+1 | |
2011-06-12 | First pass at making the V2 map work. Standalones only for now. There are ↵ | Diva Canto | 1 | -0/+295 | |
some issues with the zoom level -- TBD. |