Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-08 | Fix VERSIONINFO_VERSION_LENGTH | onefang | 1 | -1/+1 | |
Why is this hard coded? | |||||
2020-09-08 | Don't read .ini region files, use .xml instead. Add [Region] .ini block. | onefang | 2 | -9/+35 | |
Coz OpenSim can get confused, and I have a better idea - For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter. | |||||
2020-09-08 | Better ROBUST and sim startup console notification. | onefang | 3 | -2/+9 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 18 | -31/+53 | |
2020-07-31 | Various database fixups. | onefang | 21 | -77/+77 | |
InnoDB -> MyISAM utf8 if not exists white space | |||||
2020-01-07 | 0.9.1.1 release and still Snail | UbitUmarov | 1 | -2/+2 | |
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 | 4 | -7/+7 | |
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 | 5 | -31/+33 | |
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 | 2 | -2/+2 | |
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 | 13 | -119/+66 | |
2019-11-14 | Complete PostGres from previous commit - (Not Tested) | Terry | 1 | -2/+18 | |
Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2019-11-14 | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 10 | -3/+83 | |
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-13 | Reduce Max region size to 4096m | UbitUmarov | 2 | -2/+9 | |
2019-11-12 | missed a few | UbitUmarov | 1 | -4/+4 | |
2019-11-12 | terrain replace double by float | UbitUmarov | 18 | -76/+77 | |
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 | missing file, of course | UbitUmarov | 1 | -0/+5 | |
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 | 6 | -26/+68 | |
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 | 30 | -1183/+159 | |
needed (run prebuild) | |||||
2019-11-08 | cosmetics | UbitUmarov | 1 | -23/+44 | |
2019-11-07 | let autopilot also stand from a object | UbitUmarov | 1 | -1/+1 | |
2019-11-07 | avoid a null ref | UbitUmarov | 1 | -11/+23 | |