Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-09 | Gatekeeper -> GatekeeperURI | root | 5 | -13/+13 | |
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream. | |||||
2020-09-09 | OpenSim dev typos -- | root | 1 | -1/+1 | |
2020-09-09 | Revert list content type check. | onefang | 1 | -6/+10 | |
https://sledjhamr.org/mantisbt/view.php?id=19 | |||||
2020-09-09 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2 | -1/+14 | |
Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not. | |||||
2020-09-09 | Remove various limits. | onefang | 6 | -52/+43 | |
Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others. | |||||
2020-09-09 | Whitespace-- | onefang | 1 | -4/+4 | |
2020-09-09 | Move the terrain.raw file out of tree to a sim specific name. | onefang | 1 | -4/+13 | |
2020-09-09 | Various logging fix ups. | onefang | 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. | |||||
2020-09-09 | Update version number stuff, and hack it into the money display. | onefang | 1 | -2/+11 | |
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 83 | -0/+0 | |
2020-09-08 | Better ROBUST and sim startup console notification. | onefang | 1 | -2/+6 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 8 | -11/+16 | |
2020-01-07 | change some lsl flag constants to Hexa | UbitUmarov | 1 | -5/+5 | |
2019-12-18 | changes on lludp acks and resends | UbitUmarov | 5 | -171/+186 | |
2019-12-16 | missing files | UbitUmarov | 2 | -8/+18 | |
2019-12-16 | do dispatch RequestLure ims | UbitUmarov | 3 | -1/+12 | |
2019-12-10 | add a formal lock object | UbitUmarov | 1 | -17/+16 | |
2019-12-10 | enforce invariant culture on landmarks | UbitUmarov | 2 | -3/+3 | |
2019-12-03 | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 2 | -21/+51 | |
2019-11-27 | a few changes on check targets for lsl | UbitUmarov | 4 | -122/+111 | |
2019-11-23 | fix identation | UbitUmarov | 1 | -3/+2 | |
2019-11-23 | fix xml decode of kfm in single prims case | UbitUmarov | 1 | -5/+6 | |
2019-11-22 | YEngine: change some startup log messages | UbitUmarov | 2 | -23/+25 | |
2019-11-22 | YEngine, change default number of exec threads to 2 of priority Normal. Let ↵ | UbitUmarov | 2 | -6/+28 | |
the threads priority a option on ini files | |||||
2019-11-22 | Oooopss | UbitUmarov | 1 | -2/+2 | |
2019-11-22 | more changes on YEngine scripts heap usage | UbitUmarov | 6 | -45/+54 | |
2019-11-20 | cosmetics | UbitUmarov | 1 | -0/+2 | |
2019-11-20 | cosmetics | UbitUmarov | 2 | -4/+4 | |
2019-11-18 | fix the block of teleport to same region handle | UbitUmarov | 1 | -10/+7 | |
2019-11-18 | Yengine: more on constants operations reduction | UbitUmarov | 3 | -86/+60 | |
2019-11-18 | mantis 8551: Simplify Yengine heap usage control | UbitUmarov | 5 | -108/+66 | |
2019-11-18 | fix a info message | UbitUmarov | 1 | -1/+1 | |
2019-11-17 | terrain: make sure modify does get unblocked | UbitUmarov | 1 | -115/+122 | |
2019-11-16 | remove some llUDP options | UbitUmarov | 5 | -141/+74 | |
2019-11-14 | work on previus 2 patchs | UbitUmarov | 2 | -12/+0 | |
2019-11-14 | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 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> | |||||
2019-11-13 | mantis 8627: handle the case constant compareOp constant on Yengine | UbitUmarov | 1 | -12/+95 | |
2019-11-13 | Terrain: more double to float | UbitUmarov | 11 | -43/+52 | |
2019-11-13 | limit max number of attachments to 38. All can be on same point | UbitUmarov | 7 | -83/+100 | |
2019-11-12 | missed a few | UbitUmarov | 1 | -4/+4 | |
2019-11-12 | terrain replace double by float | UbitUmarov | 17 | -72/+75 | |
2019-11-12 | more changes on terrain edit. Silent ignore comand if busy (large area ↵ | UbitUmarov | 8 | -113/+135 | |
smooth can take ages), brush changes, etc | |||||
2019-11-11 | Yengine: we also need to cancel timer events in queue, because some bad ↵ | UbitUmarov | 5 | -2/+50 | |
scripts that do work on X | |||||
2019-11-10 | terraforming changes: try recover llmodifyland previus behaviur | UbitUmarov | 1 | -3/+5 | |
2019-11-10 | SIO_UDP_CONNRESET should work on macs now, thx Gavin | UbitUmarov | 1 | -7/+8 | |
2019-11-10 | terraforming changes: comment a debug message | UbitUmarov | 1 | -1/+1 | |
2019-11-10 | terraforming changes: support selected parcel edit; fix area smooth | UbitUmarov | 5 | -25/+67 | |
2019-11-10 | terraforming changes: make jenkis happy | UbitUmarov | 4 | -12/+12 | |
2019-11-10 | terraforming changes: missing file | UbitUmarov | 1 | -15/+4 | |
2019-11-09 | terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵ | UbitUmarov | 29 | -1180/+157 | |
needed (run prebuild) |