index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
detect.py
Age
Commit message (
Expand
)
Author
2021-12-10
Misc build system fixes
Aaron Franke
2021-11-01
Add support for PowerPC family
Daniel Kolesa
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-30
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-22
Add support for the RISC-V architecture
Aaron Franke
2021-10-15
Merge pull request #53833 from akien-mga/remove-webm-support
Rémi Verschelde
2021-10-15
Remove WebM support (and deps libvpx and opus)
Rémi Verschelde
2021-10-15
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
Rémi Verschelde
2021-10-14
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
Rémi Verschelde
2021-09-15
Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messages
Rémi Verschelde
2021-09-15
Re-enable building position-independent executables on Linux/*BSD
Hugo Locurcio
2021-08-31
Improve messages when compiling for Linux/*BSD
Hugo Locurcio
2021-08-12
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-06-20
Add "Keep screen on" feature to `DisplayServerX11`
Niklas Higi
2021-06-01
LinuxBSD now compiles without vulkan/x11.
Fabio Alessandrelli
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-04
Port changes to the "raycast" module build files from 3.x
jfons
2021-04-26
Linux: Remove use_static_cpp override on x86_32
Rémi Verschelde
2021-04-16
Fix macOS build with all sanitizers enabled.
bruvzg
2021-04-15
Add more sanitizer flags to shows more bugs
Rafał Mikrut
2021-03-14
Allow to not optimize release build
Rafał Mikrut
2021-03-02
add msan sanitizer option for linus/bsd, lsan option for osx
Jordan Schidlowsky
2021-02-23
Allow static linking with libatomic using clang
Hein-Pieter van Braam-Stewart
2021-02-20
Use -latomic when linking whe using clang on Linux
Hein-Pieter van Braam-Stewart
2021-02-17
Dynamically load libudev.so.1 on Linux if `udev=yes`
Rémi Verschelde
2021-02-16
Dynamically load libpulse.so.0 and libasound.so.1 on Linux
Hein-Pieter van Braam-Stewart
2021-02-08
SCons: Fix debug_symbols tests after switch to BoolVariable
Rémi Verschelde
2021-02-03
SCons: Add `production=yes` option to use production defaults
Rémi Verschelde
2021-02-01
Merge pull request #45630 from akien-mga/linux-enable-udev
Rémi Verschelde
2021-02-01
Linux: Build with use_static_cpp=yes by default for x86_64
Rémi Verschelde
2021-02-01
Linux: Enable udev support by default
Rémi Verschelde
2020-12-16
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...
bruvzg
2020-11-25
SCons: Do not define TYPED_METHOD_BIND on Linux/clang
Rémi Verschelde
2020-11-19
SCons: Remove unnecessary $LINK overrides
Rémi Verschelde
2020-11-09
Remove `debug_symbols=full` in favor of `debug_symbols=yes`
Hugo Locurcio
2020-09-17
Add window click-through support.
bruvzg
2020-07-23
SCons: Remove unused DEBUG_MEMORY_ENABLED define
Rémi Verschelde
2020-04-27
Update to bullet master (2.90)
PouleyKetchoupp
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky