summaryrefslogtreecommitdiff
path: root/platform/haiku
AgeCommit message (Expand)Author
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
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-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-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-24SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-06Remove ContextGL since as an abstraction it's unused.Sebastian Hartte
2019-04-06Use mix rate and output latency constants in audio driversRémi Verschelde
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-01-09Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-01Fix init of VisualServerRasterRémi Verschelde
2018-11-01Fix initialization of visual server in all platformsGeorge Marques
2018-10-06Remove redundant "== true" codeAaron Franke
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-10-01SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-07-20Fix some more build issues after c69de2ba4Rémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Fix macOS and other builds after #15299Duy-Nguyen TA
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-13Drop unusued LEGACYGL_ENABLED checkRémi Verschelde