Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If a caller tries to queue a CAPs message to a scene presence that has no ↵ | Justin Clark-Casey (justincc) | 2014-02-12 | 2 | -7/+99 |
| | | | | | | | 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. | ||||
* | 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 | ||||
* | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 2 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | Add lsl event arg checking for at_rot_target | Justin Clark-Casey (justincc) | 2013-12-21 | 2 | -8915/+9306 |
| | |||||
* | Add lsl event argument checking for attach and on_rez | Justin Clark-Casey (justincc) | 2013-12-21 | 2 | -8593/+8946 |
| | |||||
* | Add missing viewer param elements for butt and breast physics. | Justin Clark-Casey (justincc) | 2013-12-19 | 1 | -1/+75 |
| | | | | | Patch from http://opensimulator.org/mantis/view.php?id=6864 except with tabs replaced by spaces Thanks cinderblocks! | ||||
* | Create regression test TestSendAgentGroupDataUpdate() for groups agent data ↵ | Justin Clark-Casey (justincc) | 2013-12-18 | 3 | -7/+67 |
| | | | | sending | ||||
* | Extend TestLlGetNotecardLine() regression test to contain chars that are two ↵ | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -1/+1 |
| | | | | bytes in utf8 | ||||
* | ParseNotecardToList() returned data past end of notecard text (mantis #6881). | Kevin Cozens | 2013-12-14 | 1 | -15/+15 |
| | |||||
* | Wrap analysis of the particle system in the UUID Gatherer in a separate ↵ | Justin Clark-Casey (justincc) | 2013-12-14 | 1 | -3/+12 |
| | | | | | | try/catch as sometimes it appears that this can be corrupt. As per Oren's suggestion. |