summaryrefslogtreecommitdiff
path: root/platform/haiku
AgeCommit message (Collapse)Author
2016-06-29Fixed building for latest Haiku nightlies.Jamil Halabi
2016-06-22Fixed iCCp chunk in pngsJ08nY
neccesary for libpng 1.6.27 to work silently
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location.
2016-06-08Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde
Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511.
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
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
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ↵Saracen
server to prevent crash when exiting.
2015-10-17Haiku: fix buildKostadin Damyanov
2015-08-14Haiku: move the audio driver to platform/haikuKostadin Damyanov
2015-08-13Haiku: update logo.pngKostadin Damyanov
2015-08-12Haiku: remove unneeded codeKostadin Damyanov
2015-08-12Haiku: remove unneeded codeKostadin Damyanov
2015-07-26Haiku: add sound supportKostadin Damyanov
2015-07-20Haiku: update detect.pyKostadin Damyanov
2015-07-12Haiku: add keyboard supportKostadin Damyanov
2015-07-02Haiku: gl context lockingKostadin Damyanov
2015-06-23Haiku: implement some more window-related methodsKostadin Damyanov
2015-06-21Haiku: add support for mouse wheelKostadin 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-20Haiku: cleanup, add TODOsKostadin Damyanov
2015-06-20Haiku: handle the quit request messageKostadin Damyanov
2015-06-18Haiku: implement get_mouse_pos() and get_mouse_button_state()Kostadin Damyanov
2015-06-17Haiku: read the status of the key modifiers and mouse buttonsKostadin 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-29Haiku: fix build, link with libGL and libGLEWKostadin Damyanov
2015-05-28Haiku: enable building with GLESKostadin Damyanov
2015-05-28Haiku: enable debug supportKostadin 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-25Haiku: fix building with UNIX_ENABLED.Kostadin Damyanov
2015-05-24Haiku: Initial support.Kostadin Damyanov