Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | Merge pull request #9648 from mbrickn/patch-1 | Rémi Verschelde | |
Changed badge to use HTTPS | |||
2017-07-17 | Merge pull request #9642 from kubecz3k/checkbox-fix | Rémi Verschelde | |
Fix uncheckable checkboxes in RMB menu. closes #9625 | |||
2017-07-17 | Merge pull request #9669 from eska014/html5-implicit-cache | Rémi Verschelde | |
Fix zipping HTML5 templates when using SCons' implicit cache | |||
2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | |
2017-07-16 | Added a simpler/faster way to bind script languages instance wrappers to Godot | Juan Linietsky | |
2017-07-16 | Merge pull request #9665 from devnexen/get_executable_path_fix | Rémi Verschelde | |
get_executable_path slight change to make it work under OpenBSD | |||
2017-07-16 | Bindings: Fix Object::get_meta return type. | Andreas Haas | |
The method was shown as void in the docs. | |||
2017-07-16 | get_executable_path slight change to make it work under OpenBSD | David Carlier | |
2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky | |
2017-07-15 | Fix to make voxel cone tracing work properly again | Juan Linietsky | |
2017-07-15 | -Fix for multiple reflection probes causing issues. | Juan Linietsky | |
-Fix for positional sound corruption to avoid making people deaf. | |||
2017-07-15 | Merge pull request #9660 from sheepandshepherd/dictionary_next | Thomas Herzog | |
Expose Dictionary::next to GDNative | |||
2017-07-15 | Expose Dictionary::next to GDNative | sheepandshepherd | |
2017-07-15 | Merge pull request #9658 from dumitru-stama/docfix_twostep | Rémi Verschelde | |
Docfix twostep [ci skip] | |||
2017-07-15 | Added documentation for blit_rect_mask | dumitru-stama | |
2017-07-15 | sync doc template | dumitru-stama | |
2017-07-15 | Script editor usability fixes | Juan Linietsky | |
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||
2017-07-15 | Some more typo fixes for "threshold" | Rémi Verschelde | |
Looks like @reduz really does not like that word. | |||
2017-07-14 | libpng: Update to upstream version 1.6.30 | Rémi Verschelde | |
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-14 | Fix uncheckable checkboxes in RMB menu. closes #9625 | Jakub Grzesik | |
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 | |