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
/
server
Age
Commit message (
Expand
)
Author
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-22
Use -latomic when using clang (server platform)
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-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-17
Remove OS::can_draw() remnants
Marcel Admiraal
2020-12-16
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-12-08
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-04
RenderingServer reorganization
reduz
2020-12-03
Reorganize rendering server.
reduz
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
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-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-18
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-07-24
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
RevoluPowered
2020-07-23
SCons: Remove unused DEBUG_MEMORY_ENABLED define
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-06
assimp: Clean and document buildsystem, prepare for unbundling
Rémi Verschelde
2020-03-03
Drop old semaphore implementation
Pedro J. Estébanez
2020-02-26
Added code coverate support to Godot
Rafał Mikrut
2020-02-20
Remove unused driver/dummy/audio_driver_dummy.h
Twarit
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-01-14
Remove unused ip_unix member from OSX/server.
Fabio Alessandrelli
2020-01-13
Image: Include S3TC compression via Squish in non-tools build
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-01
iOS modular build and export implementation.
bruvzg
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-07
Added Thread Sanitizer
qarmin
2019-07-16
CameraServer is needed for editor node
Cameron Reikes
2019-07-04
Remove libwebsocket. No longer used, yay!
Fabio Alessandrelli
2019-07-03
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-06-19
Png driver reworked to use libpng 1.6 simplified API
Ibrahn Sahir
2019-06-11
bullet: Sync with current upstream master branch
Rémi Verschelde
2019-05-21
added a const keyword for a methods that return constant literal...
hbina085
[next]