Patrick mewin
mewin pushed to master at mewin/scons-plus-plus 2025-03-13 18:36:24 +01:00
d03b7097f7 Fixed SQLite build on Linux.
ba5def01b0 Fixed imgui-node-editor build when using GCC.
Compare 2 commits »
mewin pushed tag v0.0.1 to mewin/raid 2025-03-13 16:57:57 +01:00
mewin pushed tag v0.0.1 to mewin/mijin2 2025-03-13 16:56:52 +01:00
mewin pushed to master at mewin/scons-plus-plus 2025-03-13 15:00:29 +01:00
4082f8cb22 Added build type to object suffix so switching between configs is a lot quicker.
mewin pushed to master at mewin/raid 2025-03-13 10:52:59 +01:00
8d1a7bc957 Fixed compilation warnings due to unused result in release versions.
mewin pushed to master at mewin/scons-plus-plus 2025-03-13 10:43:07 +01:00
0bec9f7062 Added project template for VSCode (only Windows for now).
mewin pushed to master at mewin/scons-plus-plus 2025-03-13 09:58:24 +01:00
283aa0f99c Added way for dependencies to use options and fixed compilation of ImGui with SDL3 backend.
mewin pushed to master at mewin/mijin2 2025-03-13 09:47:15 +01:00
cd66b76a8f Added bitFlagsToInt() and bitFlagsFromInt() methods for converting bit flags to and from integer types.
ede7477ffa Fixed compilation warnings due to unused results in release versions.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-03-12 15:50:59 +01:00
71f8631e48 Added recipe for portable-file-dialogs.
mewin pushed to master at mewin/scons-plus-plus 2025-03-11 17:47:33 +01:00
ae739b9946 Fixed Release and Release_Debug build on windows.
2cc3145669 Added recipe for ImGui Node Editor.
5159c80167 Added recipe for SQLite on Windows (still WIP).
Compare 3 commits »
mewin pushed to master at mewin/mijin2 2025-03-10 09:56:47 +01:00
75e77c53e4 Some more FS fixes.
mewin pushed to master at mewin/scons-plus-plus 2025-03-10 09:55:41 +01:00
748f8f229f (WIP) SQLite recipe.
mewin pushed to master at mewin/mijin2 2025-03-07 14:29:16 +01:00
c5b9c02342 Fixed MappingFileSystemAdapter::adjustPath() on Windows.
mewin pushed to master at mewin/scons-plus-plus 2025-03-07 11:01:07 +01:00
b034e87aaf Properly disable exceptions in MSVC.
726d206f9a Disabled tests for fmt.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-03-07 10:49:01 +01:00
5debc6d334 Added recipe for icon font cpp headers.
mewin pushed to master at mewin/raid 2025-03-07 10:41:55 +01:00
63f6db2a0c Fixed loading of multiple fonts by having one array per glyph range to keep it alive until the fonts are built.
9ed87aa692 Return VFS adapter as non-const reference to allow actually using it.
Compare 2 commits »
mewin pushed to master at mewin/raid 2025-03-05 22:02:43 +01:00
1d75400a2d Added more options to font loading.
mewin pushed to master at mewin/raid 2025-03-04 00:56:53 +01:00
830fdd434b Added task loop for async stuff and getters for the loop and the VFS.
mewin pushed to master at mewin/raid 2025-03-04 00:37:39 +01:00
eb5def0070 Added ImRaid helper library and first functions (ToggleButton and ToggleImageButton).
mewin pushed to master at mewin/raid 2025-03-04 00:17:07 +01:00
08ea619a8e Added texture managment and overridable init/cleanup functions.