aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Terrain (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various logging fix ups.onefang2020-09-091-3/+3
| | | | | | | | | | | | | | | | | | | Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* terrain: make sure modify does get unblockedUbitUmarov2019-11-171-115/+122
|
* Terrain: more double to floatUbitUmarov2019-11-1310-43/+49
|
* missed a fewUbitUmarov2019-11-121-4/+4
|
* terrain replace double by floatUbitUmarov2019-11-1214-64/+70
|
* more changes on terrain edit. Silent ignore comand if busy (large area ↵UbitUmarov2019-11-128-113/+135
| | | | smooth can take ages), brush changes, etc
* terraforming changes: try recover llmodifyland previus behaviurUbitUmarov2019-11-101-3/+5
|
* terraforming changes: comment a debug messageUbitUmarov2019-11-101-1/+1
|
* terraforming changes: support selected parcel edit; fix area smoothUbitUmarov2019-11-102-14/+45
|
* terraforming changes: make jenkis happyUbitUmarov2019-11-104-12/+12
|
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov2019-11-0923-1135/+123
| | | | needed (run prebuild)
* remove some more useless NULL argumentsUbitUmarov2019-10-221-1/+1
|
* remove some more useless NULL argumentsUbitUmarov2019-10-221-5/+2
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-6/+9
|
* cosmetics on terrain patchsUbitUmarov2019-01-201-13/+8
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0512-21/+21
|
* add rest of wiring for terrain bake persistent store (mantis 8024 but notUbitUmarov2016-09-171-6/+15
| | | | using its code). Only did minor testing in MySQL
* Minor. Remove unused integer arrays from TerrainModuleAliciaRaven2016-09-151-2/+0
|
* workaround potencial memory leaksUbitUmarov2016-08-226-37/+25
|
* limit the scan of terrain EnforceEstateLimits to the area changed.UbitUmarov2016-08-211-2/+23
|
* fix terrain BMP image format on SaveStream mantis: 8001UbitUmarov2016-08-211-1/+1
|
* Changes to TerrainModule/ITerrainModule to support importing OARs with ↵Jak Daniels2015-11-221-0/+31
| | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* work around some 'tests' errors: terrain effects limits changedUbitUmarov2015-11-171-2/+2
|
* fix silly bugUbitUmarov2015-11-101-3/+3
|
* start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug ↵UbitUmarov2015-11-101-18/+33
| | | | on slow terrain send limits check
* some fixes/changes on land sendUbitUmarov2015-09-301-7/+14
|
* slow down terrain sending so other users of LAND queue do have a chance to ↵UbitUmarov2015-09-241-3/+3
| | | | send things
* revert my change to the range of greyscale image maps, setting it back to 0 ↵UbitUmarov2015-09-211-3/+8
| | | | - 127.5 so not to break loading of old files. There isnt a range that fits all needs anyway
* fix terrain save greyscale mapping to 1:1 suporting standard 0-255m range ↵UbitUmarov2015-09-201-54/+16
| | | | and not only 0-127m. Jpeg format still using a non standard color encoded heightmap
* recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵UbitUmarov2015-09-071-48/+150
| | | | (slower since it depended on sending terrain as TASK). if true send by view range and also all terrain at arrival
* allocate llRAW LookupHeightTable on demand and release it, saving a few ↵UbitUmarov2015-09-071-0/+8
| | | | 512KB of memory
* restore terrain modifiers, left out earlier bc of merge errors, (untested)UbitUmarov2015-09-072-12/+12
|
* seems to compile ( tests comented out)UbitUmarov2015-09-023-504/+44
|
* bad merge?UbitUmarov2015-09-0122-137/+591
|\
| * fix some effects rangesUbitUmarov2015-08-295-7/+7
| |
| * also limit terrain flood effects ( like on pait change this should haveUbitUmarov2015-08-289-35/+37
| | | | | | | | no visible impact, just cpu saving)
| * restrict terrain PaintBrushes to the requested areaUbitUmarov2015-08-2712-102/+97
| |
| * make terrain undo non op, it is broken and can't be global but per agentUbitUmarov2015-08-271-27/+2
| |
| * fix terrain bake for revert. just good enought fixUbitUmarov2015-08-271-11/+3
| |
| * rename revert map as baked map, bc thats what it isUbitUmarov2015-08-271-20/+20
| |
| * take taints check terrain out of Onframe event and add a new event for it. ↵UbitUmarov2015-08-271-5/+4
| | | | | | | | Slow it down to 1/4 heartbeat rate (once every 363ms aprox)
| * fix bugUbitUmarov2015-08-251-1/+1
| |
| * update raw32 file reader to core one. Warning only suports square regionsUbitUmarov2015-08-251-0/+11
| |
| * change terrain internal representation to float. ushort work with legalUbitUmarov2015-08-251-28/+0
| | | | | | | | | | sl terrain, but may break existent terrain and that may cost a lot more than the cost of memory
| * terrain stored as ushorts with gzip compressionUbitUmarov2015-08-251-6/+43
| |
| * delay terrain sending if land queue is 2 busyUbitUmarov2015-08-221-1/+7
| |
| * "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera orUbitUmarov2015-08-211-28/+71
| | | | | | | | avatar position
| * dont use SendTerrainUpdatesByViewDistance option, code executes as true.UbitUmarov2015-08-211-45/+19
| | | | | | | | the option will have other use
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-295-38/+39
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.