Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various logging fix ups. | onefang | 2020-09-09 | 1 | -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. | onefang | 2020-09-09 | 1 | -0/+0 |
| | |||||
* | terrain: make sure modify does get unblocked | UbitUmarov | 2019-11-17 | 1 | -115/+122 |
| | |||||
* | Terrain: more double to float | UbitUmarov | 2019-11-13 | 10 | -43/+49 |
| | |||||
* | missed a few | UbitUmarov | 2019-11-12 | 1 | -4/+4 |
| | |||||
* | terrain replace double by float | UbitUmarov | 2019-11-12 | 14 | -64/+70 |
| | |||||
* | more changes on terrain edit. Silent ignore comand if busy (large area ↵ | UbitUmarov | 2019-11-12 | 8 | -113/+135 |
| | | | | smooth can take ages), brush changes, etc | ||||
* | terraforming changes: try recover llmodifyland previus behaviur | UbitUmarov | 2019-11-10 | 1 | -3/+5 |
| | |||||
* | terraforming changes: comment a debug message | UbitUmarov | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | terraforming changes: support selected parcel edit; fix area smooth | UbitUmarov | 2019-11-10 | 2 | -14/+45 |
| | |||||
* | terraforming changes: make jenkis happy | UbitUmarov | 2019-11-10 | 4 | -12/+12 |
| | |||||
* | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 2019-11-09 | 23 | -1135/+123 |
| | | | | needed (run prebuild) | ||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 1 | -5/+2 |
| | |||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -6/+9 |
| | |||||
* | cosmetics on terrain patchs | UbitUmarov | 2019-01-20 | 1 | -13/+8 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 12 | -21/+21 |
| | |||||
* | add rest of wiring for terrain bake persistent store (mantis 8024 but not | UbitUmarov | 2016-09-17 | 1 | -6/+15 |
| | | | | using its code). Only did minor testing in MySQL | ||||
* | Minor. Remove unused integer arrays from TerrainModule | AliciaRaven | 2016-09-15 | 1 | -2/+0 |
| | |||||
* | workaround potencial memory leaks | UbitUmarov | 2016-08-22 | 6 | -37/+25 |
| | |||||
* | limit the scan of terrain EnforceEstateLimits to the area changed. | UbitUmarov | 2016-08-21 | 1 | -2/+23 |
| | |||||
* | fix terrain BMP image format on SaveStream mantis: 8001 | UbitUmarov | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Changes to TerrainModule/ITerrainModule to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 1 | -0/+31 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | work around some 'tests' errors: terrain effects limits changed | UbitUmarov | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | fix silly bug | UbitUmarov | 2015-11-10 | 1 | -3/+3 |
| | |||||
* | start TerrainCheckUpdates on heartbeat thread, but do it async; fix a bug ↵ | UbitUmarov | 2015-11-10 | 1 | -18/+33 |
| | | | | on slow terrain send limits check | ||||
* | some fixes/changes on land send | UbitUmarov | 2015-09-30 | 1 | -7/+14 |
| | |||||
* | slow down terrain sending so other users of LAND queue do have a chance to ↵ | UbitUmarov | 2015-09-24 | 1 | -3/+3 |
| | | | | send things | ||||
* | revert my change to the range of greyscale image maps, setting it back to 0 ↵ | UbitUmarov | 2015-09-21 | 1 | -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 ↵ | UbitUmarov | 2015-09-20 | 1 | -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 ↵ | UbitUmarov | 2015-09-07 | 1 | -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 ↵ | UbitUmarov | 2015-09-07 | 1 | -0/+8 |
| | | | | 512KB of memory | ||||
* | restore terrain modifiers, left out earlier bc of merge errors, (untested) | UbitUmarov | 2015-09-07 | 2 | -12/+12 |
| | |||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 3 | -504/+44 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 22 | -137/+591 |
|\ | |||||
| * | fix some effects ranges | UbitUmarov | 2015-08-29 | 5 | -7/+7 |
| | | |||||
| * | also limit terrain flood effects ( like on pait change this should have | UbitUmarov | 2015-08-28 | 9 | -35/+37 |
| | | | | | | | | no visible impact, just cpu saving) | ||||
| * | restrict terrain PaintBrushes to the requested area | UbitUmarov | 2015-08-27 | 12 | -102/+97 |
| | | |||||
| * | make terrain undo non op, it is broken and can't be global but per agent | UbitUmarov | 2015-08-27 | 1 | -27/+2 |
| | | |||||
| * | fix terrain bake for revert. just good enought fix | UbitUmarov | 2015-08-27 | 1 | -11/+3 |
| | | |||||
| * | rename revert map as baked map, bc thats what it is | UbitUmarov | 2015-08-27 | 1 | -20/+20 |
| | | |||||
| * | take taints check terrain out of Onframe event and add a new event for it. ↵ | UbitUmarov | 2015-08-27 | 1 | -5/+4 |
| | | | | | | | | Slow it down to 1/4 heartbeat rate (once every 363ms aprox) | ||||
| * | fix bug | UbitUmarov | 2015-08-25 | 1 | -1/+1 |
| | | |||||
| * | update raw32 file reader to core one. Warning only suports square regions | UbitUmarov | 2015-08-25 | 1 | -0/+11 |
| | | |||||
| * | change terrain internal representation to float. ushort work with legal | UbitUmarov | 2015-08-25 | 1 | -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 compression | UbitUmarov | 2015-08-25 | 1 | -6/+43 |
| | | |||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -1/+7 |
| | | |||||
| * | "uglyfy" GetModifiedPatchesInViewDistance. Also make it use camera or | UbitUmarov | 2015-08-21 | 1 | -28/+71 |
| | | | | | | | | avatar position | ||||
| * | dont use SendTerrainUpdatesByViewDistance option, code executes as true. | UbitUmarov | 2015-08-21 | 1 | -45/+19 |
| | | | | | | | | the option will have other use | ||||
| * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 5 | -38/+39 |
| | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles. |