Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-17 | Fix Input::set_custom_mouse_cursor showing cursor when it's invisible | Guilherme Felipe | |
2018-09-17 | Merge pull request #22113 from char0xff/editor_interface | Rémi Verschelde | |
Update EditorInterface.xml | |||
2018-09-17 | Merge pull request #22119 from char0xff/doc_config | Rémi Verschelde | |
Fix mistake in ConfigFile.xml | |||
2018-09-17 | Merge pull request #22165 from DualMatrix/atan2_plain_wrong | Rémi Verschelde | |
Fixed argument names having wrong order for atan2 | |||
2018-09-17 | Merge pull request #22168 from Calinou/travis-build-release-mode | Rémi Verschelde | |
Build non-editor targets in release mode on Travis CI | |||
2018-09-17 | Merge pull request #22162 from cbscribe/kcc_classref | Rémi Verschelde | |
[DOCS] Classref additions and consistency fixes | |||
2018-09-17 | Merge pull request #22142 from avencherus/doc-change | Rémi Verschelde | |
Small documentation clarification added to CanvasItem. | |||
2018-09-17 | Build some targets in release and release_debug mode on Travis CI | Hugo Locurcio | |
This makes sure the release code path is tested in CI builds. This closes #22147. | |||
2018-09-17 | Merge pull request #22157 from muiroc/fix_cast_crash | Rémi Verschelde | |
Add null check in godot result callback | |||
2018-09-17 | Merge pull request #22161 from eska014/html5-seticon | Rémi Verschelde | |
Implement OS::set_icon in HTML5 platform | |||
2018-09-17 | Merge pull request #22134 from elasota/natvis | Rémi Verschelde | |
Add Visual Studio debug visualizer | |||
2018-09-17 | Initial version of VS natvis file | elasota | |
2018-09-16 | Fixed argument names being swapped for atan2 | DualMatrix | |
The arguments of atan2() should be y,x instead of x,y This was just wrong since the internal atan2 already had y,x as parameters, so if you followed the autocomplete the result would just be wrong. | |||
2018-09-16 | Implement OS::set_icon in HTML5 platform | Leon Krause | |
2018-09-16 | Small documentation clarification added to CanvasItem. | Jared | |
2018-09-16 | Merge pull request #22146 from KoderaSoftwareUnlimited/fix-22143 | Rémi Verschelde | |
Fix #22143 | |||
2018-09-16 | [DOCS] Classref additions and consistency fixes | Chris Bradfield | |
2018-09-16 | test for depreciacion warnings only on debug builds | Mariusz Chwalba | |
Fix adherence to clang-format rules | |||
2018-09-16 | Add null check in godot result callback | muiroc | |
2018-09-16 | Merge pull request #22133 from YeldhamDev/all_oks_shall_be_banished | Rémi Verschelde | |
Remove unnecessary "OK"s text settings | |||
2018-09-15 | Remove unnecessary "OK"s text settings | Michael Alexsander Silva Dias | |
2018-09-16 | Merge pull request #22117 from Paulb23/colour_theme_crash_issue_21715 | Rémi Verschelde | |
Fix crash on colour theme change, issue 21715 | |||
2018-09-16 | Merge pull request #22095 from KellyThomas/transform-interpolatewith | Rémi Verschelde | |
[Mono] Transform - add InterpolateWith() | |||
2018-09-16 | Merge pull request #22111 from Chaosus/unification | Rémi Verschelde | |
Few unification fixes for canvas_item and spatial editor toolbars | |||
2018-09-16 | Merge pull request #22066 from Faless/bundle_certs | Rémi Verschelde | |
Bundle SSL certs with the templates | |||
2018-09-15 | Merge pull request #22120 from Faless/fix_http_client | Fabio Alessandrelli | |
Fix HTTPClient _get_http_data bug after #21976. | |||
2018-09-15 | Fix HTTPClient _get_http_data bug after #21976. | Fabio Alessandrelli | |
2018-09-15 | Fix mistake in ConfigFile.xml | char0xff | |
2018-09-15 | Fix crash on colour theme change, issue 21715 | Paulb23 | |
2018-09-15 | Update EditorInterface.xml | char0xff | |
2018-09-15 | Few unifications between canvas_item and spatial editors | Chaosus | |
2018-09-15 | Merge pull request #22069 from scayze/fix_reload_scripts | Rémi Verschelde | |
Fix scripts not reloading when edited externally | |||
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli | |
Note, it will only used by the Editor, not when running the game. This allows package maintainer to compile Godot to use system installed certificates when accessing the AssetLib. | |||
2018-09-15 | Merge pull request #21973 from guilhermefelipecgs/fix_default_cursor_shape | Rémi Verschelde | |
Some fixes to mouse's cursor and shape | |||
2018-09-15 | Bundle SSL certs with the templates. | Fabio Alessandrelli | |
If this is undesired it can be avoided by specifying builtin_certs=no . Bundled SSL certs will be used unless you specify an override in: Project Settings -> SSL -> Certificates . | |||
2018-09-15 | [Mono] implement Transform.InterpolateWith() | Kelly Thomas | |
2018-09-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-15 | Merge pull request #22090 from godotengine/break-the-chains-of-scrollbar | Rémi Verschelde | |
Rename ScrollBar's drag_slave to drag_node | |||
2018-09-15 | Merge pull request #22087 from Faless/master_of_puppets | Rémi Verschelde | |
Deprecate slave keyword in favor of puppet. | |||
2018-09-15 | Merge pull request #22092 from akien-mga/video-toggle-regression | Rémi Verschelde | |
Fix video toggle UX issue | |||
2018-09-15 | Add GDScript slave keyword deprecation warning. | Fabio Alessandrelli | |
2018-09-15 | Fix video toggle UX issue | Rémi Verschelde | |
It was still functional but showing duplicate entries and thus "GLES2" for both GLES2 and GLES3 choices. Fixes #22089. | |||
2018-09-15 | Rename ScrollBar's drag_slave to drag_node | Rémi Verschelde | |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli | |
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt. | |||
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli | |
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases. | |||
2018-09-14 | Merge pull request #22081 from akien-mga/canvasitem-zoom-equal | Rémi Verschelde | |
Set default CanvasItemEditor zoom shortcut to KEY_EQUAL | |||
2018-09-14 | Merge pull request #22080 from YeldhamDev/expose_get_top_modal_stack | Rémi Verschelde | |
Expose "get_modal_stack_top()" to GDScript | |||
2018-09-14 | Merge pull request #22078 from akien-mga/boot_bg_color | Rémi Verschelde | |
Make boot splash background color always configurable | |||
2018-09-14 | Set default CanvasItemEditor zoom shortcut to KEY_EQUAL | Rémi Verschelde | |
At least on en_US QWERTY (and various QWERTY-derived variants) and fr_FR AZERTY, "+" is an indirect key obtained by pressing "Shift" + "=", so using "=" in the binding makes it easier to access. It doesn't work this way on other layouts like de_DE QWERTZ though, but since 'script_editor/zoom_in' also uses KEY_EQUAL, setting the same for consistency. Fixes #22067. | |||
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias | |