Commit graph

114 commits

Author SHA1 Message Date
Inori
c507f8610f Give Discord.user_avatar an optional size argument 2019-09-05 03:26:21 -04:00
Inori
3fd0604f9f Add Discord.user_avatar 2019-09-05 02:13:43 -04:00
Inori
c71f7c2e7e Actually init new bindings 2019-09-04 18:02:08 -04:00
Inori
843cbff446 Add code snippet for Discord in README 2019-09-04 17:43:29 -04:00
Inori
374bc5ef10 Use a default internal Discord Activity on startup 2019-09-04 17:25:35 -04:00
Inori
11b26f6789 Add Discord.connected? 2019-09-04 13:14:45 -04:00
Inori
5ec235ba31 Add DiscordActivity bindings 2019-09-04 13:07:38 -04:00
Inori
58a3c3a3cd Add Input.pressex?, Input.repeatex?, Input.triggerex? 2019-09-02 11:16:38 -04:00
Inori
0ff3a4d563 Set macOS deployment target to 10.10 2019-08-31 19:12:54 -04:00
Inori
253b188707 Implement MKXP.user_language, return more LANGIDs 2019-08-31 14:41:21 -04:00
Inori
0d91755e75 Implement Graphics.center 2019-08-31 12:55:03 -04:00
Inori
8954a5892f Implement Graphics.scale 2019-08-31 00:02:09 -04:00
Inori
30c84badf6 Normalize paths returned from MKXP.data_directory 2019-08-29 19:53:32 -04:00
Inori
db0bb632ed Use MKXP_SetWindowLong for Windows 2019-08-27 10:35:56 -04:00
Inori
037da0e17f more fakeapi stuff + Disable frameskipping by default 2019-08-25 17:58:12 -04:00
Inori
ba5c6392dc Add fake-api GetPrivateProfileString 2019-08-25 12:27:41 -04:00
Inori
5438a243f2 Add MKXP.platform 2019-08-24 23:16:58 -04:00
Inori
ffa5784ec0 Support Boolean in MiniFFI 2019-08-24 22:53:53 -04:00
Inori
b844c3dea2 misc fake-api functions for Unix 2019-08-24 22:14:44 -04:00
Inori
80e9291978 Add GetAsyncKeyState 2019-08-23 12:21:52 -04:00
Inori
2605ae3063 Use eventthread keystates instead of SDL_GetKeyboardState 2019-08-22 21:33:33 -04:00
Inori
d1250c0fe0 Start macOS/Linux fake-api 2019-08-22 13:56:18 -04:00
Inori
54b9322271 Changes to runtime configuration options 2019-08-20 13:22:07 -04:00
Inori
339d32da74 Remove 'fix_essentials', add 'use_fakeapi' 2019-08-20 05:21:30 -04:00
Inori
a2c38ba281 Typos, small corrections 2019-08-19 13:11:19 -04:00
Inori
015cdc3a97 Remove unnecessary includes 2019-08-19 09:28:00 -04:00
Inori
48ce1515c9 Add Graphics.screenshot 2019-08-19 08:59:35 -04:00
Inori
f037df0378 Fix GetKeyboardState not recognizing Shift presses 2019-08-17 18:43:20 -04:00
Inori
b145a6a36e Enable resizing, disable smoothscaling by default 2019-08-12 16:29:50 -04:00
Inori
0651d57476 Correctly pass arguments for fastcalls 2019-08-10 12:39:23 -04:00
Inori
6b102c1772 Silence stderr if built without console 2019-08-10 04:35:37 -04:00
Inori
ff943be87b Initialize Winsock so that Sockets works 2019-08-10 03:46:20 -04:00
Inori
3b36b56c4b Use SDL for Win32API.SetWindowText 2019-08-09 08:14:02 -04:00
Inori
8beab0114c load_data is still too slow to handle overworld 2019-08-08 12:32:10 -04:00
Inori
3afea2d744 Read fileInt fully before loading it with Marshal 2019-08-08 12:20:45 -04:00
Inori
334ab2944e Use own GetWindowRect instead of WinAPI's 2019-08-08 09:40:50 -04:00
Inori
e3c56ccf16 Make sure load_data returns a string 2019-08-07 08:42:00 -04:00
Inori
8b7c882b7c Resurrect mouse detection 2019-08-06 22:43:19 -04:00
Inori
61d648b620 whoops 2019-08-06 15:54:01 -04:00
Inori
4a428cd3b4 Move fake Win32API functions out of if/else chain 2019-08-06 15:33:54 -04:00
Inori
9a3f8c98d4 Use start_with? over include? 2019-08-06 11:42:15 -04:00
Inori
72c664a725 Essentials pls 2019-08-06 10:38:15 -04:00
Inori
3ab0a2a430 Fix files in archives not loading for no good reason 2019-08-05 16:24:16 -04:00
Inori
42cce65482 Add FileInt.pos method 2019-08-05 12:59:26 -04:00
Inori
f608a94fb7 Fix loading from encrypted archives (RGSSADs) 2019-08-05 11:24:51 -04:00
Inori
7faafc975d Let MiniFFI instances yield themselves in blocks 2019-08-04 19:51:38 -04:00
Inori
e64f6dcd1f
Undo eyesore notepad++ formatting 2019-08-04 16:52:35 -04:00
Inori
9d5beba56d Make 3rd+4th args of MiniFFI.initialize optional 2019-08-04 16:04:56 -04:00
Inori
52a55ebd09 Don't crash if MiniFFI.initialize gets nil imports 2019-08-04 15:24:42 -04:00
Inori
4b48aa071c Remove redundant error text in MiniFFI, SDL's got this 2019-08-04 08:53:17 -04:00