| Commit message (Expand) | Author | Files | Lines |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-06-16 | If MaterialsModule unexpected sees a part with DefaultTexture of null, log th... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2014-06-16 | In materials module, if a texture entry somehow has no default entry then don... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-06-04 | Fix AutoBackupModule and include option to skip saving assets. | AliciaRaven | 2 | -3/+39 |
2014-05-27 | Make RegionReady login disabled during initialization message a console messa... | Justin Clark-Casey (justincc) | 1 | -2/+4 |
2014-05-19 | On verbose groups messaging logging, count all operations in reported time wh... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2014-05-19 | Split verbose groups messaging logging into its own setting separate from tha... | Justin Clark-Casey (justincc) | 1 | -23/+77 |
2014-05-19 | Fix recent regression from 77e7bbc where an attachment on a received group no... | Justin Clark-Casey (justincc) | 3 | -4/+27 |
2014-05-12 | For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle... | Justin Clark-Casey (justincc) | 1 | -13/+26 |
2014-05-12 | Add send group notice regression test for when MessageOnlineUsersOnly=true | Justin Clark-Casey (justincc) | 1 | -0/+71 |
2014-05-12 | minor: eliminate unused UUID in xmlrpc GroupsMessagingModule.ProcessMessageFr... | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2014-05-06 | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 1 | -2/+3 |
2014-05-01 | Fix issue where only one of multiple attachments on the same attachpoint for ... | Justin Clark-Casey (justincc) | 2 | -2/+54 |
2014-04-29 | Add regression test for NPC movement on a variable region. | Justin Clark-Casey (justincc) | 1 | -5/+72 |
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 6 | -7/+9 |
2014-04-12 | Tweak to PrimLimits and add missing Regions.ini example | Dev Random | 1 | -16/+5 |
2014-04-12 | Add per-user checking to PrimLimitsModule | Dev Random | 1 | -24/+69 |
2014-04-02 | minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2014-04-02 | Fix problem where moving an object to another region on the same simulator wa... | Justin Clark-Casey (justincc) | 1 | -2/+5 |
2014-03-25 | Don't fail to enable permissions modules correctly if there is any leading or... | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2014-03-24 | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 1 | -2/+2 |
2014-03-12 | When sending group notices through group messaging, allow the agent ID to use... | Justin Clark-Casey (justincc) | 2 | -6/+6 |
2014-03-11 | Send group notices through the same messaging module mechanism used to send g... | Justin Clark-Casey (justincc) | 3 | -91/+151 |
2014-03-07 | Add regression test for sending group notices via xmlrpc groups connector. | Justin Clark-Casey (justincc) | 2 | -0/+56 |
2014-02-15 | Rewrite of mega-region code to use new form of border checking. | Robert Adams | 1 | -31/+0 |
2014-02-14 | Log information about which function, request data and agent ID triggered an ... | Justin Clark-Casey (justincc) | 1 | -14/+5 |
2014-02-09 | Add JsonRezAtRoot script function. Operation is very similar to | Mic Bowman | 1 | -0/+111 |
2014-02-01 | Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ... | dahlia | 2 | -3/+38 |
2014-01-31 | Make sure Web streams are disposed after use | Oren Hurvitz | 1 | -1/+1 |
2014-01-27 | Re-enabled NPCModuleTests.TestCreate() | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2014-01-24 | minor: remove long unused state queue from "show queues" console reports | Justin Clark-Casey (justincc) | 1 | -5/+3 |
2014-01-24 | minor: correct the usage statement on the "show image queues" console command... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-01-24 | Skip IClientAPIs that don't implement IStatsCollector (such as NPCAvatar) fro... | Justin Clark-Casey (justincc) | 1 | -15/+15 |
2014-01-20 | rather than converting existing materials to assets, just retrieve them and m... | dahlia | 1 | -32/+12 |
2014-01-20 | add null texture entry face check before converting legacy materials | dahlia | 1 | -2/+2 |
2014-01-20 | Clean up orphaned json stores. This can happen when an object is | Mic Bowman | 3 | -3/+274 |
2014-01-20 | force SOG update when converting legacy materials to ensure changes are persi... | dahlia | 1 | -0/+2 |
2014-01-20 | delay texture entry parsing until absolutely necessary while converting legac... | dahlia | 1 | -4/+4 |
2014-01-20 | Add code to convert legacy materials stored in DynAttrs to new asset format a... | dahlia | 1 | -20/+102 |
2014-01-20 | Check agent permissions before modifying an object's materials. Also, when cr... | Oren Hurvitz | 1 | -10/+21 |
2014-01-20 | When asked to change the Material for one face, change only that face; not th... | Oren Hurvitz | 1 | -18/+5 |
2014-01-20 | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 1 | -327/+191 |
2014-01-20 | Renamed MaterialsDemoModule to MaterialsModule | Oren Hurvitz | 1 | -1/+1 |
2014-01-20 | - Materials: support the viewer removing the material (in which case matsMap[... | Oren Hurvitz | 1 | -35/+42 |
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 3 | -1/+5 |
2013-12-18 | Create regression test TestSendAgentGroupDataUpdate() for groups agent data s... | Justin Clark-Casey (justincc) | 1 | -3/+62 |
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -2/+2 |
2013-12-14 | After previous discussion, put eye-catcher 'SCRIPT READY' messages to console... | Justin Clark-Casey (justincc) | 1 | -3/+5 |
2013-12-14 | Comment out sit position checks in TestSitAndStandWithSitTarget() in SP and N... | Justin Clark-Casey (justincc) | 1 | -3/+5 |
2013-12-14 | Fix TestSitAndStandWithNoSitTarget NPC and SP tests. | Justin Clark-Casey (justincc) | 1 | -6/+2 |