Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various logging fix ups. | onefang | 2020-09-09 | 13 | -65/+66 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Update version number stuff, and hack it into the money display. | onefang | 2020-09-09 | 1 | -2/+11 |
| | |||||
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 83 | -0/+0 |
| | |||||
* | Better ROBUST and sim startup console notification. | onefang | 2020-09-08 | 1 | -2/+6 |
| | |||||
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 8 | -11/+16 |
| | |||||
* | change some lsl flag constants to Hexa | UbitUmarov | 2020-01-07 | 1 | -5/+5 |
| | |||||
* | changes on lludp acks and resends | UbitUmarov | 2019-12-18 | 5 | -171/+186 |
| | |||||
* | missing files | UbitUmarov | 2019-12-16 | 2 | -8/+18 |
| | |||||
* | do dispatch RequestLure ims | UbitUmarov | 2019-12-16 | 3 | -1/+12 |
| | |||||
* | add a formal lock object | UbitUmarov | 2019-12-10 | 1 | -17/+16 |
| | |||||
* | enforce invariant culture on landmarks | UbitUmarov | 2019-12-10 | 2 | -3/+3 |
| | |||||
* | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 2019-12-03 | 2 | -21/+51 |
| | |||||
* | a few changes on check targets for lsl | UbitUmarov | 2019-11-27 | 4 | -122/+111 |
| | |||||
* | fix identation | UbitUmarov | 2019-11-23 | 1 | -3/+2 |
| | |||||
* | fix xml decode of kfm in single prims case | UbitUmarov | 2019-11-23 | 1 | -5/+6 |
| | |||||
* | YEngine: change some startup log messages | UbitUmarov | 2019-11-22 | 2 | -23/+25 |
| | |||||
* | YEngine, change default number of exec threads to 2 of priority Normal. Let ↵ | UbitUmarov | 2019-11-22 | 2 | -6/+28 |
| | | | | the threads priority a option on ini files | ||||
* | Oooopss | UbitUmarov | 2019-11-22 | 1 | -2/+2 |
| | |||||
* | more changes on YEngine scripts heap usage | UbitUmarov | 2019-11-22 | 6 | -45/+54 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -0/+2 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 2 | -4/+4 |
| | |||||
* | fix the block of teleport to same region handle | UbitUmarov | 2019-11-18 | 1 | -10/+7 |
| | |||||
* | Yengine: more on constants operations reduction | UbitUmarov | 2019-11-18 | 3 | -86/+60 |
| | |||||
* | mantis 8551: Simplify Yengine heap usage control | UbitUmarov | 2019-11-18 | 5 | -108/+66 |
| | |||||
* | fix a info message | UbitUmarov | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | terrain: make sure modify does get unblocked | UbitUmarov | 2019-11-17 | 1 | -115/+122 |
| | |||||
* | remove some llUDP options | UbitUmarov | 2019-11-16 | 5 | -141/+74 |
| | |||||
* | work on previus 2 patchs | UbitUmarov | 2019-11-14 | 2 | -12/+0 |
| | |||||
* | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 2019-11-14 | 2 | -0/+12 |
| | | | | | | | supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | mantis 8627: handle the case constant compareOp constant on Yengine | UbitUmarov | 2019-11-13 | 1 | -12/+95 |
| | |||||
* | Terrain: more double to float | UbitUmarov | 2019-11-13 | 11 | -43/+52 |
| | |||||
* | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2019-11-13 | 7 | -83/+100 |
| | |||||
* | missed a few | UbitUmarov | 2019-11-12 | 1 | -4/+4 |
| | |||||
* | terrain replace double by float | UbitUmarov | 2019-11-12 | 17 | -72/+75 |
| | |||||
* | 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 | ||||
* | Yengine: we also need to cancel timer events in queue, because some bad ↵ | UbitUmarov | 2019-11-11 | 5 | -2/+50 |
| | | | | scripts that do work on X | ||||
* | terraforming changes: try recover llmodifyland previus behaviur | UbitUmarov | 2019-11-10 | 1 | -3/+5 |
| | |||||
* | SIO_UDP_CONNRESET should work on macs now, thx Gavin | UbitUmarov | 2019-11-10 | 1 | -7/+8 |
| | |||||
* | 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 | 5 | -25/+67 |
| | |||||
* | terraforming changes: make jenkis happy | UbitUmarov | 2019-11-10 | 4 | -12/+12 |
| | |||||
* | terraforming changes: missing file | UbitUmarov | 2019-11-10 | 1 | -15/+4 |
| | |||||
* | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 2019-11-09 | 29 | -1180/+157 |
| | | | | needed (run prebuild) | ||||
* | cosmetics | UbitUmarov | 2019-11-08 | 1 | -23/+44 |
| | |||||
* | let autopilot also stand from a object | UbitUmarov | 2019-11-07 | 1 | -1/+1 |
| | |||||
* | avoid a null ref | UbitUmarov | 2019-11-07 | 1 | -11/+23 |
| | |||||
* | handle null refs on llSubStringIndex() | UbitUmarov | 2019-11-06 | 1 | -0/+4 |
| | |||||
* | YEngine: fix credits comment | UbitUmarov | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | dynamic textures: add ' lossless: [true|false] ', default false, extraParam | UbitUmarov | 2019-11-04 | 1 | -5/+10 |
| | |||||
* | YEngine: fix wrong language detection on some comments in first line | UbitUmarov | 2019-11-04 | 1 | -5/+7 |
| |