Juan Linietsky
|
a120c66f98
|
-Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
|
2016-01-10 18:24:55 -03:00 |
|
Juan Linietsky
|
5b088b41b3
|
make path update when curve changes, fixes #3144
|
2016-01-10 18:01:16 -03:00 |
|
Juan Linietsky
|
0c9a2244d7
|
make animation work again in P3d demo, fixes #3151
|
2016-01-10 17:59:24 -03:00 |
|
Juan Linietsky
|
f6798d9d73
|
-Made tile parameter work, fixes #3167
|
2016-01-10 17:45:41 -03:00 |
|
Juan Linietsky
|
cb9dfd5d28
|
avoid crash with empty concavepolygonshape, fixes #3169
|
2016-01-10 17:25:20 -03:00 |
|
Juan Linietsky
|
eb7901c8b8
|
-Project settings can properly add/remove properties again, fixes #3177
|
2016-01-10 17:08:02 -03:00 |
|
Juan Linietsky
|
027072728e
|
restored quit to project list keybinding, but kept change for OSX, closes #3185
|
2016-01-10 15:57:24 -03:00 |
|
Juan Linietsky
|
1aaf507ffb
|
change intersect_ray function to discriminate pickable objects, fixes #3203
|
2016-01-10 15:54:57 -03:00 |
|
Juan Linietsky
|
729ab84a49
|
wrong extensions shown when saving resources fixed
|
2016-01-10 15:38:47 -03:00 |
|
Juan Linietsky
|
52e53d4513
|
-Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272
|
2016-01-10 15:15:04 -03:00 |
|
Juan Linietsky
|
4fdab4f555
|
added a new function to escape properly json, fixes #3282
|
2016-01-10 15:01:06 -03:00 |
|
Juan Linietsky
|
0b472764e4
|
forgot initialization of path in filesystem dock, fixes #3295
|
2016-01-10 14:38:45 -03:00 |
|
eska
|
56e65f9e29
|
Enable ALSA driver in non-linux X11 when available
|
2016-01-10 17:52:15 +01:00 |
|
Franklin Sobrinho
|
56bc005643
|
Fix script highlighting for classes that begin with "_"
|
2016-01-10 12:20:04 -03:00 |
|
Juan Linietsky
|
cc34e0dee9
|
Make sure variant parser actually writes floats when float property is requested, closes #3301
|
2016-01-10 11:51:05 -03:00 |
|
MarianoGNU
|
21b5e9eef4
|
Allow to paste resources in inspector when text_hint indicates multiple types
|
2016-01-10 11:33:45 -03:00 |
|
MarianoGNU
|
3169b66d15
|
fix: TouchScreenButton should stop propagating action when button is removed from scene
|
2016-01-10 10:36:43 -03:00 |
|
Juan Linietsky
|
6c8cf30697
|
-fix stray file left open when parsing configuration, closes #3299
|
2016-01-10 10:00:58 -03:00 |
|
Juan Linietsky
|
f5a3c1ccde
|
make sure file is closed if something fails
|
2016-01-10 09:59:14 -03:00 |
|
Juan Linietsky
|
3a3ce982b0
|
removed this fix, which brought more problems than solutions
|
2016-01-10 00:26:35 -03:00 |
|
Juan Linietsky
|
c9852501a4
|
Fix bug related to EOF in Android FileAccess
|
2016-01-09 20:50:45 -03:00 |
|
Alexander Holland
|
151e9600aa
|
comment some print_lines
|
2016-01-09 23:53:34 +01:00 |
|
Ariel Manzur
|
d199ed344d
|
removed prints
|
2016-01-09 19:51:05 -03:00 |
|
Rémi Verschelde
|
662ed9ca8d
|
Merge pull request #3293 from eska014/fix-fbsd-pthread
Fix build (pthread renaming) on Open/FreeBSD
|
2016-01-09 16:18:55 +01:00 |
|
eska
|
a6c1a5c6d0
|
Fix pthread renaming in Open/FreeBSD
|
2016-01-09 15:56:31 +01:00 |
|
Rémi Verschelde
|
9e143a52ba
|
Merge pull request #3291 from mrezai/fix-gradle-repositories
Fix maven repositories bug
|
2016-01-09 15:32:42 +01:00 |
|
mrezai
|
50cbe736de
|
Fix maven repositories bug
|
2016-01-09 16:51:22 +03:30 |
|
Rémi Verschelde
|
dbdce7d6f5
|
Merge pull request #3289 from TheHX/pr-warnings
Fix some error messages
|
2016-01-09 12:50:20 +01:00 |
|
Franklin Sobrinho
|
7fa233cd89
|
Fix some error messages
|
2016-01-09 08:35:57 -03:00 |
|
Juan Linietsky
|
292e8bf0ab
|
fix issues related to StringArray parsing
|
2016-01-08 21:09:13 -03:00 |
|
Juan Linietsky
|
176afb2feb
|
-Use simpler methods for parsing simple tags, fixes #3274
|
2016-01-08 19:03:17 -03:00 |
|
Ariel Manzur
|
e291294c79
|
fixes debug_release build
|
2016-01-08 17:55:52 -03:00 |
|
Juan Linietsky
|
6a29edf048
|
removed unnecesary comma in gradle template
|
2016-01-08 17:55:13 -03:00 |
|
Juan Linietsky
|
225a1b26f4
|
Merge branch 'master' of https://github.com/godotengine/godot
|
2016-01-08 17:53:51 -03:00 |
|
Juan Linietsky
|
40ba22631b
|
Renamed godot domain from com.android.godot (which was incorrect) to org.godotengine.godot
|
2016-01-08 17:53:00 -03:00 |
|
Rémi Verschelde
|
515567d491
|
Merge pull request #3282 from TheHX/pr-script-debugger
Fix debugger close button and script editor "Show Debugger"
|
2016-01-08 20:50:41 +01:00 |
|
Franklin Sobrinho
|
514eed4072
|
Fix debugger close button and script editor "Show Debugger"
|
2016-01-08 16:43:50 -03:00 |
|
Rémi Verschelde
|
e3d4a851b7
|
Merge pull request #3280 from neikeq/issue_3227
Fix TileSet not refreshed after exporting without merge
|
2016-01-08 18:04:36 +01:00 |
|
Ignacio Etcheverry
|
b4602567cf
|
Fix TileSet not refreshed after exporting without merge
|
2016-01-08 17:54:13 +01:00 |
|
Rémi Verschelde
|
3ad263eafe
|
Merge pull request #3279 from neikeq/issue_3259
Fix TextEdit caret being drawn when outside the visible region
|
2016-01-08 17:42:02 +01:00 |
|
Juan Linietsky
|
401622cc22
|
-Removed ANT build system for Android, as it was deprecated by Google
-Added new Gradle build system, as it is the required build system
|
2016-01-08 13:36:44 -03:00 |
|
Ignacio Etcheverry
|
02d1ef8ca6
|
Fix TextEdit caret drawn when outside the visible region
|
2016-01-08 17:33:42 +01:00 |
|
Rémi Verschelde
|
405cfb6da2
|
Merge pull request #3278 from neikeq/issue_305
Close scene menu option asks for confirmation only if there are unsaved changes
|
2016-01-08 17:03:58 +01:00 |
|
Ignacio Etcheverry
|
43b292de1e
|
Scene->Close scene: ask confirmation only when unsaved changes
|
2016-01-08 16:53:47 +01:00 |
|
Rémi Verschelde
|
516ebbadb9
|
Merge pull request #3277 from d3v0x/3221_range-minus-zero-fix
do not return zero with minus-sign within range value, fixes #3221
|
2016-01-08 16:07:39 +01:00 |
|
Richard Nespithal
|
b123bc4a2a
|
do not return zero with minus-sign within range value, fixes #3221
|
2016-01-08 15:57:03 +01:00 |
|
Franklin Sobrinho
|
7fa3bd4e78
|
Quick open now can open multiple scenes and scripts
|
2016-01-08 08:27:34 -03:00 |
|
Rémi Verschelde
|
ecbc6574fe
|
Use better icon by @MarianoGnu
|
2016-01-08 07:33:26 +01:00 |
|
hondres
|
c632c13c66
|
Add some joystick functions to input. Enables manipulation of mappings at runtime
|
2016-01-08 00:40:41 +01:00 |
|
Rémi Verschelde
|
79c1392d17
|
Merge pull request #3269 from neikeq/numpad_arrows
TextEdit/LineEdit: Handle numpad when NumLock is disabled
|
2016-01-07 23:11:05 +01:00 |
|