aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-20Unit test breakage fix.Diva Canto2-6/+11
2010-08-20Cleaned up a few more things related to incoming agents.Diva Canto1-45/+42
2010-08-20Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie1-9/+54
2010-08-20Add some maptile options, change maptile generation from OpenSimBase to SceneMelanie Thielker1-8/+53
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto1-25/+27
2010-08-19minor: Correct string format in "Can't find linkset root prim" messageJustin Clark-Casey (justincc)1-1/+1
2010-08-14Fix a possible nullref in BestAvatarResponsiveness policyMelanie Thielker1-2/+2
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman1-39/+0
2010-08-13refactor: move binary statistics logging from scene into separate region moduleJustin Clark-Casey (justincc)2-110/+12
2010-08-13refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)4-162/+49
2010-08-13Establish new Objects/BuySellModuleJustin Clark-Casey (justincc)1-22/+1
2010-08-13refactor: move Scene.TerrainUnAcked() handling into TerrainModuleJustin Clark-Casey (justincc)1-8/+0
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)3-14/+2
2010-08-13refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2-28/+4
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)3-12/+12
2010-08-12Fix a nullref exception in the prioritizermeta71-1/+12
2010-08-11File wants to be committedDiva Canto1-2/+2
2010-08-11Add some console debug to help fix a threadlock issue.meta71-2/+9
2010-08-11Fix Omega getting overwritten on startup.meta71-1/+1
2010-08-11Log the state of the prejump flagMelanie Thielker1-0/+2
2010-08-10Changing prim color generates event CHANGED_COLOR.Marck1-0/+2
2010-08-10Removed abstract SetText method from EntityBase to make cleaner API.Mikko Pallari3-8/+1
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)3-23/+44
2010-08-10Avoid truncation of error message during region creation.Marck1-1/+1
2010-08-10Fix a nullref issue in the AgentSetAppearance packet handler when removing th...meta71-6/+11
2010-08-10Reduce number of paths in SOP code by setting flags via Flags property rather...Justin Clark-Casey (justincc)1-15/+25
2010-08-10Note to self: don't break the buildmeta71-1/+1
2010-08-10Resolve merge issuesMelanie1-22/+46
2010-08-10Remove 4000+ DOS line endings. Grrr!Melanie1-4332/+4332
2010-08-10Remove windows line endingeMelanie2-118/+118
2010-08-10Add a stack trace to the error output on the recursive read lock warning on m...meta71-104/+114
2010-08-10Extend DuplicateObject() test to check flags on the duplicated objectJustin Clark-Casey (justincc)1-7/+9
2010-08-10extend TestDuplicateObject() to a two prim objectJustin Clark-Casey (justincc)1-10/+19
2010-08-10Change prejump from hardcoded true to default true so it can be disabled.Melanie Thielker1-2/+1
2010-08-09Whitespace conflictMelanie Thielker1-1/+1
2010-08-08Print a console message when we deny access because of no valid parcel found.meta71-1/+2
2010-08-08Fix minimap issues. This addresses mantis #228.meta71-21/+2
2010-08-08Add debug messages to attachment receiving and cowardly refuse to createMelanie Thielker1-1/+19
2010-08-07The real fix for unscripted sit positions. This one doesn't fuck everything e...meta71-1/+4
2010-08-07Reverted: * Fix the unscripted sit rotation being incorrect .. will commit a...meta71-7/+3
2010-08-07Increase sit distance to 256 meters, but leave the initial autopilot process ...meta71-1/+1
2010-08-07Get rid of some debug chatter that someone who can't spell left behind. ;)meta71-2/+1
2010-08-07Fix the unscripted sit rotation being incorrect (relative to the prim). Note ...meta71-3/+7
2010-08-07Fix a rather nasty issue where the Backup() process causes objects and avatar...meta72-104/+120
2010-08-07minor: Remove overly verbose schedule full update log message for attachmentsJustin Clark-Casey (justincc)1-2/+2
2010-08-07removing more stains ...sacha1-3/+3
2010-08-07Fix the distance from which autopilot is negated when sitting on an unscripte...meta71-1/+3
2010-08-07It seems hippo disregards velocities in full updates, so also send a terse up...meta71-4328/+4328
2010-08-07and another endless debug cleaningsacha1-3/+3
2010-08-07Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...Tom2-1/+4