| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a sound | UbitUmarov | 2018-11-30 | 2 | -1/+6 |
* | recover GetMesh2 cap | UbitUmarov | 2018-11-30 | 3 | -149/+105 |
* | remove xmr json functions that where a fix for ossl ones now removed | UbitUmarov | 2018-11-29 | 1 | -259/+0 |
* | fix CopyInventoryFromNotecard error handling | UbitUmarov | 2018-11-29 | 1 | -16/+18 |
* | mantis 8414: add cap CreateInventoryCategory handler | UbitUmarov | 2018-11-29 | 1 | -1/+70 |
* | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 2018-11-28 | 6 | -114/+13 |
* | YEngine no longer uses mono.tasklets | UbitUmarov | 2018-11-27 | 1 | -1/+0 |
* | oops fix vs2015 msbuild detection | UbitUmarov | 2018-11-27 | 1 | -1/+1 |
* | update DotNetOpenMail.dll | UbitUmarov | 2018-11-27 | 1 | -0/+0 |
* | remove unmaintaned and obsolete GlynnTucker.Cache | UbitUmarov | 2018-11-27 | 5 | -178/+0 |
* | change runprebuild.bat to not create compile.bat if msbuild for vs2017 or vs2... | UbitUmarov | 2018-11-27 | 1 | -8/+11 |
* | remove option vs2010 from runprebuild.sh | UbitUmarov | 2018-11-27 | 1 | -6/+0 |
* | change runprebuild.bat to try to find msbuild of most recent visual studio in... | UbitUmarov | 2018-11-27 | 1 | -15/+28 |
* | a few more changes | UbitUmarov | 2018-11-26 | 2 | -5/+13 |
* | show prim ID on script error | UbitUmarov | 2018-11-26 | 2 | -3/+3 |
* | Yengine: simplify ossl severe error message, and make it on debug channel lik... | UbitUmarov | 2018-11-26 | 1 | -37/+49 |
* | remove a ossl dev only option | UbitUmarov | 2018-11-26 | 1 | -11/+1 |
* | add script constant OS_APIVERSION, we should inc this on any change on any ap... | UbitUmarov | 2018-11-26 | 5 | -55/+90 |
* | a fix to contributors list | UbitUmarov | 2018-11-26 | 1 | -1/+1 |
* | change HandlerDeRezObject again to account for out or order packets | UbitUmarov | 2018-11-26 | 1 | -11/+20 |
* | change code feature that old compilers don't suport | UbitUmarov | 2018-11-26 | 1 | -3/+6 |
* | fix ossl severe error | UbitUmarov | 2018-11-25 | 1 | -5/+5 |
* | remove a dev only conditional on lludp handlers; change parcel lists updates ... | UbitUmarov | 2018-11-25 | 7 | -969/+442 |
* | avoid data references stuck in packet pools | UbitUmarov | 2018-11-25 | 3 | -48/+48 |
* | update contributors | UbitUmarov | 2018-11-24 | 1 | -9/+13 |
* | Yengine: oops rename the var on all relevant places | UbitUmarov | 2018-11-23 | 1 | -1/+1 |
* | try better handling of llupd DeRezObject | UbitUmarov | 2018-11-23 | 1 | -11/+41 |
* | Yengine: rename a local var | UbitUmarov | 2018-11-23 | 1 | -1/+1 |
* | mantis 8411: fix send inventory item flags mask | UbitUmarov | 2018-11-23 | 2 | -11/+11 |
* | Yengine: try read XEngine state from wire | UbitUmarov | 2018-11-22 | 3 | -35/+463 |
* | Yengine: use using... | UbitUmarov | 2018-11-20 | 2 | -10/+14 |
* | Yengine: change script first line processing, also look to language option | UbitUmarov | 2018-11-20 | 1 | -11/+24 |
* | Yengine: do use SourceHashCode | UbitUmarov | 2018-11-20 | 2 | -3/+1 |
* | Yengine: remove some xmr API functions now added to OSSL | UbitUmarov | 2018-11-20 | 1 | -70/+0 |
* | bitbucket still does not like building.md | UbitUmarov | 2018-11-20 | 1 | -20/+23 |
* | add osApproxEquals for float, vector and rotation, note that default margin i... | UbitUmarov | 2018-11-20 | 7 | -26/+213 |
* | mantis 8410: llwhisper, llSay and llShout emit from the source prim not root | UbitUmarov | 2018-11-19 | 1 | -3/+3 |
* | a few changes to README.md | UbitUmarov | 2018-11-19 | 1 | -4/+6 |
* | another change to building.md | UbitUmarov | 2018-11-19 | 1 | -1/+1 |
* | another change to Building md file | UbitUmarov | 2018-11-19 | 1 | -5/+5 |
* | removed repeated lines | UbitUmarov | 2018-11-19 | 1 | -3/+0 |
* | update osslEnable | UbitUmarov | 2018-11-18 | 2 | -1/+11 |
* | update script syntax | UbitUmarov | 2018-11-18 | 1 | -22/+107 |
* | add a few string functions to OSSL | UbitUmarov | 2018-11-18 | 3 | -1/+237 |
* | some cleanup | UbitUmarov | 2018-11-18 | 3 | -397/+391 |
* | update osslEnable | UbitUmarov | 2018-11-18 | 1 | -1/+2 |
* | remove odd ossl function | UbitUmarov | 2018-11-18 | 3 | -27/+0 |
* | typos | UbitUmarov | 2018-11-18 | 1 | -4/+5 |
* | don't share SHA256CryptoServiceProvider (can be improved) | UbitUmarov | 2018-11-18 | 2 | -8/+6 |
* | ohh we have build instructions on git also ;) | UbitUmarov | 2018-11-17 | 1 | -16/+9 |