Skip to content

Commit

Permalink
Move Haiku platform port to external repository
Browse files Browse the repository at this point in the history
The Haiku port now resides at:
https://github.com/godotengine/godot-haiku-platform

While we're happy to support as many Free and Open Source platforms as we can,
we need to put the main focus on the platforms that we can reasonably maintain,
and for Haiku we have been lacking maintainers ever since the port was first
merged in 2015.

The Haiku code has not been compiling and much less working at least since the
release of Godot 3.0, and while some attempts have been made at fixing things,
it's still not functional today in the `3.2` branch (and much less in `master`,
understandably).

Having it in an external repository should hopefully enable Haiku contributors
to fix issues in their own time, and possibly tag versions compatible with
past Godot releases once they are ready.
  • Loading branch information
akien-mga committed Jun 20, 2020
1 parent d360e6f commit efcc508
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 2,077 deletions.
2 changes: 1 addition & 1 deletion doc/classes/OS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<return type="String">
</return>
<description>
Returns the name of the host OS. Possible values are: [code]"Android"[/code], [code]"Haiku"[/code], [code]"iOS"[/code], [code]"HTML5"[/code], [code]"OSX"[/code], [code]"Server"[/code], [code]"Windows"[/code], [code]"UWP"[/code], [code]"X11"[/code].
Returns the name of the host OS. Possible values are: [code]"Android"[/code], [code]"iOS"[/code], [code]"HTML5"[/code], [code]"OSX"[/code], [code]"Server"[/code], [code]"Windows"[/code], [code]"UWP"[/code], [code]"X11"[/code].
</description>
</method>
<method name="get_process_id" qualifiers="const">
Expand Down
25 changes: 0 additions & 25 deletions platform/haiku/SCsub

This file was deleted.

135 changes: 0 additions & 135 deletions platform/haiku/audio_driver_media_kit.cpp

This file was deleted.

74 changes: 0 additions & 74 deletions platform/haiku/audio_driver_media_kit.h

This file was deleted.

83 changes: 0 additions & 83 deletions platform/haiku/context_gl_haiku.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions platform/haiku/context_gl_haiku.h

This file was deleted.

Loading

0 comments on commit efcc508

Please sign in to comment.