aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-21add LSL_Key osGetLastChangedEventKey() ( it is a alias for lldetectedkey(0) ↵UbitUmarov3-0/+15
but don't tell anyone
2019-02-21let Xengine also have that detectedkeyUbitUmarov2-6/+19
2019-02-21add LSL_String osGetInventoryName(LSL_Key itemId) and LSL_String ↵UbitUmarov3-3/+46
osGetInventoryDescription(LSL_String itemNameOrId)
2019-02-21let changed allowed drop have lldetectedkey[0] return the dropped item id, ↵UbitUmarov5-9/+22
Yengine and still testing"
2019-02-21Yengine changed position and shape events can bt throttled by mineventdelayUbitUmarov1-0/+15
2019-02-21add LSL_Key osGetInventoryLastOwner(string itemNameorid)UbitUmarov3-2/+26
2019-02-21fix last owner on add to object inventoryUbitUmarov2-5/+5
2019-02-20Yengine:save minEventDelay in script stateUbitUmarov2-0/+18
2019-02-20Yengine: let llminEventDelay do something: it just ignores a more limited ↵UbitUmarov6-17/+62
set of events than Xengine (neither do as SL)
2019-02-20Xengine: exclude a few more events from mineventdelayUbitUmarov1-1/+3
2019-02-20missing file on the kick commitUbitUmarov1-1/+1
2019-02-20Xengine: don't lose state change eventsUbitUmarov1-1/+1
2019-02-20estate kick now just kill user connection if on same region. The teleport ↵UbitUmarov3-22/+39
home we did, does not make much sense, and would need more work anyways
2019-02-20add osKickAvatar(LSL_Key agentKey, string alert)UbitUmarov3-22/+53
2019-02-15oops do show the object deleteUbitUmarov1-1/+1
2019-02-15(almost) useless changeUbitUmarov1-23/+42
2019-02-15minor cleanupUbitUmarov2-29/+0
2019-02-15don't break permitions on god object return or deleteUbitUmarov1-4/+11
2019-02-15mantis 8479: deep change DeRezObjects(..) doing independent permitions ↵UbitUmarov2-103/+71
checks per action. m_useTrashOnDelete should now work except if god deletes, but still not recomended
2019-02-05Remove some more cut-and-paste typos in 6dof constraint setup in XNARobert Adams1-3/+3
version of BulletSim. Could only effect operation of flexible linksets when using the C# version of the Bullet physics engine. Found by Tampa and AliciaRaven and reported in Mantis 7612.
2019-02-05Remove cut-and-paste typo in 6dof contstrain setup in XNA version ofRobert Adams1-1/+1
BulletSim. Could only effect operation of flexible linksets when using the C# version of the Bullet physics engine. Found by Tampa and reported in Mantis 7612.
2019-02-05allow more suicidal NonPhysicalPrimMaxUbitUmarov1-2/+2
2019-02-05enforce prim size restrictions on physical state change; Place restrictions ↵UbitUmarov2-2/+32
on ini values
2019-02-04prevent freswitch from messing global cert validation, more work is need on ↵UbitUmarov1-10/+1
rest requests ( also for other things)
2019-02-04remove references to obsolete CertificatePolicyUbitUmarov2-34/+2
2019-02-04reduce the odds of MTU violationUbitUmarov1-1/+1
2019-02-01typos, thxUbitUmarov1-1/+1
2019-02-01place a global cooldown of 2 min on god map generationUbitUmarov1-4/+23
2019-02-01change last commit to do as console comand generate mapUbitUmarov1-2/+2
2019-02-01Allow Grid owners to regenerate a maptile for a region manually through the ↵fly-man-1-0/+9
use of the God Tools Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-01-31ubode add position to pid control it stopped flying to prevent slow driftsUbitUmarov1-26/+30
2019-01-31remove MRM module (minimodule). Its outdated and we have no maintainers. ↵UbitUmarov45-4573/+0
Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
2019-01-31cosmeticsUbitUmarov5-108/+96
2019-01-31cosmeticsUbitUmarov1-49/+18
2019-01-31do update physics script events on link ( this does need another cleanup one dayUbitUmarov1-0/+3
2019-01-30mantis 6702: fix collisions lldetectedlinknumber also on YengineUbitUmarov3-12/+10
2019-01-30oops that went bad on linux, revertingUbitUmarov1-1/+1
2019-01-30change GetDrawStringSize so result better matchs rendering sizeUbitUmarov1-2/+1
2019-01-30a few changes to last commitsUbitUmarov1-9/+15
2019-01-29actually .. do take the trim outUbitUmarov1-1/+0
2019-01-29try to not lose start and end spaces in osDrawTextUbitUmarov1-1/+4
2019-01-29cosmeticsUbitUmarov3-22/+34
2019-01-29change encoding few event cap messagesUbitUmarov1-124/+89
2019-01-29ubode replace a locklessqueue by .net concurrentqueueUbitUmarov2-116/+80
2019-01-28mantis 8457: ok ok shutup the warningUbitUmarov1-1/+1
2019-01-28add a try catch on HandleMapItemRequestUbitUmarov1-2/+9
2019-01-28change encoding of event cap messagesUbitUmarov2-318/+216
2019-01-28forgotten locks on ubodeUbitUmarov1-34/+37
2019-01-28change encoding of a another event cap messageUbitUmarov2-178/+81
2019-01-26change encoding of a few event caps messagesUbitUmarov5-192/+297