Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | Initial work on Vulkan: | Juan Linietsky | |
-Added VulkanContext -Added an X11 implementation -Added a rendering device abstraction -added a Vulkan rendering device abstraction -Engine does not work, only shows Godot logo (run it from bin/) | |||
2020-02-10 | Allow per pixel transparency in javascript platform | muiroc | |
2020-02-10 | Merge pull request #34140 from bruvzg/ios_auto_icons_and_loadscreens | Rémi Verschelde | |
[iOS] Option to automatically generate icons and launch screens | |||
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde | |
Improve the console error logging appearance | |||
2020-02-10 | Merge pull request #35802 from bruvzg/linux_tablet_ranges | Rémi Verschelde | |
Fix pressure / tilt ranges on Linux. | |||
2020-02-10 | Merge pull request #36003 from MennoMax/linux-cursor-fallback | Rémi Verschelde | |
Adjusted linux cursors and added fallbacks | |||
2020-02-10 | adjusted linux cursors, added fallbacks | MennoMax | |
2020-02-09 | Merge pull request #35701 from AlexHolly/fix-double_tap-pressed-regression | Rémi Verschelde | |
Fix double tap pressed event regression | |||
2020-02-08 | Merge pull request #35982 from akien-mga/scons-modules-enabled-header-and-split | Rémi Verschelde | |
SCons: Split libmodules.a in folder-based libs | |||
2020-02-08 | Merge pull request #35381 from Calinou/html5-export-favicon | Fabio Alessandrelli | |
Export and reference the icon as favicon when exporting to HTML5 | |||
2020-02-07 | SCons: Split libmodules.a in folder-based libs | Rémi Verschelde | |
This removes the need for the hacky split_libmodules logic on Windows, since all libs are now of manageable size. | |||
2020-02-07 | Fix javascript platform build | muiroc | |
2020-02-06 | Merge pull request #35886 from doot24/fix_#35871 | Rémi Verschelde | |
Fixed Godot not recognising 150x150 icon for uwp export #35871 | |||
2020-02-05 | Remove per-file progress reporting when exporting to Android | Hugo Locurcio | |
Calling `step()` on EditorProgress too often will slow down the rest of the editor, so it's best avoided. This is also more consistent with other exporters, as most of them don't report per-file progress either. Exporting a 2D project with ~1,100 files to Android now takes about 10 seconds from a debug editor build instead of 65 seconds. This closes #30850. | |||
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | |
2020-02-03 | fixed godot not recognising 150x150 icon for uwp export | D00T24 | |
2020-02-03 | Restores correct window position after fullscreen toggling off on Linux | Yuri Roubinsky | |
2020-02-03 | Fix restoring window from fullscreen to normal on Linux | Yuri Roubinsky | |
2020-02-01 | Export and reference the icon as favicon when exporting to HTML5 | Hugo Locurcio | |
This makes the project icon display immediately as a favicon when opening the page, without having to wait for the project to finish loading. | |||
2020-01-31 | Fix pressure / tilt ranges on Linux. | bruvzg | |
2020-01-31 | Merge pull request #35451 from Calinou/html5-web-environment-only | Rémi Verschelde | |
Only emit the JavaScript support code for Web when building for HTML5 | |||
2020-01-31 | Merge pull request #35785 from nekomatata/android-line-edit-length-fix | Rémi Verschelde | |
Fixed LineEdit virtual keyboard inputs on Android | |||
2020-01-31 | Fixed LineEdit virtual keyboard inputs on Android | PouleyKetchoupp | |
Changed the condition to add a length filter to make it consistent with the documentation (0 means no character limit). Otherwise the default value in LineEdit causes the virtual keyboard to be non-fonctional on Android. | |||
2020-01-31 | Only emit the JavaScript support code for Web when building for HTML5 | Hugo Locurcio | |
Excluding other unused environments like Node.js makes the support code about 4 KB smaller. | |||
2020-01-31 | Merge pull request #35684 from timothyqiu/macos-sanitizers | Rémi Verschelde | |
Adds sanitizer options for macOS | |||
2020-01-31 | Adds extra cursors for macOS | Haoyu Qiu | |
Before, plain arrow cursor or unsuitable ones were used. | |||
2020-01-29 | Fix double tap pressed event regression | Alexander Holland | |
2020-01-29 | Adds sanitizer options for macOS | Haoyu Qiu | |
2020-01-29 | Fix some URLs to use HTTPS when available | Rémi Verschelde | |
2020-01-27 | Merge pull request #35632 from ↵ | Rémi Verschelde | |
godotengine/revert-32854-fix-wireless-adb-debugging Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi" | |||
2020-01-27 | Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi" | Rémi Verschelde | |
2020-01-27 | Address crash caused by missing dependency. | fhuya | |
2020-01-27 | Address crash caused by missing dependency. | fhuya | |
2020-01-26 | Check if can export before exporting; show error message if can't export. | Mark Wynn Garcia | |
2020-01-23 | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde | |
Android virtual keyboard respecting LineEdit max length. | |||
2020-01-23 | Merge pull request #35454 from Calinou/os-execute-default-blocking | Rémi Verschelde | |
Make `OS.execute()` blocking by default if not specified | |||
2020-01-23 | Merge pull request #35444 from RandomShaper/fix_link_bsd | Rémi Verschelde | |
Fix error with linkers other than GNU ld | |||
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço | |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio | |
This makes `OS.execute()` calls quicker to set up when calling programs in a blocking fashion. | |||
2020-01-22 | Fix error with linkers other than GNU ld | Pedro J. Estébanez | |
2020-01-22 | Remove buggy check if key was already released for accumulated input | Eric Rybicki | |
Fixes #27104 | |||
2020-01-20 | Revert "Fix audio capture naming in Javascript" | Rémi Verschelde | |
This reverts commit 69f7263cd8990b39e4c1cc678b2d0f57686b07b7. Follow-up to #35359. | |||
2020-01-20 | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde | |
Reverts the following commits: - c81ec6f26d40b70283958a4ef3e216fb32cbaf14: "Exposes capture methods to AudioServer, variable renames for consistency, added documentation." - 47c558b98abf842910c780294314326662410cdf: "Expose audio callbacks as signals." - dabaa11b3c451e9b8f2cca7e563bd9ec51edb169: "Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings." Some documentation improvements were kept for pre-existing methods. See rationale for reverting these changes in #30468. | |||
2020-01-19 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-19 | Fix ClassDB API portability with some android and editor classes | Ignacio Etcheverry | |
- `EditorNavigationMeshGenerator` was being registered as part of the Core API, even after d3f48f88bb84d22b7805ce971ac86cf1953a29fd. We must make sure to set Editor as the current ClassDB API type before creating an instance. - The `VisualScriptEngineSingleton.constant` property has a property hint string that's different between tools and non-tools builds. This commit makes the hint string to no longer be set in `_bind_methods`, and to instead set it in `_validate_property`. This way it's ignored when calculating the API hash. - `JavaClassWrapper` is now registered in ClassDB on all platforms, using a dummy implementation on platforms other than Android. This fixes API portability between Android and other platforms. - Updated `--class-db-json` command to ignore non-virtual methods that start with an underscore (see: 4be87c6016a5893cbde897924e540df4c988cee5). | |||
2020-01-19 | Improve the console error logging appearance | Hugo Locurcio | |
This makes secondary information less visually prominent to improve overall readability. Various loggers were also tweaked for consistency. | |||
2020-01-18 | Merge pull request #35265 from zxcvdev/fix_crash_iphone_ios13 | Rémi Verschelde | |
Fix iOS Crash on Application Exit | |||
2020-01-18 | Merge pull request #35256 from Faless/js/callback_target_fix | Rémi Verschelde | |
HTML5 callbacks rework. | |||
2020-01-18 | Fix crash when closing app on iphone | zxcvdev | |