Rémi Verschelde
ba25a6e93b
Merge pull request #66549 from MisterMX/tilemap-get-used-rect
...
refactor(TileMap): Return `Rect2i` in `get_used_rect`
2022-09-28 20:49:29 +02:00
Rémi Verschelde
67f79819e7
Merge pull request #66551 from bruvzg/font_is_cyclic
...
Fix Font::_is_cyclic.
2022-09-28 20:47:56 +02:00
Rémi Verschelde
e5857bd6c7
Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703
...
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
2022-09-28 20:47:50 +02:00
Rémi Verschelde
0dd308cedd
Merge pull request #66545 from akien-mga/msvc-warnings-c4324-c4389-c4456-c4459
...
Fix MSVC warnings C4324, C4389, C4456, and C4459
2022-09-28 20:47:43 +02:00
Rémi Verschelde
d9b251c95c
Merge pull request #66544 from lawnjelly/bvh_tree_sibling_warning
...
Fix false flag compiler warning in bvh tree
2022-09-28 20:47:38 +02:00
Rémi Verschelde
a9591f3039
Merge pull request #66543 from akien-mga/msvc-warning-c4702
...
Fix MSVC warning C4702: unreachable code
2022-09-28 20:47:30 +02:00
Rémi Verschelde
361d9b514e
Merge pull request #66542 from akien-mga/msvc-warning-c4706
...
Fix MSVC warning C4706: assignment within conditional expression
2022-09-28 20:47:23 +02:00
Rémi Verschelde
0ce7e2763d
Merge pull request #66539 from bruvzg/gdv_rename
...
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers to avoid shadowing `Object` member.
2022-09-28 17:14:15 +02:00
Rémi Verschelde
4c5891186a
Merge pull request #66525 from Calinou/doc-gdscript-get-stack-debug-instance
...
Document `print_stack()` and `get_stack()` requiring a debugger connection
2022-09-28 17:14:04 +02:00
Rémi Verschelde
24b36354ff
Merge pull request #66532 from bruvzg/mipmap_change
...
[Text Server] Clear textures after "generate mipmaps" property change.
2022-09-28 17:13:57 +02:00
bruvzg
155694c7c6
Fix Font::_is_cyclic.
2022-09-28 18:11:17 +03:00
Rémi Verschelde
85fe6ecc32
Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used
2022-09-28 17:05:34 +02:00
MisterMX
407bbdda20
refactor(TileMap): Return Rect2i in get_used_rect
...
Signed-off-by: MisterMX <mbxd12@web.de>
2022-09-28 17:04:15 +02:00
Rémi Verschelde
7ab01450cf
Fix MSVC warning C4702: unreachable code
...
Part of #66537 .
2022-09-28 16:46:48 +02:00
Rémi Verschelde
d8268aae30
Fix MSVC warnings C4324, C4389, C4456, and C4459
...
Part of #66537 .
2022-09-28 16:43:09 +02:00
lawnjelly
d7c6993f58
Fix false flag compiler warning in bvh tree
...
Compiler wrongly warns that sibling_id may be used when uninitialized. This PR sets the value to silence the warning.
2022-09-28 15:33:41 +01:00
Rémi Verschelde
0e53dd642c
Fix MSVC warning C4706: assignment within conditional expression
...
Part of #66537 .
2022-09-28 16:05:07 +02:00
bruvzg
af814c1524
Rename script_instance
to _script_instance
in the GDVIRTUAL*
wrappers to avoid shadowing Object
member.
2022-09-28 15:57:59 +03:00
Hugo Locurcio
530e31d4a3
Document print_stack()
and get_stack()
requiring a debugger connection
2022-09-28 12:24:39 +02:00
Rémi Verschelde
14e1f36e61
Merge pull request #66492 from bruvzg/gde_ts_underscr
...
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
2022-09-28 12:12:29 +02:00
Rémi Verschelde
ff8e24098f
Merge pull request #66467 from nikitalita/fix-make-dir-windows
...
make_dir() choking on ".."
2022-09-28 12:12:24 +02:00
bruvzg
51978dde5a
[Text Server] Clear textures after "generate mipmaps" property change.
2022-09-28 12:43:34 +03:00
Rémi Verschelde
7f113042c0
Merge pull request #66528 from bruvzg/win_no_mm
...
[Windows] Ignore excessive wintab mouse move events.
2022-09-28 10:10:55 +02:00
Rémi Verschelde
f7b21e88d0
Merge pull request #66490 from timothyqiu/navmap-realloc
...
get_path()`
2022-09-28 10:10:48 +02:00
Rémi Verschelde
89f2096a05
Merge pull request #66518 from KoBeWi/bits_unleashed
...
Use 64bit integers in utility methods
2022-09-28 10:08:30 +02:00
Rémi Verschelde
45d0033188
Merge pull request #65898 from konczg/add_passthrough_extension_wrapper
...
Add passthrough extension wrapper
2022-09-28 10:08:15 +02:00
bruvzg
4421378089
[Windows] Ignore excessive wintab mouse move events.
2022-09-28 10:12:04 +03:00
bruvzg
8f5d56e04a
[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
2022-09-28 10:04:11 +03:00
Haoyu Qiu
9d58454567
Fix heap-use-after-free in NavMap::get_path()
2022-09-28 10:50:03 +08:00
kobewi
52b20ce909
Use 64bit integers in utility methods
2022-09-28 02:26:37 +02:00
Rémi Verschelde
92bcd3c01d
Merge pull request #66505 from KoBeWi/floor()_and_int()_are_not_the_same_I_guess 🤔
...
Fix wrong `floori()` behavior
2022-09-28 00:16:24 +02:00
Rémi Verschelde
9dc5684fab
Merge pull request #66504 from KoBeWi/hermit_method
...
Make some File/Dir methods private
2022-09-28 00:16:16 +02:00
Rémi Verschelde
73f5683c34
Merge pull request #58049 from jmb462/fix-distraction-mode-docks-tab
...
Prevent docks to be reset to first tab when switching dock visibility
2022-09-28 00:16:08 +02:00
Rémi Verschelde
0f1efa7c55
i18n: Sync classref translations with Weblate (3.5 branch)
...
(cherry picked from commit 8dbd40db65
)
2022-09-27 23:51:12 +02:00
Rémi Verschelde
fdb2456ccb
i18n: Sync editor translations with Weblate (3.5 branch)
...
(cherry picked from commit 7ee90a080f
)
2022-09-27 23:51:05 +02:00
Rémi Verschelde
b33460c6ca
Sync controller mappings DB with SDL2 community repo
...
Synced with gabomdq/SDL_GameControllerDB@81ddc73d17
2022-09-27 23:48:25 +02:00
Rémi Verschelde
28cba04cd2
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@asmaloney, @MewPurPur, @Mickeon, @MinusKube, @RedMser
Thanks to all contributors and donors for making Godot possible!
2022-09-27 23:34:08 +02:00
kobewi
7499f41264
Fix wrong floori() behavior
2022-09-27 19:09:34 +02:00
kobewi
a316401b99
Make some File/Dir methods private
2022-09-27 17:35:52 +02:00
Rémi Verschelde
c2f66648f1
Merge pull request #66244 from GuilhermeGSousa/tilemap-dock-release-fix
...
Fix mouse release leaving dock area
2022-09-27 15:52:11 +02:00
Rémi Verschelde
33dbcea039
Merge pull request #66491 from KoBeWi/open_for_path
...
Fix wrong DirAccess function in project converter
2022-09-27 15:52:04 +02:00
Rémi Verschelde
812409cf7a
Merge pull request #66493 from akien-mga/scons-regex-duplicate-objs
...
Fix MSVC warning LNK4042 about dupe objects in regex
2022-09-27 15:51:26 +02:00
Rémi Verschelde
8d1c083bd9
Merge pull request #66489 from akien-mga/scons-msvc-fix-warning-d9025-option-override
...
Fix MSVC D9025 warning overriding opt level
2022-09-27 15:51:15 +02:00
Rémi Verschelde
3fd9452a8c
SCons: Fix MSVC warning LNK4042 about dupe objects in regex
2022-09-27 13:45:16 +02:00
Guilherme Sousa
1ae1a02098
Fix mouse release leaving dock area
2022-09-27 13:35:01 +02:00
kobewi
1bf741c277
Fix wrong DirAccess function in project converter
2022-09-27 13:12:31 +02:00
Rémi Verschelde
9505f5fdd8
SCons: Fix MSVC D9025 warning overriding opt level
...
And cleanup disable_warnings too to avoid setting `/w` / `-w` multiple times.
2022-09-27 12:35:27 +02:00
Gabor Koncz
72203a4da4
Add Passthrough extension wrapper
2022-09-27 12:26:53 +02:00
Rémi Verschelde
52aae6d4f1
Merge pull request #66447 from akien-mga/gcc-ubsan-silence-Wmaybe-uninitialized
...
Silence GCC `-Wmaybe-uninitialized` caused by UBSAN
2022-09-27 10:04:19 +02:00
Rémi Verschelde
7562932eb2
Merge pull request #66160 from dpalais/double_time
...
Use double instead of real_t type for time-related parameters and variables
2022-09-27 10:04:10 +02:00