Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS | |
2019-01-25 | Merge pull request #25308 from supagu/theme-fix | Rémi Verschelde | |
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e | |||
2019-01-25 | Merge pull request #25302 from eska014/html5-startupfs | Rémi Verschelde | |
Allow requesting full screen during start-up in HTML5 platform | |||
2019-01-25 | Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e | Fabian | |
2019-01-24 | Merge pull request #25298 from groud/fix_separation_update | Rémi Verschelde | |
Updates containers minimum size when some constants are modified | |||
2019-01-24 | Merge pull request #25294 from groud/fix_2D_selection | Rémi Verschelde | |
Fixes Node2D selection not adapting to editor zoom level | |||
2019-01-24 | Ensure WebGL uses highp by default, and fix some wrong mediump usages. Fixes ↵ | Juan Linietsky | |
#22962. | |||
2019-01-24 | Updates containers minimum size when some constants are modified | groud | |
2019-01-24 | Removed dangerous and useless function, closes #22884 | Juan Linietsky | |
2019-01-24 | Fix crash with cube shadows in gles2, closes #22635 | Juan Linietsky | |
2019-01-24 | Merge pull request #25295 from godotengine/revert-25242-fix_ios_issues | Juan Linietsky | |
Revert "Fix errors on iOS" | |||
2019-01-24 | Revert "Fix errors on iOS" | Juan Linietsky | |
2019-01-24 | Makes screen texture work in GLES2 (2D for now), fixes #23604 | Juan Linietsky | |
2019-01-24 | Fixes Node2D selection not adapting to editor zoom level | groud | |
2019-01-24 | Make recursive nature of iteration not fail. | Juan Linietsky | |
2019-01-24 | Do not fail on recursive iteration. Not ideal but should work for now and ↵ | Juan Linietsky | |
not crash. Fixes #25272 Eventually some sort of main even queue should be implemented to do this properly. | |||
2019-01-24 | Merge pull request #25257 from karroffel/tex3d-get-data-fix | Rémi Verschelde | |
implemented texture_get_data() for TextureLayered | |||
2019-01-24 | Ability to get the current canvas item being drawn from stylebox. | Juan Linietsky | |
2019-01-24 | Merge pull request #25283 from akien-mga/progress-step-float | Rémi Verschelde | |
ProgressBar: Set default step to 0.01 | |||
2019-01-24 | ProgressBar: Set default step to 0.01 | Rémi Verschelde | |
Fixes #22655. | |||
2019-01-24 | Merge pull request #25282 from akien-mga/physicsbody-friction-default | Rémi Verschelde | |
Fix PhysicsBody ignoring deprecated set_friction/bounce with default value | |||
2019-01-24 | Fix PhysicsBody ignoring set_friction/bounce with default value | Rémi Verschelde | |
The intent was to avoid creating a physics override to set a default value that doesn't make a difference, but as #22406 shows it can be necessary to set the default value *back* after an override was created to set a non-default value. Fixes #22406. | |||
2019-01-24 | Merge pull request #25274 from vnen/gdscript-fixes | Rémi Verschelde | |
Some GDScript fixes | |||
2019-01-24 | Merge pull request #25270 from groud/fix_texture_update | Rémi Verschelde | |
Fixing textures not triggering _change_notify | |||
2019-01-23 | Fixing textures not triggering _change_notify | groud | |
2019-01-23 | GDScript: do second pass of parsing on release | George Marques | |
Some construct (like match) actually depends on the second pass. This adds some extra checks to not perform specific type-checks on release since not all type information is available. | |||
2019-01-23 | GDScript: fix default value for autoexported typed vars | George Marques | |
2019-01-23 | Fix problem with texture2Dlod, closes #25263 | Juan Linietsky | |
2019-01-23 | GDScript: read constants from parent scripts | George Marques | |
This is needed to create export variables from enums defined in a parent class. | |||
2019-01-23 | GDScript: don't allow calling non-static function from script | George Marques | |
2019-01-23 | GDScript: allow local classes to be used as types | George Marques | |
2019-01-23 | implemented texture_get_data() for TextureLayered | thomas.herzog | |
2019-01-23 | Merge pull request #25259 from marcelofg55/captured_alt_f4 | Rémi Verschelde | |
Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows | |||
2019-01-23 | Merge pull request #25260 from neikeq/qq | Rémi Verschelde | |
PluginConfigDialog: Add partial support for more script language | |||
2019-01-23 | Merge pull request #25258 from dragmz/patch-9 | Rémi Verschelde | |
Fix warning when setting out of range outline_size | |||
2019-01-23 | Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows | Marcelo Fernandez | |
2019-01-23 | PluginConfigDialog: Add partial support for more script language | Ignacio Etcheverry | |
2019-01-23 | Fix warning when setting out of range outline_size | Marcin Zawiejski | |
Fixes the warning mentioned in #25046 | |||
2019-01-23 | Merge pull request #25255 from marcelofg55/expose_iemidi | Rémi Verschelde | |
Expose InputEventMIDI to scripts | |||
2019-01-23 | Expose InputEventMIDI to scripts | Marcelo Fernandez | |
2019-01-23 | Merge pull request #25190 from 99alfie/master | Rémi Verschelde | |
Fix ButtonGroup.get_pressed_button bug | |||
2019-01-23 | Merge pull request #25212 from danboo/master | Rémi Verschelde | |
Clarify mouse_filter impact on mouse_entered and mouse_exited signals | |||
2019-01-23 | Merge pull request #25253 from akien-mga/theora-decode-ub | Rémi Verschelde | |
theora: Add upstream patch to fix UB warning | |||
2019-01-23 | Merge pull request #25239 from dragmz/patch-7 | Rémi Verschelde | |
Fix global settings consistency | |||
2019-01-23 | theora: Add upstream patch to fix UB warning | Rémi Verschelde | |
Patch from https://git.xiph.org/?p=theora.git;a=commit;h=0ae66d565e6bead8604d312bc1a4e9dccf245c88 Fixes #25221. | |||
2019-01-23 | Merge pull request #25241 from dragmz/patch-8 | Rémi Verschelde | |
Fix GDI objects leak when setting custom cursor | |||
2019-01-23 | Merge pull request #25242 from BastiaanOlij/fix_ios_issues | Rémi Verschelde | |
Fix errors on iOS | |||
2019-01-23 | Revert "Revert "Update random_pcg.h"" | Rémi Verschelde | |
This reverts commit 6f704c338aa7448a65ced554804ae568063f35eb. Sorry about this, this was a test and not meant to be pushed to master. :/ | |||
2019-01-23 | Remove unused method in RasterizerStorageGLES2 | Rémi Verschelde | |
Added in 4f4e46edd539b0c26a6b086aa19c303b10de66b1 but not used in the end. | |||
2019-01-23 | Revert "Update random_pcg.h" | Rémi Verschelde | |
This reverts commit 64e584a97e0505cec592d3c98a2899ba8426f35a. |