summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RigidBody2D: add and bind get_inertia() method.Josh Grams2016-04-206-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 Grams2016-04-203-0/+72
|
* Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde2016-04-205-14/+180
|\ | | | | Navmesh support for GridMaps
| * manually fix indentAnarchid2016-04-201-1/+1
| |
| * Implement GridMap support for navigation meshesAnarchid2016-04-205-15/+181
| |
* | Merge pull request #4382 from kurikaesu/get-executable-path-fixes-osx-javascriptRémi Verschelde2016-04-201-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 Villanueva2016-04-201-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-quadRémi Verschelde2016-04-192-0/+33
|\ \ | | | | | | Add an add_triangle_fan method to SurfaceTool
| * | Add a add_triangle_fan method to SurfaceToolBojidar Marinov2016-04-182-0/+33
| | | | | | | | | | | | Closes #4298
* | | Merge pull request #4377 from eska014/web-keysRémi Verschelde2016-04-194-121/+455
|\ \ \ | | | | | | | | Fix key events in web export
| * | | Add fallback to legacy KeyboardEvent in web exporteska2016-04-191-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 exporteska2016-04-194-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-zoomRémi Verschelde2016-04-191-1/+1
|\ \ \ \ | | | | | | | | | | Fix Camera2D ignoring zoom when checking limits
| * | | | Fix Camera2D ignoring zoom when checking limitsBojidar Marinov2016-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #1912
* | | | | Merge pull request #4373 from bojidar-bg/draw-camera2d-screenRémi Verschelde2016-04-191-6/+33
|\ \ \ \ \ | | | | | | | | | | | | Add preview of the Camera2D's screen boundaries
| * | | | | Add preview of the Camera2D's screen boundariesBojidar Marinov2016-04-191-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | Closes #3365
* | | | | | Merge pull request #4375 from eska014/fix-web-clear-colorRémi Verschelde2016-04-191-3/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix default clear color in web export
| * | | | | Always set default clear coloreska2016-04-151-3/+5
| | | | | |
* | | | | | Merge pull request #4369 from volzhs/res-androidRémi Verschelde2016-04-192-3/+52
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | remove unused resources and add korean locale for android
| * | | | | remove unused resources and add korean locale for androidvolzhs2016-04-192-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.2gRémi Verschelde2016-04-18447-113864/+32790
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update OpenSSL to version 1.0.2g
| * | | | | | Update OpenSSL to version 1.0.2gmrezai2016-04-15447-113864/+32790
| | | | | | |
* | | | | | | Merge pull request #4364 from leezh/masterRémi Verschelde2016-04-181-4/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346
| * | | | | | | Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee2016-04-181-4/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4345 from mownier/add/getter/http-client-connectionRémi Verschelde2016-04-182-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Added getter method for the connection property in HTTPClient.
| * | | | | | Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | - Exposed a getter method for the private property named `connection` in HTTPClient class.
* | | | | | Merge pull request #4360 from AlexHolly/string-ends_withRémi Verschelde2016-04-182-0/+194
|\ \ \ \ \ \ | | | | | | | | | | | | | | string ends_with
| * | | | | | string ends_withAlexander Holland2016-04-172-0/+194
| | | | | | |
* | | | | | | Merge pull request #4359 from neikeq/pr-issue-4351Rémi Verschelde2016-04-181-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix 'Quit to Project Manager' not stopping the running application
| * | | | | | | Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry2016-04-171-0/+1
| |/ / / / / /
* | | | | | | tiny fix to loop restart (#4358)Alex2016-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Closes #4355
* | | | | | | Merge pull request #4319 from kubecz3k/played_signalRémi Verschelde2016-04-183-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | animation_started signal for AnimationPlayer
| * | | | | | | animation_started signal to AnimationPlayerJakub Grzesik2016-04-143-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde2016-04-183-0/+13
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Keep editable instances data when replacing tree root node
| * | | | | | | Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-123-0/+13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4337 from bojidar-bg/translation-csv-newlinesRémi Verschelde2016-04-161-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 outputBojidar Marinov2016-04-161-1/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | Close #1232
* | | | | | Merge pull request #4325 from SaracenOne/bone_attachment_repositionRémi Verschelde2016-04-161-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | BoneAttachments now position themselves instantly during bind.
| * | | | | | BoneAttachments now position themselves instantly during bind.Saracen2016-04-151-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4328 from mrezai/travisciRémi Verschelde2016-04-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add openssl=builtin to build command in .travis.yml
| * | | | | Add openssl=builtin to build command in .travis.ymlmrezai2016-04-151-1/+1
|/ / / / /
* | | | | Merge pull request #4324 from HeartoLazor/path_2d_fixRémi Verschelde2016-04-151-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Fixed curve baking, now always start at origin point
| * | | | Fixed curve baking, now always start at origin pointHearto Lazor2016-04-151-1/+2
|/ / / /
* | | | Merge pull request #4317 from volzhs/typo-overwriteRémi Verschelde2016-04-141-2/+2
|\ \ \ \ | | | | | | | | | | correct typo "overwrite"
| * | | | correct typo "overwrite"volzhs2016-04-141-2/+2
|/ / / /
* | | | Merge pull request #4308 from JoshuaGrams/atp-resourcesRémi Verschelde2016-04-142-6/+7
|\ \ \ \ | | | | | | | | | | AnimationTreePlayer: fix discrete value tracks.
| * | | | AnimationTreePlayer: fix discrete value tracks.Josh Grams2016-04-122-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-2232Rémi Verschelde2016-04-121-0/+2
|\ \ \ \ \ | | | | | | | | | | | | x11: Flush the X output buffer after changing mouse mode
| * | | | | x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry2016-04-121-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #4286 from JoshuaGrams/atp-resourcesRémi Verschelde2016-04-122-10/+11
|\ \ \ \ \ | | |/ / / | |/| | | AnimationTreePlayer: allow animating resource properties.