aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-24 fix wrong formatUbitUmarov1-1/+1
2014-09-24 add debug messageUbitUmarov1-2/+3
2014-09-24 change melanies patch, reusing caps if circuit and caps path is the same.UbitUmarov1-14/+18
2014-09-23If an agent is logging in, rather than teleporting, make sure all knownMelanie Thielker1-0/+8
2014-09-22When a ghosted avatar is removed, also remove any remaining CAPSMelanie Thielker1-0/+10
2014-09-20When sending http requests, close the response stream instead of waitingMelanie Thielker1-1/+4
2014-09-19exclude npcs from baked cacheUbitUmarov1-0/+10
2014-09-17 ... and a few more..UbitUmarov1-18/+31
2014-09-16 try to send fly state on tpsUbitUmarov1-0/+8
2014-09-09 remove messing with KeyframeMotion on attachUbitUmarov1-2/+2
2014-09-09 dont force Phantom on attachments, breaking no mod objects if wear byUbitUmarov1-1/+1
2014-09-09drop attachments with original physical proprietiesUbitUmarov1-21/+6
2014-09-08 on drop send full update on root prim, terse on others ( as sl ). FixUbitUmarov1-2/+5
2014-09-08 change attachment drop, to make object Phanton. THis is not as SL, butUbitUmarov1-8/+12
2014-09-08*NEEDS more testing* on attachment drop: fix adding prims to physicsUbitUmarov1-4/+31
2014-09-05 near region check on tp needs to be a full current view check.UbitUmarov1-6/+6
2014-08-28 try to make child presence know its root region. Incomplete, some paths dont...UbitUmarov1-4/+8
2014-08-27 on TPs to nearby regions, only send kills if needed by parcel privacyUbitUmarov1-4/+8
2014-08-24 put back the kills on tp where they belongUbitUmarov1-6/+1
2014-08-24*test* move sending kills to before sending the update, this breaks tpUbitUmarov1-1/+4
2014-08-23Add an admin message to refesh a region's map tile. Will be used to periodicallyMelanie Thielker1-2/+4
2014-08-23Change the map tile system to be multi-grid hosting compatibleMelanie Thielker1-1/+1
2014-08-23Change the map tile system to be multi-grid hosting compatibleMelanie Thielker1-1/+1
2014-08-21 replace AgentHasMovedAway + KillEntity by a hacked version on teleportsUbitUmarov1-4/+7
2014-08-18undo the hack.. its uselessUbitUmarov1-2/+3
2014-08-18Expect a missing directory, the asset cache is shared. Prevent spew ifMelanie Thielker1-0/+5
2014-08-18 reduce the kills sent, hide attachments kills on originUbitUmarov1-3/+2
2014-08-18NOT GOOD. Changed hide code on crossing/tp. Send needed avatar and attachmentsUbitUmarov1-5/+13
2014-08-17 put bake bakes, plus a missing change forcing animations to pass byUbitUmarov1-1/+1
2014-08-17TEST disable again baked textures on crossingUbitUmarov1-0/+2
2014-08-17TEST DANGER InformClientOfNeighbourAsync do nothing unless a newagentUbitUmarov1-0/+2
2014-08-17*DANGER* rearange EnableChildAgents() so that hopefully it does it jobUbitUmarov1-104/+86
2014-08-17bad testUbitUmarov1-1/+2
2014-08-17make EnableChildAgent async from callerUbitUmarov1-63/+54
2014-08-17remove hack to break sending of baked cache on agent cross updateUbitUmarov1-2/+0
2014-08-16DEBUG intencional break of sending baked cacheUbitUmarov1-0/+3
2014-08-16minor low resolution debug timmingUbitUmarov1-2/+5
2014-08-16send avatar Height to children, use it in region tp height checkUbitUmarov1-4/+12
2014-08-16*test* just send default appearance ( something along path doesnt likeUbitUmarov1-3/+6
2014-08-15on teleports dont send baked textures assets in CreateClient, they will do on...UbitUmarov1-1/+4
2014-08-15cleanup a bitUbitUmarov1-10/+1
2014-08-15do CrossAttachmentsIntoNewRegion for old versions in the right placeUbitUmarov1-7/+8
2014-08-15refix hide on crossingsUbitUmarov1-1/+2
2014-08-15let failed crossing say something abotu reasonUbitUmarov1-5/+14
2014-08-15adjust createAgent delay on childs creation. Beeing bad, it should be highUbitUmarov1-3/+9
2014-08-15 remove ban check from create caps. That needs to be done on callerUbitUmarov1-5/+19
2014-08-15remove the delay on child creation on Neighbour since its amout in notUbitUmarov1-3/+4
2014-08-14add a extra delay in EnableChildAgents between CreateAgent() return andUbitUmarov1-5/+14
2014-08-14 try external bakedModule when local cache is invalid and not just at loginUbitUmarov1-9/+13
2014-08-14 reduced debug msgsUbitUmarov1-3/+7