Commit graph

6546 commits

Author SHA1 Message Date
Marcelo Fernandez 1f411d7e22 Convert filter/gen_mipmaps on godot3 exporter 2017-10-06 12:04:52 -03:00
Rémi Verschelde c7f7ac3a10 Merge pull request #11869 from marcelofg55/conv_fonts
Godot3 Exporter now converts .fnt to .font

[ci skip]
2017-10-06 15:14:04 +02:00
Marcelo Fernandez 6747c2b3e8 Fix godot3 exporter main_scene conversion 2017-10-06 10:03:06 -03:00
Andreas Haas fac56895d0 Merge pull request #11809 from Listwon/NavigationMesh
Fix LINK/UNLINK console spam with navmeshes
2017-10-06 13:18:11 +02:00
Marcelo Fernandez 2f49e553f0 Godot3 Exporter now converts .fnt to .font 2017-10-05 22:50:43 -03:00
Ramesh Ravone 77332861c2
flatDir support [Android] 2017-10-05 09:22:37 +05:30
Bartłomiej T. Listwon 924cd6c56d Fix "enable_object_picking" disables editor tooltips
"enable_object_picking" was linked to Viewport's set_fixed_process() and controlled processing of  NOTIFICATION_FIXED_PROCESS which handles physics_object_picking, tooltips and debug drawing collision contacts. Fixes #8347
2017-10-04 20:16:22 +02:00
Bartłomiej T. Listwon 956327d972 Fix LINK/UNLINK console spam with navmeshes
Removed unnecessary debug messages. Fixes #10804
2017-10-03 19:54:55 +02:00
Ramesh Ravone 2ba23c8ae7
Handling BackPress event [Android] 2017-10-03 11:33:37 +05:30
Marcelo Fernandez 116e735e8b Fix possible crash at exit on iOS 2017-10-02 23:20:06 -03:00
Poommetee Ketson 0f9e1b5f0c Merge pull request #11705 from Hinsbart/appveyor-2.1
Fix AppVeyor failing on 2.1
2017-10-02 23:35:21 +07:00
Andreas Haas 9a793659dd Merge pull request #11680 from ISylvox/added-contributor
[2.1] Add 'Godot Contributors' in Project Manager Title
2017-09-30 17:28:14 +02:00
Andreas Haas 36f673f788
Add .appveyor.yml 2017-09-29 19:32:21 +02:00
Gilles Roudiere 2b06237235 Merge pull request #11682 from ISylvox/texure-to-texture-2.1
[2.1] Fix Typo: 'Texure' to 'Texture'
2017-09-29 11:40:24 +02:00
Indah Sylvia f50a0cecd9 Fixed typo: 'texure' to 'texture' 2017-09-29 04:30:06 +07:00
Indah Sylvia d921ae21ef Added 'Godot Contributors' in project manager title 2017-09-29 03:21:14 +07:00
Rémi Verschelde 7213e67f6a Merge pull request #11476 from marcelofg55/export_dmg_21
Ported BastiaanOlij code from master to export to .dmg on OS X, with some improvements
2017-09-26 08:20:28 +02:00
Rémi Verschelde 3ec45a60b1 Dist: Use HTTPS for screenshot link in AppData file
[ci skip]

(cherry picked from commit b57fa8f19b)
2017-09-24 19:42:00 +02:00
Rémi Verschelde cba8052259 doc: Clarify doc of StreamPlayer.get_stream_name()
Closes #6196.
[ci skip]
2017-09-24 13:51:38 +02:00
Rémi Verschelde e25c37afa1 Dist: Add man page for Linux packagers
[ci skip]
2017-09-24 12:39:45 +02:00
Rémi Verschelde 514c8ab66c main: Cosmetic changes to help output
It still uses the old-style switches with only one dash for long arguments,
contrarily to the better help output of the master branch, but it is not worth
doing such big changes in the stable branch at this time.
2017-09-24 12:39:02 +02:00
Rémi Verschelde 893ebc54fc Dist: Add desktop and AppStream files for Linux packagers
[ci skip]

(cherry picked from commit 20c8a4752c)
2017-09-24 10:10:58 +02:00
Elliott Sales de Andrade 8d246dfc1d Add support for OpenSSL 1.1.0.
This release hides many struct members which provides easier forward
compatibility but is a break from previous releases. A few small macros
provide compatibility between both 1.1.0 and 1.0.x.

Fixes #8624.

