summaryrefslogtreecommitdiff
path: root/platform/haiku
AgeCommit message (Expand)Author
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
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-09-21Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-16Create separate debug info files by defaultHein-Pieter van Braam
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-08-27Dead code tells no talesRémi Verschelde
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-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
2017-05-20Removal of InputEvent as built-in Variant type..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-27Merge pull request #8159 from Hinsbart/last_idRémi Verschelde
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-04Add API to access battery power stateJulian Murgia
2017-02-23Complete the globals.h -> global_config.h conversionBojidar Marinov
2017-01-16Adapt platforms to AudioServer refactoringRémi Verschelde
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky
2017-01-06Remove bundled glew, obsoleted by gladRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde