Commit Graph

4910 Commits

Author SHA1 Message Date
gary d054528e49 [ox/std] Remove empty if from SmallMap 2024-05-11 00:24:37 -05:00
gary 23de0a9179 [ox/std] Add some functions for comparing HashMap and SmallMap
(synced from 09d840cfd0)
2024-05-10 23:58:35 -05:00
gary 09d840cfd0 [ox/std] Add some functions for comparing HashMap and SmallMap 2024-05-10 23:58:35 -05:00
gary ac948e7324 [ox/std] Cleanup SmallMap, make it easier to make potential changes
(synced from aeb1ef3b12)
2024-05-10 23:58:22 -05:00
gary aeb1ef3b12 [ox/std] Cleanup SmallMap, make it easier to make potential changes 2024-05-10 23:58:22 -05:00
gary daae50f8b3 [ox/std] Add hash function for UUID
(synced from b66f61c217)
2024-05-10 23:55:41 -05:00
gary b66f61c217 [ox/std] Add hash function for UUID 2024-05-10 23:55:41 -05:00
gary 98c4f1b675 [ox/std] Optimize Array compare
(synced from b089bf460b)
2024-05-10 23:54:22 -05:00
gary b089bf460b [ox/std] Optimize Array compare 2024-05-10 23:54:22 -05:00
gary 67d3aedc44 [ox/std] Fix bugs in HashMap and SmallMap
(synced from cd60c4abaf)
2024-05-10 22:10:34 -05:00
gary cd60c4abaf [ox/std] Fix bugs in HashMap and SmallMap 2024-05-10 22:10:34 -05:00
gary 3a4af7c0f7 [ox/std] Add == and != operators to UUID
(synced from d1845448c3)
2024-05-10 22:10:14 -05:00
gary d1845448c3 [ox/std] Add == and != operators to UUID 2024-05-10 22:10:14 -05:00
gary c4f6ee0026 [nostalgia,olympic] Make performPackTransforms update type id when needed 2024-05-10 19:51:03 -05:00
gary ce1836ab10 Merge commit '1e041bd2ebfe5ace7bed3906faf60345aa98a8bc' 2024-05-10 02:21:42 -05:00
gary 88538403b0 [ox/clargs] Replace C string with StringView
(synced from 17f28d43d1)
2024-05-10 01:30:54 -05:00
gary 17f28d43d1 [ox/clargs] Replace C string with StringView 2024-05-10 01:30:54 -05:00
gary 708b79ecf2 [ox] Cleanup string len handling
Remove UTF-8 parsing. It is a rare enough need that it should have a specialized call when needed.
Better to have a more optimal length fetch for typical case.

(synced from 043df533b7)
2024-05-10 01:29:13 -05:00
gary 043df533b7 [ox] Cleanup string len handling
Remove UTF-8 parsing. It is a rare enough need that it should have a specialized call when needed.
Better to have a more optimal length fetch for typical case.
2024-05-10 01:29:13 -05:00
gary 4116aeeaf0 [ox/std] Fix memory leak in Vector
(synced from bec75d2eba)
2024-05-09 23:12:36 -05:00
gary bec75d2eba [ox/std] Fix memory leak in Vector 2024-05-09 23:12:36 -05:00
gary 7d1641faee Merge commit '420fa96463f59c4a4a7cd66b16b0ad01ab0d55e6' 2024-05-08 23:55:07 -05:00
gary f624c720f9 [studio] Fix broken readClaw call 2024-05-08 23:54:06 -05:00
gary 6cddc0c3fe [ox/std] Add SmallMap
(synced from 204e5bbff4)
2024-05-08 23:46:12 -05:00
gary 204e5bbff4 [ox/std] Add SmallMap 2024-05-08 23:46:12 -05:00
gary 1ecf197a9e [nostalgia] Remove .idea directory 2024-05-08 23:44:05 -05:00
gary 54a6a7df0b [ox/std] Remove incomplete writeF32toa
(synced from 74a8a7d751)
2024-05-08 23:43:12 -05:00
gary 74a8a7d751 [ox/std] Remove incomplete writeF32toa 2024-05-08 23:43:12 -05:00
gary 331f721292 [olympic,nostalgia] Cleanup 2024-05-08 23:35:34 -05:00
gary 0db4a1a345 [ox] Cleanup
(synced from 63486c23d4)
2024-05-08 23:35:05 -05:00
gary 63486c23d4 [ox] Cleanup 2024-05-08 23:35:05 -05:00
gary 423212b2ad [studio] Add missing include 2024-05-06 22:27:20 -05:00
gary 60da1063d1 Merge commit 'bd416f82e25f1b710ab2b7890274571dd3fcd53d' 2024-05-03 23:42:00 -05:00
gary 5a9ffa2818 [ox/std] Update Vector memory map for preloader
(synced from 47a6a410c4)
2024-05-03 23:41:16 -05:00
gary 47a6a410c4 [ox/std] Update Vector memory map for preloader 2024-05-03 23:41:16 -05:00
gary 60d1996f0a [keel] Minor optimization 2024-05-03 23:00:38 -05:00
gary d82c082256 [buildcore] Add error message to pybb debug for missing debugger 2024-05-03 22:58:36 -05:00
gary 227f3cd9f5 [nostalgia/core/studio] Update itoa usages 2024-05-03 20:32:18 -05:00
gary 425c4a1126 [ox/std] Rework itoa
(synced from 20ff0f89fe)
2024-05-03 20:31:40 -05:00
gary 20ff0f89fe [ox/std] Rework itoa 2024-05-03 20:31:40 -05:00
gary 45bb349204 [ox/model] Remove broken global var
(synced from 4061b8314e)
2024-05-03 00:12:34 -05:00
gary 4061b8314e [ox/model] Remove broken global var 2024-05-03 00:12:34 -05:00
gary 285b72d864 [ox/std] Add String::append(StringView), cleanup
(synced from 18bb50626d)
2024-05-03 00:07:03 -05:00
gary 18bb50626d [ox/std] Add String::append(StringView), cleanup 2024-05-03 00:07:03 -05:00
gary 6a4b48221f [nostalgia,studio] Fixes for Ox changes 2024-05-03 00:00:05 -05:00
gary af57f37e72 [ox/std] Remove append operators from IString
This is because the append operators cannot report the failure that is possible with IString

(synced from d2a3cfa72e)
2024-05-02 23:59:19 -05:00
gary d2a3cfa72e [ox/std] Remove append operators from IString
This is because the append operators cannot report the failure that is possible with IString
2024-05-02 23:59:19 -05:00
gary cf09bf1e62 [ox/std] Cleanup IString
(synced from 7c4e2a6564)
2024-05-02 23:33:39 -05:00
gary 7c4e2a6564 [ox/std] Cleanup IString 2024-05-02 23:33:39 -05:00
gary e30ebce4c0 [nostalgia] Add pyenv to .gitignore 2024-05-02 23:15:01 -05:00