Juan Linietsky
afb4ce8d2d
Reduce false positives in interior detection by adding a small offset to raycast, fixes #18476
2018-04-28 08:16:26 -03:00
Juan Linietsky
8d199a9b2c
CSG Support for Godot!
...
-Missing Icons
-Missing freezing option (for baking light and faster load)
-Missing a way to export from Godot (GLTF2?)
-Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs)
Happy testing!
2018-04-27 21:55:10 -03:00
Gilles Roudière
b22f048700
Merge pull request #18466 from marcelofg55/use64_fix
...
Fix use64 used without being initialized
2018-04-27 16:39:48 +02:00
Marcelo Fernandez
9b4d23e898
Fix use64 used without being initialized
2018-04-27 10:43:48 -03:00
Gilles Roudière
deee9f0cb4
Merge pull request #18464 from sersoong/master-fixstylebox
...
Fix stylebox crash
2018-04-27 15:26:42 +02:00
sersoong
21eac24af1
Fixed stylebox crash
2018-04-27 17:30:28 +08:00
Gilles Roudière
b35f3a569e
Merge pull request #18458 from YeldhamDev/animation_editor_changes
...
Numerous changes to the Animation Editor
2018-04-27 10:42:13 +02:00
Michael Alexsander Silva Dias
6971604033
Numerous changes to the Animation Editor.
2018-04-26 22:58:30 -03:00
George Marques
e5a13e2626
Merge pull request #18412 from groud/zoom_shortcuts
...
Adds shortcuts for zooming in the 2D editor
2018-04-26 11:45:52 -03:00
Gilles Roudiere
8dcd39c3c4
Adds shortcuts for zooming in the 2D editor
2018-04-26 10:28:56 +02:00
Max Hilbrunner
29b8364ef0
Merge pull request #18415 from HoratioZEDU/patch-2
...
Fixed (minor) typo in CapsuleShape2D doc page
2018-04-26 02:31:48 +02:00
Ignacio Etcheverry
e8ff602381
Merge pull request #18427 from neikeq/mono-static-link-win
...
Add option to link mono statically on Windows
2018-04-25 21:47:15 +02:00
Ignacio Etcheverry
b5e6e142ef
Add option to link mono statically on Windows
2018-04-25 21:15:35 +02:00
HoratioZEDU
2dcd499707
Fixed (minor) typo in CapsuleShape2D doc page
2018-04-25 11:57:01 +01:00
Ignacio Etcheverry
6faa96fb89
Merge pull request #18399 from neikeq/u
...
Mono fixes
2018-04-24 20:58:25 +02:00
Ignacio Etcheverry
ff7fe9e771
Mono: Fix '!t' error messages when generating bindings
...
This error wasn't affecting the bindings generation process.
2018-04-24 20:47:06 +02:00
Ignacio Etcheverry
f8ce412560
Mono: Do not spam script class not found error
...
Print this error only when trying to instantiate the script. This way we prevent errors being printed for source files which are not meant to be used as scripts.
2018-04-24 20:46:57 +02:00
Ignacio Etcheverry
89e84185e8
Mono: Fix crash on script load if the scripts domain isn't loaded
2018-04-24 20:46:53 +02:00
Gilles Roudière
a096df5e45
Merge pull request #18385 from flashyincceo/animation-save-bug
...
Fix AnimationPlayer edited scene bug
2018-04-24 11:37:32 +02:00
Gilles Roudière
2e8dda1f3f
Merge pull request #18391 from endragor/fix-global-position-type
...
Fix Node2D::global_position to have Vector2 type
2018-04-24 11:33:49 +02:00
Ruslan Mustakov
8619b0d280
Fix Node2D::global_position to have Vector2 type
2018-04-24 10:50:05 +07:00
Peter Folkins
223f085857
Fix AnimationPlayer edited scene bug
2018-04-23 14:06:40 -05:00
Hugo Locurcio
1c419531a0
Change ".." punctuation for "..." in editor strings ( #16507 )
2018-04-22 19:36:01 +02:00
George Marques
ca25f1e6ea
Merge pull request #18176 from nikibobi/string-trim
...
Add string trim_prefix, trim_suffix, lstrip and rstrip methods
2018-04-22 12:29:44 -03:00
GaryO
06c5a9ed5f
Add detail to doc for add_surface_from_arrays ( #17911 )
...
Includes review comments from #17911 from @cbscribe and @Noshyaar
2018-04-22 15:23:33 +02:00
Max Hilbrunner
d0699b34d7
Merge pull request #18336 from PJB3005/18-04-21-command's
...
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
2018-04-22 15:06:39 +02:00
krogank9
6b797574a2
[DOCS] Add note that Pool*Arrays are passed by value ( #18340 )
2018-04-22 01:23:50 +02:00
Max Hilbrunner
b02d0ca6ef
Merge pull request #18343 from homer666/docs-popup-exclusive
...
[DOCS] Popup.popup_exclusive description
2018-04-21 21:49:21 +02:00
homer666
d4ce53b9b1
[DOCS] Popup.popup_exclusive description
2018-04-22 05:41:15 +10:00
Pieter-Jan Briers
09f79cde69
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
2018-04-21 16:10:34 +02:00
Max Hilbrunner
7d6f210ccb
Merge pull request #18316 from Noshyaar/http
...
[DOCS] add HTTPRequest.request return values
2018-04-20 12:04:44 +02:00
Poommetee Ketson
f05e24ed18
[DOCS] add HTTPRequest.request return values
2018-04-20 16:34:30 +07:00
Rémi Verschelde
df79cc86a5
Merge pull request #18119 from sheepandshepherd/nativescript_property_list
...
Fix NativeScript property list order
2018-04-19 21:37:46 +02:00
Craigory V Coppola
0dd526e062
Docs update for several classes
...
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar,
ScrollContainer and SplitContainer
2018-04-19 21:09:53 +02:00
Rémi Verschelde
8ae042a895
Merge pull request #18280 from groud/fix_input
...
Fixes left/up axis not mappable as actions
2018-04-19 21:06:17 +02:00
Rémi Verschelde
fab28cc0f3
Merge pull request #18285 from Calinou/enable-dynamicfont-oversampling
...
Enable DynamicFont oversampling by default
2018-04-19 21:05:32 +02:00
Rémi Verschelde
2730b39a4d
Merge pull request #18295 from endragor/purchase-errors
...
Provide error details when in-app purchase fails
2018-04-19 21:04:14 +02:00
Ruslan Mustakov
265caa687b
Provide error details when in-app purchase fails
2018-04-19 21:04:20 +07:00
Rémi Verschelde
394e6d5ee1
Merge pull request #18281 from akien-mga/coverity-string
...
Fix some Coverity warnings in String API
2018-04-19 11:26:11 +02:00
Rémi Verschelde
f433826621
Merge pull request #18289 from sersoong/master-contextmenu
...
Fixed context menu TTR bugs
2018-04-19 10:52:38 +02:00
sersoong
a1cfc89108
Fixed context menu TTR bugs
2018-04-19 15:31:38 +08:00
Hugo Locurcio
16a3f66420
Enable DynamicFont oversampling by default
...
This results in a better DynamicFont appearance when scaled, which
is especially noticeable when using the `2d` scaling mode.
2018-04-19 01:25:25 +02:00
Rémi Verschelde
9a75975042
Fix some Coverity warnings in String API
...
- StringName::StringName(const StringName &p_name)
Non-static class member _data is not initialized in this constructor nor in any functions that it calls.
- StringName::_Data()
Non-static class member idx is not initialized in this constructor nor in any functions that it calls.
- String::num_uint64(...)
This less-than-zero comparison of an unsigned value is never true. n % base < 0UL.
- String::hex_to_int(...) and String::hex_to_int64(...)
Execution cannot reach this statement (deadcode)
2018-04-18 22:20:39 +02:00
Gilles Roudiere
7e89dc432c
Fixes left/up axis not mappable as actions
2018-04-18 21:38:52 +02:00
Rémi Verschelde
9ce8d8ddda
Merge pull request #18261 from flashyincceo/export-project-default-filename
...
Set default file name for exported projects
2018-04-18 16:37:57 +02:00
Rémi Verschelde
3b1ea51e40
Merge pull request #18172 from Chaosus/fix_notification
...
Prevent visibility notification from being called twice in object creation
2018-04-18 16:35:38 +02:00
Rémi Verschelde
db70538688
Merge pull request #18168 from Chaosus/fixcrash
...
Fix possible crash when clicking on Skeleton2D or Sprite editor options
2018-04-18 16:19:10 +02:00
Peter Folkins
bff73bdbf1
Set default file name for exported projects
2018-04-18 08:58:13 -05:00
Chaosus
026617b5fb
Fix possible crash when clicking on Skeleton2D or Sprite editor options
2018-04-18 16:45:39 +03:00
Rémi Verschelde
3da7263920
Merge pull request #18270 from akien-mga/windows-case-test
...
Fix case mismatch check on Windows
2018-04-18 15:14:50 +02:00