Commit graph

868 commits

Author SHA1 Message Date
Inori
e2d9741b6f Get ruby exceptions for null file handles 2019-08-05 13:53:03 -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
38595cc31d command formatting 2019-08-05 08:27:20 -04:00
Inori
eaaa056af2 Add Ubuntu build instructions 2019-08-05 07:19:23 -04:00
Inori
416b4207be Add macOS build instructions 2019-08-05 06:18:39 -04:00
Inori
29ddee9e0b Add Windows build instructions 2019-08-04 23:33:26 -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
ff4df0df56 Always use native XXD 2019-08-04 12:00:20 -04:00
Inori
4b48aa071c Remove redundant error text in MiniFFI, SDL's got this 2019-08-04 08:53:17 -04:00
Inori
ff2adfffe7 Don't let SpriteResizer disable native fullscreen 2019-08-04 08:26:10 -04:00
Inori
f36e9fec87 Even more minor readme stuff 2019-08-04 05:22:55 -04:00
Inori
aac0f09765 More minor readme stuff 2019-08-03 13:37:22 -04:00
Inori
80259c3063 Account for Win32API.restoreScreen metrics 2019-08-03 12:56:00 -04:00
Inori
9be3ed9e61 Start working on ScreenResizer 2019-08-03 12:33:35 -04:00
Inori
ccd13ba998 minor readme stuff 2019-08-03 09:58:22 -04:00
Inori
93fee7bfb3 Rename MiniDL to MiniFFI 2019-08-03 08:31:04 -04:00
Inori
212e4c58ab Ignore RGSS Linker, fix(?) Essentials mouse 2019-08-03 07:45:36 -04:00
Inori
c29e76d431 Use GetMousePos instead of GetGlobalMousePos 2019-08-01 16:19:46 -04:00
Inori
5d14b234b8 Use proper Ruby 1.8 header path 2019-08-01 14:55:45 -04:00
Inori
cf207d3ba2 Update readme 2019-08-01 02:02:35 -04:00
Inori
7d66ea6fd5 Make getPrivateDataCheck more accurate 2019-08-01 01:14:49 -04:00
Inori
46ba5b378a Fix(?) Essentials GetMousePos 2019-07-31 20:07:13 -04:00
Inori
742eb5296c Use own fork of Ruby 1.8 2019-07-31 15:47:05 -04:00
Inori
57b8cf4152 Remove another unused dependency 2019-07-31 15:38:03 -04:00
Inori
05b624cd26 Try to start fixing Essentials 2019-07-31 15:33:02 -04:00
Inori
2c6ac055d2 I am a fool 2019-07-31 11:03:56 -04:00
Inori
adb60fc6ab Remove unused build option I accidentally committed 2019-07-31 10:57:25 -04:00
Inori
05d3f0dd01 Use SDL functions with MiniDL/Win32API 2019-07-31 10:53:46 -04:00
Inori
6af4dcd407 Don't include alext.h when using Apple-provided OpenAL 2019-07-31 10:00:06 -04:00
Inori
cc983a2333 Fix conflict with X 2019-07-31 09:45:12 -04:00
Inori
2ec1e444c0 Remove mruby and null bindings 2019-07-31 08:47:44 -04:00
Inori
4e6613d0e1 Add dynamic linking (Win32API) 2019-07-31 07:04:13 -04:00
Inori
5be69e72f5 Begin updating readme 2019-07-30 10:36:45 -04:00
Inori
8e912b924f Use ruby.h RFLOAT_VALUE 2019-07-30 09:45:24 -04:00
Inori
feedc81415 On Windows, link libwsock32 if using old static Ruby libs 2019-07-30 09:21:24 -04:00
Inori
845f5717dc Correctly add Windows resources 2019-07-30 09:17:20 -04:00
Inori
7242288834 Get a game running with 1.8 (Used Ao Oni) 2019-07-30 03:31:34 -04:00
Inori
f63eea6a64 Compile with Ruby 1.8 2019-07-30 02:13:36 -04:00
Inori
82d4a81f32 I am a fool 2019-07-29 08:38:48 -04:00
Inori
3313b87029 Move binding project arguments to root meson.build 2019-07-29 08:30:58 -04:00
Inori
e5fde40d90 Restore workdir_current build option 2019-07-29 08:20:40 -04:00
Inori
9a5a3bc88b Use meson as build system 2019-07-29 07:56:45 -04:00
Jonas Kulla
9dc42914de README: Clarify target group of project 2019-06-20 06:01:20 +02:00
Jonas Kulla
86194118a3 FileSystem: Check PHYSFS_registerArchiver() for success 2019-05-18 16:48:17 +02:00
Jonas Kulla
98bdfcf758 FileSystem: Check PHYSFS_init() for success
Move it above the allocations so exceptions don't leak memory.
2019-05-18 16:42:56 +02:00
Jonas Kulla
6fa5b8c856 Sprite: Define M_PI manually
Apparently (older?) mingw-w64 with C++11 enabled doesn't have it.
2019-05-18 16:21:21 +02:00