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

27 commits

Author SHA1 Message Date
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
Brian Fiete
b63a243fd7 Working on installer, fixing more Win32 issues
Throwing error on member references with ".." cascade token outside invocations (ie: "ts..mA = 123")
Fixed 'Thread.ModuleTLSIndex' error - which caused us TLS lookup failures in Beef DLLs
Fixed some hotswap errors
Made BeefPerf shut down properly
Fixed an 'int literal' FixIntUnknown issue where rhs was System.Object which caused an illegal boxing
Fixed COFF::LocateSymbol issues with Win32 and also with linking to static libraries - showed up with hot-linking in fmod when hot-adding a floating point mod
Fixed a couple memory leaks
Fixed alignment issue in COFF::ParseCompileUnit
2019-09-02 17:39:47 -07:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00