L. Krause
aa798ebf8f
Fix atomic operations in NO_THREADS builds
2017-07-22 22:06:01 +02:00
Juan Linietsky
3b2dfae5af
function to add script and instance at once, as needed by neikeq
2017-07-22 16:57:56 -03:00
Juan Linietsky
0ad1a8f3d0
Script languges are uninitialized properly now.
2017-07-22 16:11:56 -03:00
Thomas Herzog
c74a3275dc
Merge pull request #9757 from RameshRavone/patch-1
...
gdnative bug fix in get (return null check)
2017-07-22 21:06:16 +02:00
Juan Linietsky
772485cdb3
Several changes to better run in mobile.
2017-07-22 14:08:17 -03:00
Rémi Verschelde
492999a33b
libpng: Update to upstream version 1.6.31rc01
...
Fixes various issues with 1.6.30, especially ARM build.
Supersedes change in #9722 .
2017-07-22 18:42:20 +02:00
Rémi Verschelde
8495acc510
Merge pull request #9754 from Hinsbart/obj_fix
...
OBJ Importer: Fix relative path materials.
2017-07-22 13:49:19 +02:00
Rémi Verschelde
f0ab3283c0
Merge pull request #9749 from kubecz3k/animtree-slider-fix
...
AnimationTree nodes sliders fixes
2017-07-22 13:46:36 +02:00
Rémi Verschelde
93422e2ff2
Merge pull request #9743 from Noshyaar/pr-itemlist
...
Enhanced About dialog, Add ItemList auto_height
2017-07-22 13:42:32 +02:00
Rémi Verschelde
8cf8be6a8d
Merge pull request #9742 from quinnyo/project-manager-new-config
...
updated project manager to use new project.godot values
2017-07-22 13:40:15 +02:00
Rémi Verschelde
c4918ca76b
Merge pull request #9717 from kubecz3k/plugin-methods-rename
...
Rename of two EditorPlugin methods
2017-07-22 13:35:05 +02:00
George Marques
0ed59fdf12
Merge pull request #9730 from capnm/fix-custom_features-typo
...
custom_features: fix typo
2017-07-22 00:12:29 -03:00
Ramesh Ravone
af8a40e554
gdnative bug fix in get (return null check)
2017-07-22 06:39:03 +05:30
Andreas Haas
0bc5fca4d5
OBJ Importer: Fix relative path materials.
2017-07-21 20:59:22 +02:00
Jakub Grzesik
0fc4b04f51
AnimationTree nodes sliders fixes
2017-07-21 13:57:46 +02:00
Rémi Verschelde
4fe6b2a674
Merge pull request #9745 from Marqin/faster_travis
...
make use of 2 cores in Travis CI
2017-07-21 12:33:23 +02:00
Poommetee Ketson
47c4777ccf
Enhanched About dialog, Add ItemList auto_height
...
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 14:18:40 +07:00
Quinn Yo
5c62304b78
updated project manager to use new project.godot values
2017-07-21 15:25:22 +10:00
Hubert Jarosz
283ba78399
make use of 2 cores in Travis CI
2017-07-21 01:01:44 +02:00
Jakub Grzesik
218b1c223d
EditorPlugin methods and signals rename
2017-07-20 19:16:34 +02:00
Martin Capitanio
10e16de3d2
custom_features: fix typo
2017-07-20 11:48:00 +02:00
George Marques
2a0c0db028
Fix "vertical" property of StyleBoxLine
2017-07-19 23:30:39 -03:00
Juan Linietsky
25678b1876
-Renamed GlobalConfig to ProjectSettings, makes more sense.
...
-Added system for feature overrides, it's pretty cool :)
2017-07-19 17:06:03 -03:00
Juan Linietsky
89588d4334
Merge pull request #9722 from endragor/fix-android-export
...
Fix android export templates build
2017-07-19 17:00:09 -03:00
Ruslan Mustakov
fbb27a0c43
Fix android export templates build
...
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-20 01:58:47 +07:00
Thomas Herzog
45b498c4e0
Merge pull request #9699 from RameshRavone/master
...
[gdnative] `Object::_get` return type and dynamic property
2017-07-19 13:07:06 +02:00
Rémi Verschelde
c5ba9d9b7c
Merge pull request #9703 from Noshyaar/docs
...
Add object type hint for docs
2017-07-19 10:00:20 +02:00
Rémi Verschelde
1f91c2908e
Merge pull request #9698 from GodotExplorer/pr-fix-config
...
Fix errors with global config names no more sorrys please
2017-07-19 09:58:06 +02:00
Rémi Verschelde
d4c73ea2b3
Merge pull request #9565 from kubecz3k/tool-signals
...
Make more informations available for Tool Plugins about the editor
2017-07-19 09:54:02 +02:00
geequlim
5a2500f580
Fix errors with global config names no more sorrys please
2017-07-19 09:25:50 +08:00
Ramesh Ravone
535290d2e7
[GDNative] dynamic properties
2017-07-19 05:41:56 +05:30
Poommetee Ketson
49c7620326
Add object type hint for docs
2017-07-19 02:03:34 +07:00
Rémi Verschelde
9cf72d0ae1
Merge pull request #9700 from djrm/button_fixes
...
Fixed button flat behavior when not in normal state.
2017-07-18 18:14:23 +02:00
Rémi Verschelde
ae80d57b31
Merge pull request #9695 from Noshyaar/pr-rcd
...
EditorNode: remove obsolete comments in constructor
2017-07-18 18:13:43 +02:00
Rémi Verschelde
1bed4c6783
Merge pull request #9629 from kubecz3k/tabs-addons
...
Tabs enhancements: get_tab_rect(), move_tab()
2017-07-18 18:12:26 +02:00
Daniel J. Ramirez
337c1238b9
Fixed button flat behavior when not in normal state.
...
Also changed some buttons to flat mode
2017-07-18 11:03:06 -05:00
Jakub Grzesik
b5de36b29d
Tabs enhancements: get_tab_rect(), move_tab_from_to()
...
exposed: get_tab_rect(tab_idx)
new and exposed: move_tab_from_to(idx_from, idx_to)
2017-07-18 17:57:02 +02:00
Jakub Grzesik
708d825001
Make available more informations about editor for Tool Plugins
2017-07-18 17:48:19 +02:00
Ramesh Ravone
826c51c70e
_get return type fix
2017-07-18 21:09:46 +05:30
Poommetee Ketson
4c4969f639
EditorNode: remove obsolete comments in constructor
2017-07-18 20:04:20 +07:00
Rémi Verschelde
0afa77a8a2
Merge pull request #9689 from djrm/theme_fixes
...
Added separators using StyleBoxLine, some theme style fixes
2017-07-18 14:06:04 +02:00
Rémi Verschelde
e21ea393ea
Merge pull request #9688 from djrm/slider_fix
...
Fixed slider centering when using SIZE_EXPAND_FILL.
2017-07-18 14:05:54 +02:00
Daniel J. Ramirez
79d85b7ff6
Fixed slider centering when using SIZE_EXPAND_FILL.
2017-07-18 01:50:01 -05:00
Daniel J. Ramirez
17c3422431
Added separators using StyleBoxLine, some theme style fixes, added variant icon
2017-07-18 01:09:19 -05:00
Rémi Verschelde
5a42bbaace
Merge pull request #9482 from Noshyaar/pr-ramp
...
Fix shrunk ColorPickers
2017-07-18 07:52:32 +02:00
Rémi Verschelde
e089989777
Merge pull request #9608 from RandomShaper/more-atomics
...
Implement more atomic ops
2017-07-18 07:48:25 +02:00
Rémi Verschelde
fbfb9e79d3
Merge pull request #9681 from Noshyaar/pr-license
...
Fix Zlib license not extracted
2017-07-18 07:48:02 +02:00
Poommetee Ketson
668d00ff2d
Fix ColorPicker to use theme constants
2017-07-18 09:43:16 +07:00
Juan Linietsky
69a4ea34c4
Change label so they appear vertically alligned on fill
2017-07-17 22:47:00 -03:00
Juan Linietsky
bbada82f80
-Reorganized all properties of project settings (Sorry, Again).
...
(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-17 22:18:58 -03:00