Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In GridUserService, if a UUID is given consistently use the longest matched ↵ | Justin Clark-Casey (justincc) | 2014-02-15 | 1 | -6/+19 |
| | | | | | | | entry (as already done by GetGridUserInfo()) in order to avoid problems with multiple entries. This is to avoid issues where LoggedIn, SetHome, etc were always using the exact UUID match but GetGridUserInfo() would use the longest. Looks to address http://opensimulator.org/mantis/view.php?id=6986 | ||||
* | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 6 | -6/+6 |
| | | | | | | not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction | ||||
* | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 8 | -300/+193 |
| | | | | | | lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues. | ||||
* | If a caller tries to queue a CAPs message to a scene presence that has no ↵ | Justin Clark-Casey (justincc) | 2014-02-12 | 3 | -7/+101 |
| | | | | | | | event queue (e.g. an NPC), only warn if event queue debugging is greater than zero. Removes the spurious log warnings if groups are active when NPCs are used. Adds more regression tests associated with adding messages to the event queue | ||||
* | Make sure Web streams are disposed after use | Oren Hurvitz | 2014-01-31 | 6 | -53/+45 |
| | |||||
* | Made error messages more consistent | David Rowe | 2014-01-31 | 1 | -15/+15 |
| | |||||
* | Replaced throwing exceptions with calls to Error() | David Rowe | 2014-01-31 | 1 | -7/+9 |
| | |||||
* | Replaced llSay()ing LSL errors with calls Error() | David Rowe | 2014-01-31 | 1 | -9/+8 |
| | |||||
* | Replaced LSLError() calls with calls to Error() | David Rowe | 2014-01-31 | 1 | -15/+10 |
| | |||||
* | Updated "deprecated" LSL errors to use Deprecrated() | David Rowe | 2014-01-31 | 1 | -19/+11 |
| | |||||
* | Updated "not implemented" LSL errors to use NotImplemented() | David Rowe | 2014-01-31 | 1 | -4/+3 |
| | |||||
* | Updated ShoutError() calls to use new LSL error methods | David Rowe | 2014-01-31 | 1 | -38/+27 |
| | |||||
* | Updated methods for handling LSL script errors, deprecated, and not implemented | David Rowe | 2014-01-31 | 1 | -7/+58 |
| | |||||
* | Record whether login to home fails because no home set (UUID.Zero) or region ↵ | Justin Clark-Casey (justincc) | 2014-01-30 | 1 | -7/+22 |
| | | | | not found. | ||||
* | Add "show grid user" robust/standalone console command for debug purposes. | Justin Clark-Casey (justincc) | 2014-01-30 | 1 | -0/+33 |
| | | | | | Shows all data on entries which match or start with a given ID. This would usually be a UUID. | ||||
* | Added osGetRegionSize(), which returns the region size in meters and ↵ | Oren Hurvitz | 2014-01-28 | 3 | -0/+29 |
| | | | | recognizes megaregions | ||||
* | Convert tabs to spaces from previous commit 8c2b41b01 | Justin Clark-Casey (justincc) | 2014-01-28 | 1 | -27/+27 |
| | |||||
* | Make inidirectory files supercede distro files | Dev Random | 2014-01-27 | 1 | -27/+49 |
| | |||||
* | minor: remove long unused state queue from "show queues" console reports | Justin Clark-Casey (justincc) | 2014-01-24 | 1 | -5/+3 |
| | |||||
* | minor: correct the usage statement on the "show image queues" console ↵ | Justin Clark-Casey (justincc) | 2014-01-24 | 1 | -1/+1 |
| | | | | command - should not have been "image queues show" | ||||
* | Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) ↵ | Justin Clark-Casey (justincc) | 2014-01-24 | 1 | -15/+15 |
| | | | | | | from the "show queues" console report to stop screwing up formatting. "show pquques" already did this | ||||
* | Properly dispose of drawing objects to reduce/stop memory leakage on ↵ | Justin Clark-Casey (justincc) | 2014-01-24 | 4 | -319/+343 |
| | | | | generating map tiles with the MapImageModule and TexturedMapTileRenderer (the current defaults) | ||||
* | Add "generate map" console command to allow manual regeneration and storage ↵ | Justin Clark-Casey (justincc) | 2014-01-23 | 2 | -1/+19 |
| | | | | | | of maptiles Primarily for test purposes though could be useful if one prefers to manually update the map tile | ||||
* | Stop exceptions being generated on agent connection if a telehub object has ↵ | Justin Clark-Casey (justincc) | 2014-01-20 | 7 | -40/+186 |
| | | | | been deleted or has no spawn points. | ||||
* | Following on from 50ea2e0, only fetch scene presence for check if ↵ | Justin Clark-Casey (justincc) | 2014-01-18 | 1 | -17/+38 |
| | | | | lightscript function has failed initial IsEstateManagerOrOwner() check | ||||
* | Fixed: Windlight functions caused an error if called when the script's owner ↵ | Oren Hurvitz | 2014-01-18 | 1 | -3/+9 |
| | | | | isn't in the scene | ||||
* | Revert "Fixed: Windlight functions caused an error if called when the ↵ | Justin Clark-Casey (justincc) | 2014-01-17 | 1 | -9/+3 |
| | | | | | | | | script's owner isn't in the scene" This reverts commit 39e5785c0f5bfa9fce2549757ac895920c88825a. Did not mean to apply this yet. | ||||
* | minor: Add Ai Austin to additional OpenSim contributors by request as he has ↵ | Justin Clark-Casey (justincc) | 2014-01-17 | 1 | -8/+3 |
| | | | | added config corrections and does extensive liaison with other projects | ||||
* | Fixed: Windlight functions caused an error if called when the script's owner ↵ | Oren Hurvitz | 2014-01-17 | 1 | -3/+9 |
| | | | | isn't in the scene | ||||
* | Actually put IsChildAgent = true inside the lock, otherwise there is still a ↵ | Justin Clark-Casey (justincc) | 2014-01-16 | 1 | -1/+3 |
| | | | | small window for race conditions on duplicate CompleteMovement calls | ||||
* | Prevent duplicate invocations or race dontision in SP.CompleteMovement() | Justin Clark-Casey (justincc) | 2014-01-16 | 2 | -56/+65 |
| | | | | | This can happen under poor network conditions if a viewer repeats the message send If this happens, physics actors can get orphaned, which unecessarily raises physics frame times | ||||
* | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 2014-01-16 | 5 | -0/+44 |
| | | | | This is useful if the user is deleted. | ||||
* | In the offline message table, store the sender. | Oren Hurvitz | 2014-01-16 | 4 | -5/+16 |
| | | | | This data is useful for preventing abuse (e.g., someone who sends too many messages), or for deleting message if their sender has been deleted. | ||||
* | Fixed offline IM | Oren Hurvitz | 2014-01-16 | 1 | -8/+4 |
| | |||||
* | Remove old IInterRegionComms and references. This hasn't been used since ↵ | Justin Clark-Casey (justincc) | 2014-01-16 | 4 | -127/+4 |
| | | | | 2009 and was superseded by ISimulationService | ||||
* | minor: Add David Rowe to ctrlaltdavid handle by request | Justin Clark-Casey (justincc) | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 2 | -2/+4 |
| | |||||
* | In library inventory, correct asset id for llSay example script | Justin Clark-Casey (justincc) | 2014-01-10 | 2 | -4/+4 |
| | | | | | From http://opensimulator.org/mantis/view.php?id=6917 Thanks to FreakyTech for this spot. | ||||
* | minor: Add ctrlaltdavid to contributors list | Justin Clark-Casey (justincc) | 2014-01-10 | 1 | -0/+1 |
| | |||||
* | Fixed llTextBox error message text | David Rowe | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Dynamically adjust to the number of visual params sent. | Melanie | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | When moving the root prim of an attachment: a) Change the attach position; ↵ | Oren Hurvitz | 2014-01-10 | 1 | -5/+5 |
| | | | | b) Move the other prims in the reverse direction to compensate | ||||
* | When creating a coalesced object, set its permissions to the ↵ | Oren Hurvitz | 2014-01-10 | 1 | -7/+16 |
| | | | | lowest-common-denominator of all the sub-objects | ||||
* | When creating a coalesced object, set its Creator ID if all the objects have ↵ | Oren Hurvitz | 2014-01-10 | 1 | -4/+15 |
| | | | | the same creator | ||||
* | Refactored: use a single function to apply an object's folded permissions to ↵ | Oren Hurvitz | 2014-01-10 | 6 | -39/+48 |
| | | | | its main permissions | ||||
* | Refactored setting permissions when rezzing items: use the same function ↵ | Oren Hurvitz | 2014-01-10 | 5 | -94/+160 |
| | | | | | | when rezzing from user inventory and prim inventory. Also, fixed a bug: when rezzing a coalesced object from a prim's inventory, apply the coalesced object's name and description only to the first sub-object; not to all the objects in the coalescence. (This was already done correctly when rezzing from a user's inventory.) | ||||
* | If an agent is sitting, then do send the rotation in the agent update ↵ | Justin Clark-Casey (justincc) | 2014-01-08 | 2 | -8/+19 |
| | | | | | | | | instead of zeroing it to resolve mouselook camera problems Addresses http://opensimulator.org/mantis/view.php?id=6892 Thanks to tglion for this spot. This resolves a recent regression from 17b32b764acd815400d9eb903aaec6dcebd60ac7 | ||||
* | Add lsl arg syntax checking for control event | Justin Clark-Casey (justincc) | 2013-12-21 | 2 | -9386/+9716 |
| | |||||
* | refactor: rename internal lsl parser VectorDeclaration -> VecDeclaration for ↵ | Justin Clark-Casey (justincc) | 2013-12-21 | 1 | -7907/+7903 |
| | | | | consistency | ||||
* | Add arg checking for at_target lsl event | Justin Clark-Casey (justincc) | 2013-12-21 | 2 | -8828/+9158 |
| |