summaryrefslogtreecommitdiff
path: root/platform/haiku/os_haiku.h
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
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-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-07-20Fix some more build issues after c69de2ba4Rémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
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-11-19Add initial support for the XDG Base Directory specRé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
2017-09-13Fix enums bindingsMaxim Sheronov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2017-01-16Adapt platforms to AudioServer refactoringRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2015-10-17Haiku: fix buildKostadin Damyanov
2015-08-14Haiku: move the audio driver to platform/haikuKostadin Damyanov
2015-07-26Haiku: add sound supportKostadin Damyanov
2015-06-23Haiku: implement some more window-related methodsKostadin Damyanov
2015-06-21Haiku: add some screen and window-related methodsKostadin Damyanov
2015-06-20Haiku: implemet get_widow_size() get/set_window_position()Kostadin Damyanov
2015-06-16Haiku: handle mouse movement and click eventsKostadin Damyanov
2015-06-11Haiku: create a GL context and initialize the audio and physics serversKostadin Damyanov
2015-05-30Haiku: start implementing the os-dependant stuffKostadin Damyanov
2015-05-28Haiku: enable building with GLESKostadin Damyanov
2015-05-25Haiku: some small fixesKostadin Damyanov
2015-05-25Haiku: link with the haiku libs, stub the OS_Haiku class.Kostadin Damyanov
2015-05-24Haiku: Initial support.Kostadin Damyanov