Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-20 | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | |
2016-04-20 | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | |
Navmesh support for GridMaps | |||
2016-04-20 | manually fix indent | Anarchid | |
2016-04-20 | Implement GridMap support for navigation meshes | Anarchid | |
2016-04-20 | Merge pull request #4382 from kurikaesu/get-executable-path-fixes-osx-javascript | Rémi Verschelde | |
Implements get_executable_path for OS X should proc_pidpath in os_osx… | |||
2016-04-20 | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | |
doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | |||
2016-04-19 | Merge pull request #4365 from bojidar-bg/surfacetool-add-quad | Rémi Verschelde | |
Add an add_triangle_fan method to SurfaceTool | |||
2016-04-19 | Merge pull request #4377 from eska014/web-keys | Rémi Verschelde | |
Fix key events in web export | |||
2016-04-19 | Merge pull request #4380 from bojidar-bg/camera2d-fix-zoom | Rémi Verschelde | |
Fix Camera2D ignoring zoom when checking limits | |||
2016-04-19 | Merge pull request #4373 from bojidar-bg/draw-camera2d-screen | Rémi Verschelde | |
Add preview of the Camera2D's screen boundaries | |||
2016-04-19 | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | |
Closes #1912 | |||
2016-04-19 | Merge pull request #4375 from eska014/fix-web-clear-color | Rémi Verschelde | |
Fix default clear color in web export | |||
2016-04-19 | Add fallback to legacy KeyboardEvent in web export | eska | |
Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | |||
2016-04-19 | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | |
Closes #3365 | |||
2016-04-19 | Reimplement key input events in Emscripten export | eska | |
Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | |||
2016-04-19 | Merge pull request #4369 from volzhs/res-android | Rémi Verschelde | |
remove unused resources and add korean locale for android | |||
2016-04-19 | remove unused resources and add korean locale for android | volzhs | |
- remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | |||
2016-04-18 | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | |
Closes #4298 | |||
2016-04-18 | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | |
Update OpenSSL to version 1.0.2g | |||
2016-04-18 | Merge pull request #4364 from leezh/master | Rémi Verschelde | |
Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346 | |||
2016-04-18 | Merge pull request #4345 from mownier/add/getter/http-client-connection | Rémi Verschelde | |
Added getter method for the connection property in HTTPClient. | |||
2016-04-18 | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | |
- Exposed a getter method for the private property named `connection` in HTTPClient class. | |||
2016-04-18 | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | |
2016-04-18 | Merge pull request #4360 from AlexHolly/string-ends_with | Rémi Verschelde | |
string ends_with | |||
2016-04-18 | Merge pull request #4359 from neikeq/pr-issue-4351 | Rémi Verschelde | |
Fix 'Quit to Project Manager' not stopping the running application | |||
2016-04-18 | tiny fix to loop restart (#4358) | Alex | |
Closes #4355 | |||
2016-04-18 | Merge pull request #4319 from kubecz3k/played_signal | Rémi Verschelde | |
animation_started signal for AnimationPlayer | |||
2016-04-18 | Merge pull request #4299 from neikeq/pr-issue-4297 | Rémi Verschelde | |
Keep editable instances data when replacing tree root node | |||
2016-04-17 | string ends_with | Alexander Holland | |
2016-04-17 | Fix 'Quit to Project Manager' not stopping the running application | Ignacio Etcheverry | |
2016-04-16 | Merge pull request #4337 from bojidar-bg/translation-csv-newlines | Rémi Verschelde | |
Fix File.get_csv_line not including quoted newlines in the output | |||
2016-04-16 | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | |
Close #1232 | |||
2016-04-16 | Merge pull request #4325 from SaracenOne/bone_attachment_reposition | Rémi Verschelde | |
BoneAttachments now position themselves instantly during bind. | |||
2016-04-15 | Always set default clear color | eska | |
2016-04-15 | Merge pull request #4328 from mrezai/travisci | Rémi Verschelde | |
Add openssl=builtin to build command in .travis.yml | |||
2016-04-15 | Add openssl=builtin to build command in .travis.yml | mrezai | |
2016-04-15 | Update OpenSSL to version 1.0.2g | mrezai | |
2016-04-15 | BoneAttachments now position themselves instantly during bind. | Saracen | |
2016-04-15 | Merge pull request #4324 from HeartoLazor/path_2d_fix | Rémi Verschelde | |
Fixed curve baking, now always start at origin point | |||
2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor | |
2016-04-14 | animation_started signal to AnimationPlayer | Jakub Grzesik | |
2016-04-14 | Merge pull request #4317 from volzhs/typo-overwrite | Rémi Verschelde | |
correct typo "overwrite" | |||
2016-04-14 | correct typo "overwrite" | volzhs | |
2016-04-14 | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: fix discrete value tracks. | |||
2016-04-12 | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | |
2016-04-12 | AnimationTreePlayer: fix discrete value tracks. | Josh Grams | |
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. | |||
2016-04-12 | Merge pull request #4295 from neikeq/pr-issue-2232 | Rémi Verschelde | |
x11: Flush the X output buffer after changing mouse mode | |||
2016-04-12 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | |
2016-04-12 | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | |
AnimationTreePlayer: allow animating resource properties. | |||
2016-04-12 | Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3d | Rémi Verschelde | |
Port collision and layer masks to 3D |