summaryrefslogtreecommitdiffstats
path: root/platform/haiku
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-3/+5
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-3/+5
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-10/+3
|/
* Remove incomplete battery status/power APIRémi Verschelde2020-02-142-19/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-132-7/+5
* Image: Include S3TC compression via Squish in non-tools buildRémi Verschelde2020-01-131-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-0116-32/+32
* iOS modular build and export implementation.bruvzg2019-12-012-6/+0
* 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/+3
* Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir2019-06-191-1/+1
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-152-0/+6
* 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-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-0/+5
* Remove ContextGL since as an abstraction it's unused.Sebastian Hartte2019-04-061-12/+10
* Use mix rate and output latency constants in audio driversRémi Verschelde2019-04-061-2/+2
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* 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-0116-32/+32
* Fix init of VisualServerRasterRémi Verschelde2018-11-011-4/+2
* Fix initialization of visual server in all platformsGeorge Marques2018-11-011-8/+7
* Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-3/+3
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-012-3/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-123-3/+3
* Rebase patches for fixing haiku build.Adrien Destugues2018-08-1112-214/+176
* Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-202-0/+8
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-1/+1
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-281-0/+0
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0516-0/+16
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+1
* 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/+5
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+5
* | Update copyright statements to 2018Rémi Verschelde2018-01-0118-36/+36
|/
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-0/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-075-10/+12
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-2/+2
* disable caching for targets using helper functionsRhody Lugo2017-11-281-1/+1
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-202-0/+37
|\
| * Add initial support for the XDG Base Directory specRémi Verschelde2017-11-192-0/+37
* | Cleanup old references to GLES2 rendererRémi Verschelde2017-11-192-3/+5
|/
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-092-5/+0
* Implemented physics plugAndreaCatania2017-11-042-17/+0
* Drop unusued LEGACYGL_ENABLED checkRémi Verschelde2017-10-134-5/+5
* Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
* Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde2017-09-211-5/+10
|\