Commit Graph

  • 65601dd130 Merge remote-tracking branch 'upstream/master' Varun Patil 2019-05-29 23:32:59 +0530
  • ee3c189d6b Allow for changing control overlay image Varun Patil 2019-05-29 23:30:52 +0530
  • 558a6511bc Add send_message and set_overlay APIs for Android Varun Patil 2019-05-29 23:26:04 +0530
  • 9b9d3e42b2 Prevent touch from leaking out of window This has some bizzare results if allowed Varun Patil 2019-05-27 16:30:46 +0530
  • 86194118a3 FileSystem: Check PHYSFS_registerArchiver() for success Jonas Kulla 2019-05-18 16:48:17 +0200
  • 98bdfcf758 FileSystem: Check PHYSFS_init() for success Jonas Kulla 2019-05-18 16:22:53 +0200
  • 6fa5b8c856 Sprite: Define M_PI manually Jonas Kulla 2019-05-18 16:21:21 +0200
  • d6b477b887 qmake.pro: Add explicit C++11 flags Jonas Kulla 2019-05-18 16:17:09 +0200
  • 0f4de4b5f7 Process 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
  • bcdd187f69 Allow 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
  • 598bbea892 Allow 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
  • 55e83078de Add audio async for SE, disable AudioStream pulsejet/mruby-emscripten Varun Patil 2019-05-08 20:45:00 +0530
  • bbe9976740 Add explicit disposed check to async bitmap load Varun Patil 2019-05-08 20:12:52 +0530
  • f9c9cb5bca Remove optnone Varun Patil 2019-05-08 17:16:32 +0530
  • 5388573dbc Add async image load Varun Patil 2019-05-08 17:11:57 +0530
  • 0dbe2008af Update for latest mruby, emscripten Varun Patil 2019-05-07 22:35:40 +0530
  • 7ef1213b37 Ruby 1.8: Style improvements. Implement rb_str_catf & rb_hash_lookup2. Ghabry/mri-1.8 Ghabry/mri-1.8 Ghabry 2017-05-22 19:22:14 +0200
  • 5064e19421 Add MRI 1.9 Support. Ghabry 2017-05-12 12:32:38 +0200
  • 40eaa2095e Add MRI 1.8 Support Ghabry 2017-05-09 20:02:48 +0200
  • 9dcfb66e86 fluid-fun: Define destructor signature based on fluidsynth version Jonas Kulla 2019-03-22 21:15:03 +0100
  • d4b9adc1d1 fluid-fun: Adjust function signature to fluidsynth 2.0 Jonas Kulla 2019-03-21 08:00:47 +0100
  • 43cb318862 Config: Add case-insensitive ini file parser Luis Caceres 2018-09-25 18:58:10 +0100
  • 92cb93e89c Add case-insensitive ini file parser Luis Caceres 2018-09-25 18:58:10 +0100
  • 6fccac89e5 Get rid of IOError2 pulsejet/mrb pulsejet/mrb Varun Patil 2018-11-25 16:31:38 +0530
  • 3cabc838f5 try to fix `undefined-var-template` khiav reoy 2018-10-30 20:06:12 +0800
  • bab22d87be Fix font enumeration Eliza Velasquez 2018-10-07 20:07:58 +0000
  • 2f36260705 Fix font enumeration Eliza Velasquez 2018-10-07 20:07:58 +0000
  • ae59fcd112 Graphics: Fix transition when new scene has gray tone effect Jonas Kulla 2018-05-21 12:15:05 +0200
  • bd75100d24 Adapt to use take-cheeze's marshal mrbgem Varun Patil 2018-05-05 07:56:53 +0530
  • 737d5add01 Add asynchronous model for mruby bindings Varun Patil 2018-05-04 22:35:28 +0530
  • a234f2d5b2 Added asynchronous model of running scripts Varun Patil 2018-05-03 11:21:41 +0530
  • 01cf9243cf Fix compilation with optimization for fixed MRI Varun Patil 2018-05-03 05:25:29 +0530
  • 35c19792f8 Allow 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
  • eaf4bd5e66 Disable 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
  • 559b026b19 Switch color space to 24-bit RadialApps 2017-08-08 16:27:11 +0530
  • 47b499d85b Remove unnecessary sleep while loading scripts Varun Patil 2018-05-01 14:12:53 +0530
  • ce7a19ae60 Merge remote-tracking branch 'pulsejet/mrb' into ems-mruby Varun Patil 2018-05-01 14:03:21 +0530
  • 891896957a Merge remote-tracking branch 'upstream/master' into ems-mruby Varun Patil 2018-05-01 14:01:34 +0530
  • a997bcd67f Fix emscripten support, for mruby Varun Patil 2018-04-30 22:49:27 +0530
  • b319254939 Fix up repo, fix Graphics.cpp, add emscripten_sleep to audio files pulsejet/ems-mruby Varun Patil 2018-05-01 03:05:43 +0530
  • 9ba124d991 Gets to title screen, input works Varun Patil 2018-04-30 22:49:27 +0530
  • 5b3c1d2b13 WIP: Emscripten support Ghabry/emscripten-mri-1.8 Ghabry 2018-04-29 19:18:36 +0200
  • 33c8a42d88 Merge remote-tracking branch 'upstream/master' Varun Patil 2018-04-29 20:05:49 +0530
  • b90aa740bb Update RPG Module for mruby bindings Varun Patil 2018-04-29 19:12:43 +0530
  • a996d36047 Fix FontGetName and FontGetDefaultName in mruby binding Varun Patil 2018-04-29 18:39:47 +0530
  • 8b216995cc Fix segmentation fault while passing data in mruby binding Varun Patil 2018-04-28 14:40:59 +0530
  • 39ac6aecf0 Fix up build with mruby binding Varun Patil 2018-04-28 12:39:21 +0530
  • b5e5a26d8b Config: Set debug editor's debug variables into ruby ReinUsesLisp 2018-02-22 04:37:47 -0300
  • eb917d7226 Config: Set debug editor's debug variables into ruby ReinUsesLisp 2018-02-22 04:37:47 -0300
  • b02224206e FileSystem: Fix while termination condition ReinUsesLisp 2018-02-22 04:37:23 -0300
  • 9f44ee5068 FileSystem: Fix while termination condition Jonas Kulla 2018-01-22 10:54:21 +0100
  • 183ebbed65 RGSSAD: Fix parsing of top level directory entries hanetzer/master Jonas Kulla 2017-12-12 22:46:25 +0100
  • 7902d0942d Filesystem: Properly iterate top level dir entries Jonas Kulla 2017-12-12 22:45:01 +0100
  • 947974cac6 Config: Properly use windowTitle everywhere instead of game.title Jonas Kulla 2017-12-12 17:57:02 +0100
  • 2f81fbbf4b Fix ordering Jonas Kulla 2017-12-11 00:51:21 +0100
  • 7d9a85dbbd Config: Add entry to override the game window title Jonas Kulla 2017-12-11 00:48:35 +0100
  • d427df0c2b Adapt RGSS archivers and filesystem to physfs 3.0 API Carsten Teibes 2017-10-08 23:11:18 +0200
  • c8a572e2f9 Add macOS bundle completion scripts Vinyl Darkscratch 2017-10-11 22:26:44 -0700
  • 19fd99a9d7 Adapt RGSS archivers and filesystem to physfs 3.0 API Carsten Teibes 2017-10-08 23:11:18 +0200
  • b1bdf1e445 Fix 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
  • fde6a92197 Fix deprecation warning on build with MRI>2.3 Fixes #158. Carsten Teibes 2017-08-18 19:45:57 +0200
  • 9bb0219102 Fix deprecation warning on build with MRI>2.3 Fixes #158. Carsten Teibes 2017-08-18 19:45:57 +0200
  • ee9e62e2d0 Fix 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
  • 84226422b5 Fix font search on Android RadialApps 2017-08-12 17:25:45 +0530
  • d7c9dfe2de Specify first argument as path to config for android RadialApps 2017-08-11 14:17:17 +0530
  • ed29332523 Added meson build files and manifests for dlls. hanetzer/mesonbuild hanetzer/mesonbuild Marty Plummer 2017-07-18 06:24:21 -0500
  • eef8e2c24c Fixed compilation RadialApps 2017-08-11 02:53:55 +0530
  • e4ca2c4e66 Merge remote-tracking branch 'upstream/master' RadialApps 2017-08-11 02:34:24 +0530
  • a53185187e Remove Android.mk, make_xxd.sh RadialApps 2017-08-11 02:16:45 +0530
  • 01e17ed5c6 windows: move windows specific files Marty Plummer 2017-07-22 16:50:50 -0500
  • f172f58c74 Sprite: Fix regression with "mirror" attribute Jonas Kulla 2017-08-10 21:39:17 +0200
  • 40f2cc28e9 Added preprocessor directives to most Android-specific changes RadialApps 2017-08-09 16:05:10 +0530
  • 3482ec01b7 Blacklist all Adreno devices for enableBlitting RadialApps 2017-08-09 14:31:54 +0530
  • 1a6ad68352 Make 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
  • 051cde9ff8 Add 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
  • 5354acca30 Committed incorrect Android.mk :D RadialApps 2017-08-08 16:36:37 +0530
  • 98e3005616 Disable 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
  • 290833c94f Switch color space to 24-bit RadialApps 2017-08-08 16:27:11 +0530
  • 70bf373271 Fix things for Android RadialApps 2017-08-08 16:07:43 +0530
  • 085534ee72 Merge branch 'master' of https://github.com/Ancurio/mkxp RadialApps 2017-08-06 19:04:17 +0530
  • fba20e6294 Sprite: Check for disposed state before accessing bitmap Jonas Kulla 2017-07-30 23:00:18 +0200
  • 94bd9b8d51
    windows: move windows specific files hanetzer/windows Marty Plummer 2017-07-22 16:50:50 -0500
  • e0d97d42dd Allow 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
  • 401e327f91 Merge c09d24ff0a into f5c30affaa ntzrmtthihu777 2017-05-25 21:44:49 +0000
  • f5c30affaa mingw-w64: allow cmake cross-compile Marty Plummer 2017-05-25 04:39:45 -0500
  • c4efa5d06a mingw-w64: allow cmake cross-compile Marty Plummer 2017-05-25 04:39:45 -0500
  • c09d24ff0a Allows cross-compilation to windows targets. Marty Plummer 2017-05-25 04:17:02 -0500
  • 128cc08e89 Graphics: Remove superfluous TEXFBOs while reusing existing ones Jonas Kulla 2017-05-11 12:37:15 +0200
  • 4063e7aa9d Graphics: Use proper resizing function for TEXFBOs Jonas Kulla 2017-05-11 12:20:08 +0200
  • 04634ed8fe Config: Add "enableBlitting" entry to toggle GL_EXT_framebuffer_blit Jonas Kulla 2017-04-23 14:32:11 +0200
  • 9fec876e32 Config: Add "maxTextureSize" entry to artificially limit texture sizes Jonas Kulla 2017-04-23 12:28:34 +0200
  • 1bc2717744 Add missing include Jonas Kulla 2017-04-08 20:06:12 +0200
  • 2e240d9fbe Fix build on OSX after 60e967e3b7 Jonas Kulla 2017-04-08 19:13:31 +0200
  • d25551e266 Input: Remove ugly [-20,-20] mouse position hack Jonas Kulla 2017-04-08 18:41:56 +0200
  • 2f273bade8 EventThread: Make system cursor visible over black aspect ratio bars Jonas Kulla 2017-04-08 16:16:36 +0200
  • fbfee3ed9b Filesystem: Search for "Fonts/" with case-insensitivity Jonas Kulla 2017-03-08 16:30:07 +0100
  • a5a648ac86 Add icon and resource files for windows Marty Plummer 2017-03-03 22:45:31 -0600
  • 3b5f2608ec main: Only set window icon on Linux Jonas Kulla 2017-03-04 11:04:02 +0100
  • a819cb54a6 Config: Use set for preloadScripts Jonas Kulla 2017-03-03 19:37:19 +0100
  • fe3d727fd4 Ruby 1.8: Style improvements. Implement rb_str_catf & rb_hash_lookup2. Ghabry 2017-05-22 19:22:14 +0200