| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually start a region created via the "create region" console command. | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -0/+2 |
* | Don't try to write region size and MapfileStaticFile Nini settings that are n... | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -4/+6 |
* | For the public-facing Hypergrid asset and inventory services, override a gene... | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -0/+12 |
* | Fix script state not being preserved in objects sent via Hypergrid. | Justin Clark-Casey (justincc) | 2015-03-16 | 2 | -9/+79 |
* | Add Shy Robbiani to contributors | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -0/+1 |
* | help restart message corrected | Shy Robbiani | 2015-03-16 | 1 | -1/+1 |
* | Add rough and ready element explanation in a comment at the top of inventory ... | Justin Clark-Casey (justincc) | 2015-03-16 | 11 | -0/+131 |
* | Add required wearable flags values to inventory body parts and clothing examp... | Justin Clark-Casey (justincc) | 2015-03-16 | 2 | -0/+11 |
* | minor: Remove unnecessary quoting in Regions.ini.example | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -6/+6 |
* | minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more n... | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -1/+1 |
* | corrected handling when XML parsing in Presence Connector fails | Freaky Tech | 2015-03-16 | 1 | -0/+1 |
* | Change flavour to rc2 | Justin Clark-Casey (justincc) | 2015-03-04 | 1 | -1/+1 |
* | Make private services forbid llHTTPRequest() calls by rejecting those that ha... | Justin Clark-Casey (justincc) | 2015-03-04 | 8 | -19/+184 |
* | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri... | Justin Clark-Casey (justincc) | 2015-03-04 | 10 | -29/+499 |
* | Merge commit '7e8bad05ec6150e082fb634e3210b83c33dbcfe7' into 0.8.1-post-fixes | Justin Clark-Casey (justincc) | 2015-03-04 | 45 | -352/+1069 |
|\ |
|
| * | Fix erratic Npc movement | BlueWall | 2015-03-02 | 1 | -1/+1 |
| * | Add FreakyTech to CONTRIBUTORS.txt | BlueWall | 2015-03-02 | 1 | -0/+1 |
| * | added missing senderId in GiveInventoryFolder this little mistake prevented p... | Freaky Tech | 2015-03-02 | 1 | -1/+1 |
| * | Handle kick user from estate management tools | BlueWall | 2015-03-01 | 1 | -0/+14 |
| * | minor: Remove mono compiler warnings from EstateDataConnector | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -2/+0 |
| * | Correct PRIM_TEXT return value from trans to alpha. | Magnuz Binder | 2015-02-28 | 1 | -1/+1 |
| * | Use using constructs on disposable io objects in LLRaw to ensure they are alw... | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -113/+111 |
| * | Add Magnuz Binder to CONTRIBUTORS | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -0/+1 |
| * | Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c... | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -0/+1 |
| * | Permit loading of LLRAW files bigger than 256x256 by calculating size based o... | Magnuz Binder | 2015-02-28 | 1 | -1/+9 |
| * | Comment out now unused and not properly working private SP.m_leftButtonDown w... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -2/+7 |
| * | Don't slow down avatar walk speed if camera is changed (e.g. by holding down ... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -28/+12 |
| * | Don't slide crouching avatar when camera is panned around them with left mous... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -1/+3 |
| * | Revert "Adding dynamic ossl permission control" | BlueWall | 2015-02-27 | 4 | -119/+0 |
| * | Adding dynamic ossl permission control | BlueWall | 2015-02-27 | 4 | -0/+119 |
| * | When an avatar is walking across a region border, force the first AgentUpdate... | Justin Clark-Casey (justincc) | 2015-02-26 | 1 | -5/+18 |
| * | minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno... | Justin Clark-Casey (justincc) | 2015-02-25 | 1 | -0/+5 |
| * | Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe... | Justin Clark-Casey (justincc) | 2015-02-25 | 3 | -39/+65 |
| * | Reduce coupling in regression test task inventory creation methods to make th... | Justin Clark-Casey (justincc) | 2015-02-25 | 11 | -45/+82 |
| * | On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo... | Justin Clark-Casey (justincc) | 2015-02-25 | 1 | -2/+13 |
| * | llLookAt(): use non-physical rotation if host prim is a physical attachment | dahlia | 2015-02-24 | 1 | -1/+1 |
| * | BulletSim: update the OSX BulletSim binary to the latest sources in | Robert Adams | 2015-02-21 | 1 | -0/+0 |
| * | Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o... | BlueWall | 2015-02-21 | 1 | -0/+1 |
| * | In HGAssetMapper.RewriteSOP(), don't explicitly end the document. | Justin Clark-Casey (justincc) | 2015-02-21 | 1 | -2/+0 |
| * | If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -2/+27 |
| * | Make any exception that gets to LLClientView.ProcessSpecificPacketAsync() tel... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -3/+4 |
| * | Add the type of the unrecognized node to the HG asset mapping error message i... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -1/+3 |
| * | minor: Add explanation that [Startup] CombineContiguousRegions should be fals... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -1/+2 |
| * | Comment out unnecessary "Region Found!" alert message when searching map | dahlia | 2015-02-18 | 1 | -2/+3 |
| * | Add NaN and Infinity tests for SOP Velocity and Acceleration setters. | dahlia | 2015-02-16 | 2 | -5/+29 |
| * | Use a boolean flag to signal lookat is running instead of Quaternion.Identity... | dahlia | 2015-02-16 | 1 | -4/+10 |
| * | Filter NaN and Infinity values at SOP AngularVelocity setter | dahlia | 2015-02-16 | 1 | -1/+6 |
| * | BulletSim: bring the BulletSim dll's and so's up to date with | Robert Adams | 2015-02-13 | 4 | -0/+0 |
| * | Add missing BSD headers to files in OpenSim/Framework/ServiceAuth | Justin Clark-Casey (justincc) | 2015-02-13 | 3 | -3/+84 |
| * | If serialized scene object XML has a SavedScriptState with no UUID, then read... | Justin Clark-Casey (justincc) | 2015-02-11 | 1 | -1/+5 |