(cherry picked from commit 00c03bdd2b)
2017-09-24 09:19:28 +02:00
Marcelo Fernandez d706ee6f0a Ported BastiaanOlij code from master to export to .dmg on OS X, with some improvements 2017-09-21 17:47:50 -03:00
Marcelo Fernandez b0d5596738 Added OS::move_path_to_trash function, implemented only on OS X for now. 2017-09-21 17:45:32 -03:00
Marcelo Fernandez 253db95cba OS::execute can now read from stderr too when executing with a pipe. 2017-09-21 17:44:53 -03:00
Rémi Verschelde 1391269a78 Merge pull request #10124 from marcelofg55/handle_sigsegv
Added a SIGSEGV handler that dumps the stacktrace to ease reporting
2017-09-21 11:30:40 +02:00
Rémi Verschelde af019d397c Merge pull request #11449 from volzhs/fix-trustmanager
Fix TrustManager for Android
2017-09-21 10:22:24 +02:00
volzhs 24f2864e78 Fix TrustManager for Android 2017-09-21 06:23:40 +09:00
Rémi Verschelde d344fb6089 Merge pull request #11427 from marcelofg55/fix_chmod_return
Fix base _chmod return value

[ci skip]
2017-09-20 09:29:49 +02:00
Marcelo Fernandez ad37dbfec2 Fix base _chmod return value 2017-09-19 20:38:59 -03:00
Marcelo Fernandez 60cf34b968 Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-19 19:56:24 -03:00
Poommetee Ketson 41ad28f58f Merge pull request #11408 from sersoong/2.1
Fix editor/property_editor.cpp TTR
2017-09-19 11:56:57 +07:00
sersoong ded734a678 Fix editor/property_editor.cpp TTR 2017-09-19 12:22:41 +08:00
Rémi Verschelde ccf7e17da4 Merge pull request #11342 from marcelofg55/2.1
Fix x11 exported executables not getting the +x flag
2017-09-17 22:41:30 +02:00
Marcelo Fernandez b48704c620 Fix x11 exported executables not getting the +x flag 2017-09-16 22:38:32 -03:00
Rémi Verschelde 8be9e8b484 Merge pull request #11127 from zavb074/2.1
Removed code that flips normal if facing away from test direction
2017-09-13 19:36:36 +02:00
Rémi Verschelde 28d4b2da7a Merge pull request #11121 from RandomShaper/fix-errors-at-exit-2.1
Fix errors at exit (2.1)
2017-09-13 19:31:19 +02:00
Rémi Verschelde d47a9a4984 Change 2D/3D/Script/Help shortcuts back to previous values
Fixes conflicting change of focus for F3 (3D editor and "Find Next" in the Script editor).
Closes #11042.
2017-09-13 18:45:42 +02:00
Pedro J. Estébanez 868211eba7 Fix WASAPI cleanup
Audio drivers are destroyed on OS destruction, when memory management is no longer available so they must release their dynamic allocations explicitly in their `finish()` method.
2017-09-12 17:47:17 +02:00
Rémi Verschelde 58075d8ec5 Merge pull request #10891 from GodotExplorer/pr-debugger-2.1.4
[2.1] Some improvements for debugger
2017-09-12 12:53:16 +02:00
Rémi Verschelde 849361624b Merge pull request #11084 from marcelofg55/crashfix_bb10
Fix possible crash at ~EditorExportPlatformBB10
2017-09-12 12:07:05 +02:00
Pedro J. Estébanez cc98dbff04 Remove joint freeing logic from physics servers
Since joint resources are created by joint nodes and also they take care of freeing them, the physics server doesn't need to free bodies' joints explicitly.

The logic for clearing the constraints map/set is still relevant as there may be collision pairs and in their case its the server itself the one creating them and therefore releasing them.

(cherry picked from commit fbeb27b01d)
2017-09-09 21:47:20 +02:00
Lewis 9f01353222 Removed code that flips normal if facing away from test direction 2017-09-09 20:33:42 +01:00
Marcelo 0a1370ed96 Fix possible crash at ~EditorExportPlatformBB10 2017-09-08 21:35:20 -03:00
geequlim 31b1a77dbc Don't push remote object if the same remote object is already in the history
Fix error inspector capitalization with regular objects after insepct remote objects
2017-09-05 22:05:11 +08:00
Rémi Verschelde a36db90655 BB10: Do not poll devices if export is not configured
See #7131.
2017-09-05 15:19:17 +02:00
Rémi Verschelde 92a5b592f8 Merge pull request #10942 from marcelofg55/wasapi_driver_21
Added new WASAPI driver for Windows
2017-09-05 11:11:23 +02:00
Rémi Verschelde 792d1694c5 Merge pull request #10988 from marcelofg55/2.1
Fix crash when editing SampleLibrary with broken dependencies
2017-09-05 07:54:23 +02:00
Marcelo Fernandez 118dd478e7 Fix crash when editing SampleLibrary with broken dependencies 2017-09-05 00:55:09 -03:00