summaryrefslogtreecommitdiff
path: root/platform/server
AgeCommit message (Expand)Author
2021-04-16Fix macOS build with all sanitizers enabled.bruvzg
2021-04-15Add more sanitizer flags to shows more bugsRafał Mikrut
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-02add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky
2021-02-22Use -latomic when using clang (server platform)Hein-Pieter van Braam-Stewart
2021-02-08SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde
2021-02-03SCons: Add `production=yes` option to use production defaultsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-17Remove OS::can_draw() remnantsMarcel Admiraal
2020-12-16SCons: Add only selected platform's opts to envRémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-12-03Reorganize rendering server.reduz
2020-12-02Initialize 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-25SCons: Do not define TYPED_METHOD_BIND on Linux/clangRémi Verschelde
2020-11-19SCons: Remove unnecessary $LINK overridesRémi Verschelde
2020-11-09Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-18Linux/BSD: Fix support for NetBSDRémi Verschelde
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-23SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-06assimp: Clean and document buildsystem, prepare for unbundlingRémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-02-26Added code coverate support to GodotRafał Mikrut
2020-02-20Remove unused driver/dummy/audio_driver_dummy.hTwarit
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-01-14Remove unused ip_unix member from OSX/server.Fabio Alessandrelli
2020-01-13Image: Include S3TC compression via Squish in non-tools buildRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-07Added Thread Sanitizerqarmin
2019-07-16CameraServer is needed for editor nodeCameron Reikes
2019-07-04Remove libwebsocket. No longer used, yay!Fabio Alessandrelli
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-06-19Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir
2019-06-11bullet: Sync with current upstream master branchRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085