aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-02Implement an overridable implementation of PhysicsActor.SetVehicle()Robert Adams2-2/+103
that works for all physics engines. BulletSim: implement an optimized version of SetVehicle() that still uses the vehicle code to do bounds checking but does it in one taint operation.
2015-10-02 reduce some diferences with masterUbitUmarov1-256/+260
2015-10-02 put back ip check on llSetContentTypeUbitUmarov1-3/+1
2015-10-02 also on another location, plus a bit cleanUbitUmarov1-7/+10
2015-10-02 do group SetPos sync as master, script thread does need to wait for it to ↵UbitUmarov1-3/+1
be done. This needs improvement, doing it async again with script thread waiting watching coop
2015-10-02 change llSetContentType to master version, but removing IP checkUbitUmarov1-15/+16
2015-10-02 remove unused method parameter master also removedUbitUmarov3-5/+8
2015-10-02 do not send DisableSimulator on teleport if agent is already returningUbitUmarov1-2/+2
2015-10-01 send DisableSimulator messages on closing childagents. Possible still not ↵UbitUmarov2-3/+18
on at best timming, or on the right source files
2015-10-01 make bakes reception handle empty BakedTexture elements. But at same time ↵UbitUmarov1-36/+36
stop sending them, only sending to Xbakes server items that do have a texture, like master does
2015-10-01 change GetNewRezLocation physics ray results processingUbitUmarov1-21/+38
2015-10-01 remove a forgotten if that is actually only a statementUbitUmarov1-1/+1
2015-10-01 fix missing clear of queued timer even and state transition flags on ↵UbitUmarov1-0/+7
scripts reset
2015-09-30 let hoverheight rest position be a falling stateUbitUmarov2-2/+12
2015-09-30 add get method on physics actors PIDHoverActiveUbitUmarov11-5/+21
2015-09-30 first steps adding suport for llSetHoverHeight() called from attachments on ↵UbitUmarov1-16/+143
ubOde. Sure needs work.. like sp motion control still assumes stopped and not falling state. Only very basic test on flat land done
2015-09-30 add high level code suport for SetHoverHeight() called from a attachment, ↵UbitUmarov2-13/+14
so in future physics engines can also suport it
2015-09-30 some fixes/changes on land sendUbitUmarov1-7/+14
2015-09-30 let sp know about scene before anything else on creationUbitUmarov1-1/+1
2015-09-30 clamp all draw distance changes within region limitsUbitUmarov1-8/+14
2015-09-30 add several options for NPC creation so abusive use can be reduced ↵UbitUmarov3-10/+81
(restrictive by default) UNTESTED
2015-09-29 remove some restrictions on NPCs creationUbitUmarov1-41/+19
2015-09-29 clean some spacing issuesUbitUmarov1-1/+1
2015-09-29 try fix some whitespaces VS decided to changeUbitUmarov1-26/+28
2015-09-29 add processing of AvatarGroupsRequest message that should be used to get ↵UbitUmarov1-7/+34
other avatars group memberships, but keep it disabled since some viewers no longer suport it correctly and expect memberships in reply to avatar properties, so we need to keep wasting bandwith sending useless information when some viewers really only want avatarproperties
2015-09-28 remove groups handlers onClientClose also on groups V2UbitUmarov1-12/+18
2015-09-28 remove groups handlers onClientClosedUbitUmarov1-29/+32
2015-09-28 let us see our online friendsUbitUmarov1-6/+6
2015-09-28 remove a auxiliar vector no longer neededUbitUmarov1-7/+5
2015-09-28 recover a lost position check for mega regionsUbitUmarov1-6/+7
2015-09-28 put back virtual declarationsUbitUmarov1-14/+14
2015-09-28 ... ossl merge issueUbitUmarov3-5/+9
2015-09-28 ... post merge issueUbitUmarov1-6/+14
2015-09-28 ... merge issueUbitUmarov2-5/+5
2015-09-28 clear merge issueUbitUmarov1-7/+1
2015-09-28 add missing handlers for preferencesUbitUmarov1-0/+2
2015-09-28 change copyright to opensimUbitUmarov1-3/+27
2015-09-28 change copyright to opensimUbitUmarov1-5/+26
2015-09-28 add missing handlers for preferencesUbitUmarov1-0/+4
2015-09-28 change version stringUbitUmarov1-2/+2
2015-09-28 remove virtual declarations master doesnt haveUbitUmarov1-14/+14
2015-09-27 apply changes to xmlrcp groups to groups V2, compiles but not tested :(UbitUmarov1-164/+77
2015-09-27 let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov2-72/+10
2015-09-27 add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov5-1/+50
2015-09-27 AvatarGroupsReply message does not have ListInProfile fieldsUbitUmarov1-4/+4
2015-09-27 several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are ↵UbitUmarov1-83/+67
private to the requesting agent, etc
2015-09-26 in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings ↵UbitUmarov1-2/+2
even more, but viewers seem to need it now, something to review later
2015-09-26 add the Default Groups module lost in the mergeUbitUmarov1-0/+260
2015-09-26coment out some debug, clean a bitUbitUmarov3-32/+3
2015-09-26 fix unscripted sits without physics helpUbitUmarov1-9/+4