f61e8695c9
GDScript: More reliable check if loading a template.
...
Prevents showing some useless parse errors in the console.
2017-08-24 22:08:23 +02:00
a518ed105c
Merge pull request #10610 from hpvb/ignore-gprof-files
...
Ignore gprof output files
[ci skip]
2017-08-24 19:27:44 +02:00
d73e88215a
Merge pull request #10609 from hpvb/ignore-eclipse-cdt-project-files
...
Ignore Eclipse CDT project files
[ci skip]
2017-08-24 19:27:00 +02:00
76cd809550
Merge pull request #10613 from volzhs/fix-as_text
...
Show proper string with InputEvent.as_text()
2017-08-24 13:20:20 -03:00
62bb600b5c
Show proper string with InputEvent.as_text()
2017-08-25 01:14:36 +09:00
aa91640c7e
Ignore gprof output files
...
When building a profile build it is easy to accidentally create gmon.out
files all over the place. Ignore these so they won't get accidentally
pushed.
2017-08-24 17:38:17 +02:00
90ab7162e7
Ignore Eclipse CDT project files
...
Since we have explicit .gitignore rules for QT creator and several other
editor-specific swap/utility files I'd like to add Eclipse CDT projects
also as this is my editor of choice.
2017-08-24 17:34:54 +02:00
3ea0943f64
Fix mismatched signatures for GDScriptLanguage::complete_code
2017-08-24 12:44:51 +02:00
90c7ee38c6
Merge pull request #10585 from Faless/osxcross_fat
...
Allow building fat binaries with osxcross
[ci skip]
2017-08-24 09:24:26 +02:00
05a6785344
GCC fixes
2017-08-24 00:50:16 -03:00
36e0a72c77
-Code completion for enumerations
...
-Disabled GDNative and GDNativeScript so build compiles again
2017-08-24 00:06:56 -03:00
3d1c031871
Changed MethodBind API to request information from methods. It's much claner now.
...
Also changed PropertyInfo to include informatino about class names.
2017-08-23 19:11:11 -03:00
21d53f29f3
Merge pull request #10597 from hpvb/remove-useless-line
...
Remove an assignment to self
2017-08-23 23:57:16 +02:00
3894f20d98
Remove an assignment to self
...
This line does a = a and has a FIXME line. It seems that reduz can't
think of a reason for it either, so here it goes.
2017-08-23 23:51:37 +02:00
d7f08ead4e
Allow building fat binaries with osxcross
2017-08-23 15:44:22 +02:00
b4ad899ef6
Merge pull request #10576 from Rubonnek/remove-scroll-changed
...
Removed EditorHelp::_scroll_changed
2017-08-23 11:46:46 +02:00
433c01b7e5
Removed EditorHelp::_scroll_changed
2017-08-23 03:04:16 -04:00
582a97fc2c
Merge pull request #10575 from henkz1/android_quit_error
...
fix UnsatisfiedLinkError when quitting on android
2017-08-23 08:11:34 +02:00
78d9936f8d
Merge pull request #10573 from tagcup/gizmo_aabb_scaling_order
...
Fix the order of transformations for selection bounding box in spatial editor.
2017-08-23 08:10:53 +02:00
1e55899dfe
Merge pull request #10570 from groud/fix_ssao_issue
...
Fix SSAO issue with intel hd**** hardwares
2017-08-23 08:10:06 +02:00
35e9117521
Merge pull request #10563 from Hinsbart/vs_cancel_select
...
VisualScriptEditor: Remove Node when canceling PropertySelector.
2017-08-23 08:09:27 +02:00
916fd47343
Merge pull request #10561 from Paulb23/smooth_scroll_input_override
...
Stops scrolling when the user issues another command
2017-08-23 08:09:13 +02:00
5c6be4ddb8
Merge pull request #10559 from akien-mga/workaround-gentoos-delightfully-unique-zlib-api
...
minizip: Fix compatibility with Gentoo's unique zlib API
2017-08-23 08:08:37 +02:00
0c3b90ef6b
Merge pull request #10558 from RandomShaper/undo-after-auto-indent
...
Add ability to undo auto-indent
2017-08-23 08:08:23 +02:00
926890703d
Merge pull request #10550 from djrm/pr_color_fixes
...
Child process connected message is now green.
2017-08-23 08:08:11 +02:00
a700ac7cb0
Merge pull request #10548 from Rubonnek/move-to-initializer-lisst
...
Moved member variables to initializer list
2017-08-23 08:07:28 +02:00
1ad68c946e
Merge pull request #10542 from karroffel/gdscript-match-index
...
support enums and nested constants in match statement
2017-08-23 08:05:52 +02:00
16de3835fa
fix UnsatisfiedLinkError when quitting
2017-08-23 03:14:51 +02:00
d9d9571c8c
Fix the order of transformations for selection bounding box in spatial editor.
...
This was broken in #7438 where the ordering of scaling in Basis::scale() was fixed, but this line of code (which relied on the incorrect behavior) wasn't updated correctly.
Fixes #9894 .
2017-08-22 20:05:41 -04:00
591a892c2e
fix ssao issue with intel hd**** hardwares
2017-08-23 00:10:37 +02:00
eb238a04da
Merge pull request #10556 from marcelofg55/master
...
Add missing NULL check for the new show_about() call
2017-08-23 00:07:02 +02:00
bc3c9a3c2a
Merge pull request #10555 from Rubonnek/removed-unnecessary-returns-and-breaks
...
Removed unnecessary returns and break statements
[ci skip]
2017-08-23 00:06:29 +02:00
172519bec6
Merge pull request #10551 from djrm/pr_editor_fixes
...
Do not use old styles for tab buttons
[ci skip]
2017-08-23 00:05:27 +02:00
7ed9582889
Merge pull request #10557 from RandomShaper/fix-svg-crash
...
Fix crashes in SVG loading
2017-08-22 23:58:35 +02:00
723c4707b6
Merge pull request #10564 from toger5/fix_crash_styleBoxTexture_binding_issue
...
fixed crash styleBoxTexture binding issue
[ci skip]
2017-08-22 22:25:47 +02:00
aff293a2fd
fixed crash styleBoxTexture binding issue
2017-08-22 22:11:41 +02:00
927fb9d793
VisualScriptEditor: Remove Node when canceling PropertySelector.
2017-08-22 21:56:18 +02:00
92c63dc9a7
Ability to set script debugger reason text context.
2017-08-22 14:18:41 -05:00
24c6c097f3
Stops scrolling when the user issues another command
2017-08-22 20:04:19 +01:00
67e6c1b735
minizip: Fix compatibility with Gentoo's unique zlib API
...
Fixes #10539 in a diplomatic way (as opposed to telling Gentoo users
to just change their distro or rebuild zlib from upstream...).
2017-08-22 20:11:56 +02:00
5d25f6397f
TextEdit: Copy whole line if not having selection.
...
The functionality was already there but hidden behind a bogus return statement.
Fixes #10485
2017-08-22 20:05:52 +02:00
c2a1f3b814
Add ability to undo auto-indent
...
Closes #10420 .
2017-08-22 19:52:17 +02:00
00c9218b48
Fix crashes in SVG loading
...
Adding null terminators.
2017-08-22 19:39:13 +02:00
1b6c9f7076
Add missing NULL check for the new show_about() call
2017-08-22 14:21:18 -03:00
baa94a3758
Removed unnecessary returns and break statements
2017-08-22 13:01:57 -04:00
298a6934b6
Moved member variables to initializer list
2017-08-22 11:47:50 -04:00
57654d4b95
support enums and nested constants in match statement
...
The initial version of the pattern matcher in GDScript does not
allow matching on nested identifiers, only one identifiers available
in the current scope.
With the introduction of enums to GDScript that's a huge missing
feature. This commit makes the parser accept indexed constants and
variables to properly support enums.
2017-08-22 17:45:05 +02:00
294e912a84
Fade last cascade in directional shadow, closes #9779
2017-08-22 12:17:20 -03:00
8ad7139631
readded ability to set loop offset in seconds, closes #9630
2017-08-22 11:47:24 -03:00
e54c4028ef
Invalid materials or shaders will now interrupt the next chain in materials, closes #9570
2017-08-22 11:23:40 -03:00