aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-21Change misleading placeholder error messages for attempts to persist non-scri...Justin Clarke Casey1-2/+2
2008-01-21Attempt to catch animation fubar on region crossing that causes client hang. ...Brian McBee1-1/+11
2008-01-21* Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey2-2/+5
2008-01-21Method renameJustin Clarke Casey1-3/+5
2008-01-21* Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey4-26/+52
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares1-0/+3
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-2/+14
2008-01-20Check if remote simulator is up before attempting teleport. Teleport to a rem...Brian McBee1-4/+10
2008-01-20* Found and fixed a situation where a neighbor region would come up send a no...Teravus Ovares1-2/+6
2008-01-19Most is back in its original state :) Hope I didn't break anything... *looks ...Tedd Hansen1-7/+8
2008-01-19removed additional debugging, added temp mega-debugging to StoreLandObjectTedd Hansen3-27/+0
2008-01-19More debuggingTedd Hansen2-10/+8
2008-01-19Added exception handler to LandManager IncomingLandObjectFromStorageTedd Hansen1-2/+13
2008-01-19Getting closer to that crash .. :)Tedd Hansen1-1/+6
2008-01-19More debuggingTedd Hansen3-0/+16
2008-01-19checking return code may make failed teleports fail more gracefully.Brian McBee1-17/+19
2008-01-19More debugging in hunt for that random startup crashTedd Hansen1-0/+4
2008-01-19one more try before I leaveTedd Hansen1-6/+6
2008-01-19"compile before commit, AND check compile result" - forgot a ;Tedd Hansen1-1/+1
2008-01-19Still hunting, added debug outputTedd Hansen1-3/+10
2008-01-18Added block for scenario: global exception handler called in loop when except...Tedd Hansen1-4/+0
2008-01-18Why don't you try compiling before you commit?Tedd Hansen1-2/+2
2008-01-18Nope, that didn't do it - trying lock on performParcelPrimCountUpdate insteadTedd Hansen1-8/+8
2008-01-18Added a mutex lock on loadAllLandObjectsFromStorage so maybe just MAYBE we ca...Tedd Hansen1-8/+12
2008-01-18On reflection, HasGroupChanged is more appropriateJustin Clarke Casey3-15/+15
2008-01-18Change SOP.HasChanged to HasPrimChanged in preparation for further changesJustin Clarke Casey3-13/+17
2008-01-18* Fixed bug where 'taskOwnerId' would always be null in PermissionManager, he...lbsa712-18/+21
2008-01-18* ODE Physics update. fixed weird rotation of the avatar surrogate.Teravus Ovares1-1/+1
2008-01-17* Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares2-0/+25
2008-01-17* added ForEachPart helperlbsa711-2/+16
2008-01-17* Added and implemented the LSL changed event.Teravus Ovares4-6/+74
2008-01-16* Fixed standing up so that you're at the new position of the prim if you mov...Teravus Ovares1-3/+6
2008-01-16* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey4-97/+133
2008-01-16* Fixed a packet counting issue that I introducedTeravus Ovares2-23/+29
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey6-59/+95
2008-01-16First part of changing prim's permission flags to use the correct enum (libsl...MW3-59/+53
2008-01-16* Slowed down the sim stats update to once every 5 seconds because the networ...Teravus Ovares1-23/+27
2008-01-16* Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...Teravus Ovares4-10/+93
2008-01-16* Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt...Teravus Ovares1-0/+8
2008-01-16* Refactored the SimStatsReporter to reuse the same packet and packet blocks ...Teravus Ovares3-25/+110
2008-01-15* Added some comments to the linkset positioning codeTeravus Ovares1-4/+20
2008-01-15* Delinking doesn't leave invisible physical objects behind anymoreTeravus Ovares1-0/+6
2008-01-15* Pass 2 of collidable (non physical) linksetsTeravus Ovares4-39/+33
2008-01-15* Mother of all commits:Adam Frisby12-25/+25
2008-01-14* First pass at collidable linksetsTeravus Ovares3-40/+151
2008-01-14Remove unused SOG constructorJustin Clarke Casey1-8/+0
2008-01-13Anti-crash fix: Allow int (numbers without dot) when changing Estate terrain ...Tedd Hansen1-10/+22
2008-01-13* Fixed an overflow in the land managerTeravus Ovares2-4/+14
2008-01-12Thank you, Kinoc for adding: When accessing slower web sites or proxy servicesCharles Krinke1-1/+1
2008-01-12*removed a goofy debug line left inTeravus Ovares1-4/+1