hondres
|
9544042adb
|
fix InputMap::action_erase_event()
fixes #3976
|
2016-03-07 19:00:17 +01:00 |
hondres
|
02eddbf7da
|
osx: fix inverted horizontal scrolling
|
2016-03-07 11:24:27 +01:00 |
hondres
|
1b806ef54e
|
doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
|
2016-03-06 13:40:37 +01:00 |
Rémi Verschelde
|
f8c666085e
|
Merge pull request #3939 from chuckeles/gdscript-doc
Built-in functions and global scope doc
|
2016-03-06 10:38:41 +01:00 |
Martin Chuckeles
|
ff7c89ebaf
|
Add more verbose build-in functions descriptions
Add descriptions for some global constants
|
2016-03-06 10:34:07 +01:00 |
Rémi Verschelde
|
61e63b635c
|
Merge pull request #3927 from TheHX/issue-3645
Added search box in Class List dialog (Script Editor)
|
2016-03-06 09:46:25 +01:00 |
Rémi Verschelde
|
754d24612f
|
Merge pull request #3931 from TheHX/issue-3876
Fix Sprite doesn't updating region_rect value in certain conditions
|
2016-03-06 09:45:23 +01:00 |
Rémi Verschelde
|
4fb729362b
|
Merge pull request #3932 from TheHX/issue-807
The help page now show the entire object hierarchy
|
2016-03-06 09:43:14 +01:00 |
Franklin Sobrinho
|
fdd1209276
|
The help page now show the entire object hierarchy
|
2016-03-05 14:44:39 -03:00 |
Rémi Verschelde
|
218bb112e5
|
Merge pull request #3930 from TheHX/issue-3801
Removed "__editor_plugin_screen__" metadata creation
|
2016-03-05 17:11:26 +01:00 |
Franklin Sobrinho
|
1d188c1c7b
|
Fix Sprite doesn't updating region_rect value in certain conditions
|
2016-03-05 12:30:09 -03:00 |
Franklin Sobrinho
|
b79e83ad6f
|
Removed "__editor_plugin_screen__" metadata creation
|
2016-03-05 12:29:16 -03:00 |
Rémi Verschelde
|
da85fe26a5
|
Merge pull request #3922 from chuckeles/doc
GDScript Documentation
|
2016-03-05 15:11:05 +01:00 |
Martin Chuckeles
|
cd1184d56c
|
Write GDScript documentation
|
2016-03-05 15:06:31 +01:00 |
Rémi Verschelde
|
21335e502c
|
Merge pull request #3893 from leezh/diraccess_fix
Added relative paths for DirAccess::remove()
|
2016-03-05 13:13:08 +01:00 |
Rémi Verschelde
|
6b1ca582f9
|
Merge pull request #3920 from Hinsbart/js_echo_keys
html5: workaround for echo key events.
|
2016-03-05 13:05:49 +01:00 |
Franklin Sobrinho
|
cc6a6ef08c
|
Added search box in Class List dialog (Script Editor)
|
2016-03-05 07:59:04 -03:00 |
hondres
|
352db6b17e
|
html5: workaround for echo key events.
|
2016-03-04 20:26:39 +01:00 |
Juan Linietsky
|
5a9b18b665
|
-Work on addon editor plugin (disabled by default)
-New HTTPRequest node, to make HTTP requests simpler.
|
2016-03-04 11:10:48 -03:00 |
Rémi Verschelde
|
3fc80f65cd
|
Merge pull request #3910 from chuckeles/completion-tooltip
Completion tooltip
|
2016-03-04 12:52:59 +01:00 |
Martin Chuckeles
|
47206b409d
|
Add editor settings for call hint placement
Added settings: text_editor/put_callhint_tooltip_below_current_line
and text_editor/callhint_tooltip_offset
|
2016-03-04 12:10:15 +01:00 |
Martin Chuckeles
|
26cc14e839
|
Hide hint if completion is active
|
2016-03-03 20:31:25 +01:00 |
Martin Chuckeles
|
03025f60b6
|
Move the call hint under the current line
|
2016-03-03 20:26:50 +01:00 |
Rémi Verschelde
|
5200ebd8fd
|
Merge pull request #3907 from Stabington/master
set_time_scale docs
|
2016-03-03 10:38:47 +01:00 |
Stabington
|
6b7ec5de69
|
set_time_scale docs
This is correct?
|
2016-03-03 10:07:10 +01:00 |
Rémi Verschelde
|
26342b34aa
|
Merge pull request #3898 from volzhs/fix-android-gradle
fix gradle build on windows
|
2016-03-02 07:18:22 +01:00 |
volzhs
|
d6cc887627
|
fix gradle build on windows
|
2016-03-02 12:15:39 +09:00 |
Rémi Verschelde
|
d0c95ec191
|
Merge pull request #3894 from akien-mga/pr-revert-3814
Revert "Merge pull request #3814 from est31/iterators_for_for"
|
2016-03-01 19:05:00 +01:00 |
Rémi Verschelde
|
002ff3cc9a
|
Revert "Merge pull request #3814 from est31/iterators_for_for"
This reverts commit adf5056889 , reversing
changes made to ee2bc87c0e .
|
2016-03-01 18:09:48 +01:00 |
Rémi Verschelde
|
46bfcd3507
|
Merge pull request #3858 from JoshuaGrams/blend3
AnimationTreePlayer (Blend3): process all inputs.
|
2016-03-01 14:02:11 +01:00 |
Rémi Verschelde
|
c26f753ffe
|
Merge pull request #3757 from JoshuaGrams/animation-tree-blending
AnimationTreePlayer: blend value tracks (intended to close #2299)
|
2016-03-01 14:01:27 +01:00 |
Josh Grams
|
391ce81c5e
|
AnimationTreePlayer: blend value tracks (closes #2299)
Variant:
- zero() sets a Variant to the appropriate type of zero value
- blend() blends part of one Variant on top of another.
|
2016-03-01 07:37:36 -05:00 |
Zher Huei Lee
|
d7052ddba3
|
Added relative paths for DirAccess::remove()
Follows similar behaviour to DirAccess::rename()
|
2016-03-01 10:40:31 +00:00 |
Rémi Verschelde
|
a12c63ef9e
|
Quick fixes to tween documentation formatting
Maybe the reST parser should be improved instead though ;)
|
2016-03-01 08:37:35 +01:00 |
Rémi Verschelde
|
c0382a1731
|
Merge pull request #3880 from Hinsbart/joy_names
use joystick name from mapping-db if available
|
2016-02-29 17:38:55 +01:00 |
hinsbart
|
0022af9647
|
use joystick name from mapping-db if available
|
2016-02-29 16:48:19 +01:00 |
Juan Linietsky
|
210d332def
|
-wip on addon editor
-fixes instantiable subclasses not working, as reported in #3871
|
2016-02-29 09:57:38 -03:00 |
Rémi Verschelde
|
445d38b728
|
Merge pull request #3875 from est31/master
Fix crash with release mode
|
2016-02-29 07:29:57 +01:00 |
est31
|
0b24a13fa0
|
Fix bug with nearest_power_of_2_templated
We have to shift log(num of bits) many times not num of bytes many.
|
2016-02-29 06:51:19 +01:00 |
Juan Linietsky
|
640443be6a
|
Merge pull request #3864 from leezh/editorplugin_extras
Adds EditorPlugin::remove_control_from_bottom_panel()
|
2016-02-28 23:11:37 -03:00 |
Ariel Manzur
|
96b60c281f
|
deleted files added accidentally
|
2016-02-28 20:39:29 -03:00 |
Rémi Verschelde
|
f740d0ced3
|
Merge pull request #3693 from SaracenOne/hardware_skinning_fix
Fixed hardware-accelerated skinning support.
|
2016-02-28 23:01:56 +01:00 |
Rémi Verschelde
|
adf5056889
|
Merge pull request #3814 from est31/iterators_for_for
Add Iterators and use them for for
|
2016-02-28 23:00:57 +01:00 |
est31
|
5f66692395
|
Use xrange for common "for i in range(...)" use case
Make the parser eliminate a wasteful allocation and initialisation
of a possibly large array.
|
2016-02-28 22:47:48 +01:00 |
est31
|
f81153eb69
|
Add xrange builtin function
Also update classes.xml in order to document xrange
|
2016-02-28 22:47:48 +01:00 |
sheepandshepherd
|
bc87ce6236
|
Add RangeIterator class for loops
|
2016-02-28 22:47:41 +01:00 |
Rémi Verschelde
|
ee2bc87c0e
|
Merge pull request #3863 from bojidar-bg/PR-document-tween
Document Tween class
|
2016-02-28 22:29:37 +01:00 |
Zher Huei Lee
|
3546403af2
|
Updated the docs for EditorPlugin
One thing to note is that visibilty of the bottom panel items are automatically
managed by the buttons along the bottom.
|
2016-02-28 20:09:15 +00:00 |
Bojidar Marinov
|
49e1cc6fa9
|
Document Tween class
|
2016-02-28 22:04:01 +02:00 |
Zher Huei Lee
|
d8ac5cff57
|
Adds EditorPlugin::remove_control_from_bottom_panel()
Also renames `add_control_to_bottom_dock` to
`add_control_to_bottom_panel` so that it would be clear that the
removal functions are different too.
|
2016-02-28 19:58:17 +00:00 |