Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | Changed badge to use HTTPS | Maxwell Paul Brickner | |
Howdy! I just changed the Code Triage badge to use https instead of http. Thanks for your time! :D | |||
2017-07-14 | doc: Sync classref with current source | Rémi Verschelde | |
Some descriptions were lost for refactored APIs, but they cannot be matched 1:1 with the new ones, so will need to be rewritten anyway. | |||
2017-07-13 | Merge pull request #9619 from marcelofg55/master | Rémi Verschelde | |
Fix fullscreen on X11 for non-resizable windows | |||
2017-07-13 | Fix fullscreen on X11 for non-resizable windows | Marcelo Fernandez | |
2017-07-13 | Merge pull request #9627 from Noshyaar/dialog | Rémi Verschelde | |
AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized | |||
2017-07-13 | Merge pull request #9626 from Noshyaar/label | Rémi Verschelde | |
Control: save SIZE_FILL size flag property | |||
2017-07-13 | Merge pull request #9622 from Hinsbart/default_templates | Rémi Verschelde | |
Add default GDScript templates. | |||
2017-07-13 | Merge pull request #9621 from djrm/Icons | Rémi Verschelde | |
Added some missing icons, fixed search button as zoom in some ui elem… | |||
2017-07-13 | Merge pull request #9620 from Noshyaar/ehb | Rémi Verschelde | |
EditorHelpBit: fix stylebox error of some instances | |||
2017-07-13 | Merge pull request #9617 from Noshyaar/xlate | Rémi Verschelde | |
Ignore fuzzy translations | |||
2017-07-13 | Merge pull request #9613 from vnen/uwp-exporter | Rémi Verschelde | |
Bring back the UWP exporter | |||
2017-07-13 | AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized | Poommetee Ketson | |
2017-07-13 | Control: save SIZE_FILL size flag property | Poommetee Ketson | |
2017-07-12 | Bring back the UWP exporter | George Marques | |
2017-07-12 | Added some missing icons, fixed some ui icons | Daniel J. Ramirez | |
2017-07-12 | Add default GDScript templates. | Andreas Haas | |
Adds some default templates, an empty one (that just extends the base class) and one without the comments. Note: If you ran a previous build of Godot 3 before, remove or rename the script_templates folder in order to get these. | |||
2017-07-13 | EditorHelpBit: fix stylebox error of some instances | Poommetee Ketson | |
2017-07-12 | Ignore fuzzy translations | Poommetee Ketson | |
2017-07-12 | Merge pull request #9611 from Corruptinator/master | Rémi Verschelde | |
OUYA Controller GUID and button mapping for Godot 3.0 (Android) | |||
2017-07-12 | UWP: Fix problem with Cert Kit validation | George Marques | |
2017-07-11 | OUYA Controller for Version 3.0 input_default.cpp | Corruptinator | |
OUYA Game Controller for the Godot Game Engine version 3.0, allows the controller to be implemented in the if (ANDROID) part within input_default.cpp, hopefully fixing the problem that originated from #9390 on version 2.1.4 BETA as well. | |||
2017-07-11 | Merge pull request #9553 from timoschwarzer/master-scons-human-friendly-output | Rémi Verschelde | |
[3.0] Add options for more human-friendly build output | |||
2017-07-11 | Add options for more human-friendly build output | Timo Schwarzer | |
2017-07-11 | Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursor | Rémi Verschelde | |
IME window follow the input cursor. | |||
2017-07-11 | Merge pull request #9607 from Noshyaar/astar | Rémi Verschelde | |
AStar: add bool has_point(id) | |||
2017-07-11 | Merge pull request #9602 from ducdetronquito/master | Rémi Verschelde | |
[#7212] Fixed missing 'Variant' return values in documentation. | |||
2017-07-11 | Merge pull request #9566 from kubecz3k/tool-open-scn | Rémi Verschelde | |
EditorPlugin ability to open and reload scenes from scn filepath | |||
2017-07-11 | Merge pull request #9589 from Noshyaar/ref | Rémi Verschelde | |
Include Git hash in the engine | |||
2017-07-11 | AStar: add bool has_point(id) | Poommetee Ketson | |
2017-07-11 | Merge pull request #9604 from godotengine/revert-9014-improve-mem-stats | Juan Linietsky | |
Revert "Improve reliability of memory stats" | |||
2017-07-11 | Revert "Improve reliability of memory stats" | Rémi Verschelde | |
2017-07-11 | Merge pull request #9014 from RandomShaper/improve-mem-stats | Pedro J. Estébanez | |
Improve reliability of memory stats Memory block byte tagging | |||
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-11 | IME window follow the input cursor. | geequlim | |
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||
2017-07-11 | Merge pull request #8573 from neikeq/gdfs-completed | Rémi Verschelde | |
Adds "completed" signal to GDFunctionState | |||
2017-07-11 | Merge pull request #9355 from TwistedTwigleg/Remote_node_enhancement | Rémi Verschelde | |
RemoteTransform and RemoteTransform2D enhancements | |||
2017-07-11 | Include Git hash in the engine | Poommetee Ketson | |
2017-07-11 | EditorPlugin ability to open and reload scns from filepath | Jakub Grzesik | |
2017-07-11 | Merge pull request #9597 from MadEqua/get-audioserver-bus-by-name | Rémi Verschelde | |
Added get_bus_index to AudioServer | |||
2017-07-11 | Merge pull request #9510 from kubecz3k/tab-reposition | Thomas Herzog | |
ability to reposition scene tabs with drag & drop | |||
2017-07-11 | Merge pull request #9586 from Noshyaar/slider | Thomas Herzog | |
Slider: add set/is_editable | |||
2017-07-11 | Merge pull request #9521 from AlexHolly/control-posi-to-posr | Thomas Herzog | |
removed floor so that global pos works with scale in control | |||
2017-07-10 | Merge pull request #9559 from Noshyaar/pr-2 | Thomas Herzog | |
ScriptCreateDialog: Fix regressions from #9536 | |||
2017-07-10 | Merge pull request #9572 from Noshyaar/rlts | Thomas Herzog | |
Fix duplicated resource_local_to_scene | |||
2017-07-10 | Added get_bus_index to AudioServer | Bruno Lourenço | |
2017-07-10 | Merge pull request #9584 from marcelofg55/master | Thomas Herzog | |
Fixed issues with borderless windows on Windows | |||
2017-07-10 | Merge pull request #9588 from kubecz3k/hide-script-btn | Thomas Herzog | |
Ability to toggle script panel visibility | |||
2017-07-10 | Merge pull request #9592 from RandomShaper/remove-warns | Thomas Herzog | |
Remove warnings about benign situations | |||
2017-07-10 | Merge pull request #9594 from RandomShaper/fix-mouse-capture | Thomas Herzog | |
Fix picking list flood while mouse capture enabled | |||
2017-07-11 | Slider: add set/is_editable | Poommetee Ketson | |