Commit Graph
17 Commits
Author SHA1 Message Date
ArchezandGitHub 80c2c5e9c6 remove unneeded quiet flag in patch command (#722) 2024-11-18 21:21:38 -05:00
MalkierianandGitHub 57a5994746 Add ImGui patch for Gamepad Update, Stormlib patch tweak (#677)
* Add and implement patch to remove a return in the SDL implementation preventing gamepad update when menubar is closed.

* Incorporate latest Stormlib patch tweak, and apply it to the gamepad patch as well.

* Fix whitespacing.
2024-10-09 21:29:10 -04:00
ArchezandGitHub 3662ceac0e Fix stormlib patch stability for windows (#669)
* fix stormlib patch stability for windows

* spelling
2024-09-13 14:51:27 -04:00
ArchezandGitHub b05905b17f adjust stormlib patch command to be more stable (#646) 2024-07-25 19:10:29 -04:00
briaguyaandGitHub 38aed9f08e update imgui to docking 1.90.6 (#606) 2024-05-27 11:58:12 -04:00
briaguyaandGitHub 878efcc267 apply stormlib optimizations using cmake patching (#571) 2024-05-08 10:26:50 -04:00
c2555d1cca thread_pool fetched (#561)
* builds but doesn't work

* ResourceManager now exposes thread_pool's priority

* Using priority_t type in ResourceManager.cpp

* Removes kitchen sink change

* clean up

* remove reference to extern dir

---------

Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
2024-05-06 20:52:20 -04:00
briaguyaandGitHub 0b4de5433f fetch libgfxd (#554) 2024-05-03 15:58:45 -04:00
briaguyaandGitHub f55d3910e7 fetch stb (#552) 2024-05-03 10:27:58 -04:00
briaguyaandGitHub d7ae250c71 fetch metal-cpp (#549) 2024-05-02 11:55:50 -04:00
briaguyaandGitHub dc2a398297 optional stormlib (#546) 2024-05-02 11:41:25 -04:00
briaguyaandGitHub fd603a40e0 fetchcontent stormlib (#541) 2024-05-01 09:49:58 -04:00
briaguyaandGitHub 4869a4748b fetch imgui (#537)
* initial attempt

* forgot to add linux to the deps

* little more cleanup

* cleanup

* remove imgui

* include dirs

* windows

* metal stuff

* metal

* windows

* try just moving this for now

* makeavailable is working now
2024-04-30 22:11:46 -04:00
briaguyaandGitHub 5b67a45fc4 spdlog from package managers (#536)
* spdlog from package managers

* move deps to files

* missed a spot

* need to checkout first for this to work

* there too

* hmm...

* explicitly include

* we really were relying on that huh?

* why can't it figure out what std min is?

* windows..........................

* none of this makes sense

* windows headers are terrible

* why would windows do that?

* don't use the windows max macro

* try putting it with the other ones

* clang format

* add a fetch content

* include fetchcontent at the top of the deps files

* bump ios spdlog version
2024-04-30 17:56:47 -04:00
briaguyaandGitHub 6c375a8b5e get tinyxml from package manager (#514) 2024-04-29 22:39:58 -04:00
LywxandGitHub a245aaf975 Added ios support (#491) 2024-04-28 00:15:13 -04:00
briaguyaandGitHub 2b8cb6322c cmake restructure (#516)
* restructure cmakelists and get tinyxml from package manager

* why is 22.04 so old?

* looks like that worked

* don't do the tinyxml part

* whoops
2024-04-25 17:43:49 -04:00