Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Merge pull request #9722 from endragor/fix-android-export | Juan Linietsky | |
Fix android export templates build | |||
2017-07-20 | Fix android export templates build | Ruslan Mustakov | |
This commit fixes errors occurring during Android export template builds. This required modification in third-party library (libpng) to compile with NEON. Most likely a similar patch will be applied by them and we could then replace the modified version. | |||
2017-07-19 | Merge pull request #9699 from RameshRavone/master | Thomas Herzog | |
[gdnative] `Object::_get` return type and dynamic property | |||
2017-07-19 | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-19 | Merge pull request #9698 from GodotExplorer/pr-fix-config | Rémi Verschelde | |
Fix errors with global config names no more sorrys please | |||
2017-07-19 | Merge pull request #9565 from kubecz3k/tool-signals | Rémi Verschelde | |
Make more informations available for Tool Plugins about the editor | |||
2017-07-19 | Fix errors with global config names no more sorrys please | geequlim | |
2017-07-19 | [GDNative] dynamic properties | Ramesh Ravone | |
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-18 | Merge pull request #9700 from djrm/button_fixes | Rémi Verschelde | |
Fixed button flat behavior when not in normal state. | |||
2017-07-18 | Merge pull request #9695 from Noshyaar/pr-rcd | Rémi Verschelde | |
EditorNode: remove obsolete comments in constructor | |||
2017-07-18 | Merge pull request #9629 from kubecz3k/tabs-addons | Rémi Verschelde | |
Tabs enhancements: get_tab_rect(), move_tab() | |||
2017-07-18 | Fixed button flat behavior when not in normal state. | Daniel J. Ramirez | |
Also changed some buttons to flat mode | |||
2017-07-18 | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik | |
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 | |
2017-07-18 | _get return type fix | Ramesh Ravone | |
2017-07-18 | EditorNode: remove obsolete comments in constructor | Poommetee Ketson | |
2017-07-18 | Merge pull request #9689 from djrm/theme_fixes | Rémi Verschelde | |
Added separators using StyleBoxLine, some theme style fixes | |||
2017-07-18 | Merge pull request #9688 from djrm/slider_fix | Rémi Verschelde | |
Fixed slider centering when using SIZE_EXPAND_FILL. | |||
2017-07-18 | Fixed slider centering when using SIZE_EXPAND_FILL. | Daniel J. Ramirez | |
2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez | |
2017-07-18 | Merge pull request #9482 from Noshyaar/pr-ramp | Rémi Verschelde | |
Fix shrunk ColorPickers | |||
2017-07-18 | Merge pull request #9608 from RandomShaper/more-atomics | Rémi Verschelde | |
Implement more atomic ops | |||
2017-07-18 | Merge pull request #9681 from Noshyaar/pr-license | Rémi Verschelde | |
Fix Zlib license not extracted | |||
2017-07-18 | Fix ColorPicker to use theme constants | Poommetee Ketson | |
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 | Fix Zlib license not extracted | Poommetee Ketson | |
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 | Implement add & subtract atomics | Pedro J. Estébanez | |
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 | |