George Marques
4ee9a10332
Fix layout menu labels and shortcuts
2016-06-19 14:53:27 -03:00
Rémi Verschelde
64717a54e1
Merge pull request #5301 from DimOkGamer/update_rus_loc_with_48a7216
...
Update of Russian translation (commit 48a7216
)
[ci skip]
2016-06-19 19:46:01 +02:00
Rémi Verschelde
725b9c8c05
Merge pull request #5302 from djrm/new_icons
...
Added loop interpolation and track trigger icons
2016-06-19 18:58:38 +02:00
Rémi Verschelde
618d34463d
Merge pull request #5298 from Paulb23/caret_draw_focus
...
Text Edit no longer draws caret on focus loss
2016-06-19 18:58:31 +02:00
Rémi Verschelde
7bdccc1911
Merge pull request #5292 from J08nY/external-lib-update
...
External lib update: libogg, libvorbis, libtheora
2016-06-19 18:58:22 +02:00
Daniel J. Ramirez
07b6195a33
Added loop interpolation and track trigger icons
2016-06-19 11:36:05 -05:00
DimOkGamer
a1fcc4c33a
Update of Russian translation (commit 48a7216
)
2016-06-19 19:24:38 +03:00
George Marques
5cb31f6d5b
Replace 'or'/'and' keywords
...
Some compilers do not like this.
2016-06-19 12:36:50 -03:00
Paulb23
8cbd0b9ae3
Text Edit no longer draws caret on focus loss
2016-06-19 16:11:16 +01:00
George Marques
66e7ddb55b
Improve code completion search
...
- List completion by subsequence match.
- Case insensitive.
- Sort completion list by similarity.
2016-06-19 11:43:47 -03:00
George Marques
831ae2d510
Fix TextEdit cursor position after undo remove text
...
It was going to where the text started, now it goes to where the text
ends.
2016-06-19 11:43:47 -03:00
George Marques
d3dff93e33
Add docs for String.bigrams() and String.similarity(text)
2016-06-19 11:43:47 -03:00
George Marques
1b8d0a16b7
Add similarity comparison to String
...
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds
String.bigrams() as a convenience function needed by the comparison.
2016-06-19 11:39:01 -03:00
Rémi Verschelde
f47d7b27cb
Merge pull request #5294 from hubbyist/master
...
Clarification about "Enter" and "Return" keys confusion for programmers from web background
[skip ci]
2016-06-19 15:58:04 +02:00
Rémi Verschelde
0cf4bba6e2
Merge pull request #5293 from Paulb23/ttr_add_font_extention
...
Made .fnt warning translatable
2016-06-19 15:57:05 +02:00
J08nY
214f316cf9
libtheora: New version 1.1.1
2016-06-19 15:37:58 +02:00
J08nY
644e9076bb
libvorbis: New version 1.3.5
2016-06-19 15:37:49 +02:00
Mehmet Durgel
92fc3fa536
Clarification about enter keys confusion
...
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript).
Added additional explanation about this issue.
Related to #4595
2016-06-19 16:34:11 +03:00
Paulb23
0454e1d6cb
Made .fnt warning translatable
2016-06-19 14:33:42 +01:00
Paulb23
35ffa56e17
Added editor file dialog shortcuts
2016-06-19 14:22:41 +01:00
Juan Linietsky
f84ffb9bed
-Setting script in multi node edit works, closes #4442
2016-06-19 10:13:26 -03:00
J08nY
98f23d27a4
libogg: New version 1.3.2
2016-06-19 14:39:38 +02:00
Rémi Verschelde
37d1bf4d53
i18n: Also sync incomplete translations from Weblate
...
It is simpler to sync everything from Weblate and to maybe delete incomplete translations
before building release binaries, than to try to cherry-pick changes (which leads to painful
merge conflicts on Weblate's git repo
2016-06-19 14:32:08 +02:00
Rémi Verschelde
48a7216f99
i18n: Update and merge translation templates
...
Also switched the wrapping length to 79 chars instead of 80,
which seems to be what Weblate uses by default (as well as Poedit).
2016-06-19 14:13:31 +02:00
Rémi Verschelde
425962a3aa
i18n: Add translators credits in the PO headers
2016-06-19 14:13:31 +02:00
Rémi Verschelde
361c8b1dc6
i18n: Sync translations with Weblate
...
Only synced translation with > 50% completion.
2016-06-19 14:13:31 +02:00
Rémi Verschelde
42cbdc26b8
Merge pull request #5290 from djrm/new_icons
...
Added missing icons for some nodes
2016-06-19 13:11:07 +02:00
Rémi Verschelde
8a27835bca
Merge pull request #5285 from brakhane/fix-memset
...
fix memset calls
2016-06-19 13:10:29 +02:00
Rémi Verschelde
e76f744c36
Merge pull request #5283 from djrm/remove_prints
...
Removed lots of prints
2016-06-19 13:10:23 +02:00
Rémi Verschelde
df202127e3
Merge pull request #5281 from J08nY/useless-preprocessor
...
Fix #5263 : Useless preprocessor condition
2016-06-19 13:09:25 +02:00
Rémi Verschelde
b9f944ed5c
Merge pull request #5271 from neikeq/pr-issue-1004
...
LineEdit cursor fixes and improvements
2016-06-19 13:06:31 +02:00
Rémi Verschelde
1923733ec8
Merge pull request #5268 from brakhane/fix-floating-bug
...
correctly parse floats in scientific notation (Fix #5267 )
2016-06-19 13:05:00 +02:00
Rémi Verschelde
c7b425ed9c
Merge pull request #5259 from neikeq/pr-textedit-zoom
...
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
2016-06-19 13:04:20 +02:00
Rémi Verschelde
c9498e12a5
Merge pull request #5243 from Geequlim/editor-themes
...
Clean up editor theme creation
2016-06-19 13:01:02 +02:00
Rémi Verschelde
360cebaf23
Merge pull request #5234 from Paulb23/fix_error_tab_print
...
Fixed error: set_current_tab print on project open
2016-06-19 13:00:12 +02:00
Rémi Verschelde
57e1387199
Merge pull request #5225 from Hinsbart/x_rumble
...
Windows: Support gamepad vibration using XInput.
2016-06-19 12:59:18 +02:00
Rémi Verschelde
f70aa176e5
Merge pull request #5166 from djrm/shortcuts
...
Added customizable shortcuts for tile map editor
2016-06-19 12:50:35 +02:00
Rémi Verschelde
8f2115529e
Merge pull request #5135 from volzhs/android-manifest
...
fix android support screen property for large screen
2016-06-19 12:49:42 +02:00
Rémi Verschelde
40944ddffb
Merge pull request #5085 from RandomShaper/remove-unreachable-code
...
Remove found dead code
2016-06-19 12:45:36 +02:00
Rémi Verschelde
174b78119b
Merge pull request #5039 from jay3d/master
...
Add "-rigid" postfix import feature to create rigid bodies
2016-06-19 12:43:49 +02:00
Rémi Verschelde
3520902194
Merge pull request #4724 from Cybolic/optional-loop-interpolation
...
Added toggle for loop interpolation based on adolson's code
2016-06-19 12:30:22 +02:00
Juan Linietsky
400febf585
Add function to get the color picker dialog from ColorPickerButton, closes #4415
2016-06-19 02:08:22 -03:00
Juan Linietsky
7c20c386c5
-Added trigger mode to tracks, useful for properties that work as triggers, such as playing a sample, an animation, etc.
...
-Better interpolation of discrete tracks, fixes #4417
2016-06-19 01:43:02 -03:00
Daniel J. Ramirez
939ec36930
Added missing icons for some nodes
2016-06-18 21:33:00 -05:00
Juan Linietsky
29177e1e9b
make default extension .tscn
2016-06-18 23:18:10 -03:00
Dennis Brakhane
3d85a14404
fix memset calls
...
Order is "mem, val, count", not "mem, count, val"
2016-06-19 02:07:51 +02:00
Rémi Verschelde
bd79aa52ab
Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162
...
Adds .fnt extension if not provided, issue #162
2016-06-19 01:04:46 +02:00
Daniel J. Ramirez
422fac5066
Removed lots of prints
2016-06-18 18:01:06 -05:00
J08nY
449571b6cd
Remove USE_QUAD_VECTORS unused check
2016-06-19 00:41:52 +02:00
Juan Linietsky
17fbf473fd
revert previous fix, was a bad idea
2016-06-18 19:32:52 -03:00