| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Removed ignoreCase=true from the call to Type.GetInterface, because, well, we... | Diva Canto | 2015-08-15 | 2 | -3/+3 |
|/ |
|
* | Only send the requested ObjectPropertiesFamily in the RequestObjectProperties... | Drake Arconis | 2015-08-15 | 1 | -1/+1 |
* | Send a proper ownerid for Object messages to conform with what viewer expects | Drake Arconis | 2015-08-15 | 1 | -2/+5 |
* | Remove DOS line endings from LSL_API.cs | Melanie Thielker | 2015-08-13 | 1 | -15278/+15278 |
* | Whitespace borkness? | Diva Canto | 2015-08-12 | 1 | -15277/+15277 |
* | Send correct uuids in the FromID and ID packet fields for llInstantMessage | Drake Arconis | 2015-08-12 | 1 | -5/+2 |
* | When the user stops a script, have it remain stopped | Oren Hurvitz | 2015-08-11 | 3 | -3/+28 |
* | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 2015-08-11 | 18 | -49/+95 |
* | Show Script Time in the statistics panel | Oren Hurvitz | 2015-08-11 | 3 | -38/+69 |
* | Changed "Script Execution Time" to be the gross time, i.e. including handling... | Oren Hurvitz | 2015-08-11 | 1 | -164/+176 |
* | Report "Script Execution Time" as the time spent executing the script in the ... | Oren Hurvitz | 2015-08-11 | 3 | -51/+18 |
* | Improved calculation of Script Execution TimeStarted | Oren Hurvitz | 2015-08-11 | 2 | -7/+13 |
* | Fixed mistakes related to confusion between Environment.TickCount (millisecon... | Oren Hurvitz | 2015-08-11 | 2 | -3/+3 |
* | Log scripts that have processed many events: this is probably an indication o... | Oren Hurvitz | 2015-08-11 | 1 | -0/+8 |
* | Fixed calling "debug xengine log" without the 'level' parameter: this should ... | Oren Hurvitz | 2015-08-11 | 1 | -1/+1 |
* | Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo... | Oren Hurvitz | 2015-08-11 | 3 | -61/+73 |
* | Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}") | Oren Hurvitz | 2015-08-11 | 2 | -2/+2 |
* | BulletSim: rearrange code and add different locking to eliminate chances | Robert Adams | 2015-08-09 | 3 | -43/+40 |
* | BulletSim: update the motion actors so they completely clean themselves | Robert Adams | 2015-08-09 | 7 | -29/+41 |
* | WARNING: massive refactor to follow libomv's latest changes regarding invento... | Diva Canto | 2015-08-08 | 17 | -53/+56 |
* | Have osAvatarName2Key check the cache first, even for foreign users | Oren Hurvitz | 2015-08-07 | 1 | -22/+23 |
* | BulletSim: clean up some code for axis locking. No functional change. | Robert Adams | 2015-08-06 | 1 | -74/+13 |
* | BulletSim: rearrange code and add some tests to try and resolve the | Robert Adams | 2015-08-06 | 2 | -6/+7 |
* | create osGetAvatarHomeURI | Christopher | 2015-08-04 | 3 | -0/+40 |
* | Make osAvatarName2Key() able to get names from unknown HG users | Christopher | 2015-08-04 | 1 | -4/+40 |
* | Removed unused variable | Oren Hurvitz | 2015-08-03 | 1 | -2/+0 |
* | Add an option to processes physics collisions using FireAndForget. | Robert Adams | 2015-08-02 | 2 | -3/+48 |
* | osKey2Name returns now correct values for HG users who are not on the region. | Christopher | 2015-08-02 | 1 | -10/+18 |
* | Mantis #7657 and #7514. This should alleviate the problem of bad object asset... | Diva Canto | 2015-08-01 | 2 | -4/+6 |
* | Eliminated several warnings | Oren Hurvitz | 2015-07-31 | 4 | -1/+6 |
* | XMLRPCModule now actually aborts the worker thread when requested | Oren Hurvitz | 2015-07-31 | 1 | -2/+6 |
* | Fixed bad log message | Oren Hurvitz | 2015-07-31 | 1 | -1/+1 |
* | Fixed bug introduced in 4735514. The project didn't compile. | Oren Hurvitz | 2015-07-26 | 1 | -1/+1 |
* | Fixed not being charged to create classifeids on money enabled regions | Quill Littlefeather | 2015-07-26 | 1 | -2/+14 |
* | Removed unused code related to DNS lookups | Oren Hurvitz | 2015-07-23 | 1 | -2/+0 |
* | Added logging in places where regions are searched for by their location | Oren Hurvitz | 2015-07-22 | 3 | -11/+39 |
* | BulletSim: fix cut-and-paste typo in constraint frame setting. | Robert Adams | 2015-07-21 | 1 | -1/+1 |
* | Prevent two maptiles being generated at startup, one for v1 and another for v... | AliciaRaven | 2015-07-21 | 2 | -1/+9 |
* | Fixed the whitespace in Scene.cs | Oren Hurvitz | 2015-07-13 | 1 | -515/+515 |
* | BulletSim: fix two compiler warnings. | Robert Adams | 2015-06-25 | 2 | -5/+0 |
* | Guard against null AgentPrefs service in llGetAgentLanguage() | Cinder | 2015-06-21 | 1 | -3/+10 |
* | Add MaxMaterialsPerTransaction to SimFeatures | Cinder | 2015-06-19 | 1 | -0/+14 |
* | Warp3DImageModule. Reduce workload by not calling to render the root prim twi... | AliciaRaven | 2015-06-19 | 1 | -1/+0 |
* | Bug fix in inventory fetching: sometimes the caps request comes before there ... | Diva Canto | 2015-06-17 | 1 | -5/+0 |
* | Squooshed a warning that could result in a runtime null pointer exception. It... | Diva Canto | 2015-06-14 | 1 | -1/+1 |
* | Squoosh one more warning | Diva Canto | 2015-06-14 | 1 | -1/+1 |
* | Quell three new warnings I introduced with AgentPrefsData, return an empty ll... | Cinder | 2015-06-14 | 1 | -2/+2 |
* | Added ':' to debug messages | Diva Canto | 2015-06-13 | 1 | -4/+4 |
* | Add optional GodNames region module | Cinder | 2015-06-13 | 1 | -0/+144 |
* | Guard against scenes without an agent prefs service and a copy and paste fix | Cinder | 2015-06-13 | 2 | -1/+8 |