Commit graph

1893 commits

Author SHA1 Message Date
Struma
baaa162e2c Remove libsigc++, use sigslot instead 2021-06-14 10:03:56 -04:00
Struma
2177823ed5 Stop Audio.bgm_pos from segfaulting if the source never actually loaded 2021-06-13 14:48:22 -04:00
Struma
3626ac072f Make the window title a gettable property 2021-06-11 14:26:14 -04:00
Struma
ef14de8073 Activate RPG debug when running Xcode debug scheme 2021-06-11 14:19:28 -04:00
Struma
ee010c6d52 Fix brainfart in load_data 2021-06-10 10:48:36 -04:00
Struma
95e17244fd Remove Windows API emulation 2021-06-08 19:02:15 -04:00
Struma
ff25161b10 satisfy meson 2021-06-08 11:40:26 -04:00
Struma
d466a34eea check for uchardet in meson script
Because I forgot to.
2021-06-08 10:25:57 -04:00
Struma
d6eb742fdf Add iconv and uchardet dependencies to Windows & Linux 2021-06-08 09:01:57 -04:00
Struma
b6ea039803 Guess and convert the encoding of the game title (again) 2021-06-08 08:33:29 -04:00
Struma
af1924abd9 Suppress Documentation errors for Xcode
There are 14,000 of them and I just don't care.
2021-06-08 03:22:46 -04:00
Struma
adb6ac3e89 Deal with Xcode 13 settings update nag 2021-06-08 03:01:24 -04:00
Struma
63b40053ac Prevent relevant functions from stepping over Graphics.update when threading 2021-06-04 14:29:45 -04:00
Struma
f5d7f79cde Raise Ruby exceptions when creation of HTTP client fails 2021-06-04 09:30:45 -04:00
Struma
f9c8e0e900 Run HTTP functions without GVL 2021-06-04 09:14:06 -04:00
Struma
fdb86f2ede Do not use GVL on possibly time-consuming functions 2021-06-02 08:42:32 -04:00
Struma
d1ee8f8f30 Windows I hate you 2021-05-23 23:43:33 -04:00
Struma
513e2935b2 Big Dummy Forgets a Function 2021-05-23 23:23:10 -04:00
Struma
a216869375 fix misplaced #else 2021-05-23 22:06:35 -04:00
Struma
258055d86a Remove SDL_GetPlatform call 2021-05-23 21:58:48 -04:00
Struma
ca596cbaf9 cleanup 2021-05-23 21:55:02 -04:00
Struma
84c4f97c6c Add more detailed platform detection 2021-05-23 21:40:48 -04:00
Struma
819dac706f Add System.launch 2021-05-23 19:48:32 -04:00
Struma
023e9a05a7 Adjust GIF decoding loop, again 2021-05-23 11:34:24 -04:00
Struma
fd8bd40260 using gif.decoded_frame as a condition is just a bad idea 2021-05-23 10:40:49 -04:00
Struma
66d92ca7c7 Move tilemap script to repo snippets 2021-05-22 09:20:31 -04:00
Struma
c3cfe837fe correct desc of steamworks_path build option 2021-05-22 07:03:37 -04:00
Struma
d278160a81 Update readme again 2021-05-22 06:44:52 -04:00
Struma
715949821f avoid duplicate folders in Application Support 2021-05-22 06:37:25 -04:00
Struma
0758779f4f bump version to 2.2.1 2021-05-22 06:36:25 -04:00
Struma
9b62246a80 Changes to README 2021-05-22 06:30:33 -04:00
Struma
de4c5db79f Fix typo causing Input.repeat? to return true irregularly (Fixes #42) 2021-05-21 17:48:56 -04:00
Struma
f1f5f99133 Have window resizing functions properly wait on each other 2021-05-21 17:13:53 -04:00
Struma
699ffc0245 Support Retina displays 2021-05-21 16:28:51 -04:00
Struma
78e823a040 Just iterate through gif frames with a for loop (Fixes #44) 2021-05-20 15:54:18 -04:00
Struma
0af061edf1 Catch exceptions in Window.update (Fixes #43) 2021-05-19 16:29:16 -04:00
Struma
07548ff9d6 fix infinite loop when gif total frames != decoded frames 2021-05-09 18:19:46 -04:00
Struma
9fa790ab15 Remove extraneous call to glReadPixels 2021-05-08 12:28:30 -04:00
Struma
c7803c8d09 Hook bitmaps into prepareDraw 2021-05-05 04:30:11 -04:00
Struma
96206f9909 oopsies 2021-05-04 23:35:09 -04:00
Struma
6fe980abc8 Massively improve animation frame timing 2021-05-04 23:32:01 -04:00
Struma
260260531d Make bitmap animation functions properly check for disposal 2021-05-04 16:32:31 -04:00
Struma
c97f37349d Fix non-animated bitmap.initialize_copy crash 2021-05-03 20:38:35 -04:00
Struma
7456b5ee67 remove unnecessary buffer allocation 2021-05-03 19:33:24 -04:00
Struma
52dcda6d15 Fix blitting, add optional position arg to Bitmap.snap_to_bitmap 2021-05-03 19:09:36 -04:00
Struma
2b316a933d Edit warning visibility 2021-05-03 15:48:16 -04:00
Struma
4cd35cc3b6 Correctly set bitmap texture for one-frame GIFs 2021-05-03 15:33:55 -04:00
Struma
4ffc89cc7b Round current bitmap frame calculation 2021-05-03 15:15:16 -04:00
Struma
8a3470edc7 Create static bitmap from GIF if it only contains one frame 2021-05-03 13:57:10 -04:00
Struma
d7336552eb Bump version to 2.2 2021-05-03 13:43:16 -04:00