Commit Graph

3384 Commits

Author SHA1 Message Date
gary 815c3d19bf [ox/std] Make StringLiteral constructors non-explicit
Build / build (push) Successful in 1m8s
2026-01-19 21:00:58 -06:00
gary 522bb14f18 [ox/std] Fix intToStr to have room for negatives 2026-01-19 21:00:12 -06:00
gary f40d5515f9 [ox] Add strings section to docs
Build / build (push) Successful in 1m11s
2026-01-18 19:00:24 -06:00
gary 941d1d90dc [ox/std] Add Vector::reserveResize
Build / build (push) Successful in 1m15s
2026-01-07 21:48:04 -06:00
gary 3e880dcdcc [nostalgia/gfx/studio] Remove unused EBO management
Build / build (push) Successful in 1m16s
2026-01-07 21:33:16 -06:00
gary 03328ac10f [turbine/glfw] Fix to handle null click handler
Build / build (push) Successful in 1m9s
2025-12-03 20:44:01 -06:00
gary 63d0abaa3c [nostalgia/gfx/gba] Remove teagba scroll bg function call
Build / build (push) Successful in 1m15s
2025-11-22 23:53:18 -06:00
gary ef2a8cda77 [teagba] Remove bg scroll, cleanup 2025-11-22 23:53:04 -06:00
gary 671fa54f6f [ox/std] Make ox::Vector::push_back comply with std::vector::push_back
Build / build (push) Successful in 1m12s
2025-09-10 23:47:36 -05:00
gary 517432679b [nostalgia/gfx/studio] Cleanup includes
Build / build (push) Successful in 1m15s
2025-09-04 22:40:58 -05:00
gary b31c01f724 [keel,studio] Cleanup 2025-09-04 22:37:01 -05:00
gary f41213f13f [ox/std] Fix channel format for oxLogError
Build / build (push) Successful in 1m8s
2025-09-04 21:11:52 -05:00
gary 28be7c4650 [ox/fs] Fix write functions to take SpanViews 2025-09-04 21:11:52 -05:00
gary 2f340b13b2 [ox/std] Fix Windows GCC build
Build / build (push) Successful in 1m15s
2025-09-04 01:21:13 -05:00
gary 312c818866 [nostalgia/gfx/studio] Remove unused variable
Build / build (push) Successful in 1m10s
2025-08-29 22:18:37 -05:00
gary 0d69d0c4a2 [ox/std] Remove oxDebug line
Build / build (push) Successful in 1m18s
2025-08-19 21:02:13 -05:00
gary 81a0b8c820 [ox/mc] Remove an oxDebug line
Build / build (push) Failing after 22s
2025-08-19 20:59:51 -05:00
gary 172b5aee90 [ox/oc] Remove an oxDebug line
Build / build (push) Failing after 17s
2025-08-19 20:58:32 -05:00
gary 2b5338a9df [nostalgia] Improve Makefile dependency handling
Build / build (push) Failing after 9s
2025-08-17 14:10:45 -05:00
gary 8a430faf4c [keel] Cleanup
Build / build (push) Successful in 1m19s
2025-08-12 22:57:13 -05:00
gary e59382dd60 [keel] Address undefined behavior 2025-08-12 22:39:08 -05:00
gary 3006e77ef3 [ox/std] Add and integrate std::launder
Build / build (push) Successful in 1m30s
2025-08-12 22:37:21 -05:00
gary 59c112a69c [studio] Fix navigate back not to iterate on the first item twice
Build / build (push) Successful in 1m55s
2025-08-09 15:15:34 -05:00
gary 31b39982c5 [keel] Fix AssetRef to call incRef on initial creation of ref, not just copy
Build / build (push) Successful in 1m18s
2025-07-31 22:06:52 -05:00
gary 5476417be2 [nostalgia] Add release notes for d2025.07.0
Build / build (push) Successful in 1m18s
2025-07-31 01:05:29 -05:00
gary e03be694c2 Merge commit 'b67b95767b7bfcd5f618ebc8e14ddbc83edcbe36'
Build / build (push) Successful in 1m37s
2025-07-31 00:41:06 -05:00
gary 490c0368bc [nostalgia/gfx] Add lists for file extensions 2025-07-31 00:39:55 -05:00
gary a24fc407c5 [ox/std] Fix MSVC build 2025-07-31 00:38:26 -05:00
gary e38b85b4f4 [studio] Eliminate redundant serialization and deserialization
Build / build (push) Successful in 1m42s
2025-07-30 21:48:44 -05:00
gary f7c3c02c4c Merge commit '1bfb7f99c215e2c74556bd3281f44962b8faaa96'
Build / build (push) Successful in 1m35s
2025-07-30 00:42:42 -05:00
gary 8f0f1fea39 [nostalgia/gfx/studio] Make editors use Project::loadObj for their primary assets 2025-07-30 00:37:59 -05:00
gary 2f36a3f6f0 [studio] Add File -> Reload Project menu item 2025-07-30 00:37:23 -05:00
gary 07e5bf9054 [keel] Make keel attempt to delete all existing assets when FS is changed 2025-07-30 00:36:56 -05:00
gary aacff3daf9 [ox/std] Fix UPtr::reset to conform to unique_ptr::reset 2025-07-30 00:29:34 -05:00
gary e27eee50f0 [teagba] Add set and scroll background offset functions
Build / build (push) Successful in 1m15s
2025-07-29 00:34:41 -05:00
gary fd610454d6 [nostalgia/gfx] Fix compiler warning
Build / build (push) Failing after 24s
2025-07-29 00:30:17 -05:00
gary e61d4647b5 [nostalgia/gfx] Fix BG tilesheet loading, add background offset functions
Build / build (push) Failing after 20s
2025-07-28 21:54:50 -05:00
gary c275c5f5e6 [hull] Disable building hull for now
Build / build (push) Successful in 1m22s
2025-07-26 18:33:24 -05:00
gary fbf49ba511 [ox/std] Add pre- and post-increment operators to Span
Build / build (push) Failing after 8s
2025-07-26 18:31:55 -05:00
gary 92f74b27d1 [ox/std] Add null check for deallocating in consteval context Vector 2025-07-26 18:31:41 -05:00
gary 934f0c9232 [ox/std] Add beginsWith and endsWith variants that that cingle chars 2025-07-26 18:31:03 -05:00
gary ee9a3e1152 [ox/std] Cleanup 2025-07-26 18:30:12 -05:00
gary 16886cdf1c [hull] Add start on command interpreter 2025-07-26 18:29:51 -05:00
gary 08b9508d83 [ox/std] Give std::ignore a named type 2025-07-26 15:09:10 -05:00
gary 69bd968f98 [nostalgia/player] Fix build
Build / build (push) Successful in 1m28s
2025-07-25 22:54:43 -05:00
gary 4e7dc66610 [nostalgia,olympic] Rename string len() functions to size() 2025-07-25 22:48:08 -05:00
gary bea0cf5a0c [ox/std] Rename string len() functions to size() 2025-07-25 22:47:56 -05:00
gary c7bc2a954f [nostalgia/gfx] Style update
Build / build (push) Successful in 1m15s
2025-07-24 21:35:21 -05:00
gary 7372036a0a [nostalgia/gfx] Add function missing from header
Build / build (push) Successful in 1m14s
2025-07-24 21:25:26 -05:00
gary 7461d832b6 [nostalgia/gfx/studio,studio] Fix CLI tool output to only show usage if no args given
Build / build (push) Successful in 1m19s
2025-07-24 21:17:58 -05:00