This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/client
jacob1 0c6ce20880 Add "Force Integer Scaling" option for fullscreen
Also:
recreate the window when enabling resizable window, same workaround I applied to my mod for jacob1/The-Powder-Toy#24
recreate the window when toggling fullscreen, to work around some bugs where the window is sized incorrectly or the mouse position doesn't match where the cursor is
Don't capture mouse cursor when this is a debug build
2019-02-18 22:18:29 -05:00
..
requestbroker Remove ByteString::Stream 2018-05-04 23:10:39 +03:00
Client.cpp Delete unused Thumbnail handling code 2018-11-27 22:13:29 -05:00
Client.h Delete unused Thumbnail handling code 2018-11-27 22:13:29 -05:00
ClientListener.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
Download.cpp Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
Download.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
DownloadManager.cpp fix misc. errors reported by clang static analyzer 2017-05-06 20:02:23 -04:00
DownloadManager.h Use C++ includes (#308) 2016-07-17 23:37:24 -04:00
GameSave.cpp Add "Force Integer Scaling" option for fullscreen 2019-02-18 22:18:29 -05:00
GameSave.h fix .what methods on exceptions 2018-05-17 20:55:29 -04:00
HTTP.cpp Remove inclusion of deprecated C++ headers 2019-01-31 20:09:15 -05:00
HTTP.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
MD5.cpp Use C++ includes (#308) 2016-07-17 23:37:24 -04:00
MD5.h Some folder changes, started search and client 2012-01-19 13:44:59 +00:00
SaveFile.cpp Delete unused Thumbnail handling code 2018-11-27 22:13:29 -05:00
SaveFile.h Delete unused Thumbnail handling code 2018-11-27 22:13:29 -05:00
SaveInfo.cpp Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
SaveInfo.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
User.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
UserInfo.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00