summaryrefslogtreecommitdiffstats
path: root/platform/server
Commit message (Expand)AuthorAgeFilesLines
* iOS modular build and export implementation.bruvzg2019-12-012-5/+0
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Added Thread Sanitizerqarmin2019-08-071-1/+6
* CameraServer is needed for editor nodeCameron Reikes2019-07-162-0/+5
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-2/+2
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-4/+4
* Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir2019-06-191-1/+1
* bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-3/+3
* added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-3/+5
* 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
|/