Commit graph

1682 commits

Author SHA1 Message Date
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
Struma
664bfb41ba Bitmap.snap_to_bitmap && Bitmap.each_frame 2021-05-03 11:51:39 -04:00
Struma
d6f69db7c9 Limit destination position of Bitmap.add_frame 2021-05-03 10:36:06 -04:00
Struma
31c8dc8367 Raise Ruby errors in Bitmap animation functions 2021-05-03 10:26:45 -04:00
Struma
2fc6731a67 Prevent removing frames from a static bitmap 2021-05-03 02:33:06 -04:00
Struma
09e68345f4 Copy all frames of animated bitmaps 2021-05-03 02:18:03 -04:00
Struma
66de7c1d14 Allow replacing raw data on animated bitmaps 2021-05-02 23:50:16 -04:00
Struma
9c603b329e Change the "your computer belongs in a museum" OpenGL error 2021-05-02 23:19:06 -04:00
Struma
5c2d0ac167 Decode GIF frames within Bitmap constructor 2021-05-02 23:05:36 -04:00
Struma
380bd1d249 Add Bitmap.next_frame + Bitmap.previous_frame 2021-05-02 21:53:55 -04:00
Struma
171147d4d0 Update Bitmap.playing automatically if bitmap isn't looping 2021-05-02 21:17:16 -04:00
Struma
1219fb4ab9 Support manual animation of Bitmaps 2021-05-02 20:36:28 -04:00