aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-11Get rid of extra green men in minimap on region crossings (they were Dalien Talbot1-2/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-09added avatar updates for physics movement -- fixes gravity & avatar collision...dan miller1-3/+15
2007-09-09Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot1-0/+38
2007-09-08Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot1-2/+7
2007-09-08Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW1-1/+6
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-5/+7
2007-09-06added experimental method of trying to relieve missing prim problem (by addin...MW1-2/+58
2007-08-29Various small changes (some likely to be removed again soon)MW1-1/+1
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-24Fixed a problem where some prims didn't show up when you crossed or teleporte...MW1-0/+3
2007-08-21Hopefully fixed the problem of users avatars not always showing up when eithe...MW1-6/+10
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-0/+10
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-1/+2
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-0/+5
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-12/+12
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-1/+2
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-13/+2
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ...MW1-0/+1
2007-08-09Making sure my local working copy is in sync with svn before I start the job ...MW1-1/+4
2007-08-09Transition between not flying / flying should be smootherBrian McBee1-1/+6
2007-08-08when teleporting to a non-adjacent region, client was not getting new neighboursBrian McBee1-1/+1
2007-08-06* encapsulated firstname/lastname on ScenePresencelbsa711-38/+48
2007-08-03OpenSim/Region/Environment/Scenes/ScenePresence.csBrian McBee1-4/+4
2007-08-03OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPlugin.cs, OpenSim/Regi...Brian McBee1-9/+9
2007-08-02Fixes flying glitch (hang) when crossing region boundariesBrian McBee1-4/+4
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa...MW1-2/+5
2007-07-29Deleting objects should now work. But beware they aren't send to your trash f...MW1-1/+4
2007-07-28fixed the problem with other avatar's clothes being white.MW1-0/+1
2007-07-28You should now see the correct Avatar for other users, including their clothe...MW1-11/+48
2007-07-27A few changes so that the number of warnings is less but without deleting eve...MW1-0/+5
2007-07-27* Removing some housekeeping tagged elements.Adam Frisby1-3/+13
2007-07-26* Started renaming world to Scenelbsa711-11/+11
2007-07-22* Some work in progress code: Inventory cache, start of inventory server/serv...MW1-4/+6
2007-07-21* Issue#209 - Terrain Hills Patch (Thanks Babblefrog)Adam Frisby1-1/+1
2007-07-19Some work on Inventory (not yet finished or enabled)MW1-2/+4
2007-07-19* Added housekeeping comments, see mailing list in just a moment...Adam Frisby1-2/+2
2007-07-17* Changed SimpleApp to use EventManager and Scene timerlbsa711-4/+4
2007-07-16changed to native line ending encodingSean Dague1-623/+623
2007-07-15It wasn't me who messed up flying when adding a test NPC class. (honestly!)MW1-1/+1
2007-07-15Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleAp...MW1-2/+5
2007-07-14Added AddPreCompiledScript method to ScriptManager.MW1-4/+1
2007-07-13*Moved the OnSignificantClientMovement event to ScenePresence.mingchen1-2/+9
2007-07-13*Reworked parcel joining to work the same way as LL's method.mingchen1-2/+1
2007-07-13* I want to commit too!lbsa711-1/+0
2007-07-12*Parcel and estate support fully restored into Sugilitemingchen1-1/+21
2007-07-12*Found and fixed bug that crashed viewer when logging in or viewing land ownersmingchen1-0/+1
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-7/+24
2007-07-10Gird mode in sugilite should now work in so far as you should be able to logi...MW1-28/+34
2007-07-09Re-applied dalien patch (#175) and included bin\data with avataranimations.xmllbsa711-4/+29