| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | RigidBody2D: add and bind get_inertia() method. | Josh Grams | 2016-04-20 | 6 | -4/+30 |
| | | | | | | | | You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply. | ||||
| * | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | 2016-04-20 | 3 | -0/+72 |
| | | |||||
| * | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | 2016-04-20 | 5 | -14/+180 |
| |\ | | | | | Navmesh support for GridMaps | ||||
| | * | manually fix indent | Anarchid | 2016-04-20 | 1 | -1/+1 |
| | | | |||||
| | * | Implement GridMap support for navigation meshes | Anarchid | 2016-04-20 | 5 | -15/+181 |
| | | | |||||
| * | | Merge pull request #4382 from kurikaesu/get-executable-path-fixes-osx-javascript | Rémi Verschelde | 2016-04-20 | 1 | -0/+21 |
| |\ \ | | | | | | | Implements get_executable_path for OS X should proc_pidpath in os_osx… | ||||
| | * | | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | 2016-04-20 | 1 | -0/+21 |
| |/ / | | | | | | | doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | ||||
| * | | Merge pull request #4365 from bojidar-bg/surfacetool-add-quad | Rémi Verschelde | 2016-04-19 | 2 | -0/+33 |
| |\ \ | | | | | | | Add an add_triangle_fan method to SurfaceTool | ||||
| | * | | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | 2016-04-18 | 2 | -0/+33 |
| | | | | | | | | | | | | | Closes #4298 | ||||
| * | | | Merge pull request #4377 from eska014/web-keys | Rémi Verschelde | 2016-04-19 | 4 | -121/+455 |
| |\ \ \ | | | | | | | | | Fix key events in web export | ||||
| | * | | | Add fallback to legacy KeyboardEvent in web export | eska | 2016-04-19 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | ||||
| | * | | | Reimplement key input events in Emscripten export | eska | 2016-04-19 | 4 | -121/+435 |
| | | | | | | | | | | | | | | | | | | | | | Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | ||||
| * | | | | Merge pull request #4380 from bojidar-bg/camera2d-fix-zoom | Rémi Verschelde | 2016-04-19 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Fix Camera2D ignoring zoom when checking limits | ||||
| | * | | | | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | 2016-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Closes #1912 | ||||
| * | | | | | Merge pull request #4373 from bojidar-bg/draw-camera2d-screen | Rémi Verschelde | 2016-04-19 | 1 | -6/+33 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add preview of the Camera2D's screen boundaries | ||||
| | * | | | | | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | 2016-04-19 | 1 | -6/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3365 | ||||
| * | | | | | | Merge pull request #4375 from eska014/fix-web-clear-color | Rémi Verschelde | 2016-04-19 | 1 | -3/+5 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fix default clear color in web export | ||||
| | * | | | | | Always set default clear color | eska | 2016-04-15 | 1 | -3/+5 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4369 from volzhs/res-android | Rémi Verschelde | 2016-04-19 | 2 | -3/+52 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | remove unused resources and add korean locale for android | ||||
| | * | | | | | remove unused resources and add korean locale for android | volzhs | 2016-04-19 | 2 | -3/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | ||||
| * | | | | | | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | 2016-04-18 | 447 | -113864/+32790 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update OpenSSL to version 1.0.2g | ||||
| | * | | | | | | Update OpenSSL to version 1.0.2g | mrezai | 2016-04-15 | 447 | -113864/+32790 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4364 from leezh/master | Rémi Verschelde | 2016-04-18 | 1 | -4/+10 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346 | ||||
| | * | | | | | | | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | 2016-04-18 | 1 | -4/+10 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #4345 from mownier/add/getter/http-client-connection | Rémi Verschelde | 2016-04-18 | 2 | -0/+8 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Added getter method for the connection property in HTTPClient. | ||||
| | * | | | | | | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | 2016-04-18 | 2 | -0/+8 |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | - Exposed a getter method for the private property named `connection` in HTTPClient class. | ||||
| * | | | | | | Merge pull request #4360 from AlexHolly/string-ends_with | Rémi Verschelde | 2016-04-18 | 2 | -0/+194 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | string ends_with | ||||
| | * | | | | | | string ends_with | Alexander Holland | 2016-04-17 | 2 | -0/+194 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4359 from neikeq/pr-issue-4351 | Rémi Verschelde | 2016-04-18 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix 'Quit to Project Manager' not stopping the running application | ||||
| | * | | | | | | | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | 2016-04-17 | 1 | -0/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | tiny fix to loop restart (#4358) | Alex | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Closes #4355 | ||||
| * | | | | | | | Merge pull request #4319 from kubecz3k/played_signal | Rémi Verschelde | 2016-04-18 | 3 | -0/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | animation_started signal for AnimationPlayer | ||||
| | * | | | | | | | animation_started signal to AnimationPlayer | Jakub Grzesik | 2016-04-14 | 3 | -0/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | 2016-04-18 | 3 | -0/+13 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Keep editable instances data when replacing tree root node | ||||
| | * | | | | | | | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 2016-04-12 | 3 | -0/+13 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #4337 from bojidar-bg/translation-csv-newlines | Rémi Verschelde | 2016-04-16 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix File.get_csv_line not including quoted newlines in the output | ||||
| | * | | | | | | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | 2016-04-16 | 1 | -1/+3 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Close #1232 | ||||
| * | | | | | | Merge pull request #4325 from SaracenOne/bone_attachment_reposition | Rémi Verschelde | 2016-04-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | BoneAttachments now position themselves instantly during bind. | ||||
| | * | | | | | | BoneAttachments now position themselves instantly during bind. | Saracen | 2016-04-15 | 1 | -0/+1 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #4328 from mrezai/travisci | Rémi Verschelde | 2016-04-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add openssl=builtin to build command in .travis.yml | ||||
| | * | | | | | Add openssl=builtin to build command in .travis.yml | mrezai | 2016-04-15 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4324 from HeartoLazor/path_2d_fix | Rémi Verschelde | 2016-04-15 | 1 | -1/+2 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Fixed curve baking, now always start at origin point | ||||
| | * | | | | Fixed curve baking, now always start at origin point | Hearto Lazor | 2016-04-15 | 1 | -1/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #4317 from volzhs/typo-overwrite | Rémi Verschelde | 2016-04-14 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | correct typo "overwrite" | ||||
| | * | | | | correct typo "overwrite" | volzhs | 2016-04-14 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | 2016-04-14 | 2 | -6/+7 |
| |\ \ \ \ | | | | | | | | | | | AnimationTreePlayer: fix discrete value tracks. | ||||
| | * | | | | AnimationTreePlayer: fix discrete value tracks. | Josh Grams | 2016-04-12 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discrete value tracks don't update every frame (only when a new key is reached). So we can't use the actual property value as an accumulator: it will end up being zero most of the time. | ||||
| * | | | | | Merge pull request #4295 from neikeq/pr-issue-2232 | Rémi Verschelde | 2016-04-12 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | x11: Flush the X output buffer after changing mouse mode | ||||
| | * | | | | | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+2 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | 2016-04-12 | 2 | -10/+11 |
| |\ \ \ \ \ | | |/ / / | |/| | | | AnimationTreePlayer: allow animating resource properties. | ||||
