Joshua Granick
2406ff4b94
Minor WebAssembly adjustments
2023-05-24 12:37:17 -07:00
Joshua Granick
de5844aae1
Minor main loop change for Emscripten
2023-05-23 20:49:54 -07:00
Joshua Granick
5ba432fd8b
Revert back to built-in Emscripten OpenAL implementation
2023-05-23 20:28:53 -07:00
Joshua Granick
22fb444e71
Include cURL and MojoAL in WebAssembly/Emscripten build
2023-05-23 19:53:10 -07:00
Joshua Granick
550a5671a2
Update cURL
2023-05-23 19:52:45 -07:00
Joshua Granick
d80ed56bf5
Update cairo
2023-05-23 15:37:03 -07:00
Joshua Granick
eec6e5e0fa
Emscripten fixes
2023-05-19 23:10:16 -07:00
EliteMasterEric
7d4a5bc2e6
Correct enums to ensure values are not changed when removing trackball event.
2023-05-11 20:40:37 -04:00
EliteMasterEric
a7b83cb688
Removed Joystick trackball support.
2023-05-11 20:22:27 -04:00
Josh Tynjala
ab0cdc057d
Merge branch '8.1.0-Dev' into 8.2.0-Dev
2023-04-24 14:01:04 -07:00
Josh Tynjala
ed3d7efe19
Merge branch 'develop' into 8.1.0-Dev
2023-04-24 09:52:11 -07:00
tobil4sk
7c9a1894f6
Take const char pointers in lime::Font methods
2023-04-21 19:11:38 +01:00
player-03
539e84dc7c
Merge pull request #1648 from jobf/feature/open-al-efx-hl-invalid-param
...
Fix OpenAL binding AL.filteri for hashlink
2023-04-16 14:43:17 -04:00
Josh Tynjala
f07e94708b
Window: minWidth/minHeight/setMinSize and maxWidth/maxHeight/setMaxSize
2023-04-11 09:46:10 -07:00
Josh Tynjala
a68e9c4b8e
ExternalInterface: fix error from missing header on Linux in commit 95411acb8c
2023-03-28 13:00:23 -07:00
Josh Tynjala
95411acb8c
ExternalInterface: fix conversion of std::wstring to std:string on non-Windows systems for file dialog functions ( closes #1622 )
2023-03-28 12:06:41 -07:00
Josh Tynjala
2b8e3c439e
Merge branch '8.1.0-Dev' into 8.2.0-Dev
2023-03-20 09:44:45 -07:00
jf
aefce3c4ae
change hl_al_filteri argument type
2023-03-17 18:14:42 +00:00
Josh Tynjala
33c8a79ddd
ExternalInterface: fix lime_window_set_visible on HL (wrong signature)
2023-03-16 09:36:08 -07:00
Josh Tynjala
0160c12311
Window: visible property to show and hide window
2023-03-16 08:41:56 -07:00
Josh Tynjala
1134122841
Mention different set of packages required to rebuild for Raspberry Pi OS
2023-03-07 14:34:09 -08:00
Patrick Gutlich
82242e2c1c
remove define for legacy SDL_VIDEO_DRIVER_RPI
2023-03-02 08:49:58 -08:00
Josh Tynjala
55ca39da44
slightly different compiler flags with Raspberry Pi ARM64
2023-03-01 15:55:55 -08:00
player-03
35fcf9abdd
Update troubleshooting instructions, again.
...
This is a standard use case and should be solvable with Git's tools. Also, `deinit` shouldn't be needed.
2023-02-27 17:20:27 -05:00
player-03
1a62ead827
Update troubleshooting instructions.
2023-02-27 14:53:05 -05:00
player-03
03f2ae8b91
Update C++ project docs based on feedback.
2023-01-25 23:46:33 -05:00
player-03
97481eeacc
Merge branch 'develop' into cffi-unicode-fixes
2023-01-24 10:47:26 -05:00
Patrick Gutlich
82e6e9b779
Fix SIZEOF_SIZE_T in jpeg for RaspberryPi
2023-01-14 12:33:29 +01:00
Josh Tynjala
2f4b0844ef
Merge pull request #1531 from player-03/submodules
...
Restructure and update submodules
2023-01-13 13:44:33 -08:00
Josh Tynjala
8e3aa8afff
FileDialog: fix case where no file extension filters are specified
2022-12-16 14:50:29 -08:00
Josh Tynjala
52b7b4d574
FileDialog: use delete[] to match new[]
2022-12-16 14:50:11 -08:00
Josh Tynjala
8d6a496625
FileDialog: non-Windows support for multiple file extension filters in OpenFile/OpenFiles ( closes #2600 )
2022-12-16 14:50:11 -08:00
Josh Tynjala
41064e57b4
FileDialog: Windows support for multiple file extension filters in OpenFile/OpenFiles (references #2600 )
2022-12-16 14:50:11 -08:00
Josh Tynjala
53a1b80350
FileDialog: fix case where no file extension filters are specified
2022-12-16 14:37:39 -08:00
Josh Tynjala
d9e2a4ab71
FileDialog: use delete[] to match new[]
2022-12-16 13:01:42 -08:00
Josh Tynjala
38e3205bac
FileDialog: non-Windows support for multiple file extension filters in OpenFile/OpenFiles ( closes #2600 )
2022-12-16 12:38:40 -08:00
Josh Tynjala
0746928f39
FileDialog: Windows support for multiple file extension filters in OpenFile/OpenFiles (references #2600 )
2022-12-16 10:34:38 -08:00
player-03
ea1c233251
Merge branch 'openfl:develop' into submodules
2022-12-01 11:58:25 -05:00
Joseph Cloutier
2fd9e9fd08
Use mirror of libpng.
2022-11-30 13:15:07 -05:00
player-03
63d2f896fb
Merge pull request #1597 from player-03/remove_kha
...
Remove the defunct Kha backend.
2022-11-18 14:07:20 -05:00
player-03
c14f90695f
Merge pull request #7 from Sirox228/submodules
...
fix libpng sdl error
2022-10-29 19:43:50 -04:00
player-03
668ffd769a
Only compile Arm-specific files for Arm devices.
...
These files are only required if `PNG_ARM_NEON_IMPLEMENTATION == 1` (the default). Since we can't test it here, we just have to assume it's the case on all Arm devices. (But only Arm devices.)
2022-10-29 19:40:58 -04:00
player-03
59b2644e9f
Explain the use of the unofficial mirror.
2022-10-29 18:45:33 -04:00
Sirox
f16b14bec2
Update png-files.xml
2022-10-29 21:55:09 +03:00
Sirox
09f07eab26
cut neon from pixman for build using new ndks
2022-10-29 20:40:33 +03:00
player-03
9e6a0006bf
Link to OpenFL's mirror of tiny file dialogs.
2022-10-29 00:12:36 -04:00
Josh Tynjala
4c821525b4
CURLBindings: fix "Send failed since rewinding of the data stream failed" error with 302 redirect
...
When CURLOPT_READDATA is specified, not only must we set CURLOPT_READFUNCTION, but we must also set CURLOPT_SEEKFUNCTION to ensure that the data can be resent if there's a redirect.
2022-10-13 11:56:53 -07:00
player-03
92410ddf73
Recommend apt instead of apt-get.
...
Progress bar > no progress bar.
2022-10-10 21:29:45 -04:00
player-03
fe6f1db7fd
Merge pull request #1579 from ShaharMS/develop
...
Implement `clickCount` on HTML5 and Native.
2022-10-10 13:32:34 -04:00
player-03
9ac49f148c
Fix spacing.
2022-10-01 13:24:15 -04:00