summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-20RigidBody2D: add and bind get/set_applied_torque.Josh Grams
2016-04-20Merge pull request #4302 from Anarchid/gridmap-navmeshRémi Verschelde
Navmesh support for GridMaps
2016-04-20manually fix indentAnarchid
2016-04-20Implement GridMap support for navigation meshesAnarchid
2016-04-20Merge pull request #4382 from kurikaesu/get-executable-path-fixes-osx-javascriptRémi Verschelde
Implements get_executable_path for OS X should proc_pidpath in os_osx…
2016-04-20Implements 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-19Merge pull request #4365 from bojidar-bg/surfacetool-add-quadRémi Verschelde
Add an add_triangle_fan method to SurfaceTool
2016-04-19Merge pull request #4377 from eska014/web-keysRémi Verschelde
Fix key events in web export
2016-04-19Merge pull request #4380 from bojidar-bg/camera2d-fix-zoomRémi Verschelde
Fix Camera2D ignoring zoom when checking limits
2016-04-19Merge pull request #4373 from bojidar-bg/draw-camera2d-screenRémi Verschelde
Add preview of the Camera2D's screen boundaries
2016-04-19Fix Camera2D ignoring zoom when checking limitsBojidar Marinov
Closes #1912
2016-04-19Merge pull request #4375 from eska014/fix-web-clear-colorRémi Verschelde
Fix default clear color in web export
2016-04-19Add fallback to legacy KeyboardEvent in web exporteska
Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value.
2016-04-19Add preview of the Camera2D's screen boundariesBojidar Marinov
Closes #3365
2016-04-19Reimplement key input events in Emscripten exporteska
Scancodes work, but unicode values are now completely broken in some browser/OS combinations.
2016-04-19Merge pull request #4369 from volzhs/res-androidRémi Verschelde
remove unused resources and add korean locale for android
2016-04-19remove unused resources and add korean locale for androidvolzhs
- remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen
2016-04-18Add a add_triangle_fan method to SurfaceToolBojidar Marinov
Closes #4298
2016-04-18Merge pull request #4329 from mrezai/openssl-1.0.2gRémi Verschelde
Update OpenSSL to version 1.0.2g
2016-04-18Merge pull request #4364 from leezh/masterRémi Verschelde
Fixed SEGFAULT in zero-reserved arrays in nrex. Fixes #4346
2016-04-18Merge pull request #4345 from mownier/add/getter/http-client-connectionRémi Verschelde
Added getter method for the connection property in HTTPClient.
2016-04-18Added 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-18Fixed zero-length arrays in nrex. Fixes #4346Zher Huei Lee
2016-04-18Merge pull request #4360 from AlexHolly/string-ends_withRémi Verschelde
string ends_with
2016-04-18Merge pull request #4359 from neikeq/pr-issue-4351Rémi Verschelde
Fix 'Quit to Project Manager' not stopping the running application
2016-04-18tiny fix to loop restart (#4358)Alex
Closes #4355
2016-04-18Merge pull request #4319 from kubecz3k/played_signalRémi Verschelde
animation_started signal for AnimationPlayer
2016-04-18Merge pull request #4299 from neikeq/pr-issue-4297Rémi Verschelde
Keep editable instances data when replacing tree root node
2016-04-17string ends_withAlexander Holland
2016-04-17Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry
2016-04-16Merge pull request #4337 from bojidar-bg/translation-csv-newlinesRémi Verschelde
Fix File.get_csv_line not including quoted newlines in the output
2016-04-16Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov
Close #1232
2016-04-16Merge pull request #4325 from SaracenOne/bone_attachment_repositionRémi Verschelde
BoneAttachments now position themselves instantly during bind.
2016-04-15Always set default clear coloreska
2016-04-15Merge pull request #4328 from mrezai/travisciRémi Verschelde
Add openssl=builtin to build command in .travis.yml
2016-04-15Add openssl=builtin to build command in .travis.ymlmrezai
2016-04-15Update OpenSSL to version 1.0.2gmrezai
2016-04-15BoneAttachments now position themselves instantly during bind.Saracen
2016-04-15Merge pull request #4324 from HeartoLazor/path_2d_fixRémi Verschelde
Fixed curve baking, now always start at origin point
2016-04-15Fixed curve baking, now always start at origin pointHearto Lazor
2016-04-14animation_started signal to AnimationPlayerJakub Grzesik
2016-04-14Merge pull request #4317 from volzhs/typo-overwriteRémi Verschelde
correct typo "overwrite"
2016-04-14correct typo "overwrite"volzhs
2016-04-14Merge pull request #4308 from JoshuaGrams/atp-resourcesRémi Verschelde
AnimationTreePlayer: fix discrete value tracks.
2016-04-12Keep editable instances data when replacing tree root nodeIgnacio Etcheverry
2016-04-12AnimationTreePlayer: 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-12Merge pull request #4295 from neikeq/pr-issue-2232Rémi Verschelde
x11: Flush the X output buffer after changing mouse mode
2016-04-12x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry
2016-04-12Merge pull request #4286 from JoshuaGrams/atp-resourcesRémi Verschelde
AnimationTreePlayer: allow animating resource properties.
2016-04-12Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3dRémi Verschelde
Port collision and layer masks to 3D