summaryrefslogtreecommitdiffstats
path: root/platform/server/os_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove server platformFabio Alessandrelli2021-06-011-267/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove OS::can_draw() remnantsMarcel Admiraal2020-12-171-4/+0
* Cleanup unused engine codeTomasz Chabora2020-12-091-8/+0
* Reorganize rendering server.reduz2020-12-031-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-32/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Renaming of servers for coherency.Juan Linietsky2020-03-271-5/+5
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-4/+0
* Remove unused driver/dummy/audio_driver_dummy.hTwarit2020-02-201-1/+0
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-20/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* iOS modular build and export implementation.bruvzg2019-12-011-4/+0
* CameraServer is needed for editor nodeCameron Reikes2019-07-161-0/+4
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-6/+0
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-2/+3
* Server platform works on OS X tooMarcelo Fernandez2018-10-291-0/+8
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-2/+9
* Dummy texture importerGustav Lund2018-05-091-0/+6
* 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-151-1/+10
* server platform now compiles and run on linux.Fabio Alessandrelli2018-02-151-41/+126
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* 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-041-2/+4
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-0/+3
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+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-091-4/+0
* Implemented physics plugAndreaCatania2017-11-041-12/+0
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-7/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-7/+1
* | Fix enums bindingsMaxim Sheronov2017-09-131-1/+1
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-47/+28
* Add API to access battery power stateJulian Murgia2017-03-041-0/+12
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-3/+3
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+5
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-5/+5
|\