This website requires JavaScript.
2bad4ee416
Add OLYMPIC_BUILD_STUDIO CMake var
Gary Talent
2023-12-23 01:25:51 -06:00
46d1313797
[nostalgia/core] Get TileSheetSet working with 8bpp setting
Gary Talent
2023-12-23 01:23:31 -06:00
fcf6f00797
[nostalgia/core] Get TileSheetSet working
Gary Talent
2023-12-22 22:38:46 -06:00
ef6e3af735
[ox/model] Fix infinite recursion caused by have a vector of the same type in ModelValue
Gary Talent
2023-12-22 19:44:04 -06:00
80d0df2f46
[ox/fs] Cleanup FileAddress model
Gary Talent
2023-12-22 19:40:30 -06:00
9db10ec4a1
[ox/mc] Fix serialization of negative numbers in non-64 bit values
Gary Talent
2023-12-22 19:36:42 -06:00
c460e0f9e0
[olympic/studio] Fix NewMenu to clear item name on reopen
Gary Talent
2023-12-22 04:49:13 -06:00
3fa9d132ae
[ox/mc] Fix issue with -1 union index
Gary Talent
2023-12-22 04:42:13 -06:00
907ead2948
[ox/std] Fix Optional deref operator, in_place constructor
Gary Talent
2023-12-22 04:41:39 -06:00
8526b3fa51
[nostalgia/core] Add loading multiple tile sheets
Gary Talent
2023-12-22 01:03:41 -06:00
6de0e882e9
[teagba] Change sprite buffer to fully update on every VSync
Gary Talent
2023-12-22 01:02:24 -06:00
d29118d783
[nostalgia/core] Cleanup graphics API
Gary Talent
2023-12-21 21:18:31 -06:00
8395128efa
[teagba] Update to newer conventions
Gary Talent
2023-12-21 21:18:01 -06:00
77c86b9516
[ox/preloader] Add missing typenames
Gary Talent
2023-12-20 23:04:34 -06:00
6d2a20e8bd
[nostalgia/core/opengl] Allow GL implementation to customize sprite count and size
Gary Talent
2023-12-20 23:01:56 -06:00
056284c857
[sample_project] Add ~ and | to charset
Gary Talent
2023-12-20 22:08:26 -06:00
3787f6adb2
Make gitignore ignore all .gba and .sav files
Gary Talent
2023-12-20 22:06:49 -06:00
ce34d450b9
[nostalgia/player] Turn player back into test sandbox
Gary Talent
2023-12-20 20:13:54 -06:00
8fa47e961d
[nostalgia/core/opengl] Disable depth testing once core scene is drawn
Gary Talent
2023-12-20 19:14:42 -06:00
4e4cec1b64
[teagba] Change a reinterpret_cast to bit_cast
Gary Talent
2023-12-20 19:01:31 -06:00
9840b6fdee
[nostalgia/core] Add a background priority option
Gary Talent
2023-12-20 19:00:23 -06:00
d0c90c39e0
[nostalgia/core/opengl] Cleanup priority, ensure sprites draw over BGs by default
Gary Talent
2023-12-20 00:14:47 -06:00
7ba6fb3ac5
[ox/fs] Fix log message
Gary Talent
2023-12-19 23:38:29 -06:00
8dd6adc554
[nostalgia/core] Specify a maximum for priority level
Gary Talent
2023-12-19 23:06:14 -06:00
0093778f64
[nostalgia/core/opengl] Cleanup sprite enable/disable code
Gary Talent
2023-12-19 22:55:41 -06:00
59016ee894
[nostalgia/core] Fix OpenGL sprites, add priority
Gary Talent
2023-12-19 22:37:18 -06:00
2b8dbb88b2
[teagba] Fix applySpriteUpdates to reset update counter
Gary Talent
2023-12-17 18:40:12 -06:00
7bc1d90be8
Restore some global CMake setting that were moved to nostalgia
Gary Talent
2023-12-16 20:08:26 -06:00
cfb7d4f861
[nostalgia/studio] Add icon
Gary Talent
2023-12-16 10:51:14 -06:00
7a6e94959c
[nostalgia] Move nostalgia install vars to nostalgia dir CMakeLists.txt
Gary Talent
2023-12-16 10:45:04 -06:00
eb1846278b
[nostalgia/studio] Update app name
Gary Talent
2023-12-16 10:35:28 -06:00
00c2a39dba
[olympic] Cleanup
Gary Talent
2023-12-16 03:05:57 -06:00
56f59b29fe
[nostalgia/core/studio] Add scale option to TileSheet export
Gary Talent
2023-12-16 02:58:54 -06:00
9b11fa4e91
[olympic/keel] Fix some unsafe pointer accesses, disconnect signals on asset move
Gary Talent
2023-12-15 01:33:08 -06:00
72e54da017
[olympic/turbine] East const Turbine, cleanup
Gary Talent
2023-12-15 00:54:48 -06:00
58d13a3ad9
[olympic/studio/modlib] East const Studio
Gary Talent
2023-12-15 00:33:09 -06:00
5ae6df7e05
[olympic/applib] East const applib
Gary Talent
2023-12-15 00:26:31 -06:00
f71d4d3efd
[olympic/keel] Finish east consting Keel
Gary Talent
2023-12-15 00:22:56 -06:00
4b824ddef4
[olympic] Change readClaw to take ref to TypeStore
Gary Talent
2023-12-14 23:56:14 -06:00
8b3b8d50d6
[ox/claw] Change readClaw to take ref to TypeStore
Gary Talent
2023-12-14 23:56:02 -06:00
1f2e9917f1
[nostalgia/core/opengl] Cleanup fragment shader
Gary Talent
2023-12-14 23:47:00 -06:00
13ddbd981e
[olympic,nostalgia] Cleanup some reinterpret_casts
Gary Talent
2023-12-14 23:39:30 -06:00
3a781f6704
[ox/std] Improve r/l-value correctness of Result::to, make unwrap nodiscard
Gary Talent
2023-12-14 22:41:05 -06:00
30909f85a3
[ox/std] Fix Result::copyTo
Gary Talent
2023-12-14 22:33:03 -06:00
9cc27f5be9
[ox/std] Fix error handling for Result::copyTo
Gary Talent
2023-12-14 22:28:16 -06:00
cdc7428eb6
[olympic,nostalgia] Update Result copyTo and moveTo calls to take refs
Gary Talent
2023-12-14 22:26:55 -06:00
d31938ba4f
[ox] Make Result copyTo and moveTo take refs
Gary Talent
2023-12-14 22:26:17 -06:00
935099f8d4
[nostalgia] Re-enable Scene module
Gary Talent
2023-12-14 22:03:39 -06:00
63608229e1
[nostalgia/scene/studio] Remove Scene maker from New Item wizard
Gary Talent
2023-12-14 22:01:26 -06:00
e6803af22f
[ox/mc] Fix more Clang issues
Gary Talent
2023-12-14 21:35:02 -06:00
db961739ad
[olympic/studio] Fix several crashes
Gary Talent
2023-12-14 21:34:46 -06:00
2167a46266
[olympic/studio] Make copy/cut/paste enabled function noexcept
Gary Talent
2023-12-14 19:36:58 -06:00
d1c6ab9f77
[nostalgia/core/studio] Cleanup TileSheetEditor, make it set copy/cut/paste enabled/disabled
Gary Talent
2023-12-14 19:36:10 -06:00
c426decd99
[ox/oc] Fix C string writing
Gary Talent
2023-12-14 19:28:14 -06:00
496afd66ea
[ox/fs] Fix segfault in FileAddress
Gary Talent
2023-12-14 19:27:47 -06:00
ad7f696a71
[glutils] Fix GLFrameBuffer to use right delete function
Gary Talent
2023-12-14 19:08:37 -06:00
819e93bb1c
[olympic/studio,nostalgia] Change Editor item name to item path, make TileSheetEditorImGui inherit from Editor
Gary Talent
2023-12-13 23:15:53 -06:00
960889749d
[ox] Fix some template issue that come up with some versions of Clang, fix empty string read in OC
Gary Talent
2023-12-13 22:44:54 -06:00
1b93b2038f
[olympic,nostalgia] Move item name/path studio::Editor
Gary Talent
2023-12-12 23:06:14 -06:00
d056323679
[nostalgia,olympic] Remove src as include directory
Gary Talent
2023-12-12 20:31:05 -06:00
b10d9b6118
[developer-handbook] Cleanup ordering of Claw section
Gary Talent
2023-12-12 20:17:08 -06:00
bd44fcf6ad
[nfde] Update minimum CMake version
Gary Talent
2023-12-12 20:14:08 -06:00
a1de7fbd8a
[olympic,nostalgia] Make Applib an interface library that publicly exports applib.cpp
Gary Talent
2023-12-12 20:13:07 -06:00
debeb83119
[glutils] Move glutils to deps
Gary Talent
2023-12-11 22:54:55 -06:00
e2545a956b
[olympic] Move keel, turbine, and studio to olympic
Gary Talent
2023-12-11 22:48:08 -06:00
a60765b338
Use project name in Makefile throughout and pass to pkg-gba
Gary Talent
2023-12-11 22:26:20 -06:00
dc233286b4
[nostalgia] Update logo
Gary Talent
2023-12-11 22:21:45 -06:00
5b929b8796
[nostalgia] Move Olympic app parameters to NostalgiaProfile library
Gary Talent
2023-12-11 22:21:01 -06:00
aea1aabcd7
[nostalgia] Restructure module register guards to behave more like include guards
Gary Talent
2023-12-11 22:19:10 -06:00
3b8a9af97b
[keel] Remove NostalgiaKeelModules as a dependency of keel
Gary Talent
2023-12-11 22:16:16 -06:00
d54853a8b5
[studio/applib] Cleanup
Gary Talent
2023-12-10 22:18:48 -06:00
d06412a6fe
[nostalgia/tools] Remove old pack.cpp file
Gary Talent
2023-12-10 22:16:23 -06:00
937e88ce7a
[keel] Add missing file
Gary Talent
2023-12-10 22:14:06 -06:00
9a5bdebbd7
[nostalgia] Rename nost-pack to nostalgia-pack
Gary Talent
2023-12-10 22:12:02 -06:00
a2361c3fd9
[keel,nostalgia] AppLib-ize nost-pack
Gary Talent
2023-12-10 22:10:37 -06:00
d6f0fe0cc8
[studio/applib] Remove separate logger instantiation
Gary Talent
2023-12-10 21:35:01 -06:00
e3b2c66d70
[olympic/applib] Change applib run arguments
Gary Talent
2023-12-10 21:33:45 -06:00
6dec1bf5ed
[olympic/applib] Cleanup unused header
Gary Talent
2023-12-10 21:10:35 -06:00
af1f674bc0
[olympic/applib] Move run function to olympic namespace
Gary Talent
2023-12-10 21:07:17 -06:00
6a1e2f7566
[olympic/applib] Make applib module loading optional
Gary Talent
2023-12-10 20:59:15 -06:00
393259a010
[nostalgia,olympic,studio] Add Olympic applib system, convert Studio to use it
Gary Talent
2023-12-10 20:39:08 -06:00
b6b59e77f5
[nostalgia/core/studio] Cleanup TileSheetEditor commands
Gary Talent
2023-12-10 17:27:18 -06:00
4a94672fdc
[nostalgia/core/studio] Fix some use after move bugs
Gary Talent
2023-12-10 17:16:48 -06:00
d22c968561
[nostalgia/core/studio] String hygiene change
Gary Talent
2023-12-10 17:13:23 -06:00
79c85c2a33
[turbine] Cleanup
Gary Talent
2023-12-10 17:03:58 -06:00
3ac3b7b5e6
[nostalgia,studio] Cleanup
Gary Talent
2023-12-10 17:03:51 -06:00
8c9ebbedae
[nostalgia,studio] Replace some String returns with StringView
Gary Talent
2023-12-10 15:09:51 -06:00
dbd98fe18b
[nostalgia/core/studio] Really pedantic formatting change
Gary Talent
2023-12-10 02:00:04 -06:00
7418a7126a
[nostalgia/core/studio] Restructure core studio for maintainability
Gary Talent
2023-12-10 01:48:24 -06:00
d5a1e11ec5
[nostalgia/scene/studio] Fix vertical resizing to crop from bottom of view
Gary Talent
2023-12-10 00:16:02 -06:00
f4a93d8419
[glutils] Change frame buffers to just use linear filtering
Gary Talent
2023-12-10 00:10:51 -06:00
e923c73c91
[nostalgia/scene/studio] Simplify check for framebuffer resizing
Gary Talent
2023-12-09 23:53:34 -06:00
4a9f035014
Disable some annoying clang-tidy warnings
Gary Talent
2023-12-09 23:39:03 -06:00
b5ee68c90b
[nostalgia/scene/studio] Fix SceneEditorView to work after switching tabs
Gary Talent
2023-12-09 23:24:14 -06:00
e906237d76
[nostalgia/core/opengl] Remove debug line
Gary Talent
2023-12-09 23:23:39 -06:00
6bcf29b8f2
[nostalgia/core] Cleanup
Gary Talent
2023-12-09 23:20:48 -06:00
406388c042
[README] Add libgtk-3-dev to Debian dependency list
Gary Talent
2023-12-09 23:20:12 -06:00
371044d63d
[nostalgia] Fix scaling of SceneEditorView not to be completely broken
Gary Talent
2023-12-09 23:16:59 -06:00
62c671e823
[nostalgia/core] Cleanup on TileSheet
Gary Talent
2023-12-09 17:46:16 -06:00
0ac494998f
[glutils] Add wrapper function around resizeInitFrameBuffer
Gary Talent
2023-12-09 17:13:58 -06:00