10 Commits

Author SHA1 Message Date
Lioncache d35dfef187 TString: Remove Format() function 2026-02-11 00:30:10 -05:00
Lioncache 23e72d7859 TString: Remove operator* shorthand
Makes it explicit whenever the underlying data is fetched in a
meaningfully searchable way.
2026-02-10 15:12:28 -05:00
Lioncache 00f3bef71a IOutputStream: Migrate over to sized names
Makes data type handling more explicit and less verbose (e.g. with
WriteLongLong -> WriteS64)
2026-01-12 15:12:54 -05:00
Lioncache b4f413e935 IInputStream: Rename accessors to specify data size
Gets rid of the silly "Long" usage for 32-bit sizes
2026-01-12 14:14:47 -05:00
Lioncache d6640792ec General: Cleanup
Mainly header hygeine and overload specifiers.

Also greatly reduces the amount of copying going on with math
primitives.
2025-12-17 15:41:49 -05:00
Lioncash dbffde1650 General: Remove non-constexpr constants
Now that we've migrated off the non-constexpr constants, we can
eliminate the remaining ones.
2020-06-16 22:53:28 -04:00
Lioncash 36759b2e81 CVector3f: Make constexpr capable 2020-06-09 06:24:46 -04:00
Jack Andersen 001aca55a7 Fixes for Linux build 2019-05-24 21:49:56 -10:00
Aruki fe3ccf42b7 Added CVector3f::Read() function 2019-02-12 02:49:35 -07:00
Aruki 4f9cf8a06e Initial commit; files moved in from Prime World Editor w/ minor cleanup 2018-12-08 23:44:41 -07:00