1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Commit graph

52 commits

Author SHA1 Message Date
Brian Fiete
7767df89dc PlayChannel linkname fix 2024-06-24 16:51:46 +02:00
sere3925sere
a6b99dd520
Update SDL2_mixer.bf 2023-06-03 17:22:39 +04:00
sere3925sere
f7f87407ae
Update SDL2.bf 2023-06-03 17:21:14 +04:00
Martin Cietwierkowski
e4010c19fe Remove "SDL_" from some remaining method names 2023-04-01 20:40:28 -04:00
Martin Cietwierkowski
c44b03386f Fix formatting 2023-04-01 20:12:59 -04:00
Martin Cietwierkowski
f450e3a1c5 Fix struct access 2023-04-01 20:01:56 -04:00
Martin Cietwierkowski
50e58fff5a Fix typos 2023-04-01 13:47:59 -04:00
Martin Cietwierkowski
4896accb9b more fixes 2023-04-01 13:43:31 -04:00
Martin Cietwierkowski
e87a579a1d Lots of fixes 2023-04-01 13:31:30 -04:00
Martin Cietwierkowski
15ca2a4dfd Compilation fixes
Seems to work now
2023-03-31 20:30:15 -04:00
Martin Cietwierkowski
b33b7454c2 Add missing license file 2023-03-31 20:07:50 -04:00
Martin Cietwierkowski
e3811820b4 Update binaries 2023-03-31 20:05:54 -04:00
Martin Cietwierkowski
8995cd0ee4 Remove unwanted files 2023-03-31 19:58:10 -04:00
Martin Cietwierkowski
ecfac1379a Missing headers 2023-03-31 19:56:43 -04:00
Martin Cietwierkowski
6dc1ad22f9 Inital update 2023-03-31 19:52:41 -04:00
disarray2077
572e891c9a
Make WindowPos public 2022-12-19 13:16:11 -03:00
Brian Fiete
8e191b074b SDL platform improvements 2022-11-10 06:37:55 -08:00
Brian Fiete
474454382f wasm improvements 2022-03-24 11:59:00 -07:00
MineGame159
9595acfd6c Fixed SDL2 build on Linux 2022-02-15 17:11:35 +01:00
disarray2077
9358763395
Make RunOneFrame private 2022-02-10 12:29:17 -03:00
disarray2077
27e1a2aa7f
Fix SDLApp in wasm 2022-02-10 12:24:27 -03:00
Brian Fiete
670fc4fe75
Merge pull request #1263 from marsej/SDL-init-white-bg-to-black
Changed SDL initial bg color from white to black to remove white flas…
2021-12-21 07:30:24 -05:00
unknown
b8e0778807 Delay ShowWindow until after first render 2021-12-19 04:18:57 +02:00
Brian Fiete
195c705a46 Fix for channel allocation error 2021-12-07 21:41:11 -08:00
unknown
7864f83c4d Changed SDL initial bg color from white to black to remove white flash effect with some GPUs 2021-12-07 16:39:37 +02:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
af274d1790 NoShow change 2021-02-23 06:16:00 -08:00
Brian Fiete
b061798379 CreateWindowAndRenderer change 2021-02-23 06:14:31 -08:00
Brian Fiete
cdb78eec69
Merge pull request #920 from RogueMacro/master
Some minor fixes for the SDL2 lib
2021-02-23 06:03:51 -08:00
RogueMacro
a273d514c5
Deprecate CreateWindowAndRenderer() and add WindowPos helpers 2021-02-21 19:20:29 +01:00
RogueMacro
45dd528c7b
Fix incorrect link name for SimpleMessageBox 2021-02-20 21:56:16 +01:00
RogueMacro
dfdfe094cd
Fix parameter type in SDLTTF.RenderText_Solid() 2021-02-17 21:22:44 +01:00
RogueMacro
358efb8d54
Add correct parameter types to SDL.CreateWindowAndRenderer() 2021-02-16 16:03:23 +01:00
Brian Fiete
1d5bb1fade SDL_GetDisplayUsableBounds linkname fix 2021-02-13 06:02:50 -08:00
Brian Fiete
d7de0f19ca Rot fix 2020-10-09 08:42:24 -07:00
Brian Fiete
8b8d7fd782 Fixed some int types, added int overload for GL_SetAttribute 2020-09-22 11:26:04 -07:00
James Orson
3086806e03 Add hinstance field to INTERNAL_windows_wminfo in SDL2 library 2020-07-15 11:40:06 -07:00
Brian Fiete
1f192ef97c Fixed 'UP' scancode 2020-07-15 11:39:43 -07:00
James Orson
af3463fafb Make VkInstance and VkSurfaceKHR public 2020-07-15 11:39:43 -07:00
Brian Fiete
79ae4e3eb2 SDL_GL_CreateContext name fix 2020-05-17 06:19:25 -07:00
Brian Fiete
e18b35df7a
Merge pull request #258 from qzole/sdl_handle_events
Added virtual HandleEvent to SDLApp
2020-05-14 15:17:06 -07:00
Zoltán Kurucz
10ad3514a4 Made malloc and free public in SDL binding (used for freeing up clipboard text data in imgui binding) 2020-05-14 23:52:18 +02:00
Zoltán Kurucz
cae19b3363 Added virtual HandleEvent to SDLApp for ease in case it's needed (imgui binding for example handles all events like this.
Removed duplicated Quit event type handling.
2020-05-14 23:39:25 +02:00
Brian Fiete
b601d86bb2 Allows audio to fail to initialize 2020-05-04 15:05:23 -07:00
Brian Fiete
7701485fd4 Made compilable on non-Windows machines 2020-05-04 09:12:04 -07:00
Brian Fiete
f998ba4b45 KeyUp fix 2020-05-04 09:11:48 -07:00
Brian Fiete
384863ae32 SDL2 with LIBS moved out of LinkFlags 2020-03-31 07:57:11 -07:00
Brian Fiete
954613fe0c Removed internal 2020-03-30 14:08:15 -07:00
Brian Fiete
8808da307f AllowDuplicatesAttribute 2019-12-25 16:38:17 -08:00
Brian Fiete
07d6f73d91 Adding SDL2 binaries to SDL2/dist 2019-09-18 12:57:57 -07:00