Rémi Verschelde
d05d4c2bdd
Merge pull request #16776 from sudoio/remove-bad-words
...
Clean up some bad words from code comments
2018-02-17 16:19:50 +01:00
Yan Pas
7368978a48
Delete all selected lines using the delete line shortcut in script editor
2018-02-17 17:56:13 +03:00
Artem Varaksa
d35e486228
Clean up some bad words from code comments
2018-02-17 16:00:39 +03:00
Artem Varaksa
69675463b0
Fix #16773 (Rename "Install" to "Download" in AssetLib)
2018-02-17 15:35:40 +03:00
Pieter-Jan Briers
dd19826277
Ignore tools CLI flags in non-tools builds.
...
Some flags were still parsed but either did nothing or broke everything.
No reason to parse them.
2018-02-17 12:24:30 +01:00
Anish
7c356a9c05
Gridmap editor now lists plane instead of floor when not horizontal.
...
Instead of gridmap editor calling grid as floor irrespective of the
orientation, it now calls the grid plane if it's vertical and floor
if horizontal.
Resolves : #14611
2018-02-17 15:38:50 +05:30
Rémi Verschelde
3d4bf5a90e
Merge pull request #16702 from godotengine/locales-iw-in
...
Add locale renames for Hebrew and Indonesian on Windows
2018-02-17 09:31:57 +01:00
Rémi Verschelde
13e9ee50fe
Merge pull request #16759 from PJB3005/18-02-16-final-newline-editorconfig
...
Enforce insert_final_newline in the editorconfig.
2018-02-17 09:31:13 +01:00
Rémi Verschelde
7c7eda876a
Merge pull request #16753 from akien-mga/ca-certificates
...
Update CA certificates to latest Mozilla bundle
2018-02-17 09:30:46 +01:00
Poommetee Ketson
6dba6bb40a
Merge pull request #16767 from sfotm/master
...
Direct to InputEventJoypadButton for using buttons
[ci skip]
2018-02-17 09:50:10 +07:00
Benjamin Stammen
6af7dafd6c
Direct to InputEventJoypadButton for using buttons
2018-02-16 17:59:44 -08:00
Pedro J. Estébanez
935a99e758
Remove window decorations for fullscreen on X11
2018-02-16 22:09:17 +01:00
Pieter-Jan Briers
6861886f70
Enforce insert_final_newline in the editorconfig.
2018-02-16 19:44:47 +01:00
Hein-Pieter van Braam
5bfb8e1bce
Merge pull request #16754 from akien-mga/x11-static-libgcc
...
X11: Link libgcc statically with use_static_cpp option
2018-02-16 19:04:36 +01:00
Rémi Verschelde
b526088ae2
X11: Link libgcc statically with use_static_cpp option
...
We were already linking libstdc++ statically for official binaries,
protecting us against most portability issues. But apparently since
we started using GCC 7 for official builds, we also need to link
libgcc statically for at least 32-bit builds to be portable.
Fixes #16409 .
2018-02-16 18:48:11 +01:00
Rémi Verschelde
294af5617a
Update CA certificates to latest Mozilla bundle
...
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
2018-02-16 17:58:43 +01:00
Andrea Catania
a930797c31
Added Physics state APIs
2018-02-16 17:48:07 +01:00
Rémi Verschelde
da612c324c
Merge pull request #16653 from fire/server_again_2
...
Worked with Faless(Fabio Alessandrelli) to update server platform.
2018-02-16 16:28:18 +01:00
Rémi Verschelde
2caf4aed61
Merge pull request #16748 from Chaosus/fixscriptpreview
...
Fix script previews
2018-02-16 16:26:55 +01:00
Chaosus
a8fbd082fe
Fix script previews
2018-02-16 18:18:12 +03:00
Pieter-Jan Briers
1099838079
Makes project manager never initialize mono debug.
...
The heuristic whether we're in the project manager inside GDMono
didn't work if the project manager was launched by not having any path
to run.
This is fixed now by making a Main::is_project_manager().
2018-02-16 16:15:35 +01:00
Pieter-Jan Briers
b1a81374d4
Makes NodePath and RID follow PascalCase in C#.
...
Fixes #15685
2018-02-16 14:09:20 +01:00
Pieter-Jan Briers
3c1f8efd9e
Give C# NodePath a ToString().
...
It already had an implicit cast operator to string,
but this doesn't get used in say string formatting.
So now something like $"path: {GetPath()}" works.
2018-02-16 14:07:19 +01:00
Rémi Verschelde
49dc473ff1
Merge pull request #16742 from damarindra/fix_crash_edit_mode
...
fix crash autotile edit mode
2018-02-16 12:20:06 +01:00
damarindra
cceb176be3
fix crash autotile edit mode
2018-02-16 17:48:01 +07:00
Gilles Roudiere
8dad41e395
2D editor GUI input rework. Changes are:
...
- The input handling is done into several distinct functions, and the
code is more consistent.
- The actions' history is more precise ("Edited CanvasItem"
is now "Rotated CanvasItem","Moved CanvasItem",etc...)
- Fixed a little bug about input key events not forwarded correctly to plugins
- IK is followed by default when you move a bone node, the alt-key allow
you to move it normally
2018-02-16 10:14:52 +01:00
Leon Krause
8a21f27f54
Fix HTML5 HTTPClient response header retrieval
2018-02-16 05:38:36 +01:00
Leon Krause
9ea4452d21
Fix HTML5 HTTPClient failure detection
2018-02-16 05:11:25 +01:00
Rémi Verschelde
9f590b460e
Merge pull request #16728 from KidRigger/master
...
Documentation tool does not add escapes to code and codeblocks unnecessarily
2018-02-15 22:12:03 +01:00
Anish
84e8c49f5d
Documentation tool does not add escapes to code and codeblocks
...
Instead of adding the escapes to all * and _ the tool now excludes
the characters inside [code] and [codeblock].
Resolves : #15156
2018-02-16 02:24:05 +05:30
sdfgeoff
cdd8334585
Exposed apply_torque_impulse to gdscript and added documentation for added apply_torque_impulse method
2018-02-15 16:42:24 +01:00
K. S. Ernest (iFire) Lee
2e66730061
Create and return LightmapCapture.
2018-02-15 07:34:11 -08:00
K. S. Ernest (iFire) Lee
4e1923a931
Add dummy audio driver, fix dummy rasterizer
2018-02-15 07:34:11 -08:00
Fabio Alessandrelli
2de10aa467
Fixes to OS_Server and DummyRasterizer to match new signatures
2018-02-15 07:34:11 -08:00
Fabio Alessandrelli
6784d743f7
server platform now compiles and run on linux.
...
Seems to also be able to do exports of some demos I tried.
2018-02-15 07:34:11 -08:00
Fabio Alessandrelli
72ef766dfa
Add dummy Texture handling
2018-02-15 07:34:11 -08:00
Fabio Alessandrelli
8699f643c9
Disable GLES builders and source from server compilation
2018-02-15 07:34:11 -08:00
Fabio Alessandrelli
c0dce6e480
Add dummy resterizer driver
2018-02-15 07:34:11 -08:00
Chaosus
b5e4f637fc
Added refraction possibility for triplanar uv mode
2018-02-15 17:21:09 +03:00
Rémi Verschelde
133942cfeb
Merge pull request #16693 from marcelofg55/compile_fix
...
Fix for a possible compile error under OS X
2018-02-15 10:01:02 +01:00
Rémi Verschelde
4fa8987494
Windows: Fix case of imm32 for case-sensitive MinGW build
...
Fixes #16713 .
2018-02-15 09:06:02 +01:00
Will Nations
dd6313710e
Enable EditorPlugin to add/remove autoloads
2018-02-14 20:15:57 -06:00
Marcelo Fernandez
621d28adef
Fix for a possible compile error under OS X
2018-02-14 19:48:35 -03:00
Rémi Verschelde
0c7bed45c4
Add locale renames for Hebrew and Indonesian on Windows
...
Windows does not fully respect ISO 639-1 like other systems,
so we have to override its locale values for those languages.
Also added comments to document the locale provenance.
2018-02-14 18:49:27 +01:00
x1212
48c9ed4545
fix spurious error messages during autocomplete and validate
...
_parse() caused resets on members like validating and
for_completion by calling clear().
2018-02-14 18:13:00 +01:00
ianb96
e1778fb921
option to disable sort in script list
2018-02-14 11:38:02 -05:00
BTaskaya
78dba05fc0
PEP3101 applied with changing old type string formatting as new ones
2018-02-14 19:29:25 +03:00
Rémi Verschelde
79f48cde3d
Merge pull request #15193 from poke1024/script-preview
...
Rounded previews (and nicer script previews)
2018-02-14 17:11:38 +01:00
Rémi Verschelde
0ea6f7fa4d
Merge pull request #15260 from sersoong/master-addopeninprojectsettings
...
Add open feature to editor autoload settings
2018-02-14 17:10:58 +01:00
Rémi Verschelde
eb2b04c6eb
Merge pull request #15379 from ianb96/delete_key_fix
...
Filesystem and Visual Script Members delete key fix
2018-02-14 17:06:31 +01:00