summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
AgeCommit message (Collapse)Author
2022-04-01Moved Stars45 to StarsExAki
2022-03-31Moved HINST and HWND from Game to GameWinDX9Aki
2022-03-23Moved application state internals to GameWinDX9Aki
2022-03-23Moved Video methods to GameWinDX9Aki
2022-03-20Moved screen color and size functions to GameWinDX9Aki
2022-03-14Moved max texture size to GameWinDX9Aki
2022-03-14Added instance retrieval method to GameWinDX9Aki
I don't like having a singleton with inheritance. At all. It needs to be removed as soon as possible and functionalities need to be moved outside of this monolith and this is a step into that direction. I think.
2022-03-13Moved palette to GameWinDX9Aki
2022-03-12Moved Inits for Application and Instance into GameWinDX9Aki
2022-03-11Moved part of Init to GameWinDX9Aki
2022-03-11Rotated ApplicationDX9 around into GameWinDX9Aki