| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-19 | Fix errors with global config names no more sorrys please | geequlim | 6 | -9/+9 | |
| 2017-07-19 | [GDNative] dynamic properties | Ramesh Ravone | 1 | -0/+62 | |
| 2017-07-19 | Add object type hint for docs | Poommetee Ketson | 37 | -73/+73 | |
| 2017-07-18 | Fixed button flat behavior when not in normal state. | Daniel J. Ramirez | 3 | -8/+15 | |
| Also changed some buttons to flat mode | |||||
| 2017-07-18 | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik | 3 | -0/+38 | |
| exposed: get_tab_rect(tab_idx) new and exposed: move_tab_from_to(idx_from, idx_to) | |||||
| 2017-07-18 | Make available more informations about editor for Tool Plugins | Jakub Grzesik | 7 | -13/+171 | |
| 2017-07-18 | _get return type fix | Ramesh Ravone | 2 | -1/+3 | |
| 2017-07-18 | EditorNode: remove obsolete comments in constructor | Poommetee Ketson | 2 | -156/+6 | |
| 2017-07-18 | Fixed slider centering when using SIZE_EXPAND_FILL. | Daniel J. Ramirez | 2 | -2/+6 | |
| 2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez | 10 | -16/+305 | |
| 2017-07-18 | Fix ColorPicker to use theme constants | Poommetee Ketson | 6 | -34/+33 | |
| 2017-07-17 | Change label so they appear vertically alligned on fill | Juan Linietsky | 1 | -0/+1 | |
| 2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 45 | -350/+538 | |
| (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 | Fix Zlib license not extracted | Poommetee Ketson | 1 | -0/+2 | |
| 2017-07-17 | Implement add & subtract atomics | Pedro J. Estébanez | 2 | -0/+76 | |
| 2017-07-17 | Fixed bug that prevented creating polygons. | redtoorange | 1 | -1/+1 | |
| 2017-07-17 | missing object.get_incoming_connections() documentation | Jakub Grzesik | 1 | -0/+5 | |
| 2017-07-17 | Subscene icon tooltip update | Jakub Grzesik | 1 | -2/+2 | |
| Subscene tooltip text changed to 'Open in Editor' closes #9667 | |||||
| 2017-07-17 | LineEdit: don't undo uneditable LineEdit | Poommetee Ketson | 1 | -1/+3 | |
| 2017-07-16 | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | 3 | -22/+101 | |
| 2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | 1 | -17/+22 | |
| 2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | 90 | -155/+2313 | |
| Added customizable border size and window highlight. | |||||
| 2017-07-16 | focus box size fix for new theme | toger5 | 1 | -5/+0 | |
| 2017-07-16 | Added a simpler/faster way to bind script languages instance wrappers to Godot | Juan Linietsky | 4 | -6/+37 | |
| 2017-07-16 | Bindings: Fix Object::get_meta return type. | Andreas Haas | 1 | -1/+1 | |
| 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 | 1 | -2/+2 | |
| 2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky | 12 | -18/+105 | |
| 2017-07-15 | Fix to make voxel cone tracing work properly again | Juan Linietsky | 1 | -1/+1 | |
| 2017-07-15 | -Fix for multiple reflection probes causing issues. | Juan Linietsky | 8 | -32/+74 | |
| -Fix for positional sound corruption to avoid making people deaf. | |||||
| 2017-07-15 | Expose Dictionary::next to GDNative | sheepandshepherd | 2 | -1/+9 | |
| 2017-07-15 | Added documentation for blit_rect_mask | dumitru-stama | 1 | -0/+1 | |
| 2017-07-15 | sync doc template | dumitru-stama | 1 | -208/+540 | |
| 2017-07-15 | Script editor usability fixes | Juan Linietsky | 2 | -8/+12 | |
| 2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | 64 | -2394/+3731 | |
| -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 | 4 | -14/+14 | |
| Looks like @reduz really does not like that word. | |||||
| 2017-07-14 | libpng: Update to upstream version 1.6.30 | Rémi Verschelde | 11 | -67/+123 | |
| 2017-07-14 | Changed badge to use HTTPS | Maxwell Paul Brickner | 1 | -1/+1 | |
| 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 | 1 | -1078/+1730 | |
| 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 | 3 | -29/+34 | |
| 2017-07-14 | Add anchor shortcut to fit parent | Mariano Suligoy | 2 | -26/+35 | |
| Also remove old Edit -> Expand to Parent menu option | |||||
| 2017-07-14 | Fix uncheckable checkboxes in RMB menu. closes #9625 | Jakub Grzesik | 3 | -6/+23 | |
| 2017-07-13 | Add GZIP compression support | George Marques | 6 | -14/+24 | |
| - Fix a wrong call in PoolByteArray::compress | |||||
| 2017-07-13 | Fix fullscreen on X11 for non-resizable windows | Marcelo Fernandez | 1 | -0/+27 | |
| 2017-07-13 | AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized | Poommetee Ketson | 1 | -0/+3 | |
| 2017-07-13 | Control: save SIZE_FILL size flag property | Poommetee Ketson | 1 | -2/+2 | |
| 2017-07-12 | Bring back the UWP exporter | George Marques | 2 | -1578/+558 | |
| 2017-07-12 | Added some missing icons, fixed some ui icons | Daniel J. Ramirez | 182 | -3233/+2155 | |
| 2017-07-12 | Add default GDScript templates. | Andreas Haas | 1 | -0/+15 | |
| 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 | 1 | -2/+3 | |
| 2017-07-12 | Ignore fuzzy translations | Poommetee Ketson | 1 | -6/+15 | |
