Pāvels Nadtočajevs
|
e00b7dc72d
|
[Windows] Fix borderless maximized window mode.
|
2025-03-27 10:19:07 +02:00 |
|
Pāvels Nadtočajevs
|
698ff2a192
|
[macOS] Fix cleanup with some command line tools.
|
2025-03-25 18:41:20 +02:00 |
|
Thaddeus Crews
|
c3ecb72c3a
|
Merge pull request #104397 from bruvzg/mac_main_loop
[macOS] Replace custom main loop with `[NSApp run]` and `CFRunLoop` observer.
|
2025-03-25 11:09:02 -05:00 |
|
Thaddeus Crews
|
bf1c2583f4
|
Merge pull request #101954 from bruvzg/uid_deref
[Export] Convert `uid://` names to `res://` when exporting files.
|
2025-03-24 10:01:07 -05:00 |
|
Thaddeus Crews
|
d35e22ff22
|
Merge pull request #104415 from zlago/patch-1
Export: Change unportable `echo` in the Linux/macOS debug launcher script
|
2025-03-24 10:00:57 -05:00 |
|
Pāvels Nadtočajevs
|
a317ce75a6
|
[macOS] Replace custom main loop with [NSApp run] and CFRunLoop observer.
|
2025-03-24 10:31:16 +02:00 |
|
Thaddeus Crews
|
1cb3cfaa8e
|
Style: Convert namespaces to PascalCase
|
2025-03-23 19:10:24 -05:00 |
|
Thaddeus Crews
|
f09ee0171a
|
Style: Begin integrating simple .clangd fixes
|
2025-03-22 13:24:35 -05:00 |
|
zlago
|
7e0ede1a16
|
change unportable echo in the linux/macos debug launcher script
`-n` and `-e` are not guaranteed to be supported by posix `echo`
|
2025-03-21 17:31:37 +01:00 |
|
Rémi Verschelde
|
f7dfd64cc0
|
Merge pull request #104409 from syntaxerror247/mute-game
Add support for `Mute Game` toggle in the Android Editor
|
2025-03-21 13:04:15 +01:00 |
|
Rémi Verschelde
|
3e3cf292bd
|
Merge pull request #104377 from Mickeon/translation-slight-duplicates
Tweak a few miscellaneous localization strings
|
2025-03-21 13:04:08 +01:00 |
|
Anish Mishra
|
afe68f672f
|
Add support for "Mute Game" toggle in the Android Editor
|
2025-03-21 01:33:38 +05:30 |
|
Rémi Verschelde
|
622dbe3713
|
Web: Fix editor build after #pragma once refactoring
|
2025-03-20 18:43:16 +01:00 |
|
Micky
|
5d794f83ed
|
Tweak a few miscellaneous localization strings
|
2025-03-20 13:12:44 +01:00 |
|
Pāvels Nadtočajevs
|
f3b6a4009d
|
[Export] Convert uid:// names to res:// when exporting files.
|
2025-03-19 16:58:52 +02:00 |
|
kobewi
|
10f6c01b9c
|
Remove ABS in favor of Math::abs
|
2025-03-19 13:52:40 +01:00 |
|
Rémi Verschelde
|
0648f55276
|
Merge pull request #104328 from Grublady/popup-mouse-enter
Update mouse-entered state when subwindow closes (macOS display server)
|
2025-03-19 12:27:30 +01:00 |
|
Rémi Verschelde
|
2fa721b1bc
|
Merge pull request #104127 from Ivorforce/360-noclip
Remove `String` clipping constructors.
|
2025-03-19 12:27:10 +01:00 |
|
Rémi Verschelde
|
a117a2b09c
|
Merge pull request #101980 from bruvzg/init_scale
[DisplayServer] Decouple `show_window(MAIN_WINDOW_ID)` from `DisplayServer` constructor, update project manager size/position after DS init.
|
2025-03-19 12:26:33 +01:00 |
|
Rémi Verschelde
|
b2950e8138
|
Merge pull request #101904 from bruvzg/win_export_update_icon_cache
Update Windows icon cache after export.
|
2025-03-19 12:26:26 +01:00 |
|
Pāvels Nadtočajevs
|
f6891b0305
|
[DisplayServer] Decouple show_window(MAIN_WINDOW_ID) from DisplayServer constructor, update project manager size/position after DS init.
|
2025-03-19 11:23:04 +02:00 |
|
Thaddeus Crews
|
89a2f3634c
|
Merge pull request #103857 from bruvzg/macos_trans_b
[macOS] Enable transparency for windows with decorations.
|
2025-03-18 14:42:54 -05:00 |
|
Thaddeus Crews
|
d6aef7a1ba
|
Merge pull request #103872 from bruvzg/mac_f_lk
[macOS/iOS] Fix system font family descriptor leak.
|
2025-03-18 14:42:53 -05:00 |
|
Thaddeus Crews
|
8774c608ff
|
Merge pull request #95606 from Hilderin/fix-unfocused-windows-cant-be-dragged
Fix unfocused windows can't be dragged
|
2025-03-18 14:42:42 -05:00 |
|
Grublady
|
f3c54c1a32
|
Update mouse-entered state when subwindow closes (macOS display server)
|
2025-03-18 15:25:03 -04:00 |
|
Thaddeus Crews
|
83cf424b5f
|
SCons: Expand NoCache coverage
|
2025-03-18 09:54:55 -05:00 |
|
Anish Mishra
|
f3155412af
|
Convert compress_native_libraries to a basic export option
|
2025-03-18 12:26:25 +05:30 |
|
Thaddeus Crews
|
ea62170dac
|
Core: Add constexpr constructors/operators to math structs
• Begin integrating `constexpr` on math tests; use `static_assert` where appropriate
|
2025-03-17 12:15:31 -05:00 |
|
Thaddeus Crews
|
49fcd4ce46
|
Merge pull request #101546 from bruvzg/portal_color_picker
[Linux] Implement native color picker.
|
2025-03-17 10:52:29 -05:00 |
|
Thaddeus Crews
|
54278a48e7
|
SCons: Restore hardcoded build path on Android
|
2025-03-15 23:26:01 -05:00 |
|
Thaddeus Crews
|
863a5ff139
|
Merge pull request #101641 from Repiteo/scons/separate-build-dir-emitter
SCons: Add emitter to declutter build objects
|
2025-03-15 19:42:44 -05:00 |
|
Thaddeus Crews
|
70f3d9aff5
|
Merge pull request #104156 from dsnopek/javaclasswrapper-dictionary-redux
JavaClassWrapper: Fix mistake in last fix for `org.godotengine.godot.Dictionary` conversion
|
2025-03-15 19:42:41 -05:00 |
|
Thaddeus Crews
|
c8b00c03fd
|
SCons: Fix broken msvc conditional
|
2025-03-15 18:14:52 -05:00 |
|
Thaddeus Crews
|
10ed66f28c
|
SCons: Add emitter to declutter build objects
|
2025-03-15 12:08:24 -05:00 |
|
Lukas Tenbrink
|
a23f630781
|
Remove String clipping constructors.
Callers should instead call constructors with explicit encoding names, with known length `Span`.
|
2025-03-15 12:34:44 +01:00 |
|
David Snopek
|
2091899d55
|
JavaClassWrapper: Fix mistake in last fix for org.godotengine.godot.Dictionary conversion
|
2025-03-14 18:01:12 -05:00 |
|
Thaddeus Crews
|
cf4ebb63a0
|
Merge pull request #104109 from Ivorforce/resize-zeroed
Use `resize_zeroed` instead of `resize` then `fill(0)` in several places.
|
2025-03-14 10:06:10 -05:00 |
|
Lukas Tenbrink
|
f4de2cd22a
|
Use resize_zeroed instead of resize then fill(0) in several places.
|
2025-03-14 12:09:39 +01:00 |
|
Pāvels Nadtočajevs
|
18f6c33d72
|
[DisplayServer] Implement get_accent_color on Linux.
|
2025-03-14 09:05:03 +02:00 |
|
Rémi Verschelde
|
28451c001a
|
Merge pull request #103815 from bruvzg/x11_fd_cond
[X11] Fix native dialog parent selection condition.
|
2025-03-14 00:08:45 +01:00 |
|
Thaddeus Crews
|
c1b7865ae9
|
Merge pull request #103557 from aaronfranke/godot-version-defines
Rename version defines to `GODOT_VERSION_*` to match GDExtension godot-cpp
|
2025-03-13 08:57:42 -05:00 |
|
Thaddeus Crews
|
6e5ec1920a
|
Merge pull request #103788 from Grublady/mac_mouse_tracking
Fix macOS mouse tracking in tooltip popups
|
2025-03-13 08:57:34 -05:00 |
|
Aaron Franke
|
97ee05e9b7
|
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
|
2025-03-12 11:11:38 -07:00 |
|
Thaddeus Crews
|
be429eb404
|
SCons: Make builders prettier, utilize constexpr
|
2025-03-11 18:31:20 -05:00 |
|
Thaddeus Crews
|
1aefcf77af
|
Merge pull request #88852 from bruvzg/borderless_hack
[Windows] Remove visible WINDOW_MODE_FULLSCREEN border by setting window region.
|
2025-03-11 16:54:08 -05:00 |
|
Thaddeus Crews
|
77e9f55c51
|
Merge pull request #102676 from adamscott/add-web-library-emitter
[Web] Add library emitter to make sources dependent of compiler version
|
2025-03-11 16:53:53 -05:00 |
|
Thaddeus Crews
|
4f0cbc9a58
|
Merge pull request #103864 from Repiteo/scons/simplify-msvc
SCons: Simplify Windows/MSVC detection
|
2025-03-11 14:01:02 -05:00 |
|
Thaddeus Crews
|
e9e4760335
|
Merge pull request #83538 from bruvzg/size_and_at
[FileAccess] Implement `get_size` and `get_access_time` methods.
|
2025-03-11 14:00:58 -05:00 |
|
Thaddeus Crews
|
d64a94c1f5
|
Merge pull request #102910 from syntaxerror247/hiding-something
Hide debug keystore export settings
|
2025-03-11 14:00:45 -05:00 |
|
Thaddeus Crews
|
0bb1f138f2
|
Merge pull request #100525 from adamscott/set-closure-language-to-default
Remove custom `--language-in` arg for the Closure compiler
|
2025-03-11 14:00:35 -05:00 |
|