Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-18 | Fixed slider centering when using SIZE_EXPAND_FILL. | Daniel J. Ramirez | |
2017-07-17 | Change label so they appear vertically alligned on fill | Juan Linietsky | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-18 | Merge pull request #9639 from rminderhoud/primitives | Rémi Verschelde | |
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | |||
2017-07-17 | Merge pull request #9577 from MarianoGnu/master | Rémi Verschelde | |
Add anchor shortcut to fit parent | |||
2017-07-17 | Merge pull request #9634 from vnen/gzip-compression | Rémi Verschelde | |
Add GZIP compression support | |||
2017-07-17 | Merge pull request #9666 from toger5/betterFocusCanvasEditor | Rémi Verschelde | |
Focus box size fix for new theme | |||
2017-07-17 | Merge pull request #9652 from djrm/theme_fixes | Rémi Verschelde | |
Improvements and fixes for the default theme. | |||
2017-07-17 | Merge pull request #9668 from marcelofg55/master | Rémi Verschelde | |
Reinit audio device when the system default device changes on OS X | |||
2017-07-17 | Merge pull request #9672 from Noshyaar/pr-lineedit | Rémi Verschelde | |
LineEdit: don't undo uneditable LineEdit | |||
2017-07-17 | Fixed bug that prevented creating polygons. | redtoorange | |
2017-07-17 | Merge pull request #9674 from kubecz3k/fix-subscene-tooltip | Rémi Verschelde | |
Subscene icon tooltip update | |||
2017-07-17 | Merge pull request #9676 from kubecz3k/signal-obj-doc | Rémi Verschelde | |
missing documentation for object.get_incoming_connections | |||
2017-07-17 | missing object.get_incoming_connections() documentation | Jakub Grzesik | |
2017-07-17 | Subscene icon tooltip update | Jakub Grzesik | |
Subscene tooltip text changed to 'Open in Editor' closes #9667 | |||
2017-07-17 | LineEdit: don't undo uneditable LineEdit | Poommetee Ketson | |
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-16 | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | |
2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | |
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-16 | focus box size fix for new theme | toger5 | |
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 | Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | Ralph Minderhoud | |
2017-07-14 | Add anchor shortcut to fit parent | Mariano Suligoy | |
Also remove old Edit -> Expand to Parent menu option | |||
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 | Add GZIP compression support | George Marques | |
- Fix a wrong call in PoolByteArray::compress | |||
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. |