Commit Graph

4990 Commits

Author SHA1 Message Date
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 from Paulb23/shortcut_save_print
Removed shortcut saving print
2016-07-12 07:28:08 +02:00
Rémi Verschelde
c0e6395526 Merge pull request 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 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 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 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 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 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 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 , changes to save to FILE_SAVE_ALL_SCENES 2016-07-10 14:37:48 -03:00
Juan Linietsky
8d9b73171e Merge pull request 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 from MarianoGnu/issues
Save all edited scenes when Runing (and auto-save is enabled). Fixes 
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 from Hinsbart/connected_joysticks
Input: add get_connected_joysticks() method.
2016-07-10 14:00:27 -03:00
Juan Linietsky
e468bf2544 Merge pull request from vnen/pass-semicolon
Allow semicolon after 'pass' keyword
2016-07-10 13:57:51 -03:00
Juan Linietsky
d279d060e1 Merge pull request from RandomShaper/improve-android-build
Improve Android build
2016-07-10 13:57:17 -03:00
Juan Linietsky
8462127aa9 Merge pull request 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 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 from m4nu3lf/master
AnimationTreePlayer filters improved
2016-07-10 13:40:56 -03:00
Juan Linietsky
9dac41432e Merge pull request 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 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 from TheHX/spatial-gizmo
Fix EditorSpatialGizmo virtual functions not being called
2016-07-10 13:08:13 -03:00
Juan Linietsky
7af77e1b7b Merge pull request from akien-mga/pr-rtl-raw-text
RichTextLabel: Fix adding raw text when bbcode is disabled
2016-07-10 13:07:04 -03:00
Juan Linietsky
06eef730c0 Merge pull request from TheHX/project-settings
Implement undo/redo for adding and deleting global properties
2016-07-10 13:04:08 -03:00
Juan Linietsky
e74d71a5bf Merge pull request from volzhs/android-app-id
Add android_add_default_config for config.py
2016-07-10 13:03:37 -03:00
Juan Linietsky
5dd6530acf Merge pull request from opmana/fix-convert-tileset
Respect frame property when converting to TileSet.
2016-07-10 13:02:55 -03:00
Juan Linietsky
49b288d331 Add function to get the list of samples, closes 2016-07-10 13:00:42 -03:00
Juan Linietsky
eff44f0321 Merge pull request from TheHX/issue-3543
Added drag and drop to rearrange the autoload order
2016-07-10 12:42:47 -03:00
Juan Linietsky
0e6e0ed0e5 Merge pull request from Hinsbart/cursor_atex
Can use AtlasTextures as custom mouse cursor.
2016-07-10 12:41:57 -03:00
Juan Linietsky
28641fd9b8 Merge pull request from SuperUserNameMan/window_get_latin_kb_variant
windows get_latin_keyboard_variant() implementation and gdscript binding, 
2016-07-10 12:41:05 -03:00
Juan Linietsky
b06eca108a Merge pull request from timoschwarzer/master
Add new Camera2D alignment functions
2016-07-10 12:39:50 -03:00
Juan Linietsky
5bb552273b Merge pull request from jejung/richtextlabel-get_text
RichTextLabel-get_text
2016-07-10 12:38:28 -03:00
George Marques
8113ba8bef
Allow semicolon after 'pass' keyword 2016-07-10 12:20:53 -03:00
Paulb23
d43adcbb1e Fixed highlight all occurrences highlighing highlighted section 2016-07-10 16:10:54 +01:00
Rémi Verschelde
6377969000 Merge pull request from Ovnuniarchos/LineEditXlatedPHolder
LineEdit placeholder property now accepts translated strings.
2016-07-10 14:20:06 +02:00
Franklin Sobrinho
c6a0b0dab3 Fix custom types showing on wrong dialogs
* The custom types are visible when the dialog is shown
2016-07-10 08:19:15 -03:00
Rémi Verschelde
ae3d316798 Merge pull request from vnen/fix-openssl-conf
Fix builtin OpenSSL configuration
2016-07-10 09:50:49 +02:00