Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation... | UbitUmarov | 2016-06-28 | 1 | -4/+5 |
* | change NPC restriction options default from restricted to all allowed, as ma... | UbitUmarov | 2015-10-08 | 1 | -10/+4 |
* | add several options for NPC creation so abusive use can be reduced (restrict... | UbitUmarov | 2015-09-30 | 1 | -0/+26 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -4/+0 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -29/+33 |
|\ | |||||
| * | dont fire a thread on npc creation keeping the main one just waiting | UbitUmarov | 2014-08-02 | 1 | -5/+6 |
| * | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -9/+11 |
| |\ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2013-08-13 | 1 | -1/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -2/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-11-13 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-11-12 | 1 | -46/+78 |
| |\ \ \ \ \ | |||||
| * | | | | | | Remove NPC debug spam | Melanie | 2012-08-14 | 1 | -7/+7 |
| * | | | | | | Merge branch 'avination' of ssh://3dhosting.de/var/git/careminster into avina... | Melanie | 2012-08-14 | 1 | -33/+29 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-08-14 | 1 | -33/+29 |
| | |\ \ \ \ \ \ | |||||
| * | | | | | | | | Removed more spammy NPC crap | Melanie | 2012-08-14 | 1 | -1/+1 |
| * | | | | | | | | Comment spammy debug | Melanie | 2012-08-14 | 1 | -3/+3 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-07-11 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-05-07 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-04-27 | 1 | -1/+42 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-04-25 | 1 | -10/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Allow scripts in attachments owned by the NPC to control the NPC | Melanie | 2012-04-18 | 1 | -1/+7 |
| * | | | | | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-03-06 | 1 | -11/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix NPC appearance setting to include attachments again | Melanie | 2012-02-27 | 1 | -1/+4 |
| * | | | | | | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-02-16 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-02-15 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-02-10 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-02-09 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Push more NPC stuff into threads | Melanie | 2012-02-08 | 1 | -15/+22 |
* | | | | | | | | | | | | | | | | | Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatars | tglion | 2015-04-18 | 1 | -10/+14 |
* | | | | | | | | | | | | | | | | | Allow scripts in attachments on an owned NPC to call NPC functions on that NPC | Justin Clark-Casey (justincc) | 2014-12-04 | 1 | -1/+8 |
* | | | | | | | | | | | | | | | | | When osNpcMoveToTarget() is called for a sitting avatar then silently do noth... | Justin Clark-Casey (justincc) | 2014-09-12 | 1 | -0/+3 |
* | | | | | | | | | | | | | | | | | Fix issue where only one of multiple attachments on the same attachpoint for ... | Justin Clark-Casey (justincc) | 2014-05-01 | 1 | -2/+1 |
* | | | | | | | | | | | | | | | | | Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ... | dahlia | 2014-02-01 | 1 | -2/+24 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | minor: Stop debug logging whenever an npc is moved, other npc log related for... | Justin Clark-Casey (justincc) | 2013-09-19 | 1 | -16/+15 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Get rid of issue where removing NPCs would through an exception by routing cl... | Justin Clark-Casey (justincc) | 2013-08-12 | 1 | -1/+3 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Attachments module only registers when enabled. This enables alternative atta... | Dan Lake | 2013-07-16 | 1 | -2/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | document & 80-character width terminal formatting | SignpostMarv | 2012-11-11 | 1 | -49/+80 |
* | | | | | | | | | | | | converting NPC module to ISharedRegionModule | SignpostMarv | 2012-11-11 | 1 | -9/+22 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Prevent race conditions when one thread removes an NPC SP before another thre... | Justin Clark-Casey (justincc) | 2012-08-14 | 1 | -34/+30 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Mantis 6063 osNpcTouch. | Talun | 2012-07-06 | 1 | -0/+10 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | remove default values from prior commit since mono cant deal with them | dahlia | 2012-05-07 | 1 | -1/+1 |
* | | | | | | | | | add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m... | dahlia | 2012-05-06 | 1 | -1/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2012-04-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Minor improvements to logging | Oren Hurvitz | 2012-04-24 | 1 | -2/+2 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Add a version of osNpcSay that takes a channel number Mantis 5747 | Talun | 2012-04-26 | 1 | -1/+42 |
|/ / / / / / | |||||
* | | | | | | Go back to setting appearance directly in NPCModule.SetAppearance() to fix ma... | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -8/+12 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix some logic mistakes where firstly osNpcCreate() without options was creat... | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -2/+2 |
| |_|_|/ |/| | | |