Commit graph

801 commits

Author SHA1 Message Date
Inori
86fd44888f Only set DiscordCreateParams to default once, whoopsie 2019-09-15 07:41:52 -04:00
Inori
b9de95b65f Use correct color format in Bitmap::getRaw 2019-09-12 11:08:40 -04:00
Inori
d9175a86c2 Remove unnecessary lines from Bitmap::replaceRaw 2019-09-12 02:22:18 -04:00
Inori
580a36c1b0 include <cstring> for Linux builds 2019-09-08 21:23:50 -04:00
Inori
65ae4228ea Set Discord params when DiscordState instantiates 2019-09-07 19:17:35 -04:00
Inori
7641bbe59f Set color bitmasks when saving a Bitmap to a file 2019-09-07 11:06:23 -04:00
Inori
5cee380992 Use SDL_IsTextInputActive for Input::getTextInputMode 2019-09-07 02:33:42 -04:00
Inori
dd9c0c50f8 add Bitmap.to_file 2019-09-06 18:30:37 -04:00
Inori
4a98056f19 Add fake-api GetUserName 2019-09-06 16:51:02 -04:00
Inori
8ed09b5d40 Limit size of waiting Input.gets text 2019-09-06 16:32:03 -04:00
Inori
b6a0f24d73 Run Graphics.update before capturing screenshots 2019-09-06 16:23:56 -04:00
Inori
f17ab86ac2 Use glReadPixels for Bitmap::getRaw 2019-09-06 16:18:09 -04:00
Inori
3b714579a8 Add Bitmap.raw_data property 2019-09-06 15:09:03 -04:00
Inori
0295b6459d Store app start time for default activity 2019-09-06 14:27:55 -04:00
Inori
bc5998fb04 Only attempt to reconnect to Discord every five seconds 2019-09-06 14:20:10 -04:00
Inori
904cfa20d4 Add Input.clipboard property 2019-09-06 03:32:43 -04:00
Inori
17b07a41e8 Add MKXP.power_state 2019-09-06 02:36:19 -04:00
Inori
ac28861587 Add text input functionality to Input module 2019-09-05 23:57:10 -04:00
Inori
0111175c45 Add MKXP.set_window_title 2019-09-05 21:44:11 -04:00
Inori
7b31cf0821 Actually call onModified with Bitmap::replaceRaw 2019-09-05 21:15:19 -04:00
Inori
22af5bf0f5 Gifs are just a mistake actually 2019-09-05 21:10:00 -04:00
Inori
5db28c7728 Bind Bitmap.update 2019-09-05 18:17:40 -04:00
Inori
3b447e5efb Experimental giflib support 2019-09-05 17:54:28 -04:00
Inori
cc3392d896 Free temp TEXFBO when blitting new pixels to a Bitmap 2019-09-05 14:46:12 -04:00
Inori
1e3661fdee Give Discord.user_avatar an optional size argument 2019-09-05 03:26:21 -04:00
Inori
4fbe56803f Add Discord.user_avatar 2019-09-05 02:13:43 -04:00
Inori
2a7089fe8d Set Discord Activity image on startup 2019-09-04 19:07:18 -04:00
Inori
866692b43a Use a default internal Discord Activity on startup 2019-09-04 17:25:35 -04:00
Inori
6268dfc27c Add DiscordActivity bindings 2019-09-04 13:07:38 -04:00
Inori
7f29278bbc Begin implementing Discord 2019-09-04 05:48:23 -04:00
Inori
86829a9559 Set default data directory to game title 2019-09-02 14:05:46 -04:00
Inori
2acf505156 heck again 2019-09-02 12:52:30 -04:00
Inori
651dbe5ad7 Delay repeating raw keystates 2019-09-02 12:48:18 -04:00
Inori
ffec65b98f Add Input.pressex?, Input.repeatex?, Input.triggerex? 2019-09-02 11:16:38 -04:00
Inori
8f6b0775b6 add libtool to macOS dependencies in README 2019-08-31 20:11:38 -04:00
Inori
cd3626c16f Set macOS deployment target to 10.10 2019-08-31 19:12:54 -04:00
Inori
f09feca484 Update description of fake-api GetUserLangID 2019-08-31 14:53:27 -04:00
Inori
404369cd9f heck 2019-08-31 14:42:16 -04:00
Inori
9b70f18c8c Implement MKXP.user_language, return more LANGIDs 2019-08-31 14:41:21 -04:00
Inori
6b007ed8d9 Implement Graphics.center 2019-08-31 12:55:03 -04:00
Inori
b952fd460a Reference Graphics.scale in README 2019-08-31 02:59:22 -04:00
Inori
8726dd222e Add option for using a CJK fallback font 2019-08-31 02:49:41 -04:00
Inori
6f2a9d66cb Rename window from event thread 2019-08-31 01:41:04 -04:00
Inori
3c157daf34 Reposition window from event thread 2019-08-31 00:31:17 -04:00
Inori
8f6a2d285d Implement Graphics.scale 2019-08-31 00:02:09 -04:00
Inori
a5d48e16f2 Allow negative Sprite angle values 2019-08-28 17:30:56 -04:00
Inori
3db00ee316 Only flip screenshots outside of Windows 2019-08-27 11:01:40 -04:00
Inori
392f84c1b1 Use native SetWindowLong on Windows 2019-08-27 10:43:30 -04:00
Inori
8876d58275 Use MKXP_SetWindowLong for Windows 2019-08-27 10:35:56 -04:00
Inori
6757e90927 Fix SpriteResizer large and fullscreen 2019-08-27 10:21:14 -04:00