aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* When a prim is bought through BuySellModule, the click action is not changed ↵AliciaRaven2014-09-271-0/+1
| | | | | | back from buy object. This means that after the object is bought, it still appears as if for sale which can be confusing. This sets it back to touch, the default after sale. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Move expired objects cleaning trigger to the maintenance thread of a region ↵Justin Clark-Casey (justincc)2014-09-272-24/+27
| | | | | | | rather than it's main scene loop. [Startup] default setting UpdateTempCleaningEveryNFrames becomes UpdateTempCleaningEveryNSeconds. Default becomes 180s instead of effective 182s (which would also vary with any changes in frame time or extra long frames)
* Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)2014-09-261-8/+2
| | | | | | Addresses http://opensimulator.org/mantis/view.php?id=7330 Fixed by removing chat delivery to avatar from WorldCommModule.DeliverMessageTo(), in common with existing similar methods that only handle deliver to script listeners. Preserves fixes from http://opensimulator.org/mantis/view.php?id=5005
* Add missing HGInventoryService responsible for creating My Suitcase to ↵Roger Kirkman2014-09-261-0/+4
| | | | StandaloneHypergrid.ini
* Fix long-lived thread name logging.Justin Clark-Casey (justincc)2014-09-261-1/+1
|
* Make "generate map" console command also trigger upload to maptiles as well ↵Justin Clark-Casey (justincc)2014-09-263-50/+118
| | | | as asset generation without performing tile generation twice.
* Add "debug lludp data out" console command for logging outgoing data just ↵Justin Clark-Casey (justincc)2014-09-242-1/+52
| | | | | | | before it's put on the wire. Unlike "debug lludp packet" which logs at the point where OpenSim first asks the clientstack to send a certain outgoing packet, this logs immediately before the actual send. For low-level debugging purposes.
* Update libopenmetaverse to 0f4b361.Justin Clark-Casey (justincc)2014-09-244-0/+0
| | | | Primarily to get a small message logging improvement for pCampbot.
* Add "debug lludp packet" command to pCampbot.Justin Clark-Casey (justincc)2014-09-242-0/+81
| | | | | | | This allows one to log the packets received by a particular bot that are not duplicates of already received packets. Similar to the OpenSimulator command at the same name but currently any positive level logs all received packets. No facility yet for logging outgoing packets. For debug purposes.
* Remove an unnecessary check at the bottom of Scene.CloseAgent()Justin Clark-Casey (justincc)2014-09-241-7/+2
| | | | At this point sp != null so no check required.
* Add persistent command history in consoleJak Daniels2014-09-237-4/+101
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Modifications to previous IAR commits to bring them more inline with ↵AliciaRaven2014-09-234-21/+24
| | | | existing OpenSim code conventions. Also include new IAR save switch in console help print out.
* Add an event callback for loading IAR files. The callback for creating them ↵AliciaRaven2014-09-239-50/+159
| | | | already existed but not for loading. This is of interest for use by region modules. Also includes reporting numbers of items saved and items filtered to the completed log printout.
* Change existing IAR save to use UUID for its callback reference instead of ↵AliciaRaven2014-09-236-20/+21
| | | | Guid. This is for uniformity as discussed on IRC.
* Include same content filters for IAR file exports that already exist for OAR ↵AliciaRaven2014-09-232-0/+54
| | | | files. Adds new console switch --perm=CTM to save iar command.
* Replace two connecting bots state booleans in pCampbot with a single state ↵Justin Clark-Casey (justincc)2014-09-221-23/+55
| | | | | | machine. Also adds "show status" command to pCampbot that currently just shows bot connecting state
* Reinsert OpenMetaverse.dll from commit fbdf507 from an accidental replace in ↵Justin Clark-Casey (justincc)2014-09-221-0/+0
| | | | | | f1f935e This only affected pCampbot.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-09-217-8/+10
|\
| * Merge branch 'master' into bullet-2.82Robert Adams2014-09-2112-26/+64
| |\
| * \ Merge branch 'master' into bullet-2.82Robert Adams2014-09-0514-66/+82
| |\ \
| * \ \ Merge branch 'master' into bullet-2.82Robert Adams2014-09-0323-268/+79
| |\ \ \
| * \ \ \ Merge branch 'master' into bullet-2.82Robert Adams2014-08-3020-517/+921
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into bullet-2.82Robert Adams2014-08-267-710/+634
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into bullet-2.82Robert Adams2014-08-215-54/+488
| |\ \ \ \ \ \
| * | | | | | | Fix typo in OpenSimDefaults.ini commentRobert Adams2014-08-211-1/+1
| | | | | | | |
| * | | | | | | BulletSim: add new Bullet 2.82 constraint type codes and rename theRobert Adams2014-08-212-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BulletSim fixed constraint to not be confused with the native version.
| * | | | | | | BulletSim: Windows and Linux 32 and 64 bit versions of Bullet 2.82Robert Adams2014-08-184-0/+0
| | | | | | | |
* | | | | | | | Fixed a hard-to-run-into bug in groups: at the time of creation of a group, ↵Diva Canto2014-09-211-10/+18
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were.
* | | | | | | This fixes the Scene thread renaming issueBlueWall2014-09-171-1/+0
| | | | | | |
* | | | | | | Undo "Revert "Small changes to threading to send thread names to unmanaged ↵BlueWall2014-09-175-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threads. Needs Mono 3.6+ to see thread names in utilities like top -H . Some formatting of the thread name to fin in the 16 byte limit on Linux. Please test on Windows to see if the work has any adverse effects."" Fix for break in next commit This reverts commit 376fab140227e92dbd841436509a97b87c9e7792.
* | | | | | | Add eeyore to contributorsJustin Clark-Casey (justincc)2014-09-171-0/+1
| | | | | | |
* | | | | | | Changes to be committed: modified: ↵Edward2014-09-172-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs modified: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs This solves mantis bug# 5005: llRegionSay script does not trigger ChatFromWorld event. This was solved by adding World.SimChat() command to the llRegionSay() function (per suggestion of DrCuriosity). Additionally this fixes llRegionSayTo() which was also not functioning by adding a World.SimChat() command and adding a new SimChatToAgent() overrided function to Scene.PacketHandlers.cs This is the second patch revision. Corrections made to the position of World.SimChat() and removal of tabs per suggestion by justincc.
* | | | | | | Revert "Small changes to threading to send thread names to unmanaged ↵BlueWall2014-09-175-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threads. Needs Mono 3.6+ to see thread names in utilities like top -H . Some formatting of the thread name to fin in the 16 byte limit on Linux. Please test on Windows to see if the work has any adverse effects." This reverts commit af286d5fcb688e8b64202b6deca4f249e9a2b6b8. Issue with Jenkins builds
* | | | | | | Small changes to threading to send thread names to unmanaged threads. Needs ↵BlueWall2014-09-175-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono 3.6+ to see thread names in utilities like top -H . Some formatting of the thread name to fin in the 16 byte limit on Linux. Please test on Windows to see if the work has any adverse effects.
* | | | | | | When osNpcMoveToTarget() is called for a sitting avatar then silently do ↵Justin Clark-Casey (justincc)2014-09-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nothing rather than throwing an error. Resolves http://opensimulator.org/mantis/view.php?id=7311
* | | | | | | Add cinderblocks and bobshaffer2 to contributors.Justin Clark-Casey (justincc)2014-09-121-0/+2
| | | | | | |
* | | | | | | Fix issues where setting llSetTextureAnim(FALSE... did not work properly).Justin Clark-Casey (justincc)2014-09-121-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I ended up amalgamating patches from http://opensimulator.org/mantis/view.php?id=7313 and http://opensimulator.org/mantis/view.php?id=7318 Thanks a lot to both bobshaffer2 and cinderblocks.
* | | | | | | Fix regression from recent a02dae5 where stand positions are no longer ↵Justin Clark-Casey (justincc)2014-09-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct when a sit target is specified. Adjusts stand position using just avatar position relative to the root prim instead. Fixes http://opensimulator.org/mantis/view.php?id=7315 and preserves previous fix for http://opensimulator.org/mantis/view.php?id=7299
* | | | | | | Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c ↵Justin Clark-Casey (justincc)2014-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | char and not literal 'c'
* | | | | | | For stat names containing periods, replace with '#' rather than throw exceptionJustin Clark-Casey (justincc)2014-09-091-1/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | In relation to http://opensimulator.org/mantis/view.php?id=7317
* | | | | | For monitoring purposes, start non-timeout tasks (which do not currently use ↵Justin Clark-Casey (justincc)2014-09-0512-65/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout() The functionality is the same but this allow us to monitor such tasks via "show threads" and abort them for test purposes, etc. Also extends thread names to provide more info (e.g. SendInitialDataToClient says what client the task is for).
* | | | | | Make LLUDP output queue refill thread active by default, since load tests ↵Justin Clark-Casey (justincc)2014-09-042-1/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | have shown that this has better scalability. For testing, previous behaviour can be restored with the console command "debug lludp oqre stop" at runtime.
* | | | | For processing outbound http requests in the XMLRPCModule, start the thread ↵Justin Clark-Casey (justincc)2014-09-041-5/+4
| | | | | | | | | | | | | | | | | | | | through Watchdog for monitoring and stat purposes.
* | | | | Start long-lived thread in IRCConnector via watchdog rather than ↵Justin Clark-Casey (justincc)2014-09-041-13/+5
| | | | | | | | | | | | | | | | | | | | indepedently, so that it can be seen in "show threads" and stats
* | | | | Don't need to check separate physics status in bulletsim update since that ↵Justin Clark-Casey (justincc)2014-09-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method is only run for an indepndent thread anyway. Also remove bulletsim monitored thread from watchdog on shutdown.
* | | | | Make bulletsim thread alarm if no update for 5 seconds.Justin Clark-Casey (justincc)2014-09-031-1/+4
| | | | | | | | | | | | | | | | | | | | The cost is minimal (also done for scene loop) at the benefit of telling us if this thread simply stops for some reason.
* | | | | minor: fix indenting from previous commit b08ab1eJustin Clark-Casey (justincc)2014-09-031-7/+7
| | | | |
* | | | | If BulletSim is running on its own threads, start this thread via the thread ↵Justin Clark-Casey (justincc)2014-09-032-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | watchdog. This allows us to see the presence of the permanent thread via the "show threads" console comand. Also adds the region name to the thread name.
* | | | | Cleanup some unused code and configuration entriesBlueWall2014-09-034-26/+2
| | | | |
* | | | | Don't show the ScrLPS data twice in the WebStats based statistics page.Kevin Cozens2014-09-031-6/+0
| | | | |