Commit Graph

  • c6bd61d2de code style fixes Edward Rudd 2014-01-01 11:01:05 -0500
  • 835ea686c8 make indents consistent in cake.. also put a glaring note that the MRUBY support needs to be finished. Edward Rudd 2014-01-01 10:46:33 -0500
  • 1bacceddf0 Spacing Jonas Kulla 2014-01-01 12:56:45 +0100
  • 7a1dd2588d Bring sample conf up to date with boost changes Jonas Kulla 2014-01-01 07:14:40 +0100
  • ce7bf97dd4 FileSystem: Make path caching optional via config Jonas Kulla 2014-01-01 07:07:18 +0100
  • f163c51eed Try for more consistent indenting Jonas Kulla 2014-01-01 07:04:41 +0100
  • a18497ca7b change to exe dir on startup and add some extra guards around boost program option parsing. Edward Rudd 2013-12-31 21:03:53 -0500
  • 3f08b6b3db Remove dead code Jonas Kulla 2014-01-01 02:13:02 +0100
  • e87bdb8a95 cleaner approach to handling the viewport bug Edward Rudd 2013-12-31 19:56:20 -0500
  • f42539e02b accept any alt for fullscreen switch Edward Rudd 2013-12-31 19:31:29 -0500
  • 1120c60cae fix viewport resizing on screen resize. Edward Rudd 2013-12-31 19:31:14 -0500
  • f8e8d704b5 use copy construction to pass the config along so the main constructor gets run once. Edward Rudd 2013-12-31 17:23:15 -0500
  • f2bb0b2e79 initialize gameFolder to be SDL_GetBasePath() Edward Rudd 2013-12-31 17:19:05 -0500
  • f106e31c6f add missed force32 option Edward Rudd 2013-12-31 16:36:00 -0500
  • 7aa07630e4 can't sizeof an iVar in a static function Edward Rudd 2013-12-31 16:32:12 -0500
  • 02738be4c5 CMake's GLEW finds parent dir.. not GL subdir. Edward Rudd 2013-12-31 16:31:58 -0500
  • af70e8c1ff correct ScanRow forward declares Edward Rudd 2013-12-31 16:31:24 -0500
  • eacc143ea0 update extension usage.. Edward Rudd 2013-12-31 16:31:03 -0500
  • 27ae261d0e don't use base name it's destructive to the incoming string which you shouldn't modify as c_str() is const. Edward Rudd 2013-12-31 16:27:28 -0500
  • a3c9f53335 GLSL 100 doesn't do automatic type conversions.. (int to float) Edward Rudd 2013-12-31 16:26:49 -0500
  • 4a817f45e5 wrap not check in parenthesis so the check is done correctly. Edward Rudd 2013-12-31 16:26:10 -0500
  • 2572a05e8b safely print errors by explicitly specifying a format string Edward Rudd 2013-12-31 16:25:38 -0500
  • adfbc5bb64 pull in missing include Edward Rudd 2013-12-31 16:25:07 -0500
  • 5b4e512dc6 ulong isn't defined anywhere (maybe on linux it is.. but not standard on OS X) Edward Rudd 2013-12-31 16:24:56 -0500
  • b1a2569dff add CMake project for easier building Edward Rudd 2013-12-31 16:24:14 -0500
  • 82fb2f6b25 Remove outdated ruby patch Jonas Kulla 2013-12-30 08:31:56 +0100
  • f2d2a1886f Shader: Throw on compile/link error, and print info logs Jonas Kulla 2013-12-30 01:38:10 +0100
  • 680e407a38 SharedState: Throw exception on errors (and handle them) Jonas Kulla 2013-12-30 01:26:39 +0100
  • 9759e52b3c Exception: Constructor now takes printf style arguments Jonas Kulla 2013-12-29 18:05:11 +0100
  • 5b736bcfd6 mkxp.pro: Shorten keyword lenght to choose binding Jonas Kulla 2013-12-29 18:01:57 +0100
  • 7f4e58fd6e MRI-Binding: Don't memcpy script data before deflating Jonas Kulla 2013-12-29 14:55:49 +0100
  • d8e22a8b3c Remove unused definition Jonas Kulla 2013-12-29 14:36:32 +0100
  • 2adf8ab265 Transition from QtCore to stdc++ / STL / boost Jonas Kulla 2013-12-11 20:46:54 +0100
  • 01529c5741 Audio: Fix stream not being unlocked on exception Jonas Kulla 2013-12-28 23:10:43 +0100
  • 99866fb84c Replace QStack with std::stack Jonas Kulla 2013-12-27 20:10:01 +0100
  • 922a16a013 TexPool: Fix wrong total memory consumption calculation Jonas Kulla 2013-12-27 18:46:04 +0100
  • fbf02cf2ce Remove Qt style forloop Jonas Kulla 2013-12-27 06:19:30 +0100
  • f3def32461 Constify Jonas Kulla 2013-12-27 06:11:18 +0100
  • bd63bc9cd2 MRuby-Binding: Make code compile with latest mruby master Jonas Kulla 2013-12-27 04:36:24 +0100
  • 231e38ae8e Replace QVector, QList with std::vector, std::list Jonas Kulla 2013-12-26 20:18:33 +0100
  • 8215bc7e7d Remove useless lines Jonas Kulla 2013-12-26 14:58:24 +0100
  • 0ea242755e README: Audio pitch is implemented Jonas Kulla 2013-12-21 23:02:42 +0100
  • 2538ae4224 README: Typo Jonas Kulla 2013-12-21 23:01:31 +0100
  • 8702afedfc README: Mention SDL_sound patches Jonas Kulla 2013-12-21 21:25:31 +0100
  • 19bb6c924e Gaphics: Make frame skip a config option Jonas Kulla 2013-12-21 21:18:20 +0100
  • c504a383ba MRI-Binding: Optimize RB_ARG_END vaarg guard Jonas Kulla 2013-12-20 11:29:12 +0100
  • d7ceff91a2 MRI-Binding: Deduplicate code Jonas Kulla 2013-12-20 10:22:01 +0100
  • cb36a28b09 Add a very crude screenshot function (press F3) Jonas Kulla 2013-12-20 09:17:15 +0100
  • 3a5c4eba52 BltShader: More hacks! Yay! Jonas Kulla 2013-12-20 07:39:11 +0100
  • 99cbb4d594 FileSystem: Remove useless code Jonas Kulla 2013-12-20 07:38:29 +0100
  • 7e943e2803 MRI-Binding: Optimize attribute setters Jonas Kulla 2013-12-18 17:36:45 +0100
  • f1df97551c FileSystem: Add "otf" to recognized font extensions Jonas Kulla 2013-12-15 10:19:22 +0100
  • 91c5eb1861 MRI-Binding: Fix typo that led to access of freed Color objects Jonas Kulla 2013-12-15 10:13:58 +0100
  • 5f290c5b11 Audio: Prevent div-by-zero Jonas Kulla 2013-12-15 10:12:44 +0100
  • 8161b00804 Remove unneeded include Jonas Kulla 2013-12-11 23:52:20 +0100
  • 3b8484a280 Audio: Silence "unused" errors with latest libvorbisfile Jonas Kulla 2013-12-11 21:08:24 +0100
  • 1f2470deb7 Graphics: Fix some RGSS2 bitrot Jonas Kulla 2013-12-11 21:07:41 +0100
  • 0035c23641 Shader: Group all shaders in one collective struct Jonas Kulla 2013-12-11 05:22:13 +0100
  • 8c6648f47e Use std algorithm functions Jonas Kulla 2013-12-08 13:19:22 +0100
  • ef12e96158 Remove completely outdated note Jonas Kulla 2013-12-08 13:01:59 +0100
  • 946d778b96 Audio: Fix BGM not starting after ME has ended Jonas Kulla 2013-12-08 12:58:39 +0100
  • bf712f3738 Graphics: Remove useless and confusing function Jonas Kulla 2013-12-08 12:57:46 +0100
  • 5328d17090 Graphics: Fix viewport effect rendering bug Jonas Kulla 2013-12-08 12:23:12 +0100
  • 94119baeee MRI-Binding: Add 'ViewportElement.viewport=' binding Jonas Kulla 2013-12-06 15:56:38 +0100
  • 8ac70b7879 Sprite: Perform CPU visibility culling Jonas Kulla 2013-12-06 03:24:53 +0100
  • 6e3b1d9466 Sprite: Don't draw when opacity == 0 Jonas Kulla 2013-12-05 18:27:53 +0100
  • 648684e4aa Don't expose global modules' con/destructors Jonas Kulla 2013-12-05 00:34:11 +0100
  • 5fca94616c Audio: Implement RGSS3 functionality Jonas Kulla 2013-12-05 00:24:18 +0100
  • ef2430e0c3 Sanitize #include statements Jonas Kulla 2013-12-04 17:48:37 +0100
  • 9a63140f3e Audio: MeWatch: Don't resume stopped BGM Jonas Kulla 2013-12-04 17:16:18 +0100
  • 6604959ec6 mkxp.pro: Don't xxd unneeded resources Jonas Kulla 2013-12-04 16:57:45 +0100
  • 04526987e4 Audio: Implement RGSS2 ogg looping Jonas Kulla 2013-12-02 21:40:05 +0100
  • 226e860c38 Bitmap: Fix renaming issue in RGSS2 code Jonas Kulla 2013-12-04 15:53:42 +0100
  • a817b31e7c Audio: Remove all traces of rubberband Jonas Kulla 2013-12-04 14:49:35 +0100
  • e26d0366f1 Revert "Audio: Make cheap OpenAL pitch shifting a config option" Jonas Kulla 2013-12-04 13:39:39 +0100
  • ac35d4214e Audio: Make cheap OpenAL pitch shifting a config option Jonas Kulla 2013-12-01 09:36:15 +0100
  • 47d96bd21e README: Reflect recent audio changes Jonas Kulla 2013-11-30 16:35:37 +0100
  • b5d1172350 MRI-Binding: Silence "may be uninitialized" warnings Jonas Kulla 2013-11-30 14:46:45 +0100
  • a65956818f Bitmap: Feed image extension into SDL2_image for faster loading Jonas Kulla 2013-11-30 14:28:50 +0100
  • 64f35071ab Audio: Replace SFML solution by using OpenAL directly Jonas Kulla 2013-11-30 12:00:11 +0100
  • 47db7165a6 Add patch for enabling pkg-config support in SDL_sound Jonas Kulla 2013-11-30 11:56:46 +0100
  • 0b195cbffc Perftimer: Make GPU query count configurable Jonas Kulla 2013-11-30 11:47:03 +0100
  • 0038d27c11 Input: Fix default key bindings Jonas Kulla 2013-11-30 11:45:17 +0100
  • 210dcbbc3d mkxp is licensed under GPLv2 OR LATER Jonas Kulla 2013-11-23 12:43:32 +0100
  • ac9bc21947 TexPool: Simplify code Jonas Kulla 2013-11-23 12:40:23 +0100
  • da2f68cdba TexPool: Rename 'CacheObject' to 'CacheNode' Jonas Kulla 2013-11-23 12:27:10 +0100
  • b756fa5526 Shader: Fix compile issue (thanks again Mesa!) Jonas Kulla 2013-11-02 15:27:51 +0100
  • 5863e14953 MRI-Binding: Bitmap: Add FIXME Jonas Kulla 2013-11-01 08:37:27 +0100
  • 6a6865cc48 Readme: Fix typo Jonas Kulla 2013-11-01 08:32:59 +0100
  • 06f5a06f67 Filesystem: Optimize RGSSAD file enumeration Jonas Kulla 2013-11-01 08:24:14 +0100
  • 28ff5cd33c Bitmap: Ensure cloned bitmap is non-mega Jonas Kulla 2013-10-31 10:26:39 +0100
  • 3359451f3a MRI-Binding: Catch exceptions in clone constructors Jonas Kulla 2013-10-31 10:25:54 +0100
  • b7a2ba830c MRI-Binding: Bind #initialize_copy for clonable classes Jonas Kulla 2013-10-31 10:13:24 +0100
  • 7549778dc6 Font: Add clone constructor Jonas Kulla 2013-10-31 10:09:57 +0100
  • f067e0eff8 MRI-Binding: Reduce number of object allocations Jonas Kulla 2013-10-30 10:06:24 +0100
  • 8dd6b63fc4 EventThread: Mouse button IDs greater than 'SDL_BUTTON_X2' are possible Jonas Kulla 2013-10-29 08:54:57 +0100
  • b6890a3c35 Remove unused code Jonas Kulla 2013-10-29 08:53:56 +0100
  • 655707b2e4 Merge pull request #2 from cremno/mri-marshal-utf8proc Jonas Kulla 2013-10-22 20:29:51 -0700
  • 58bd60a70f Graphics: Attempt to provide more consistent frame timings Jonas Kulla 2013-10-06 14:11:50 +0200
  • 8c45a5b11e follow-up: style adjustments (see GH-2) cremno 2013-10-22 15:24:55 +0200