gary
|
8847b2b2ed
|
[nostalgia/core/glfw] Put wait for event in main loop to prevent processor waste
|
2022-02-10 21:31:00 -06:00 |
|
gary
|
f9d3521fe7
|
[nostalgia/core] Change how gba_timer_t is configured
|
2022-02-10 21:28:54 -06:00 |
|
gary
|
0841b56399
|
[nostalgia/core/gba] Fix code formatting error
|
2022-02-10 02:20:00 -06:00 |
|
gary
|
96e2510e64
|
[nostalgia/core/studio] Add scrolling support to TileSheetEditor
|
2022-02-04 22:51:17 -06:00 |
|
gary
|
44df6df75d
|
[nostalgia/core] Remove unnecessary file
|
2022-02-04 00:19:06 -06:00 |
|
gary
|
f34a09351f
|
[nostalgia/core/studio] Add some missing nodiscards
|
2022-02-04 00:06:07 -06:00 |
|
gary
|
73dba0ce86
|
[nostalgia/core] Remove attribute list from Context friend function
|
2022-02-03 22:05:21 -06:00 |
|
gary
|
a3643a4036
|
[nostalgia/core/userland] Replace std::array with ox::Array
|
2022-02-03 21:46:03 -06:00 |
|
gary
|
7459d687b0
|
[nostalgia/core] Rename customData functions in Context and move them out of Context
|
2022-02-03 21:06:44 -06:00 |
|
gary
|
c7cd54ae52
|
[nostalgia/core] Remove renderer funcions from Context friends
|
2022-02-03 20:48:58 -06:00 |
|
gary
|
8174d04b06
|
[nostalgia] Collapse NostalgiaCore down to a single library and cleanup impl data access
|
2022-02-03 20:01:12 -06:00 |
|
gary
|
d4e198ecc3
|
[nostalgia/core/studio] Add zoom support to TileSheetEditor
|
2022-02-03 00:24:40 -06:00 |
|
gary
|
0d76129a0e
|
[nostalgia/core/glfw] Fix keyboard support for ImGui
|
2022-02-01 02:15:49 -06:00 |
|
gary
|
35433563c6
|
[nostalgia] Upgrade ImGui version to 1.86
|
2022-01-30 02:27:26 -06:00 |
|
gary
|
f6be36741c
|
[nostalgia/core/studio] Add pixel outline to tile sheet editor
|
2022-01-30 01:43:27 -06:00 |
|
gary
|
a139f19749
|
[nostalgia] Run liccor
|
2022-01-13 02:04:29 -06:00 |
|
gary
|
439da668ae
|
[nostaliga/core/gba] Cleanup
|
2021-12-18 17:50:07 -06:00 |
|
gary
|
775008a513
|
[nostalgia] Start on new TileSheetEditor
|
2021-12-17 21:02:35 -06:00 |
|
gary
|
6da3d3b8f5
|
[nostalgia] Remove std::move calls that suppressed copy elision
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
e0364925a3
|
[nostalgia] Use requireTypeNameModel in place of getTypeNameModel where it makes sense
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
eef1bfcbd6
|
[nostalgia/core] Make AssetManager type name verification a static_assert
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
d622ab380d
|
[nostalgia/core/sdl] Fix SDL implementation of Core
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
e91d2653a3
|
[nostalgia/core] Fix incorrect bit_cast uses
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
9fd14b0744
|
[nostalgia/core] Add gc function to AssetManager
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
ad743565b2
|
[nostalgia] Update Studio to handle tabs and open directory dialog on Mac, Update core::init
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
e29f65f351
|
[nostalgia/core] Add AssetManager
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
45d79e99e8
|
[nostalgia] Move much of the OpenGL code to glutils
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
e2b9cd16b3
|
[nostalgia/core] Add redf, greenf, and bluef functions
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
ddd63bc45f
|
[nostalgia/studio] Start on ImGui version of Studio
|
2021-12-11 19:16:29 -06:00 |
|
gary
|
32ac497a0e
|
[nostalgia/core] Add focusWindow, cleanup GLFW leak into Userland, change shutdown to stop main loop
|
2021-07-23 21:52:26 -05:00 |
|
gary
|
7dfa2f5713
|
[nostalgia/core/gba] Cleanup
|
2021-07-23 21:44:11 -05:00 |
|
gary
|
bed8c35218
|
[nostalgia/core] Make Context never move
|
2021-07-18 16:14:45 -05:00 |
|
gary
|
643239e104
|
[nostalgia] Make core::init take FileSystem and return Context, add core::setWindowTitle
|
2021-07-18 16:14:44 -05:00 |
|
gary
|
0420dfb545
|
[nostaliga/core] Add Drawer system and make ImGui use configurable
|
2021-07-17 18:13:28 -05:00 |
|
gary
|
724cf7f779
|
[nostalgia/core] Setup Imgui drawing
|
2021-07-17 12:38:40 -05:00 |
|
gary
|
5a52d322b2
|
[nostalgia/core/studio] Replace ox::Error catch with ox::Exception catch
|
2021-07-17 12:34:44 -05:00 |
|
gary
|
2be31cca5c
|
[nostalgia/core/glfw] Cleanup up main loop is running check to use GLFW
|
2021-07-17 01:37:45 -05:00 |
|
gary
|
efe61bab6f
|
[nostalgia/core] Add clipboard support
|
2021-07-16 20:51:10 -05:00 |
|
gary
|
c0377f9e91
|
[nostalgia/core/userland] Add imgui link
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
3e555d38e5
|
[nostalgia/core] Fix imgui initialization
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
14cddf3d36
|
[nostalgia/core/glfw] Cleanup
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
6882dc8404
|
[nostalglia/core/glfw] Cleanup event handling
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
faf8fa0668
|
[nostalgia/core] Cleanup
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
bae1f05038
|
[nostalgia] Add scaffolding for ImGui
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
63e46d7bb4
|
[nostalgia] Move glutils into separate library
|
2021-07-06 21:02:42 -05:00 |
|
gary
|
8b976279e5
|
[nostalgia/core/userland] Fix automatic type conversion warnings
|
2021-07-06 20:58:25 -05:00 |
|
gary
|
c5326d72af
|
[nostalgia/core/gba] Change sprite update iterator to 32 bit int
|
2021-05-28 22:18:37 -05:00 |
|
gary
|
b36cd1694b
|
[nostalgia/core/gba] Make BG CTLs uint16
|
2021-05-15 01:42:17 -05:00 |
|
gary
|
314b177666
|
[nostalgia/core/userland] Remove unnecessary includes
|
2021-05-15 01:41:23 -05:00 |
|
gary
|
827ba7dcdb
|
[nostalgia/core/glfw] Move wakeup time to Context
|
2021-05-15 01:39:41 -05:00 |
|