Paulb23
e6eae244d3
Added code editor zoom shortcuts
2016-07-14 20:03:40 +01:00
Rémi Verschelde
3e2c7bf797
Merge pull request #5697 from TheHX/issue-5664
...
Fix Orphan StringName on EditorAutoloadSettings class
2016-07-14 19:29:52 +02:00
George Marques
9a931e333c
Fix binding of File::get_sha256()
...
Fix #5698
2016-07-14 14:23:22 -03:00
George Marques
98eec177ae
Fix classes.xml structure
...
Fix the addition in #4854 which added elements in the wrong place.
2016-07-14 12:13:04 -03:00
Franklin Sobrinho
8772b8ea85
Fix Orphan StringName on EditorAutoloadSettings class
2016-07-14 12:08:40 -03:00
Rémi Verschelde
19d9fac4ed
Merge pull request #5689 from kubecz3k/master
...
added KDevelop project files to gitignore file
2016-07-14 13:45:26 +02:00
Jakub Grzesik
280a75ac6c
added KDevelop project files to gitignore
2016-07-14 13:28:39 +02:00
Rémi Verschelde
1f2110956b
Merge pull request #5592 from volzhs/libwebp-0.5.1
...
Update webp driver to 0.5.1
2016-07-14 09:03:14 +02:00
Rémi Verschelde
26baaf447a
WinRT: Add missing license file for ANGLE
...
Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h
Fixes #4859 .
2016-07-14 08:49:02 +02:00
Rémi Verschelde
68fbb8f8ac
Drop obsolete "webpold" backup of previous webp version
...
Fixes #5252
2016-07-14 08:36:06 +02:00
vamsi
b3cf4c73fc
Fixed a crash in scenario where SSL is not available.
2016-07-13 18:25:05 +02:00
Juan Linietsky
1403fa18a9
Merge pull request #5677 from SaracenOne/animation_import_fix
...
Removes AnimationPlayer renaming on import.
2016-07-13 12:49:09 -03:00
Saracen
ca866803be
Removes AnimationPlayer renaming on import.
2016-07-13 16:45:53 +01:00
Paulb23
20c7f2bded
Added caret block mode to docs
2016-07-12 16:10:44 +01:00
Paulb23
54f720ac06
Added block caret to TextEdit
2016-07-12 16:07:17 +01:00
Rémi Verschelde
5545afd52b
Bump version to 2.1-beta \o/
2016-07-12 08:24:09 +02:00
Rémi Verschelde
b8c506be1c
Merge pull request #5615 from Paulb23/shortcut_save_print
...
Removed shortcut saving print
2016-07-12 07:28:08 +02:00
Rémi Verschelde
c0e6395526
Merge pull request #5638 from TheHX/tree-buttons
...
Fix tree drawing the pressed stylebox in all buttons in the column
2016-07-12 07:28:02 +02:00
Rémi Verschelde
f82e7d3a97
Merge pull request #5641 from sanikoyes/Pr-fix-android-crash
...
Fix crash in FileAccessJAndroid::file_exists (does not free local ref)
2016-07-12 07:26:53 +02:00
Rémi Verschelde
480ac2bcfb
Merge pull request #5648 from Paulb23/completion_box_colors
...
Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme.
2016-07-12 07:26:35 +02:00
Juan Linietsky
31ebac2bfb
Downloaded templates from project manager can now be installed.
2016-07-11 21:34:50 -03:00
Rémi Verschelde
fbc5f1ecfb
Merge pull request #5650 from TheHX/issue-5643
...
Fix "Play custom scene" keyboard shortcut
2016-07-11 19:56:39 +02:00
Franklin Sobrinho
aed2f5f938
Fix "Play custom scene" keyboard shortcut
2016-07-11 14:46:41 -03:00
Paulb23
12e3bb1f01
Removed duplicate color
2016-07-11 15:40:04 +01:00
Paulb23
a57c1da183
Update textedit docs with colors, show line number and highlight all occurences
2016-07-11 15:39:46 +01:00
Paulb23
28356a7d63
Expose highlight all occurrences
2016-07-11 15:20:01 +01:00
Paulb23
21385d9ecb
Expose show line numbers
2016-07-11 15:11:35 +01:00
Paulb23
cc133c9289
Expose colors to theme
2016-07-11 14:57:32 +01:00
Paulb23
a9956be63d
Added completion font colors
2016-07-11 14:25:56 +01:00
Paulb23
8e5c40b364
Added completion scroll color
2016-07-11 14:11:34 +01:00
Juan Linietsky
b41be2d1a9
Merge pull request #4854 from Razzlegames/screenToLocal
...
Conversion function for screen coords to local Canvas coords
2016-07-11 02:26:58 -03:00
sanikoyes
978cb0e884
Fix crash in FileAccessJAndroid::file_exists (does not free local ref)
2016-07-11 12:41:54 +08:00
Kyle Luce
605193b22f
Conversion function for screen coords to local Canvas coords
...
- Useful if you need to Convert screen coords to the coordinate space of a
CanvasItem, but don't have an associated InputEvent to use in
#make_event_local.
For example, if you have a particular point on the screen you'd like to project
into World Space, for various reasons, you would use this function on the root
of the scene. This is analogous to ray casting from screen space in 3D.
2016-07-10 16:06:57 -07:00
Rémi Verschelde
9397458cc0
Merge pull request #5634 from vnen/assetlib-map-crash
...
Fix crash on asset lib install
2016-07-11 00:17:54 +02:00
Franklin Sobrinho
5708006340
Fix tree drawing the pressed stylebox in all buttons in the column
2016-07-10 19:03:43 -03:00
George Marques
1a1b62748a
Fix crash on asset lib install
...
This is not the perfect solution, but fixes the crash and avoid a
dependency on EditorNode.
2016-07-10 17:19:29 -03:00
Rémi Verschelde
d37ef5990b
Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_section
...
Fixed highlight all occurrences highlighing highlighted section
2016-07-10 19:42:56 +02:00
Juan Linietsky
83ab4445f2
As volzhs mentioned in #5385 , changes to save to FILE_SAVE_ALL_SCENES
2016-07-10 14:37:48 -03:00
Juan Linietsky
8d9b73171e
Merge pull request #5385 from volzhs/autosave-android
...
Fix autosave when run on remote device
2016-07-10 14:34:30 -03:00
Juan Linietsky
e525a0387b
Merge pull request #5421 from MarianoGnu/issues
...
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
2016-07-10 14:33:48 -03:00
Rémi Verschelde
da3ad66825
Remove Better Collada Exporter, now in its own repo
...
See https://github.com/godotengine/collada-exporter for the new upstream location.
2016-07-10 19:15:35 +02:00
punto-
bba89aef3b
Merge pull request #5559 from Hinsbart/connected_joysticks
...
Input: add get_connected_joysticks() method.
2016-07-10 14:00:27 -03:00
Juan Linietsky
e468bf2544
Merge pull request #5628 from vnen/pass-semicolon
...
Allow semicolon after 'pass' keyword
2016-07-10 13:57:51 -03:00
Juan Linietsky
d279d060e1
Merge pull request #5077 from RandomShaper/improve-android-build
...
Improve Android build
2016-07-10 13:57:17 -03:00
Juan Linietsky
8462127aa9
Merge pull request #5287 from marcelofg55/master
...
Added popup menu for animation key right-click
2016-07-10 13:42:49 -03:00
Juan Linietsky
46bb02991f
Merge pull request #5270 from lonesurvivor/master
...
Added Tile Origin = Bottom Left option to the TileMap
2016-07-10 13:41:33 -03:00
Juan Linietsky
223ca1363c
Merge pull request #5352 from m4nu3lf/master
...
AnimationTreePlayer filters improved
2016-07-10 13:40:56 -03:00
Juan Linietsky
9dac41432e
Merge pull request #5443 from samuelgrigolato/iterate-string-in-gdscript
...
Add support to String type in gdscript iteration
2016-07-10 13:32:37 -03:00
Juan Linietsky
bcf6491a86
Merge pull request #5621 from TheHX/issue-5616
...
Fix custom types showing on wrong dialogs
2016-07-10 13:30:06 -03:00
Juan Linietsky
7bfb84af08
Merge pull request #5611 from TheHX/spatial-gizmo
...
Fix EditorSpatialGizmo virtual functions not being called
2016-07-10 13:08:13 -03:00