Inori
|
d0b377e41f
|
Use eventthread keystates instead of SDL_GetKeyboardState
|
2019-08-22 21:33:33 -04:00 |
|
Inori
|
606975b505
|
Start macOS/Linux fake-api
|
2019-08-22 13:56:18 -04:00 |
|
Inori
|
141e06c7a0
|
Fix mouse visibility + coords with resized screen
|
2019-08-20 22:49:15 -04:00 |
|
Inori
|
4968069c0e
|
Wonderful crappy new icon
|
2019-08-20 14:03:48 -04:00 |
|
Inori
|
35b7ef0b3f
|
Changes to runtime configuration options
|
2019-08-20 13:22:07 -04:00 |
|
Inori
|
cce65b2994
|
I'm a spaz
|
2019-08-20 07:11:30 -04:00 |
|
Inori
|
cd04341d18
|
Use getcwd() instead of SDL_GetBasePath()
|
2019-08-20 07:10:15 -04:00 |
|
Inori
|
9c08249992
|
Remove 'fix_essentials', add 'use_fakeapi'
|
2019-08-20 05:21:30 -04:00 |
|
Inori
|
11b6d2717f
|
Typos, small corrections
|
2019-08-19 13:11:19 -04:00 |
|
Inori
|
cc02c02d76
|
Remove unnecessary includes
|
2019-08-19 09:28:00 -04:00 |
|
Inori
|
4cb6354aea
|
Whoops
|
2019-08-19 09:11:59 -04:00 |
|
Inori
|
28b60eb9fb
|
Add Graphics.screenshot
|
2019-08-19 08:59:35 -04:00 |
|
Inori
|
35311fb768
|
Add link to png/wav conversion gist
|
2019-08-18 07:30:39 -04:00 |
|
Inori
|
1e80faa583
|
Formatting
|
2019-08-17 23:18:07 -04:00 |
|
Inori
|
b3e6171c31
|
Update README
|
2019-08-17 23:07:46 -04:00 |
|
Inori
|
8243802921
|
Fix GetKeyboardState not recognizing Shift presses
|
2019-08-17 18:43:20 -04:00 |
|
Inori
|
df4cf83e93
|
Only regenerate embedded files as needed
|
2019-08-15 09:08:09 -04:00 |
|
Inori
|
70f81da5cf
|
Throw NoFileError for null PHYSFS_File handles
|
2019-08-12 23:01:38 -04:00 |
|
Inori
|
5959efcab4
|
Enable resizing, disable smoothscaling by default
|
2019-08-12 16:29:50 -04:00 |
|
Inori
|
c7fafb2316
|
Correctly pass arguments for fastcalls
|
2019-08-10 12:39:23 -04:00 |
|
Inori
|
ecda9bfb36
|
update readme
|
2019-08-10 04:56:46 -04:00 |
|
Inori
|
eae537097a
|
Silence stderr if built without console
|
2019-08-10 04:35:37 -04:00 |
|
Inori
|
6a046a91e7
|
Don't do drugs kids
|
2019-08-10 03:49:31 -04:00 |
|
Inori
|
e8fe65f862
|
Initialize Winsock so that Sockets works
|
2019-08-10 03:46:20 -04:00 |
|
Inori
|
9ee77a8f2d
|
Use SDL for Win32API.SetWindowText
|
2019-08-09 08:14:02 -04:00 |
|
Inori
|
e41a631f34
|
heck
|
2019-08-09 07:46:51 -04:00 |
|
Inori
|
97fe178382
|
debug -> console
|
2019-08-09 07:42:00 -04:00 |
|
Inori
|
ab79618c65
|
Add build option for console (default disabled)
|
2019-08-09 07:36:18 -04:00 |
|
Inori
|
50a5c44620
|
Update meson.build and README
|
2019-08-08 21:00:50 -04:00 |
|
Inori
|
47908d0470
|
load_data is still too slow to handle overworld
|
2019-08-08 12:32:10 -04:00 |
|
Inori
|
6b50662b46
|
Read fileInt fully before loading it with Marshal
|
2019-08-08 12:20:45 -04:00 |
|
Inori
|
d08c07b42a
|
Use own GetWindowRect instead of WinAPI's
|
2019-08-08 09:40:50 -04:00 |
|
Inori
|
3a00328594
|
normalize paths given to Audio.[bgm|se|me]_play
|
2019-08-08 08:48:48 -04:00 |
|
Inori
|
5a4c8dc87c
|
Make sure load_data returns a string
|
2019-08-07 08:42:00 -04:00 |
|
Inori
|
e44135e87d
|
Return actual window handle with FindWindowEx
|
2019-08-06 23:40:29 -04:00 |
|
Inori
|
ad0cf67cb9
|
Resurrect mouse detection
|
2019-08-06 22:43:19 -04:00 |
|
Inori
|
56c6d4b441
|
Use windows native SetWindowPos for window resize
|
2019-08-06 21:17:25 -04:00 |
|
Inori
|
5ce926b2d7
|
whoops
|
2019-08-06 15:54:01 -04:00 |
|
Inori
|
cd6c659387
|
Move fake Win32API functions out of if/else chain
|
2019-08-06 15:33:54 -04:00 |
|
Inori
|
13bbe8eb44
|
Use start_with? over include?
|
2019-08-06 11:42:15 -04:00 |
|
Inori
|
b1a58e6f60
|
Essentials pls
|
2019-08-06 10:38:15 -04:00 |
|
Inori
|
7e1115ac25
|
Move build instructions to the bottom of README
|
2019-08-05 17:14:16 -04:00 |
|
Inori
|
d963d3bbe5
|
Fix files in archives not loading for no good reason
|
2019-08-05 16:24:16 -04:00 |
|
Inori
|
6cf6f2ec85
|
Get ruby exceptions for null file handles
|
2019-08-05 13:53:03 -04:00 |
|
Inori
|
fbcca152f1
|
Add FileInt.pos method
|
2019-08-05 12:59:26 -04:00 |
|
Inori
|
8f4489ef70
|
Fix loading from encrypted archives (RGSSADs)
|
2019-08-05 11:24:51 -04:00 |
|
Inori
|
4a6441a937
|
command formatting
|
2019-08-05 08:27:20 -04:00 |
|
Inori
|
d51735ae86
|
Add Ubuntu build instructions
|
2019-08-05 07:19:23 -04:00 |
|
Inori
|
27b4bc2a05
|
Add macOS build instructions
|
2019-08-05 06:18:39 -04:00 |
|
Inori
|
b7250b4239
|
Add Windows build instructions
|
2019-08-04 23:33:26 -04:00 |
|