summaryrefslogtreecommitdiff
path: root/platform/haiku
AgeCommit message (Expand)Author
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
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde
2016-06-29Fixed building for latest Haiku nightlies.Jamil Halabi
2016-06-22Fixed iCCp chunk in pngsJ08nY
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
2016-06-08Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
2016-01-16Haiku: add resource fileKostadin Damyanov
2016-01-15Merge remote-tracking branch 'upstream/master'Kostadin Damyanov
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-26Haiku: fix buildKostadin Damyanov