Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | Remove references to OES24, which is incompatible with many devices. | Juan Linietsky | |
2019-02-26 | Clarify that ETC is required for GLES2. | Juan Linietsky | |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky | |
-Added ability for resource importers to save metadata -Added ability for resource importers to validate depending on project settings | |||
2019-02-26 | Merge pull request #26312 from ericrybick/master | Rémi Verschelde | |
Fix "No loader found for resource: res://" spam when NativeScript script_class_name is not empty. | |||
2019-02-26 | Merge pull request #26314 from jahd2602/export-icon-dpi-fix | Rémi Verschelde | |
Resize native run button according to editor scale. | |||
2019-02-26 | Merge pull request #26313 from ivanarh/master | Rémi Verschelde | |
iOS: Fixed possible crash in applicationDidReceiveMemoryWarning | |||
2019-02-26 | Fix "No loader found for resource: res://" spam when NativeScript ↵ | Eric Rybicki | |
script_class_name is not empty. fixes #26275 | |||
2019-02-26 | Resize native run button according to editor scale. | Jairo Honorio | |
2019-02-26 | Fixed possible crash on iOS in applicationDidReceiveMemoryWarning method: ↵ | Ivan Ponomarev | |
event loop may be null when it's called. | |||
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky | |
-Fixed a bug where etc textures were imported broken | |||
2019-02-26 | Remove setting that caused is_inside_tree() errors on doppler tracking enabled. | Juan Linietsky | |
2019-02-26 | Merge pull request #26294 from WindyDarian/fix_saturate_in_visual_shader | Rémi Verschelde | |
Fix saturate ScalarFunc in Visual Shader | |||
2019-02-26 | Merge pull request #26290 from groud/move_setting_to_layout | Rémi Verschelde | |
Move the FileSystem dock layout properties to the per-project layout file | |||
2019-02-26 | Merge pull request #26286 from kaadmy/gles2_ortho_shadow | Rémi Verschelde | |
Fix orthographic shadow color when using GLES2 | |||
2019-02-25 | Fix saturate ScalarFunc in Visual Shader | Windy Darian | |
Was getting this error when using a saturate node. This change fixes it. ``` :39 - Invalid arguments for built-in function: max(float,int) drivers\gles3\rasterizer_storage_gles3.cpp:2150 - Condition ' err != OK ' is true. ``` | |||
2019-02-25 | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky | |
Changed math class error reporting to be a bit less paranoid. | |||
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-02-25 | Fix orthographic shadow color when using GLES2 | KaadmY | |
2019-02-25 | Merge pull request #26283 from neikeq/issue-25330 | Rémi Verschelde | |
Make export templates extraction handle subdirectories | |||
2019-02-25 | Merge pull request #26279 from ericrybick/master | Rémi Verschelde | |
Fix Editor crash after disabling plugin that used "forward_spatial_gui_input" #26124 | |||
2019-02-25 | Make export templates extraction handle subdirectories | Ignacio Etcheverry | |
Fixes #25330 | |||
2019-02-25 | Merge pull request #26278 from akien-mga/stretch-shrink-step | Rémi Verschelde | |
Fix property hint for stretch strink setting | |||
2019-02-25 | Merge pull request #26280 from YeldhamDev/revert_merge_all_fix | Juan Linietsky | |
Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions" | |||
2019-02-25 | Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly ↵ | Michael Alexsander Silva Dias | |
commiting actions" This reverts commit 79f1d8b4fbac564cb55669bbf05034bb9e15ae4a. | |||
2019-02-25 | Merge pull request #26277 from bojidar-bg/25904-update-stylebox-change | Rémi Verschelde | |
Update controls when a stylebox or icon override changes | |||
2019-02-25 | Fix editor crash after disabling plugin that used forward_spatial_gui_input | Eric Rybicki | |
Fixes #26124. | |||
2019-02-25 | Merge pull request #26271 from Chaosus/wrapi64 | Rémi Verschelde | |
Fix wrapi to use int64_t instead int | |||
2019-02-25 | Fix property hint for stretch strink setting | Rémi Verschelde | |
Fixes #25184. | |||
2019-02-25 | Update controls when a stylebox or icon override changes; change to ↵ | Bojidar Marinov | |
CONNECT_REFERENCE_COUNTED Also, cleanup unnessesary calls to update() and NOTIFICATION_THEME_CHANGED. Fixes #25904. | |||
2019-02-25 | doc: Sync classref with current source | Rémi Verschelde | |
2019-02-25 | doc: Fix wrong tag | Rémi Verschelde | |
2019-02-25 | Merge pull request #26218 from cbscribe/kcc_array_doc | Rémi Verschelde | |
[DOCS] Minor classref updates. | |||
2019-02-25 | Merge pull request #26250 from Faless/net/gdnative | Rémi Verschelde | |
Fixing C compatiblity for GDNative NET module | |||
2019-02-25 | Fix wrapi to use int64_t instead int | Chaosus | |
2019-02-24 | [DOCS] Minor classref updates. | Chris Bradfield | |
2019-02-24 | Removed debug function. | Juan Linietsky | |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes ↵ | Juan Linietsky | |
#25897 and many others | |||
2019-02-25 | Merge pull request #26255 from hpvb/fix-26239 | Hein-Pieter van Braam | |
Explicitly use floating point numbers in the our shaders | |||
2019-02-25 | Merge pull request #26160 from marxin/come-up-with-use_gcc | Hein-Pieter van Braam | |
Come up with use_gcc. | |||
2019-02-25 | Merge pull request #26161 from marxin/add-Wwrite-strings | Hein-Pieter van Braam | |
Add -Wwrite-strings into all and extra warnings. | |||
2019-02-25 | Merge pull request #26242 from serados/init_mouse_pos_win | Hein-Pieter van Braam | |
Update Windows global mouse position at startup | |||
2019-02-24 | Explicitly use floating point numbers in the our shaders | Hein-Pieter van Braam | |
We need to be explicit about using floating point numbers in our shaders for compatibility with mobile GLES drivers. | |||
2019-02-24 | Merge pull request #26253 from hpvb/vpx-use-x86inc | Hein-Pieter van Braam | |
Disable all use of avx instructions | |||
2019-02-24 | Disable all use of avx instructions | Hein-Pieter van Braam | |
For some reason CPU feature detection isn't working on our vendored libvpx. This breaks Godot on older CPUs (pre-2011). | |||
2019-02-24 | Fixing C compatiblity for GDNative NET module | Fabio Alessandrelli | |
Also add net interfaces to gdnative_api.json | |||
2019-02-24 | Merge pull request #26240 from eska014/html5-preload-noown | Rémi Verschelde | |
Properly preload files, always use stdout/-err in HTML5 platform | |||
2019-02-25 | Update Windows global mouse position at startup | Junwei Ng | |
Fixes issue #8145 for Windows, in the same manner as issue #21910 fixed it for X11. | |||
2019-02-24 | Ensure all properties are refreshed when setting a script, fixes #24845 | Juan Linietsky | |
2019-02-24 | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky | |
2019-02-24 | Merge pull request #25018 from AllanDaemon/#24895 | George Marques | |
Fix support for optional parameters in setters |