Commit Graph

300 Commits

Author SHA1 Message Date
Apprentice-Alchemist
a288feca96 Add hashlink as a submodule. 2022-04-28 19:42:41 +02:00
Apprentice-Alchemist
c394aea8f1 Rename a few functions.
Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C.
This commit fixes those conflicts.
2022-04-28 19:42:40 +02:00
Apprentice-Alchemist
a3b3d8593f Update hashlink. 2022-04-28 19:42:40 +02:00
Apprentice-Alchemist
892d4612c4 Close #1516.
Fixe an inconcistency between the C and haxe sides of the OpenGL bindings.
2022-04-28 19:42:34 +02:00
Joshua Granick
b30f4bf39c Update HL headers for 1.10 (resolve #1339) 2019-08-20 08:06:58 -07:00
Joshua Granick
40ccd22c79 Fix BitmapData issues for HL 2019-04-10 16:26:03 -07:00
Joshua Granick
6dce7ad79a Progress on newer NDK support (forces minimum API from 14 to 16) 2019-04-05 18:07:13 -07:00
Joshua Granick
3b9ca3a770 Fixes for vdynamic return types 2019-03-14 12:34:08 -07:00
Joshua Granick
a482c14d5c GL binding fixes 2019-03-14 10:15:00 -07:00
Joshua Granick
299ed974c7 Fixes for HL 2019-03-12 15:57:19 -07:00
Joshua Granick
2dcd5c969c Add missing minor changes to internal Clipboard API 2018-11-15 19:15:18 -08:00
Joshua Granick
3b5f666aed Emscripten fix 2018-08-09 14:08:00 -07:00
Joshua Granick
4449bb4328 HashLink fix 2018-08-01 22:37:17 -07:00
Joshua Granick
0d6b0a1868 iOS build fixes 2018-07-24 08:49:00 -07:00
Joshua Granick
884f1d5a8e Compile fixes for WinRT UWP 2018-07-20 20:46:15 -07:00
Joshua Granick
78e99bf1d9 Remove whitespace lines 2018-07-18 17:32:51 -07:00
Joshua Granick
6ae72ea462 Native cleanup, merge lime.ui.Mouse into Window 2018-07-09 15:31:55 -07:00
Joshua Granick
f56abb40fd HL fix 2018-07-05 09:33:59 -07:00
Joshua Granick
4a34bc515c Finish first pass on refactor render 2018-07-05 09:33:57 -07:00
Joshua Granick
727d1cdfa6 Compile fix 2018-06-25 12:06:28 -07:00
Joshua Granick
c92960e6d7 Compile fix 2018-06-22 14:11:50 -07:00
Joshua Granick
8e91009bc4 Cleanup event types 2018-06-21 22:03:13 -07:00
Joshua Granick
f0579fb450 Refactor native Matrix3, Vector2, Rectangle types 2018-06-21 22:03:13 -07:00
Joshua Granick
95051fc41c Improve GL support for HL 2018-06-21 22:03:12 -07:00
Joshua Granick
6d666b0eeb First pass at refactoring native CFFI Bytes 2018-06-21 22:03:12 -07:00
Joshua Granick
9e9ec78a3b HL bindings 2018-06-15 00:22:24 -07:00
Joshua Granick
80798d887e Add MojoAL, sync for HL 1.6 2018-06-14 10:49:11 -07:00
Joshua Granick
62c5722ab0 Image loading, bytes fixes for HL 2018-06-13 19:41:04 -07:00
Joshua Granick
ba0c91e107 Work on HL bytes, HL blocking fixes, etc 2018-06-13 10:06:47 -07:00
Joshua Granick
58057a4457 Cleanup imports 2018-06-11 14:19:37 -07:00
Joshua Granick
5c407fe87b Minor fixes, fix compilation without HashLink library 2018-06-11 13:10:17 -07:00
Joshua Granick
c180653b30 Add Cairo bindings for HL 2018-06-09 08:28:50 -07:00
Joshua Granick
ebda41a737 Better HL support, HelloWorld running in software 2018-06-09 08:28:49 -07:00
Joshua Granick
742406c0cc More progress 2018-06-09 08:27:47 -07:00
Joshua Granick
5dc5f47dd4 More progress on bindings 2018-06-09 08:25:16 -07:00
Joshua Granick
f2dddf5847 Compile fix 2018-06-09 08:25:15 -07:00
Joshua Granick
d0b9e00c0f Progress on HL bindings 2018-06-09 08:24:13 -07:00
Joshua Granick
2fe10275e3 Initial strict HL bindings for passing Image, Rectangle, Bytes 2018-06-09 08:24:11 -07:00
Joshua Granick
1119ce1958 Add Window expose event 2018-05-29 13:06:14 -07:00
Joshua Granick
e496d09527 Revert "ALC bindings for HL"
This reverts commit 8d1ff873d8.

Revert "Binding fix"

This reverts commit c606ec5139.

Revert "Add support for HL libraries"

This reverts commit 6b49f4d240.

Revert "Minor fixes"

This reverts commit dcacb9f04a.

Revert "Compile fixes"

This reverts commit 3b9e572f8b.

Revert "Sync with Haxe std library (remove some overrides)"

This reverts commit c05061c970.

Revert "Initial support for HL target in tools (for testing)"

This reverts commit 1dadbb725c.
2018-04-27 06:32:17 -07:00
Joshua Granick
c606ec5139 Binding fix 2018-04-26 14:11:58 -07:00
Joshua Granick
6b49f4d240 Add support for HL libraries 2018-04-26 13:55:28 -07:00
Joshua Granick
223137d484 Move _mbsrtowcs to System 2018-04-22 11:26:26 -07:00
Joshua Granick
4971f3222c Rename System manufacturer/model to deviceVendor/deviceModel, and version to platformVersion, add platformName/platformLabel 2018-01-29 13:01:33 -08:00
Joshua Granick
639a58a4d5 Add System.manufacturer, Systemem.model, System.version (TODO: Windows) 2018-01-26 17:52:19 -08:00
Joshua Granick
aae40a4189 Improve support for combining characters in TextLayout 2017-10-09 11:20:41 -07:00
Joshua Granick
3cfbc799e8 Fix older MSVC build 2017-09-26 13:36:27 -07:00
Joshua Granick
28e5833a39 Migrate FileWatcher to EFSW 2017-09-26 10:41:03 -07:00
Joshua Granick
a70a948329 Rename new API to FileWatcher (resolve #1064) 2017-09-26 06:18:13 -07:00
Joshua Granick
0bdeee533d Add initial file watcher API 2017-09-25 16:46:58 -07:00