George Marques
408c26ce0b
Remove Make-related flags from Android build
...
They were wrongly placed, creating a file named "-fpic" instead of
applying "-fpic" to the build. This file was in .gitignore, which made it
less noticiable.
This also adds build.gradle to .gitignore.
2016-06-01 21:14:57 -03:00
Juan Linietsky
cc0a7b24e7
missed ifdef that broke android build
2016-06-01 20:44:34 -03:00
Juan Linietsky
9e745b920f
Ability to reload scripts on running game
2016-06-01 20:31:42 -03:00
Rémi Verschelde
45752eaae4
Merge pull request #4979 from neikeq/pr-fix-defval
...
Removed invalid DEFVAL for HTTPClient::request_raw
2016-06-01 23:43:29 +02:00
Ignacio Etcheverry
cceb842a48
Removed invalid DEFVAL for HTTPClient::request_raw
2016-06-01 18:47:04 +02:00
Juan Linietsky
4ec2b1434f
removed dependency on shcore.dll to get DPI
...
fixes #4973
2016-06-01 12:43:52 -03:00
Rémi Verschelde
5b9ff5f494
Merge pull request #4976 from J08nY/issue-4947
...
Sort translations
2016-06-01 17:18:44 +02:00
Saracen
4bcc60008d
Expose Vector2 abs method to scripts
2016-06-01 15:47:53 +01:00
Saracen
445909c1e1
Exposed remaining PROPERTY_USAGE constants to script
2016-06-01 15:47:49 +01:00
Saracen
7ebc422945
Expose string 'erase' method to script
2016-06-01 15:47:46 +01:00
J08nY
4192d6d551
Sort l18n while building
2016-06-01 15:56:19 +02:00
Juan Linietsky
33bb0491f8
Merge pull request #4952 from sanikoyes/Pr-fix-stb-font-prop
...
fix stb font property names
2016-06-01 10:33:28 -03:00
Rémi Verschelde
9b3319b70d
Merge pull request #4974 from DimOkGamer/added_3_more_translatable_strings
...
Added 3 more translatable strings
2016-06-01 13:53:17 +02:00
DimOkGamer
4a1a6c0d06
1 changed string
2016-06-01 14:36:02 +03:00
DimOkGamer
f7d0110cdf
Added 3 more translatable strings
...
and fixed russian localization based on user feedback.
Added strings already contained in the current version of the
localization.
2016-06-01 14:32:20 +03:00
Rémi Verschelde
f2efa22c96
Merge pull request #4971 from P-GLEZ/master
...
StaticBody documentation
2016-06-01 12:47:55 +02:00
Rémi Verschelde
bca3864492
Merge pull request #4972 from hyperglow/master
...
i18n: Improve existing german translations. Merged two po files.
2016-06-01 12:44:41 +02:00
P-GLEZ
35cb75220d
StaticBody documentation
...
Documented StaticBody. Also corrected an error in StaticBody2D
documentation
2016-06-01 12:35:25 +02:00
hyperglow
ec3d23c323
i18n: Improve existing german translations. Merged two po files.
2016-06-01 12:13:29 +02:00
Rémi Verschelde
9d036f51a3
Merge pull request #4968 from ajacobsen/german-translation-fix
...
i18n: Improve existing german translations
2016-06-01 08:37:25 +02:00
atze
195a76632a
i18n: Improve existing german translations
2016-06-01 08:28:00 +02:00
Rémi Verschelde
0dc6ee9c1e
Merge pull request #4964 from toby3d/patch-1
...
Morphological and stylistic corrections in ru.po
2016-06-01 07:27:21 +02:00
Rémi Verschelde
4e6f452c52
Merge pull request #4933 from J08nY/classref
...
Added RigidBody and finished Resource class-reference
2016-06-01 07:23:53 +02:00
Juan Linietsky
df139f57b3
Some cleanup to GDScript
...
separated GDFunction (VM) from GDScript in two different files
2016-05-31 22:33:43 -03:00
Maxim Lebedev
8f6b5ffdc7
Morphological and stylistic corrections in ru.po
...
I just corrected a small errors and has added missed signs.
2016-06-01 04:47:55 +06:00
Rémi Verschelde
1ae9ff1919
Merge pull request #4960 from Hinsbart/fix_color8
...
Make Color.{rgba}8 return int instead float
2016-05-31 21:40:50 +02:00
P-GLEZ
0325944ee4
classref: Area documentation
...
One method was missing.
2016-05-31 21:17:35 +02:00
Andreas Haas
da3247a500
Make Color.{rgba}8 return int instead float
...
According to the class doc, these should be int.
Also fixed a little bug: the setter for 'r8' changed the green value
2016-05-31 20:50:19 +02:00
Rémi Verschelde
d77f465bd0
Merge pull request #4958 from P-GLEZ/master
...
Area Documentation
2016-05-31 19:34:15 +02:00
Andreas Hirschauer
da25b76aa1
i18n: Add more German translation
2016-05-31 19:27:49 +02:00
P-GLEZ
617530832b
Area Documentation
...
Ported the Area2D documentation into its 3D counterpart. Also fixed some
typos
2016-05-31 19:24:27 +02:00
Rémi Verschelde
68e35b6beb
Merge pull request #4956 from volzhs/fix-error-scene-update
...
fix error when open scene or switch to another scene
2016-05-31 19:00:45 +02:00
volzhs
e4f68d08eb
fix error when open scene or switch to another scene
...
## Error message on console ##
```
no access to ID:18723
ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed, returning: 0
At: drivers\windows\file_access_windows.cpp:251
```
2016-06-01 01:48:49 +09:00
Rémi Verschelde
f4ee46124a
i18n: Sort files to parse alphabetically
...
This should ensure that python produces the same tools.pot for every user,
and thus that the .po will not get useless diffs upon merge.
2016-05-31 18:24:41 +02:00
Rémi Verschelde
bbaaf03200
Merge pull request #4955 from Geequlim/translation-zh_CN
...
Sync and more translation for zh_CN
2016-05-31 18:19:23 +02:00
Geequlim
7e18de6b6a
More translation for zh_CN
2016-06-01 00:17:35 +08:00
sanikoyes
21bcf4a8aa
fix stb font property names
2016-05-31 21:23:51 +08:00
Rémi Verschelde
fbef1ff253
Merge pull request #4948 from volzhs/non-latin-script-editor
...
Supports to use non-latin characters in script editor
2016-05-31 12:49:57 +02:00
volzhs
c761333ce4
Supports to use non-latin characters in script editor
2016-05-31 15:06:40 +09:00
Rémi Verschelde
4f596e1924
Merge pull request #4946 from volzhs/issue-4927
...
fix random inifinite loop when open editor
2016-05-31 07:37:28 +02:00
Rémi Verschelde
dffbc19c8a
Merge pull request #4942 from DimOkGamer/master
...
Many improvements of Russian translation
2016-05-31 07:36:02 +02:00
Rémi Verschelde
9418b81c74
Merge pull request #4916 from Paulb23/current_line_highlighting
...
Current line highlighting draws behind line numbers and breakpont gutter
2016-05-31 07:35:27 +02:00
jmintb
a9d246ea6c
Switched the space shooter demo from none fixed process to fixed process
2016-05-31 07:33:25 +02:00
volzhs
8804b93953
fix random inifinite loop when open editor
2016-05-31 14:21:13 +09:00
Juan Linietsky
344a39dafd
Implemented file drop support in OSX
2016-05-31 01:27:48 -03:00
marcelofg55
bb223869e0
Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSX
2016-05-31 00:02:14 -03:00
DimOkGamer
fb2d52e116
Many improvements of Russian translation
2016-05-31 03:39:10 +03:00
Juan Linietsky
4d6d6fcbfc
Merge remote-tracking branch 'origin/master'
2016-05-30 19:53:19 -03:00
Juan Linietsky
0eb6c644b2
changed font system to use fallbacks
...
this way more than 64k characters can be used
2016-05-30 19:41:32 -03:00
Rémi Verschelde
97b116dfc6
Merge pull request #4897 from djrm/svg_icons
...
Added first batch of svg icons
2016-05-30 23:27:37 +02:00