48 Commits

Author SHA1 Message Date
Jack Andersen fc0d79ace7 Update fmtlib 2020-04-11 12:50:38 -10:00
Phillip Stephens 27eb476b05 Update zeus 2020-03-04 17:31:44 -08:00
Lioncash 716dd9add6 FontCache: Be explicit about athena's SeekOrigin type
Allows this code to still function properly if the enum is turned into
an enum class.
2019-09-08 16:42:24 -04:00
Phillip Stephens 8867b0e9e2 Merge pull request #13 from lioncash/move
FontCache: Make filters non-allocating
2019-09-05 19:32:59 -07:00
Lioncash 14abc3bfcd General: Use emplace_back's return value where applicable
emplace_back() returns a reference to the added element, so we can use
that instead of querying right after the emplacement.
2019-09-05 19:44:48 -04:00
Lioncash 725213aaa0 FontCache: Make filters non-allocating
Avoids the creation of three allocating static constructors that run
during program start.
2019-09-05 19:22:29 -04:00
Lioncash 25481c2491 FontCache: Default destructor within the cpp file
Avoids potentially inlining a lot of repeated destruction logic. This
also allows the class to play nicer with forward declarations.

While we're at it, we can also explicitly delete the move
assignment/constructor (previously they were implicitly deleted, given
the class contains a const reference).
2019-09-05 19:08:47 -04:00
Lioncash aabc5d2bb3 General: Include headers where applicable
Ensures necessary dependencies are always included where applicable, as
well as avoiding including dependencies where they aren't necessary.
2019-08-30 09:54:26 -04:00
Jack Andersen 8c17f7c154 Windows build fixes 2019-07-27 15:21:11 -10:00
Jack Andersen 539585f527 Compile-time locale refactor 2019-07-19 18:26:59 -10:00
Jack Andersen 96c8824a43 New code style refactor 2018-12-07 19:24:02 -10:00
Jack Andersen 472852162e Windows build fixes 2018-10-14 10:13:39 -10:00
Jack Andersen cb3bf9e09e Windows build fixes and warning avoidance 2018-05-24 20:39:09 -10:00
Jack Andersen a709031d36 Boo resource tracing 2018-05-19 20:13:54 -10:00
Jack Andersen c22f78e2e2 Don't defeat font texture cache 2018-01-13 20:43:55 -10:00
Jack Andersen b949259bf1 Updates for boo changes 2018-01-09 20:18:56 -10:00
Jack Andersen 4d322bd049 Huge compile performance refactor 2017-12-28 22:06:54 -10:00
Jack Andersen c0bfbefc1d string_view refactor 2017-11-12 20:14:52 -10:00
Jack Andersen 8117591805 Changes to support new boo object tracker API 2017-11-04 20:16:45 -10:00
Jack Andersen 02e557c7df Updates for texture clamp mode 2017-09-30 18:26:31 -10:00
Jack Andersen ba23dd8d94 Buffer pool refactor 2017-01-28 17:57:48 -10:00
Jack Andersen 03e7124c5f Minor formatting fix 2017-01-16 15:22:52 -10:00
Jack Andersen 785f830c77 boo lambda-API refactor 2016-03-30 09:15:32 -10:00
Jack Andersen d6a6032dba Humungous refactor 2016-03-04 13:03:47 -10:00
Jack Andersen 6f71fa91f0 Initial icon API additions 2016-01-17 14:37:13 -10:00