Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | UbitUmarov | 2018-11-20 | 7 | -26/+213 |
| | | | | is 1e-6 to match strings rounding | ||||
* | 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 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -3/+3 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -4/+4 |
| | |||||
* | ooops | UbitUmarov | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | a few more changes to pbs | UbitUmarov | 2018-11-17 | 1 | -67/+30 |
| | |||||
* | code aesthetics and simplification | UbitUmarov | 2018-11-17 | 1 | -122/+56 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -12/+12 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 5 | -20/+42 |
| | |||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -18/+9 |
| | |||||
* | avoid a null ref on Bullet | UbitUmarov | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | update script syntax | UbitUmarov | 2018-11-15 | 1 | -24/+24 |
| | |||||
* | remove CM api, add replacement ossl functions, as i should had done on the ↵ | UbitUmarov | 2018-11-15 | 6 | -246/+61 |
| | | | | merge of avination code contrib. (runprebuild) | ||||
* | Yengine: remove potencial log spam | UbitUmarov | 2018-11-15 | 1 | -7/+6 |
| | |||||
* | Yengine: ignore llResetScript() in default state_entry like X does. No idea ↵ | UbitUmarov | 2018-11-15 | 1 | -0/+3 |
| | | | | why some do it, but do | ||||
* | Fixed spelling error (availble -> available) | Kevin Cozens | 2018-11-14 | 2 | -5/+5 |
| | |||||
* | De-tabified OpenSim.ini and made trivial fixes to two comments. | Kevin Cozens | 2018-11-14 | 1 | -62/+62 |
| | |||||
* | change ossl link sound functions to search for sound both on script host ↵ | UbitUmarov | 2018-11-14 | 2 | -23/+43 |
| | | | | and target prims | ||||
* | take friends out of basicDOSprot (too little, too late) | UbitUmarov | 2018-11-14 | 2 | -13/+20 |
| | |||||
* | take login service out of basicDOSprot (too little, too late) | UbitUmarov | 2018-11-14 | 1 | -3/+4 |
| | |||||
* | simplify a bit some caps paths | UbitUmarov | 2018-11-14 | 4 | -16/+14 |
| | |||||
* | replace Enviroment response encoding ( runprebuild needed) | UbitUmarov | 2018-11-14 | 2 | -92/+40 |
| | |||||
* | replace RemoteParcelRequest response encoding ( runprebuild needed) | UbitUmarov | 2018-11-14 | 2 | -46/+5 |
| | |||||
* | some cleaup | UbitUmarov | 2018-11-13 | 1 | -10/+10 |
| | |||||
* | oops | UbitUmarov | 2018-11-13 | 1 | -63/+64 |
| | |||||
* | similar changes on CopyBundleToInventory | UbitUmarov | 2018-11-12 | 1 | -9/+6 |
| | |||||
* | a few changes to deattach object update | UbitUmarov | 2018-11-12 | 2 | -9/+10 |
| | |||||
* | BuySell: a few changes on sell copy | UbitUmarov | 2018-11-12 | 1 | -24/+26 |
| | |||||
* | FSAssets: truncate assets name and description to max size | UbitUmarov | 2018-11-12 | 1 | -1/+18 |
| | |||||
* | fix a http error response | UbitUmarov | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | pesty warning | UbitUmarov | 2018-11-12 | 1 | -0/+1 |
| |