aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-27remove unmaintaned and obsolete GlynnTucker.CacheUbitUmarov1-172/+0
2018-11-26a few more changesUbitUmarov2-5/+13
2018-11-26show prim ID on script errorUbitUmarov2-3/+3
2018-11-26Yengine: simplify ossl severe error message, and make it on debug channel ↵UbitUmarov1-37/+49
like Xengine
2018-11-26remove a ossl dev only optionUbitUmarov1-11/+1
2018-11-26add script constant OS_APIVERSION, we should inc this on any change on any ↵UbitUmarov4-52/+83
api. a few changes to os npc and avatar animation functions
2018-11-26change HandlerDeRezObject again to account for out or order packetsUbitUmarov1-11/+20
2018-11-26change code feature that old compilers don't suportUbitUmarov1-3/+6
2018-11-25fix ossl severe errorUbitUmarov1-5/+5
2018-11-25remove a dev only conditional on lludp handlers; change parcel lists updates ↵UbitUmarov4-964/+437
a bit;
2018-11-25avoid data references stuck in packet poolsUbitUmarov2-47/+48
2018-11-23Yengine: oops rename the var on all relevant placesUbitUmarov1-1/+1
2018-11-23try better handling of llupd DeRezObjectUbitUmarov1-11/+41
2018-11-23Yengine: rename a local varUbitUmarov1-1/+1
2018-11-22Yengine: try read XEngine state from wireUbitUmarov3-35/+463
2018-11-20Yengine: use using...UbitUmarov2-10/+14
2018-11-20Yengine: change script first line processing, also look to language optionUbitUmarov1-11/+24
2018-11-20Yengine: do use SourceHashCodeUbitUmarov2-3/+1
2018-11-20Yengine: remove some xmr API functions now added to OSSLUbitUmarov1-70/+0
2018-11-20add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov3-0/+135
is 1e-6 to match strings rounding
2018-11-19mantis 8410: llwhisper, llSay and llShout emit from the source prim not rootUbitUmarov1-3/+3
2018-11-18add a few string functions to OSSLUbitUmarov3-1/+237
2018-11-18some cleanupUbitUmarov3-397/+391
2018-11-18remove odd ossl functionUbitUmarov3-27/+0
2018-11-17code aestheticsUbitUmarov1-4/+4
2018-11-17code aestheticsUbitUmarov2-17/+39
2018-11-17code aestheticsUbitUmarov1-18/+9
2018-11-15avoid a null ref on BulletUbitUmarov1-1/+2
2018-11-15remove CM api, add replacement ossl functions, as i should had done on the ↵UbitUmarov6-246/+61
merge of avination code contrib. (runprebuild)
2018-11-15Yengine: remove potencial log spamUbitUmarov1-7/+6
2018-11-15Yengine: ignore llResetScript() in default state_entry like X does. No idea ↵UbitUmarov1-0/+3
why some do it, but do
2018-11-14Fixed spelling error (availble -> available)Kevin Cozens1-3/+3
2018-11-14 change ossl link sound functions to search for sound both on script host ↵UbitUmarov2-23/+43
and target prims
2018-11-14take friends out of basicDOSprot (too little, too late)UbitUmarov2-13/+20
2018-11-14simplify a bit some caps pathsUbitUmarov4-16/+14
2018-11-14replace Enviroment response encoding ( runprebuild needed)UbitUmarov1-24/+40
2018-11-14replace RemoteParcelRequest response encoding ( runprebuild needed)UbitUmarov1-4/+5
2018-11-13some cleaupUbitUmarov1-10/+10
2018-11-13oopsUbitUmarov1-63/+64
2018-11-12similar changes on CopyBundleToInventoryUbitUmarov1-9/+6
2018-11-12a few changes to deattach object updateUbitUmarov2-9/+10
2018-11-12BuySell: a few changes on sell copyUbitUmarov1-24/+26
2018-11-12fix a http error responseUbitUmarov1-2/+2
2018-11-12pesty warningUbitUmarov1-0/+1
2018-11-12ubOde: remove support for old native ODE lib; make inplace terrain changes, ↵UbitUmarov3-311/+127
if possible
2018-11-10add a bit more things to ScriptSyntax, change a few more incoerent lsl types ↵UbitUmarov4-20/+41
in function arguments
2018-11-08mantis 8035: fix number of prims use to be from all owned parcelsUbitUmarov1-2/+1
2018-11-08fix unknown priority scheme setting error. Thx Ai AustinUbitUmarov1-1/+1
2018-11-08some cleanupUbitUmarov1-5/+5
2018-11-07changes to objects updates prioritizing getting dust on my disk. Schemes ↵UbitUmarov3-91/+11
reduced to SimpleAngularDistance and BestAvatarResponsiveness