Commit Graph

165 Commits

Author SHA1 Message Date
c92ba2713e Merge commit '60789230be4092f2fbd2b2245949603d7d5513b8' 2024-05-31 20:54:46 -05:00
f1a7f5cdc0 Merge commit 'e3cd379bb4bf7061a9e89a75b2ee5e36261e4a9a' 2024-05-30 23:44:27 -05:00
accff465d6 Merge commit '76b8b03a2c7c4bbda397629452eaf45fa7fe5ea2' 2024-05-30 23:19:09 -05:00
a60aba2ae2 [ox/std] Fix String::c_str to always retrun a valid C str
All checks were successful
Build / build (push) Successful in 3m18s
2024-05-29 20:51:15 -05:00
70152c45a9 [ox/std] Ensure ox::String always has at least a null terminator 2024-05-29 02:15:30 -05:00
8f633d17ec [ox/preloader] Fix alignment issue 2024-05-28 20:44:26 -05:00
7eaa7b36c0 [ox/fs] Add FileSystem::exists 2024-05-27 00:44:58 -05:00
d3ea370d34 [ox/std] Add conversion functions for geo types, cleanup 2024-05-25 21:29:54 -05:00
a41cd443c6 [ox/std] Remove SmallMap dtor, replace timing code with steady_clock 2024-05-25 00:47:49 -05:00
cdd9a0f4b2 [ox/claw] Remove enum type from ClawFormat 2024-05-24 22:09:08 -05:00
97186da1cf [ox/preloader] Remove debug code 2024-05-24 22:08:35 -05:00
648c62e745 [ox/std] Fix Linux build
All checks were successful
Build / build (push) Successful in 3m8s
2024-05-23 01:38:57 -05:00
e33c4c5362 [ox/model] Fix type params in buildTypeId
Some checks failed
Build / build (push) Failing after 20s
2024-05-23 01:32:41 -05:00
b4f08df181 [ox/std] Fix resize to set null terminator 2024-05-23 01:27:59 -05:00
47582573e5 [ox/std] Rework FileReader into StreamReader
Some checks failed
Build / build (push) Failing after 20s
2024-05-23 00:45:28 -05:00
355f583382 [ox/std] Add IntegerRange_c 2024-05-22 23:14:06 -05:00
42d893b38f [ox/std] Fix Vector insert functions 2024-05-22 23:13:52 -05:00
3ba04db2fb [ox/std] Fix some Windows warnings 2024-05-22 00:26:56 -05:00
0ea99d2577 [glutils] Fix type conversion that happened on Windows 2024-05-22 00:26:03 -05:00
7b279886ca [glutils] Add FrameBuffer::sizef 2024-05-22 00:25:03 -05:00
4c7fc5f9b4 [ox/std] Make MallocaPtr call destructor
All checks were successful
Build / build (push) Successful in 3m10s
2024-05-20 02:46:19 -05:00
3d2b3da7f5 [ox/std] Make Point and Size members int32_t 2024-05-20 02:06:27 -05:00
cb30e36227 [ox/std] Add SmallMap::pairs(), SmallMap model 2024-05-19 22:15:13 -05:00
9296076ec6 [ox/std] Add operator-> to SpanIterator 2024-05-19 22:14:28 -05:00
b290fa5745 [glutils] Add size function to FrameBuffer 2024-05-19 22:13:57 -05:00
c82324d769 [ox/std] Add missing typenames
All checks were successful
Build / build (push) Successful in 3m6s
2024-05-18 13:01:06 -05:00
1b6248545b Merge commit 'f48824793cfce315971fe2e699ece198c7a79407' 2024-05-11 02:09:10 -05:00
7203913b11 Merge commit '1e041bd2ebfe5ace7bed3906faf60345aa98a8bc' 2024-05-10 02:21:42 -05:00
f0944e2372 Merge commit '420fa96463f59c4a4a7cd66b16b0ad01ab0d55e6' 2024-05-08 23:55:07 -05:00
cff0ff94b2 Merge commit 'bd416f82e25f1b710ab2b7890274571dd3fcd53d' 2024-05-03 23:42:00 -05:00
72cdc32e71 Merge commit 'df22a1e51b411329184b3fe33cfc0b665b7b87b6' 2024-05-03 21:15:51 -05:00
35c97cfb67 Merge commit '22e6299e90e85cb2b5ee814ebf2324b1a74d7091' 2024-04-24 23:12:54 -05:00
26d2645174 Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133' 2024-04-21 13:13:26 -05:00
5f0e113f10 [glutils] Remove trailing whitespace 2024-04-21 10:21:44 -05:00
24085f38e8 [ox/std] Replace ox::ignore with std::ignore 2024-04-13 00:35:49 -05:00
223c975e0c [ox/std] Cleanup
All checks were successful
Build / build (push) Successful in 2m50s
2024-04-13 00:10:09 -05:00
7439310a9e [ox/std] Fix Signed_c and Unsigned_c
Some checks failed
Build / build (push) Has been cancelled
2024-04-13 00:07:40 -05:00
ccf197643d [ox/model] Add constexpr ModelTypeId_v
Some checks failed
Build / build (push) Has been cancelled
2024-04-10 00:00:48 -05:00
70bf26b538 [ox/std] Fix sfmt constexpr problems 2024-04-09 23:47:18 -05:00
05ce318a85 [ox/std] Sort of fix custom assert 2024-04-09 23:46:54 -05:00
f6910ab1f7 [ox/std] Fix some Vector constexpr problems 2024-04-09 23:46:12 -05:00
092d14d1b7 [ox/std] Add nodiscard to some string functions
All checks were successful
Build / build (push) Successful in 3m54s
2024-04-09 22:40:37 -05:00
cbebbc108e [ox/std] Add ox::ignore 2024-04-09 22:40:20 -05:00
675e1a87fe [ox/std] Make ranges predicates const refs 2024-02-17 11:43:25 -06:00
0e758f59b3 [ox] Remove panicing ModelValue operators 2024-02-11 20:35:19 -06:00
9ac83a9095 [ox] Make serialize and allocate Writer_c functions take refs
Some checks failed
Build / build (push) Failing after 51s
2024-02-11 19:39:29 -06:00
4ad295d005 Merge commit '9c712cc38ae706b021807b271899bce56c234fa5' 2024-02-11 17:30:45 -06:00
4c0aa60a52 Merge commit '56f9d7a4634c9de9b09df390c4385c67ab646607' 2024-02-11 17:24:22 -06:00
d9be861ec4 Merge commit 'ace68f7c1d870ed53e69c55ba53709a9425388be' 2024-02-04 10:21:12 -06:00
4d5f1c0392 Merge commit '8e0467ca5fdb3f983738a97c17cba742a0d233fd' 2024-02-01 21:07:56 -06:00