Commit Graph

  • a53163660f Shader: Refine preprocessing on GLES platform Jonas Kulla 2014-12-23 18:33:33 +0100
  • a501e4f22f Add ruby patch for statically linking zlib extension Jonas Kulla 2014-12-23 16:45:09 +0100
  • 02f19c03c9 Merge pull request #86 from Daverball/controller-fix Jonas Kulla 2014-12-31 18:50:57 +0100
  • 90e1c09711 Added support for JHat events. David Salvisberg 2014-12-31 16:39:28 +0100
  • d18e3e6a53 Merge pull request #84 from Daverball/hue-shader-fix Jonas Kulla 2014-12-31 16:12:08 +0100
  • 8240f3333f Fixed hue shader turning pure white pixel to pure black on some GPUs. David Salvisberg 2014-12-31 16:02:10 +0100
  • 150abff1c0 Merge pull request #85 from Daverball/save-button-config Jonas Kulla 2014-12-31 14:13:53 +0100
  • 78e246c11d Merge pull request #83 from Daverball/master Jonas Kulla 2014-12-31 13:51:44 +0100
  • b1e1d28879 Added rudimentary support for font outlines. David Salvisberg 2014-12-31 13:49:18 +0100
  • 6829ddc09f Removed store keybindings from main, since it now already gets stored onAccept. David Salvisberg 2014-12-28 06:06:28 +0100
  • 7413c3d994 Make button config menu save changes to disk whenever the changes are accepted. David Salvisberg 2014-12-27 14:40:08 +0100
  • 11cfe887c2 Fix several classes not accepting disposed bitmaps Jonas Kulla 2014-12-22 08:22:45 +0100
  • 685f8b63b3 Input: Integer button codes are still allowed in RGSS3 Jonas Kulla 2014-12-09 04:21:48 +0100
  • 6c92101e05 icon.svg: Resize page to drawing for easier rasterization Jonas Kulla 2014-11-30 21:46:18 +0100
  • 3faaed89d0 icon.svg: Use 'inkscape -l' to strip inkscape specific tags Jonas Kulla 2014-11-30 21:09:11 +0100
  • 98b0b71359 Don't use relative paths when #including xxd output Jonas Kulla 2014-11-30 17:50:24 +0100
  • 60f101f2e6 Tilemap(VX): Factor out common code into tilemap-common.h Jonas Kulla 2014-11-30 17:46:28 +0100
  • faef0e8503 README: Add prebuilt windows binaries link Jonas Kulla 2014-11-30 17:41:34 +0100
  • f00cb60707 debugwriter.h: Use unbuffered cerr instead of clog Jonas Kulla 2014-11-29 17:55:18 +0100
  • c1aab96454 Rename src/debuglogger -> src/gl-debug Jonas Kulla 2014-11-29 17:47:40 +0100
  • bc31922c33 Allow inserting GL string markers (GREMEDY_string_marker) Jonas Kulla 2014-11-29 17:33:39 +0100
  • 5979c5f778 Add placeholder application icon Jonas Kulla 2014-11-29 17:23:42 +0100
  • cfd9345e87 MRuby: Update module_rpg.c to newest bytecode format Jonas Kulla 2014-11-29 14:55:43 +0100
  • c2f8b6b749 SettingsMenu: Fix help label sometimes not appearing Jonas Kulla 2014-11-28 06:04:34 +0100
  • 276160f0d5 gl-fun.h: Fix compilation with outdated SDL headers Jonas Kulla 2014-11-22 17:03:16 +0100
  • f236e34e2d Serializable, Table: Some general cleanups Jonas Kulla 2014-11-20 14:45:54 +0100
  • 33c571e691 MRI: Fix mingw build crash when linking with -mwindows Jonas Kulla 2014-11-20 13:51:35 +0100
  • 9ac14800da Keybindings: SDL_GetPrefPath result always ends with separator Jonas Kulla 2014-11-17 07:24:22 +0100
  • 5c3f4b905a Use fopen with binary mode everywhere (for Windows compat) Jonas Kulla 2014-11-17 07:18:39 +0100
  • 7121b65b44 Work around Steam overlay screenshot bug Jonas Kulla 2014-11-09 06:24:40 +0100
  • 9506c05ba6 Implement cropped and rescaling texture hack Jonas Kulla 2014-11-03 00:23:37 +0100
  • f7a3e3c5d2 Table: General clean up and code reduction Jonas Kulla 2014-11-02 23:33:13 +0100
  • a98ad3134b TilemapVX: Implement flash tiles Jonas Kulla 2014-10-27 15:52:41 +0100
  • 577f606dac Tilemap: Factor out flash tile code Jonas Kulla 2014-10-26 20:00:56 +0100
  • 05b32d76ca Minor cleanup Jonas Kulla 2014-10-25 23:38:19 +0200
  • c9d5059238 Pass value object attributes by reference (instead of pointer) Jonas Kulla 2014-10-25 23:33:41 +0200
  • 5549ff78f0 Bindings: Viewport: Don't dispose children in RGSS2/3 Jonas Kulla 2014-10-24 18:55:03 +0200
  • 1a489aafaf Bindings: Fix inconsistency in Viewport dispose (RGSS1) Jonas Kulla 2014-10-24 18:29:08 +0200
  • 8b31f97bb4 MRuby: Fix compilation Jonas Kulla 2014-10-24 18:26:10 +0200
  • ecf9b065c8 MRI: Revise 'MKXP.data_directory' behavior Jonas Kulla 2014-10-22 04:16:15 +0200
  • af8f3a36d2 MRI: Move former 'System' module into 'MKXP' module Jonas Kulla 2014-10-22 04:12:21 +0200
  • 8e1852a281 Remove left-over dead code Jonas Kulla 2014-10-21 19:51:08 +0200
  • 4a8b0f30c8 MRI: Add 'System.raw_key_states' to query full keyboard state Jonas Kulla 2014-10-20 10:27:01 +0200
  • e44a1e32fa Reorder some lines Jonas Kulla 2014-10-20 10:20:08 +0200
  • 6145c59305 fluid-fun: Don't dlclose libfluidsynth, ever Jonas Kulla 2014-10-20 10:17:48 +0200
  • 1c1d72b03e README: VX / VX Ace support is no longer experimental Jonas Kulla 2014-10-18 02:21:19 +0200
  • e1a45c29e2 README: Add OSX build by Ali and clarify SDL2 patch note Jonas Kulla 2014-10-18 02:15:00 +0200
  • 5094f5c7c1 Add minor assert Jonas Kulla 2014-10-16 09:10:27 +0200
  • 47851718eb MRI: Handle exceptions raised in preloaded scripts Jonas Kulla 2014-10-15 06:27:43 +0200
  • 2cd70b9edd Window: Don't update anything if width*height == 0 Jonas Kulla 2014-10-15 06:26:46 +0200
  • 19b1c3d7c2 README: Mention SDL patch needed for F1 menu Jonas Kulla 2014-10-12 14:54:30 +0200
  • 64a26b4911 README: Add link to prebuilt binaries Jonas Kulla 2014-10-12 02:38:28 +0200
  • dd73db2e9d Introduce F1 menu to reconfigure key bindings at runtime Jonas Kulla 2014-01-25 09:24:55 +0100
  • af145c3a01 mkxp.pro: Make MRI version a qmake config option Jonas Kulla 2014-10-11 15:32:35 +0200
  • 520162f36a Use safe way to get at a vector's data pointer Jonas Kulla 2014-10-09 19:02:29 +0200
  • 1b7ed5ed78 Font: Fix default 'shadow' value for RGSS1 Jonas Kulla 2014-10-09 18:53:24 +0200
  • 0c08fc2d16 gl-fun.h: Fix function type signature Jonas Kulla 2014-10-06 21:10:19 +0200
  • 18076c9ae4 Merge branch 'master' of github.com:Ancurio/mkxp Jonas Kulla 2014-10-03 20:21:07 +0200
  • c1d89e4f8d CMakeLists.txt: Bump default MRI version to 2.1 Jonas Kulla 2014-10-03 20:15:52 +0200
  • 55a2cf562e TileAtlasVX: Followup fix Jonas Kulla 2014-10-03 06:51:39 +0200
  • df73045d81 TileAtlasVX: Followup fix Jonas Kulla 2014-10-03 06:51:39 +0200
  • db78e55371 TileAtlasVX: Clamp blit src rect to tileset bitmap size Jonas Kulla 2014-10-02 16:41:53 +0200
  • 95cda4035e fluid-fun: Fix fluidsynth soname on OSX Jonas Kulla 2014-10-01 19:19:25 +0200
  • 7b65977eb9 Silence "uninitialized" warnings Jonas Kulla 2014-10-01 06:29:20 +0200
  • fa911b8018 gl-fun: Don't rely on SDL_opengl.h for function type definitions Jonas Kulla 2014-10-01 04:48:23 +0200
  • 5ea964eee8 CMakeLists.txt: Link against libiconv on OSX Jonas Kulla 2014-09-30 14:17:33 +0200
  • 51a0f3903c Audio: Clean up threading and add AudioStream fadein (RGSS3) Jonas Kulla 2014-09-30 09:13:12 +0200
  • 46497eae01 CMakeLists.txt: Add missing shader source Jonas Kulla 2014-09-30 01:34:10 +0200
  • 3dd703f732 MRI: Use ruby 2.0 compatible function name Jonas Kulla 2014-09-30 00:48:22 +0200
  • 4a015c6397 Bitmap: Add font shadow rendering Jonas Kulla 2014-09-29 10:30:41 +0200
  • 9e64dff01c Bitmap: Fix mem leak Jonas Kulla 2014-09-29 10:30:16 +0200
  • 9758e660c4 Tilemap/VX: Ensure proxy objects don't outlive their parents Jonas Kulla 2014-09-26 18:21:50 +0200
  • e9d0d0566b RGSSError is a subclass of StandardError Jonas Kulla 2014-09-26 18:20:27 +0200
  • d223d83cbf Implement F12 game reset (MRI only) Jonas Kulla 2014-08-24 07:36:19 +0200
  • 3a2e560139 Input: Fix default keybinds Jonas Kulla 2014-09-23 22:08:13 +0200
  • 2550fd8ccc WindowVX: Initialize all dirty flags and connect tmp tone Jonas Kulla 2014-09-23 21:13:16 +0200
  • 81ac0780f8 Revert Disposable concept back into core Jonas Kulla 2014-09-23 21:12:58 +0200
  • 3983fe66e9 Config: Print parsing errors instead of ignoring them Jonas Kulla 2014-09-23 19:23:11 +0200
  • 17efcbbbbd tl;dr: I fucking suck at coding (fix double free) Jonas Kulla 2014-09-23 17:26:30 +0200
  • 8d67b7c91d MRI: Init default font names to correct value (RGSS2) Jonas Kulla 2014-09-23 12:05:28 +0200
  • 5c3c73ee94 README: Remove erroneous line about cmake Jonas Kulla 2014-09-15 09:42:09 +0200
  • 3a29385df0 MRI: load_data: Catch exceptions and pass onto ruby Jonas Kulla 2014-09-13 02:54:44 +0200
  • 05041fdb03 Couple fixes to last SDL_sound patch Jonas Kulla 2014-09-12 06:50:45 +0200
  • 61b77c2027 Merge pull request #69 from cremno/check-ruby-string-for-embedded-null-bytes Jonas Kulla 2014-09-12 23:30:07 +0200
  • f49cd4391a Merge pull request #68 from cremno/vxtilemap-has-9-bitmaps Jonas Kulla 2014-09-12 23:13:08 +0200
  • 6abc207f1e VX tilemap has 9 bitmaps cremno 2014-09-12 15:15:16 +0200
  • 29dfda0011 check Ruby strings for embedded null bytes cremno 2014-09-02 19:09:17 +0200
  • a365a7a754 Spacing Jonas Kulla 2014-09-12 06:42:18 +0200
  • 0c318ee0b2 SDL_sound: Add wave IMA ADPCM (4bit) support patch Jonas Kulla 2014-09-12 06:33:44 +0200
  • 757a1d5e39 Load fluidsynth entrypoints dynamically (and make them optional) Jonas Kulla 2014-09-07 05:23:10 +0200
  • 673a25f811 Bitmap: Don't use 'pixman_region_clear' Jonas Kulla 2014-09-07 19:11:20 +0200
  • ac9b98157e TilemapVX: Use SimpleShader for unanimated ground layers Jonas Kulla 2014-09-06 21:35:26 +0200
  • 6bc3460294 Core, MRI: Don't expose RGSS3 functionality in 2 Jonas Kulla 2014-09-06 02:01:20 +0200
  • bca95adc0e MRI: WindowVX dummy contents object is always created Jonas Kulla 2014-09-05 22:54:57 +0200
  • 9461449cc9 MRuby: Fix handling of Etc/Font properties Jonas Kulla 2014-09-05 22:53:19 +0200
  • 7f41b9cc45 Config: Correctly setup rgssVer / screen size with customScript Jonas Kulla 2014-09-05 21:54:16 +0200
  • 4d54fce8ee Small compilation fix (mruby is still broken though) Jonas Kulla 2014-09-05 01:56:28 +0200
  • 0131ed09f0 Bindings: Remove 'wrapNilProperty' Jonas Kulla 2014-09-05 01:52:12 +0200
  • f8c26fc515 Core/MRI: Fix handling of Etc/Font properties Jonas Kulla 2014-09-05 01:26:03 +0200
  • f665d8b41c BoostSet: Add 'remove' and rename BoostHash::erase to remove Jonas Kulla 2014-09-05 01:06:08 +0200