summaryrefslogtreecommitdiffstats
path: root/platform/server
Commit message (Expand)AuthorAgeFilesLines
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-9/+0
* Remove unused importsHendrikto2019-04-061-2/+0
* SCons: add `methods.using_clang` to check used compilerRémi Verschelde2019-04-051-1/+0
* SCons: Fix python3 compat for builtin_bullet=noRémi Verschelde2019-04-031-1/+1
* Update the server platform's `detect.py` to match x11'sHugo Locurcio2019-03-051-4/+70
* Drop RtAudio driver on WindowsRémi Verschelde2019-02-201-1/+0
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-123-4/+4
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Fix missing/malformed license headersRémi Verschelde2019-01-012-0/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-152-3/+4
* Allow the server platform to build on linux again.Ibrahn Sahir2018-10-301-1/+1
* Server platform works on OS X tooMarcelo Fernandez2018-10-295-4/+46
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Server platform builds (dummy) mobile_vr module.Fabio Alessandrelli2018-09-251-3/+1
* SCons: Fix checks for clang in env['CXX']Rémi Verschelde2018-09-251-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-201-4/+1
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-202-4/+15
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-281-0/+0
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-3/+15
* Dummy texture importerGustav Lund2018-05-092-0/+9
* SCons: Fix linking system pcre2 on server platformRémi Verschelde2018-03-041-0/+5
* Fix server build on FreeBSDFabio Alessandrelli2018-03-012-1/+13
* server: Add support for statically linking libgcc and libstdc++Rémi Verschelde2018-02-221-0/+5
* Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee2018-02-151-2/+3
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-153-2/+13
* server platform now compiles and run on linux.Fabio Alessandrelli2018-02-154-47/+147
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-3/+0
* Bullet: allow unbundling only if > 2.87Rémi Verschelde2018-01-261-3/+3
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+10
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-0/+4
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+2
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-3/+5
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+4
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+4
* | Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
|/
* Improve slang, especially in user-visible partsUnknown2017-12-051-1/+0
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+2
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-092-5/+0
* Implemented physics plugAndreaCatania2017-11-042-17/+0
* SCons: Disable server platform as it does not buildRémi Verschelde2017-10-171-0/+3
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-3/+3
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-21/+21
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde2017-09-241-0/+3
|\