Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-22 | Merge pull request #9754 from Hinsbart/obj_fix | Rémi Verschelde | |
OBJ Importer: Fix relative path materials. | |||
2017-07-22 | Merge pull request #9749 from kubecz3k/animtree-slider-fix | Rémi Verschelde | |
AnimationTree nodes sliders fixes | |||
2017-07-22 | Merge pull request #9743 from Noshyaar/pr-itemlist | Rémi Verschelde | |
Enhanced About dialog, Add ItemList auto_height | |||
2017-07-22 | Merge pull request #9742 from quinnyo/project-manager-new-config | Rémi Verschelde | |
updated project manager to use new project.godot values | |||
2017-07-22 | Merge pull request #9717 from kubecz3k/plugin-methods-rename | Rémi Verschelde | |
Rename of two EditorPlugin methods | |||
2017-07-22 | Merge pull request #9730 from capnm/fix-custom_features-typo | George Marques | |
custom_features: fix typo | |||
2017-07-21 | OBJ Importer: Fix relative path materials. | Andreas Haas | |
2017-07-21 | AnimationTree nodes sliders fixes | Jakub Grzesik | |
2017-07-21 | Merge pull request #9745 from Marqin/faster_travis | Rémi Verschelde | |
make use of 2 cores in Travis CI | |||
2017-07-21 | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | |
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns. | |||
2017-07-21 | updated project manager to use new project.godot values | Quinn Yo | |
2017-07-21 | make use of 2 cores in Travis CI | Hubert Jarosz | |
2017-07-20 | EditorPlugin methods and signals rename | Jakub Grzesik | |
2017-07-20 | custom_features: fix typo | Martin Capitanio | |
2017-07-19 | Fix "vertical" property of StyleBoxLine | George Marques | |
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. |