summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Collapse)AuthorAgeFilesLines
* linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-0213-14/+27
| | | | | This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree.
* Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-312-0/+8
|\ | | | | | | Fix build with Vulkan disabled and no Vulkan headers installed.
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-262-0/+8
| |
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-3/+3
|\ \ | | | | | | | | | Unify usage of GLOBAL/EDITOR_GET
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-3/+3
| | |
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+10
|\ \ \ | | | | | | | | Make creating window do not flicker when specify custom position
| * | | Make window creation with custom position do not flashWei Guo2022-10-242-5/+10
| | |/ | |/|
* | | Merge pull request #67914 from Calinou/displayserverx11-no-native-iconMax Hilbrunner2022-10-281-1/+1
|\ \ \ | | | | | | | | Fix `DisplayServer.has_feature()` claiming X11 has native icon support
| * | | Fix `DisplayServer.has_feature()` claiming X11 has native icon supportHugo Locurcio2022-10-261-1/+1
| |/ / | | | | | | | | | | | | Native icons are not supported by the X11 DisplayServer, unlike Windows and macOS.
* | | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-0/+4
| | |
* | | Merge pull request #67421 from Sauermann/fix-failure-exit-codeClay John2022-10-271-0/+1
|\ \ \ | |/ / |/| | Fix Godot exiting with unexpected failure code
| * | Fix Godot exiting with unexpected failure codeMarkus Sauermann2022-10-151-0/+1
| |/ | | | | | | | | | | | | | | | | The exit code is initialized as EXIT_FAILURE to indicate failures during startup. Closing the Game window via the window manager does not change the exit code, so the program exists with EXIT_FAILURE. This PR set the exit code to EXIT_SUCCESS when initialization was successful just before starting the main loop.
* / Update the DisplayServer video driver error messageclayjohn2022-10-181-4/+15
|/ | | | to be more accurate and friendly
* Merge pull request #67281 from Nidjo123/x11-window-resizeRémi Verschelde2022-10-121-0/+12
|\ | | | | Keep rendering context window size in sync when resizing
| * Keep rendering context window size in sync when resizingNikola Bunjevac2022-10-111-0/+12
| | | | | | | | | | | | | | On X11 we rely on ConfigureNotify event to update rendering context window size, but we don't get such event when resizing programmatically, only when done "manually" by resizing the window etc.
* | Actually set the execinfo flag on non-glibc systemsRiteo2022-10-111-0/+1
|/
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-112-0/+204
|\ | | | | | | Fetch video adapter driver name and version from OS
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-112-0/+204
| |
* | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-102-11/+0
| | | | | | | | | | | | | | | | Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage.
* | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-052-3/+3
|\ \ | | | | | | | | | Remove usage of unitialized variables
| * | Remove usage of unitialized variablesRafał Mikrut2022-10-012-3/+3
| |/
* | Merge pull request #63983 from Calinou/scons-linux-execinfo-muslRémi Verschelde2022-10-051-2/+4
|\ \ | | | | | | | | | Automatically use execinfo for crash handler on *BSD and musl-based Linux
| * | Automatically use execinfo for crash handler on *BSD and musl-based LinuxHugo Locurcio2022-10-041-2/+4
| | | | | | | | | | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | | Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linuxRémi Verschelde2022-10-041-11/+15
|\ \ \ | | | | | | | | | | | | Remapped the numpad keys on linux when numlock is off
| * | | Remapped the numpad keys on linux when numlock is offMladoniSzabi2022-10-031-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On Linux, when using the numpad while numlock is off doesn't do anything. Made the numpad keys map to the correct control keys. Resolves: #54814.
* | | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-032-14/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `LIBC_FILEIO_ENABLED` wasn't defined anywhere, even in _other platforms_. - `NO_NETWORK` is also never defined. It probably isn't enough anyway to disable network APIs in the current codebase. - `UNIX_SOCKET_UNAVAILABLE` is never defined in this code but used by some other platforms, clarify that. - `NO_STATVFS` can be removed as Android supports it since API level 19, which is our current min SDK level. It's also only used for `DirAccessUnix::get_space_left()` which is anyway overridden by `DirAccessJAndroid::get_space_left()` so it shouldn't make a difference. * Fixed documentation for `DirAccess.get_space_left()`. - `NO_FCNTL` is likely also a remnant of early Android days, in current NDK r23 it seems to be available. Also cleaned up unused `fcntl.h` includes. - `NO_ALLOCA` is never defined, and we use alloca in many places now.
* | | Fix inconsistent window state on X11.Matthew Munro (mam552)2022-10-011-0/+5
|/ / | | | | | | | | | | | | | | Fixes #66413. DisplayServerX11 tracks some internal state about whether the window is fullscreen, minimized, maximized or none. This commit queries the display server when the window changes, so that this internal state can be correctly updated.
* | Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde2022-09-301-1/+6
|\ \ | | | | | | | | | ci: add Python static analysis check via mypy
| * | ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
| | |
* | | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
|/ / | | | | | | | | | | | | Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
* | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements https://github.com/godotengine/godot-proposals/issues/3371. New `target` presets ==================== The `tools` option is removed and `target` changes to use three new presets, which match the builds users are familiar with. These targets control the default optimization level and enable editor-specific and debugging code: - `editor`: Replaces `tools=yes target=release_debug`. * Defines: `TOOLS_ENABLED`, `DEBUG_ENABLED`, `-O2`/`/O2` - `template_debug`: Replaces `tools=no target=release_debug`. * Defines: `DEBUG_ENABLED`, `-O2`/`/O2` - `template_release`: Replaces `tools=no target=release`. * Defines: `-O3`/`/O2` New `dev_build` option ====================== The previous `target=debug` is now replaced by a separate `dev_build=yes` option, which can be used in combination with either of the three targets, and changes the following: - `dev_build`: Defines `DEV_ENABLED`, disables optimization (`-O0`/`/0d`), enables generating debug symbols, does not define `NDEBUG` so `assert()` works in thirdparty libraries, adds a `.dev` suffix to the binary name. Note: Unlike previously, `dev_build` defaults to off so that users who compile Godot from source get an optimized and small build by default. Engine contributors should now set `dev_build=yes` in their build scripts or IDE configuration manually. Changed binary names ==================== The name of generated binaries and object files are changed too, to follow this format: `godot.<platform>.<target>[.dev][.double].<arch>[.<extra_suffix>][.<ext>]` For example: - `godot.linuxbsd.editor.dev.arm64` - `godot.windows.template_release.double.x86_64.mono.exe` Be sure to update your links/scripts/IDE config accordingly. More flexible `optimize` and `debug_symbols` options ==================================================== The optimization level and whether to generate debug symbols can be further specified with the `optimize` and `debug_symbols` options. So the default values listed above for the various `target` and `dev_build` combinations are indicative and can be replaced when compiling, e.g.: `scons p=linuxbsd target=template_debug dev_build=yes optimize=debug` will make a "debug" export template with dev-only code enabled, `-Og` optimization level for GCC/Clang, and debug symbols. Perfect for debugging complex crashes at runtime in an exported project.
* | Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-3/+5
| | | | | | | | Fix file names for {Static,Lightmap}RaycasterEmbree.
* | SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-0/+4
|/ | | | | | | Fixup to #63288. See #65583 for the bug report. Co-authored-by: Cyberrebell <chainsaw75@web.de>
* Add get_distribution_name() and get_version() to OSMJacred2022-09-162-0/+41
| | | | | | supports: LinuxBSD, Windows, macOS, iOS, Android, UWP Co-authored-by: bruvzg
* Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-162-3/+25
|\ | | | | | | Fix MOUSE_MODE_CAPTURED not working correctly with popups
| * Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube2022-09-072-3/+25
| |
* | Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde2022-09-131-4/+3
|\ \ | | | | | | | | | get_datetime_* functions can return wrong values
| * | Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-4/+3
| | |
* | | Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn2022-09-121-13/+11
|/ / | | | | | | | | | | | | Instead of updating all viewports, then blitting all viewports to the backbuffer, then swapping all buffers, we run through all viewports and render, blit, and swap backbuffer before going to the next viewport.
* | SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for LTO on macOS and Android. We don't have much experience with LTO on these platforms so for now we keep it disabled by default even when `production=yes` is set. Similarly for iOS where we ship object files for the user to link in Xcode so LTO makes builds extremely slow to link. `production=yes` defaults to full LTO. ThinLTO is much faster for LLVM-based compilers but seems to produce bigger binaries (at least for the Web platform).
* | Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde2022-09-061-4/+4
|\ \ | | | | | | | | | Replace AABB/Rect2/Rect2i has_no_* methods with has_* methods
| * | Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-4/+4
| |/
* / Fix XSendEvent crash & bootsplash.MatthewZelriche2022-09-041-17/+8
|/ | | | | | | | | Fixes a crash due to an Xlib error, as well as ensures that Godot holds the correct size of the window after window modes have been applied, before exiting the DisplayServerX11 constructor. This ensures the bootsplash will be displayed with the correct dimensions. Fixes #65320
* Merge pull request #65283 from bruvzg/reenable_per_pix_transpRémi Verschelde2022-09-034-29/+60
|\ | | | | Re-enable per-pixel transparency support on Linux, macOS, and Windows.
| * Re-enable per-pixel transparency support on Linux, macOS, and Windows (for ↵bruvzg2022-09-034-29/+60
| | | | | | | | Vulkan and OpenGL rendering drivers).
* | Merge pull request #65111 from MatthewZelriche/DroppedXEventFixRémi Verschelde2022-09-031-4/+11
|\ \ | |/ |/| Fix dropped XEvents early in main window lifetime.
| * Fix dropped XEvents early in main window lifetime.MatthewZelriche2022-09-011-4/+11
| | | | | | | | | | | | | | | | | | | | The DisplayServerX11 constructor processes pending events shortly after constructing the main window. However, it discards pending events on the event queue that it is not interested in. This results in these events never making it to the main events thread and as a result are never processed. We need to save the events we don't handle in DisplayServerX11 so that they can be resent for later handling by the events thread.
* | Add support for system dark mode (Linux)Raul Santos2022-09-026-1/+231
|/ | | | - Use `org.freedesktop.appearance color-scheme` to support system dark mode.
* Fix minimize/maximize not taking effect in X11.MatthewZelriche2022-08-302-94/+92
| | | | | | | Attempts to construct an X11 window in an initial state of minimized/maximized would fail due to the window being unmapped. We simply check for failed mode changes during an unmap and reapply them if necessary.
* Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-301-7/+7
|\