Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge LureModule into HGLureModule. | onefang | 2019-07-25 | 2 | -304/+18 |
| | |||||
* | Gatekeeper -> GatekeeperURI | onefang | 2019-07-25 | 5 | -13/+12 |
| | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. | ||||
* | OpenSim dev typo-- | onefang | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Combine LureModule and HGLureModule. | onefang | 2019-07-25 | 1 | -69/+101 |
| | | | | Still need to clean up after this, LureModule.cs isn't needed anymore. | ||||
* | Allow sitting on attachments, and attaching tings with people sitting on them. | onefang | 2019-07-24 | 2 | -20/+20 |
| | | | | | Now we have to fix all the viewers that though it would be great to enshrine this bug in viewer side. | ||||
* | Move the terrain.raw file out of tree to a sim specific name. | onefang | 2019-07-24 | 1 | -4/+13 |
| | |||||
* | For the "teleport from above" case, do the right thing. | onefang | 2019-07-24 | 2 | -18/+43 |
| | | | | | | | Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. | ||||
* | Revert list content type check. | onefang | 2019-07-24 | 1 | -6/+10 |
| | | | | https://sledjhamr.org/mantisbt/view.php?id=19 | ||||
* | Warnings-- | onefang | 2019-07-23 | 1 | -9/+9 |
| | |||||
* | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. | onefang | 2019-07-21 | 3 | -9/+9 |
| | |||||
* | Allow menu items longer than 24 characters once more. | onefang | 2019-07-20 | 2 | -6/+3 |
| | | | | I've never seen any problems with allowing this, my NPC tool does that. | ||||
* | Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into ↵ | onefang | 2019-07-08 | 1 | -2/+5 |
| | | | | | | something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. | ||||
* | Warnings-- | onefang | 2019-06-04 | 19 | -29/+28 |
| | |||||
* | Add DefaultRegionAccess in [AuthorizationService] section. | onefang | 2019-06-03 | 1 | -1/+2 |
| | |||||
* | A little tweaking of log levels. | onefang | 2019-06-01 | 3 | -7/+7 |
| | |||||
* | Have some "avatar has left" mesasge hit the INFO console. | onefang | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | Remove Etcd thing, not used anywhere. | onefang | 2019-05-20 | 1 | -195/+0 |
| | | | | Also needs an obscure dependency that I can't track down. | ||||
* | Better archiver console spam. | onefang | 2019-05-19 | 1 | -9/+14 |
| | |||||
* | Remove some script distance limits. | onefang | 2019-05-19 | 1 | -5/+1 |
| | |||||
* | One last big source of script slowness removed. | onefang | 2019-05-19 | 2 | -181/+14 |
| | | | | No need to artificially slow stuff down. lol | ||||
* | More script speed ups. | onefang | 2019-05-19 | 4 | -540/+0 |
| | | | | | Don't waste time collecting bogus statistics. At least I think they are bogus. | ||||
* | Less Oh Silly Threat detection. | onefang | 2019-05-19 | 1 | -214/+24 |
| | | | | | Scripts run a little faster if they don't stop to be overly paranoid all the time. | ||||
* | Better sim startup console notification. | onefang | 2019-05-19 | 1 | -2/+6 |
| | |||||
* | ProfileServiceURL not ProfileURL | onefang | 2019-05-19 | 1 | -1/+1 |
| | |||||
* | Various IRC fixes. | onefang | 2019-05-19 | 1 | -16/+23 |
| | |||||
* | Merge Warp3DCachedImageModule from Christopher Latza. | onefang | 2019-05-19 | 1 | -45/+180 |
| | | | | | Plus some of my own tweaks. Minus some of his. | ||||
* | Remove silly 4096 sim TP check for a client bug that was fixed long ago. | onefang | 2019-05-19 | 1 | -47/+0 |
| | |||||
* | White space -- | onefang | 2019-05-19 | 1 | -4/+4 |
| | |||||
* | Various logging fix ups. | onefang | 2019-05-19 | 4 | -14/+12 |
| | | | | | | Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. | ||||
* | Update version number stuff, and hack it into the money display. | onefang | 2019-05-19 | 1 | -2/+2 |
| | |||||
* | Remove useless executable bit that Windows adds. | onefang | 2019-05-19 | 43 | -0/+0 |
| | |||||
* | Move cache, config, logs out of tree, and various related clean ups. | onefang | 2019-05-19 | 6 | -10/+9 |
| | |||||
* | Move db directory out of tree. | onefang | 2019-05-19 | 1 | -2/+2 |
| | |||||
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 636 | -33622/+75345 |
| | |||||
* | Various little clean ups. | David Walter Seikel | 2016-12-09 | 1 | -1/+2 |
| | |||||
* | Don't throw exceptions on threat level checks and a few other script ↵ | David Walter Seikel | 2016-11-22 | 3 | -96/+105 |
| | | | | | | function errors. Instead, just complain quickly and return without doing the function. | ||||
* | Actually tell us what the problem object is with sculpties in map generation. | David Walter Seikel | 2016-11-22 | 1 | -4/+15 |
| | |||||
* | Reduce various console spam. | David Walter Seikel | 2016-11-22 | 2 | -5/+7 |
| | |||||
* | Remove zero length XML blob spam. | David Walter Seikel | 2016-11-22 | 3 | -15/+23 |
| | |||||
* | Various random white space clean ups. | David Walter Seikel | 2016-11-22 | 4 | -41/+41 |
| | |||||
* | A bit more sanity in the IRC bridge. | David Walter Seikel | 2016-11-08 | 1 | -16/+23 |
| | |||||
* | Fix file execute permissions, coz Windows. | David Walter Seikel | 2016-11-07 | 43 | -0/+0 |
| | |||||
* | Adjust OS script functions threat levels, and don't bother wasting time ↵ | David Walter Seikel | 2016-11-07 | 1 | -139/+39 |
| | | | | | | checking those with no threat level. Some went up, some went down. Should be more sane now. | ||||
* | Remove silly rezzing distance limits. They just make scripters work around ↵ | David Walter Seikel | 2016-11-07 | 3 | -11/+1 |
| | | | | them. | ||||
* | Excess white space removal. | David Walter Seikel | 2016-11-07 | 1 | -9/+9 |
| | |||||
* | More config path fixes. | David Walter Seikel | 2016-11-05 | 1 | -3/+2 |
| | |||||
* | Sleep is for the weak. No wonder the standard script engines are so slow. | David Walter Seikel | 2016-11-05 | 2 | -170/+0 |
| | |||||
* | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 2016-11-04 | 5 | -6/+6 |
| | | | | Log configs are still in the bin directory. | ||||
* | Even OpenSim removed the silly IAR avatar presence check. Purge it with fire. | David Walter Seikel | 2016-11-03 | 1 | -139/+70 |
| | |||||
* | Remove a bunch of spammy console messages. | David Walter Seikel | 2016-11-03 | 2 | -31/+0 |
| |