VDm
|
745dfcc129
|
feat(client): add CheckAvailableLocales method
|
2025-03-02 01:42:32 +04:00 |
|
VDm
|
86153ccf53
|
feat(client): implement locale related calls
|
2025-03-01 23:41:31 +04:00 |
|
VDm
|
eeab035664
|
fix(console): use SUniSPutUTF8 in OnChar handler
|
2025-03-01 21:53:08 +04:00 |
|
VDm
|
9df49cd3f7
|
fix(input): convert local code-page characters to Unicode ones
|
2024-12-15 16:29:00 +04:00 |
|
VDm
|
f22485952b
|
chore(gx): store software cursor workaround
|
2024-12-14 18:17:55 +04:00 |
|
VDm
|
6191acb291
|
feat(d3d): add GxRs_Lighting case for CGxDeviceD3d::IRsSendToHw
|
2024-12-12 01:53:04 +04:00 |
|
VDm
|
5fb8536fce
|
fix(d3d): fix hardware cursor
|
2024-12-11 00:20:01 +04:00 |
|
VDm
|
6f108b3067
|
chore(ui): add TAB button handler for CSimpleEditBox
|
2024-12-10 20:37:18 +04:00 |
|
VDm
|
02e683d699
|
feat(script): implement FrameScript_Sprintf
|
2024-12-10 01:34:59 +04:00 |
|
VDm
|
382d962900
|
feat(ui): add temporary solution for CSimpleFontString_SetFormattedText
|
2024-12-10 00:12:26 +04:00 |
|
VDm
|
03804e0ff4
|
chore(ui): add CSimpleFrame_SetBackdropColor and CSimpleFrame_SetBackdropBorderColor
|
2024-12-09 22:10:40 +04:00 |
|
superp00t
|
b6ee76054f
|
refactor(gx): name all function parameters in header
|
2024-11-28 05:00:33 -05:00 |
|
superp00t
|
1721e09741
|
fix(gx): reflect OG behavior better in Screen
|
2024-09-10 20:30:24 -04:00 |
|
superp00t
|
c90a7e2ad8
|
style(build): space after control flow
|
2024-09-10 20:29:20 -04:00 |
|
superp00t
|
7240aa5dd2
|
fix(gx): removed DirectXMath-less matrix multiplication shim
|
2024-09-10 20:21:03 -04:00 |
|
superp00t
|
0fb3dea2ee
|
fix(app): resource compilation on MinGW
|
2024-09-07 20:44:57 -04:00 |
|
superp00t
|
c9829ca5e1
|
feat(app): specific WHOA_APP_DEBUG macro passed to resource file
|
2024-09-07 19:44:07 -04:00 |
|
superp00t
|
0080934ed9
|
fix(app): use forward slash for resource files
|
2024-09-07 14:39:13 -04:00 |
|
superp00t
|
3e77eb935a
|
feat(gx): add directxmath for MinGW
|
2024-09-07 13:54:54 -04:00 |
|
superp00t
|
0d09dee4b3
|
refactor(sound): use changed STORM_LOG defines
|
2024-09-07 13:05:38 -04:00 |
|
superp00t
|
b0566ad8d7
|
feat(client): OsGui functions for linux
|
2024-09-06 23:39:33 -04:00 |
|
superp00t
|
eef37c109d
|
fix(gx): if WHOA_BUILD_GLSDL, link SDL2 to event module
|
2024-09-06 14:17:24 -04:00 |
|
superp00t
|
ddcdff5e51
|
fix(gx): use std::abs instead of std::fabsf
|
2024-09-06 14:00:38 -04:00 |
|
superp00t
|
0ec76b4305
|
chore(build): add cursor module to source
|
2024-09-06 12:33:11 -04:00 |
|
superp00t
|
9fc5476ef7
|
feat(gx): add broken cursor drawing implementation
|
2024-09-06 12:32:50 -04:00 |
|
superp00t
|
520b6254b3
|
feat(gx): add more readable error for initializing an unknown device
|
2024-09-06 12:32:26 -04:00 |
|
superp00t
|
c6e1751bbe
|
feat(texture): implemented TextureLoadImage API, also support loading and mipping TGA files
|
2024-09-06 12:31:08 -04:00 |
|
superp00t
|
3425aefc73
|
fix(sound): use WHOA_BUILD_SOUND
|
2024-09-06 12:29:58 -04:00 |
|
superp00t
|
e954521204
|
feat(util): implement SFile::{FileExistsEx, FileExists, SetFilePointer}
|
2024-09-06 12:28:57 -04:00 |
|
superp00t
|
4c6f78eda4
|
feat(ui): CSimpleTop::SetCursor
|
2024-09-06 12:27:55 -04:00 |
|
superp00t
|
671fd73fd3
|
feat(glue): set up cursor image from CGlueMgr
|
2024-09-06 12:26:04 -04:00 |
|
superp00t
|
dd7dee7232
|
feat(event): implement OsInputGetMousePosition; add common behavior for SDL interaction regardless of your OS
|
2024-09-06 12:24:35 -04:00 |
|
superp00t
|
29bc21a242
|
feat(cursor): add cursor module that stores and updates various cursor images
|
2024-09-06 12:22:01 -04:00 |
|
superp00t
|
7a2376741d
|
fix(console): use WHOA_BUILD_GLSDL macro to detect whether GLSDL device is supported in g_gxApiSupported
|
2024-09-06 12:20:55 -04:00 |
|
superp00t
|
1931efdfb5
|
refactor(style): indent ugly data block
|
2024-09-06 12:19:31 -04:00 |
|
superp00t
|
f28817df6a
|
feat(app): provide icons and resource info for Windows builds
|
2024-09-06 12:18:29 -04:00 |
|
superp00t
|
422a36cd93
|
fix(gx): log what api is being used when initializing device
|
2024-07-22 16:16:41 -04:00 |
|
superp00t
|
6fa58683ad
|
fix(glsdl): use SDL2 'centered' values for new window
|
2024-07-22 16:15:35 -04:00 |
|
superp00t
|
1b4f1dba86
|
fix(gx): simplified gx device creation according to api enum
|
2024-07-22 01:21:08 -04:00 |
|
superp00t
|
5229b9b972
|
fix(gx): only use GLSDL if compiled with CMake variable WHOA_BUILD_GLSDL
|
2024-07-22 00:43:39 -04:00 |
|
superp00t
|
d067eb1ae2
|
feat(build): UBsan can be enabled or disabled with WHOA_UB_SAN. GLSDL can be toggled with WHOA_BUILD_GLSDL
|
2024-07-21 20:04:32 -04:00 |
|
superp00t
|
b3be0e0a7c
|
fix(ui): link sound, not FMOD
|
2024-07-21 19:25:57 -04:00 |
|
superp00t
|
f061cd0cc0
|
chore(build): WHOA_BUILD_FMOD variable now determines whether FMOD is used
|
2024-07-21 18:45:24 -04:00 |
|
superp00t
|
2a46ce4d6d
|
feat(build): to compile with FMOD support, WHOA_BUILD_FMOD must be passed into CMake
|
2024-07-21 18:39:52 -04:00 |
|
superp00t
|
5f3eadea1e
|
fix(font): specify 'std' namespace when accessing floor() to avoid double function
|
2024-07-21 18:30:33 -04:00 |
|
superp00t
|
20f392cd74
|
chore(build): make Thunderbrew zig-buildable
|
2024-07-21 16:41:14 -04:00 |
|
Joshua Achorn
|
c6e2947506
|
fix(gx): size_t is declared in <cstddef>, not <cstdint>
|
2024-03-29 22:53:29 -04:00 |
|
Joshua Achorn
|
64f20e6fee
|
fix(gx): removed some bad class declaration
|
2024-03-29 22:47:30 -04:00 |
|
superp00t
|
f81a6fb92b
|
fix(gx): dispatch SDL window events in SceneClear()
|
2024-03-05 16:39:45 -05:00 |
|
superp00t
|
2fb754a83a
|
refactor(thunderbrew): use static size members instead of null-termination to delimit FrameScript_Method arrays
|
2024-03-05 16:24:33 -05:00 |
|