Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). | |||
2017-07-23 | Merge pull request #9684 from eska014/html5-msvc | Rémi Verschelde | |
Fix building HTML5 when cmd.exe is set up for MSVC | |||
2017-07-23 | Merge pull request #9785 from vnen/update-zstd | Rémi Verschelde | |
zstd: Update to upstream version 1.3.0 | |||
2017-07-22 | zstd: Update to upstream version 1.3.0 | George Marques | |
2017-07-22 | Fix atomic operations in NO_THREADS builds | L. Krause | |
2017-07-22 | function to add script and instance at once, as needed by neikeq | Juan Linietsky | |
2017-07-22 | Script languges are uninitialized properly now. | Juan Linietsky | |
2017-07-22 | Merge pull request #9757 from RameshRavone/patch-1 | Thomas Herzog | |
gdnative bug fix in get (return null check) | |||
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-22 | libpng: Update to upstream version 1.6.31rc01 | Rémi Verschelde | |
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722. | |||
2017-07-22 | Fix building HTML5 when cmd.exe is set up for MSVC | L. Krause | |
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-22 | gdnative bug fix in get (return null check) | Ramesh Ravone | |
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 | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez | |
Fixed window title bar margins. fixed compilation error | |||
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 | |