ee3c189d6bAllow for changing control overlay image
Varun Patil
2019-05-29 23:30:52 +0530
558a6511bcAdd send_message and set_overlay APIs for Android
Varun Patil
2019-05-29 23:26:04 +0530
9b9d3e42b2Prevent touch from leaking out of window This has some bizzare results if allowed
Varun Patil
2019-05-27 16:30:46 +0530
86194118a3FileSystem: Check PHYSFS_registerArchiver() for success
Jonas Kulla
2019-05-18 16:48:17 +0200
98bdfcf758FileSystem: Check PHYSFS_init() for success
Jonas Kulla
2019-05-18 16:22:53 +0200
6fa5b8c856Sprite: Define M_PI manually
Jonas Kulla
2019-05-18 16:21:21 +0200
d6b477b887qmake.pro: Add explicit C++11 flags
Jonas Kulla
2019-05-18 16:17:09 +0200
0f4de4b5f7Process only animated tiles Trying to make copies of static tiles and animating them has bad results on some GLES devices
Varun Patil
2019-05-12 21:22:05 +0530
bcdd187f69Allow using multiple ttf files with separate styles This is done by keeping a BoostHash of all the styles we have and their corresponding paths, and passing the style when we want to get the font.
Varun Patil
2019-05-11 16:54:05 +0530
598bbea892Allow using multiple ttf files with separate styles This is done by keeping a BoostHash of all the styles we have and their corresponding paths, and passing the style when we want to get the font.
pulsejet/fontstyle
pulsejet/fontstyle
Varun Patil
2019-05-11 16:54:05 +0530
3cabc838f5try to fix `undefined-var-template`
khiav reoy
2018-10-30 20:06:12 +0800
bab22d87beFix font enumeration
Eliza Velasquez
2018-10-07 20:07:58 +0000
2f36260705Fix font enumeration
Eliza Velasquez
2018-10-07 20:07:58 +0000
ae59fcd112Graphics: Fix transition when new scene has gray tone effect
Jonas Kulla
2018-05-21 12:15:05 +0200
bd75100d24Adapt to use take-cheeze's marshal mrbgem
Varun Patil
2018-05-05 07:56:53 +0530
737d5add01Add asynchronous model for mruby bindings
Varun Patil
2018-05-04 22:35:28 +0530
a234f2d5b2Added asynchronous model of running scripts
Varun Patil
2018-05-03 11:21:41 +0530
01cf9243cfFix compilation with optimization for fixed MRI
Varun Patil
2018-05-03 05:25:29 +0530
35c19792f8Allow Downsizing Textures For some reason, this leads to a huge performance benefit on mobile devices, especially when using MegaSurface
RadialApps
2017-06-14 15:50:16 +0530
eaf4bd5e66Disable alpha and don't add text to tainted area While definitely not recommendable, this improves performance drastically while rendering text on many devices, especially when lots of text is render one character at a time.
RadialApps
2017-08-08 16:27:42 +0530
559b026b19Switch color space to 24-bit
RadialApps
2017-08-08 16:27:11 +0530
19fd99a9d7Adapt RGSS archivers and filesystem to physfs 3.0 API
Carsten Teibes
2017-10-08 23:11:18 +0200
b1bdf1e445Fix CMake build, only use `resource.h` on Windows This was broken in commit 01e17ed5c6 (move windows specific files).
Carsten Teibes
2017-08-18 19:06:11 +0200
fde6a92197Fix deprecation warning on build with MRI>2.3 Fixes#158.
Carsten Teibes
2017-08-18 19:45:57 +0200
9bb0219102Fix deprecation warning on build with MRI>2.3 Fixes#158.
Carsten Teibes
2017-08-18 19:45:57 +0200
ee9e62e2d0Fix CMake build, only use `resource.h` on Windows This was broken in commit 01e17ed5c6 (move windows specific files).
Carsten Teibes
2017-08-18 19:06:11 +0200
84226422b5Fix font search on Android
RadialApps
2017-08-12 17:25:45 +0530
d7c9dfe2deSpecify first argument as path to config for android
RadialApps
2017-08-11 14:17:17 +0530
01e17ed5c6windows: move windows specific files
Marty Plummer
2017-07-22 16:50:50 -0500
f172f58c74Sprite: Fix regression with "mirror" attribute
Jonas Kulla
2017-08-10 21:39:17 +0200
40f2cc28e9Added preprocessor directives to most Android-specific changes
RadialApps
2017-08-09 16:05:10 +0530
3482ec01b7Blacklist all Adreno devices for enableBlitting
RadialApps
2017-08-09 14:31:54 +0530
1a6ad68352Make physical back button act as left mouse This might help get proper functionality without recoding in ruby
RadialApps
2017-08-09 14:31:21 +0530
051cde9ff8Add touch input support Touch input works as a drop-in replacement to the mouse. Touch will be disabled automatically on overlays to prevent conflicting functions.
RadialApps
2017-08-08 20:42:56 +0530
98e3005616Disable alpha and don't add text to tainted area While definitely not recommendable, this improves performance drastically while rendering text on many devices, especially when lots of text is render one character at a time.
RadialApps
2017-08-08 16:27:42 +0530
290833c94fSwitch color space to 24-bit
RadialApps
2017-08-08 16:27:11 +0530
70bf373271Fix things for Android
RadialApps
2017-08-08 16:07:43 +0530
windows: move windows specific files
hanetzer/windows
Marty Plummer
2017-07-22 16:50:50 -0500
e0d97d42ddAllow Downsizing Textures For some reason, this leads to a huge performance benefit on mobile devices, especially when using MegaSurface
RadialApps
2017-06-14 15:50:16 +0530