Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2013-01-11 | 6 | -148/+363 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | Fix a regression in the last few scene commands changes where setting these ↵ | Justin Clark-Casey (justincc) | 2013-01-11 | 1 | -52/+2 |
| | | | | | | | | | | | | | | via the viewer estate dialog stopped working. Forgot to register the new interface. Also removes some code which got included by adpating an existing module. | ||||
| * | Add "debug scene get" console command to list current scene options | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -2/+43 |
| | | |||||
| * | Move scene debug commands into separate module. Command changes from "debug ↵ | Justin Clark-Casey (justincc) | 2013-01-10 | 5 | -138/+350 |
| | | | | | | | | scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings | ||||
| * | refactor: route the final scene backup through the same code that handles ↵ | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -10/+1 |
| | | | | | | | | | | | | periodic backup This is rather than making unnecessary duplicate checks that the SOG later performs again. | ||||
| * | minor: Capitalize GroupsModule command category | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
| | | |||||
| * | minor: add missing newline to "debug scene" console command | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
| | | |||||
| * | Remove unimplemented "debug teleport" console command | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -2/+0 |
| | | |||||
| * | Add "debug scene pbackup true|false" console command. This enables or ↵ | Justin Clark-Casey (justincc) | 2013-01-10 | 2 | -13/+36 |
| | | | | | | | | | | | | disable periodic scene backup. For debug purposes. If false, scene is still saved on shutdown. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2013-01-10 | 16 | -155/+556 |
|\ \ | |/ | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/Timer.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs | ||||
| * | On baked texture save, replace any HG ID with an ordinary asset ID so the ↵ | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -0/+3 |
| | | | | | | | | HGAssetBroker doesn't try to save back to the avatar's originating region | ||||
| * | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 3 | -35/+81 |
| | | | | | | | | Also, "show sensors" changes to "show script sensors". | ||||
| * | Add "show sensors" command to show script sensor information for debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 3 | -32/+153 |
| | | |||||
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2013-01-09 | 3 | -39/+45 |
| |\ | |||||
| | * | BulletSim: Fix hover height (boats float at the correct level). | Robert Adams | 2013-01-08 | 2 | -8/+12 |
| | | | | | | | | | | | | Fix problem of vehicles going crazy when backing up. | ||||
| | * | minor: Fix command match of "debug script" command to "debug scripts" to ↵ | Justin Clark-Casey (justincc) | 2013-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | match other scripts commands (and it's own short help text) | ||||
| | * | minor: Allow "script *" console commands to take multiple script item ids | Justin Clark-Casey (justincc) | 2013-01-09 | 1 | -30/+32 |
| | | | |||||
| * | | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| | | | | | | | | | | | | This reverts commit 5561333668f61f043cdfc0733a4eb50a1bcfb14e. | ||||
| * | | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| |/ | | | | | | | This reverts commit a775931a0cec9f65748c6e20dd2695edcbe21b7f. | ||||
| * | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 |
| | | |||||
| * | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 2013-01-08 | 1 | -2/+20 |
| | | | | | | | | work. | ||||
| * | BulletSim: improve vehicle angular banking and deflection computation. ↵ | Robert Adams | 2013-01-07 | 1 | -19/+18 |
| | | | | | | | | Rotate angular correction forces to be world relative rather than vehicle relative. | ||||
| * | BulletSim: add function to push avatar up when hitting stairs. | Robert Adams | 2013-01-07 | 5 | -27/+119 |
| | | | | | | | | | | | | | | | | | | | | It looks like BulletSim and ODE rely on penetration correction to cause the avatar to move up and thus allowing walking up stairs. Object penetration was minimized for walking and flying (so one doesn't go through walls) and this stopped stairs from working. This commit introduces avatar movement code to check for collisions at the feet while walking and attempts to raise the avatar for the steps. Not yet perfect but movement is better. | ||||
| * | BulletSim: fix exception when re-creating the terrain when loading an OAR file | Robert Adams | 2013-01-07 | 1 | -0/+2 |
| | | |||||
| * | BulletSim: comments and removing small compile errors introduced in last commit. | Robert Adams | 2013-01-06 | 3 | -9/+3 |
| | | |||||
| * | BulletSim: update DLLs and SOs with better debugging output. | Robert Adams | 2013-01-06 | 4 | -12/+151 |
| | | | | | | | | | | Add definition of hand crafted avatar mesh. Not used yet. Comments and cleanup. | ||||
* | | Merge branch 'avination' into careminster | Melanie | 2013-01-10 | 12 | -116/+470 |
|\ \ | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * | | Change IsRoot to use ReferenceEquals to prevent operator == messiness | Melanie | 2013-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | fix llGetRot and parameters prim_rotation for attachments. Only on | UbitUmarov | 2013-01-09 | 1 | -1/+27 |
| | | | | | | | | | | | | LSL_api to avoid side effects for now | ||||
| * | | stop endless loop in lGetLinkPrimitiveParams | UbitUmarov | 2013-01-09 | 1 | -0/+2 |
| | | | |||||
| * | | Prevent a null ref in llGetLinkPrimiteveParams. Still not a fix for the real | Melanie | 2013-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | issue. | ||||
| * | | Merge branch 'teravuswork' into avination | Melanie | 2013-01-09 | 1 | -2/+8 |
| |\ \ | |||||
| | * | | * ubit pointed out another place where that check needed to be updated and I ↵ | teravus | 2013-01-01 | 1 | -6/+3 |
| | | | | | | | | | | | | | | | | normalized it. | ||||
| | * | | * This is actually the fix described the last commit.. I had commented it ↵ | teravus | 2013-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | out to see if the problem had affected all attachments or just HUD attachments. | ||||
| | * | | * Fixes the attachment scripted rotation bug. The problem is the code was ↵ | teravus | 2013-01-01 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | relying on m_host.ParentId = 0 to determine if the attachment should be rotated against root prim offset. To fix it for attachments, we also need to check if the host's localID == RootPart's localID. otherwise we are cumulatively rotating against the host's root part rotation offset (which in this case, is it's own rotation) | ||||
| | * | | Merge remote-tracking branch 'remotes/origin/avination' into teravuswork | teravus | 2013-01-01 | 3 | -16/+16 |
| | |\ \ | |||||
| * | | | | Revert "Prevent empty Anim Packs" | Melanie | 2013-01-09 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit ab053df706055b0aa8fe2d10f89488be97d36841. | ||||
| * | | | | Revert "Fix sequence id fr default anim" | Melanie | 2013-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 8f37f2ca7edd408f30165fef9817375a9813ce90. | ||||
| * | | | | Fix sequence id fr default anim | Melanie | 2013-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Prevent empty Anim Packs | Melanie | 2013-01-08 | 1 | -0/+12 |
| | | | | | |||||
| * | | | | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 2013-01-08 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | work. | ||||
| * | | | | Remove now superfluous update of m_lastSize | Melanie | 2013-01-08 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork | Melanie | 2013-01-08 | 5 | -28/+300 |
| |\ \ \ \ | |||||
| | * | | | | also update m_lastSize in SendAvatarDataToAllAgents so more paths update | UbitUmarov | 2013-01-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | it | ||||
| | * | | | | Revert "Remove sending AvatarData because this also happens on login, where ↵ | Melanie | 2013-01-08 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it chokes" This reverts commit d1fa650c3f16ee74cd39d9258c5ef7aa4869ca03. | ||||
| | * | | | | Merge branch 'teravuswork' into avination | Melanie | 2013-01-08 | 2 | -46/+111 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | * Fixed a bug that replayed old cached appearance when changing outfits | teravus | 2012-12-31 | 2 | -46/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added suser(bad client) DOS protection by limiting the max cacheitems to the maximum sane amount. * Prevents potential numerous loops from running amok and index errors if the client purposely provides bad cache info. * If the XBakes service wasn't running, the SetAvatarAppearance routine would crash when contacting the XBakes service even though it was in a Try/Catch for the appropriate error type. It only properly error handles with the type Exception :(. (commented on that because it's unusual) | ||||
| | * | | | | Merge branch 'ubitwork' into avination | Melanie | 2013-01-08 | 2 | -57/+90 |
| | |\ \ \ \ | |||||
| | * | | | | | Remove sending AvatarData because this also happens on login, where it chokes | Melanie | 2013-01-08 | 1 | -9/+1 |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | Firestorm, Singularity and other viewers with the new appearance pipeline. |