Commit Graph

  • d9f13c39e9 Merge branch 'master' of /home/Ancurio/programming/C++/mkxp Jonas Kulla 2016-02-25 17:30:01 +0100
  • 47ef36ca19 EventThread: ifdef out broken SDL function on OSX Jonas Kulla 2016-02-24 17:55:28 +0100
  • de74fc1bc3 EventThread: Fix mouse cursor not being hidden Jonas Kulla 2016-02-24 17:44:42 +0100
  • 5d776319b5 Font/MRI: Improve handling of (default_)name attributes Jonas Kulla 2016-01-05 08:41:47 +0100
  • 53b5b923d4 Merge pull request #138 from mook/graphics-playmovie-stub Jonas Kulla 2015-10-30 16:20:47 +0100
  • 8e411cbcfe Graphics: Stub out play_movie Mook 2015-10-30 08:01:36 -0700
  • 967a388965 CMakeLists.txt: Add steamshim sources Jonas Kulla 2015-09-30 18:49:14 +0200
  • 4382bc57e7 Add steamshim integration Jonas Kulla 2015-09-20 19:54:57 +0200
  • 213ee81f1c Merge commit 'afab51279e5879488cf738079eac0a1e7ec897ba' Pull in some fixes from upstream (but not too many :) Jonas Kulla 2015-08-03 04:10:13 +0200
  • 7bf6eca362 EventThread: Comment out unneeded SDL2 constants Jonas Kulla 2015-07-26 23:56:50 +0200
  • 4d97a17c44 TilemapVX: Ensure legs of out-of-view table tiles are drawn Jonas Kulla 2015-07-19 22:32:59 +0200
  • 7017ca1c53 Use static lifetime for constant array Jonas Kulla 2015-07-19 17:32:13 +0200
  • 30465691ae Tilemap: Fix map viewport calculation Jonas Kulla 2015-07-19 17:30:25 +0200
  • dd7545fcf2 TilemapVX: Clean up the horrible map viewport calculation code Jonas Kulla 2015-07-16 19:05:15 +0200
  • 5aaeb0206c Remove some stuff that was accidentally committed Jonas Kulla 2015-07-16 18:44:03 +0200
  • 9a3dd2d554 Config: Enable smoothScaling by default Jonas Kulla 2015-07-16 18:41:48 +0200
  • 384249c31a Unify float literals to use f suffix and avoid double promotions Jonas Kulla 2015-07-14 18:20:31 +0200
  • d1ee507ec4 Vec2i, IntRect: Add unequal operator Jonas Kulla 2015-07-12 10:30:36 +0200
  • 21247b18b5 Merge pull request #127 from cremno/add-sprite-bush_opacity Jonas Kulla 2015-07-21 12:12:24 +0200
  • 861d261af2 add Sprite#{bush_opacity,bush_opacity=} cremno 2015-07-21 07:27:53 +0200
  • fe6799d00b TilemapVX: Fix map viewport calculation Jonas Kulla 2015-07-10 04:58:28 +0200
  • fe709b6010 Use vector math Jonas Kulla 2015-07-10 04:51:29 +0200
  • 54c1107f19 FileSystem: Fix file lookup if unrelated files with same name exist Jonas Kulla 2015-07-09 13:00:56 +0200
  • 533e69275a Constify Jonas Kulla 2015-07-09 14:53:59 +0200
  • e4558c9dfb Use FS::openReadRaw() where ext supplementing makes no sense Jonas Kulla 2015-07-09 12:58:01 +0200
  • 5382cc11a3 MidiSource: Close source SDL_RWops before throwing error Jonas Kulla 2015-07-09 12:38:04 +0200
  • 1e9e24e45c README: Add note about RGSS version support Jonas Kulla 2015-07-09 12:33:55 +0200
  • 9acdd206f6 Vec4: Rename 'xyzHasEffect()' to something that makes sense Jonas Kulla 2015-07-07 15:59:10 +0200
  • 6e176a454c Constify Jonas Kulla 2015-07-07 15:56:21 +0200
  • afab51279e Graphics: Fix viewport color/flash effectiveness calculation Jonas Kulla 2015-07-07 15:53:15 +0200
  • 61849a9158 GLMeta: Eliminate redundant parameter Jonas Kulla 2015-07-07 15:25:48 +0200
  • 2d31d08fa6 Add some general fixes from #111 found by @chosenofbear Jonas Kulla 2015-06-18 07:21:55 +0200
  • e778dc17c5 Relocate SDL_sound patches into forked repo Jonas Kulla 2015-06-18 07:11:38 +0200
  • 6380a93cec Graphics: Fix ::transition() "filename" default value Jonas Kulla 2015-06-10 13:23:39 +0200
  • 064b7ac80d README: Add link to dependency kit Jonas Kulla 2015-06-03 16:01:29 +0200
  • d5bacf50f5 TileAtlasVX: Fix table extents being covered by below tiles Jonas Kulla 2015-05-31 20:58:05 +0200
  • e4bc08e972 Fix for old, broken OpenAL-Soft headers Jonas Kulla 2015-05-26 01:40:53 +0200
  • 88eca58268 Revert "check Ruby strings for embedded null bytes" Jonas Kulla 2015-04-02 03:15:31 +0200
  • e72bced0f7 'snprintf()' guarantees null termination of buffer Jonas Kulla 2015-03-27 08:21:47 +0100
  • 115ea9d8f7 Merge branch 'master' of mkxp Jonas Kulla 2015-03-23 09:08:12 +0100
  • 794e86d0ab AudioStream: Prevent MeWatch from restarting fully faded out stream Jonas Kulla 2015-03-22 09:06:29 +0100
  • 7260c467b8 AudioStream: Clarify thread-safe usage of stream flags Jonas Kulla 2015-03-22 08:42:43 +0100
  • 8d7166f3d2 MRI: Fix Font.name returning nil Jonas Kulla 2015-03-16 08:36:29 +0100
  • 5379511d95 Bitmap: Fix vertical alignment for some letters with outline Jonas Kulla 2015-03-04 23:34:56 +0100
  • ea4473d83b Merge branch 'master' of mkxp Jonas Kulla 2015-02-26 19:49:21 +0100
  • f858ad6bfb Make it compile with SDL 2.0.1 Jonas Kulla 2015-02-26 19:46:06 +0100
  • 91c9bfd0f4 Fix compilation failure inside OSX ifdef block Jonas Kulla 2015-02-26 19:44:05 +0100
  • 29ebd3e303 Don't use constant of unreleased SDL dev version Jonas Kulla 2015-02-26 16:58:41 +0100
  • ba2967a461 Typo Jonas Kulla 2015-02-21 02:16:47 +0100
  • d07309c8f9 Merge branch 'master' of /home/Ancurio/programming/C++/mkxp Jonas Kulla 2015-02-21 02:13:40 +0100
  • 7393f7e951 Config: Add "execName" to specify ini and rgssad filenames Jonas Kulla 2015-02-19 02:23:23 +0100
  • 531441d4e3 Make audio asset decoding failures non-fatal Jonas Kulla 2015-02-17 02:09:55 +0100
  • 0f91bdefea Fix indentation Jonas Kulla 2015-02-17 01:48:05 +0100
  • 44eaaf5985 FileSystem: Change file lookup to match all extensions Jonas Kulla 2015-02-17 01:42:11 +0100
  • 87462fd7b0 Use more explicit vector math via method overloads Jonas Kulla 2015-02-10 16:42:32 +0100
  • a4b1be1da5 Remove superfluous lines Jonas Kulla 2015-02-10 15:53:58 +0100
  • c328ebee04 Typo Jonas Kulla 2015-02-10 15:53:12 +0100
  • 713ea07558 SDL hints need to be set before initialization Jonas Kulla 2015-02-10 15:51:33 +0100
  • b2631d4c23 Bitmap: Fix scaled blit from mega surface to texture Jonas Kulla 2015-02-10 15:34:42 +0100
  • 4864f63c6c Sprite: Fix visibility calculation Jonas Kulla 2015-02-04 15:17:45 +0100
  • e339964076 MidiSource: Fix some channels being mute after looping Jonas Kulla 2015-01-21 16:51:00 +0100
  • 64a3ac3769 README: Add soundfont link and mark font outlines as done Jonas Kulla 2015-01-21 14:58:54 +0100
  • fa0459ad93 Fix code formatting Jonas Kulla 2015-01-15 11:09:12 +0100
  • 74f8c91bf4 Oops Jonas Kulla 2015-01-15 09:05:51 +0100
  • 7cbe1eef94 Graphics: Improve transition "vague" parameter accuracy Jonas Kulla 2015-01-15 08:26:33 +0100
  • f6604a88b8 sdl-util.h: Consider physical filesystem when opening raw files Jonas Kulla 2015-01-15 08:11:01 +0100
  • c92df0ce3a EventThread: Pause OpenAL device when entering background Jonas Kulla 2015-01-15 08:07:22 +0100
  • 7c6a2b2c62 Pause RGSS execution when moving into background on Android Jonas Kulla 2015-01-15 08:02:21 +0100
  • 012d87d05a Disable accelerometer joystick emulation on Android Jonas Kulla 2015-01-15 07:21:07 +0100
  • f1da585f33 Be explicit about how relative paths are resolved in mkxp.conf Jonas Kulla 2015-01-15 07:18:02 +0100
  • a05a3deff6 EventThread: Factor out event discarding code Jonas Kulla 2015-01-03 20:48:31 +0100
  • 6f88ddc51c Config: Move default entry values into PO_DESC macro list Jonas Kulla 2015-01-03 19:28:23 +0100
  • 7003039e56 EventThread: Track touch state (maximum 4 fingers) Jonas Kulla 2015-01-03 19:18:52 +0100
  • 146e0294b4 Add option to fix the framerate to the native screen refresh rate Jonas Kulla 2015-01-03 18:48:09 +0100
  • 4fb94aaf10 FileSystem: Add fallback to wrapped SDL_RWops if normal mounting fails Jonas Kulla 2015-01-02 14:50:14 +0100
  • 3411435138 Factor out some thread communication code (window size, bindings) Jonas Kulla 2015-01-02 01:41:23 +0100
  • c63a8947ce Tilemap: Don't emit draw with zero quads Jonas Kulla 2015-01-02 00:09:53 +0100
  • b42725ea20 Add config option working around buggy graphics drivers Jonas Kulla 2015-01-01 23:38:11 +0100
  • 9122446b23 EventThread: Discard fake mouse events on mobile Jonas Kulla 2014-12-24 09:39:01 +0100
  • 7cbf81c83a Add 'printFPS' config entry to continuously print FPS to console Jonas Kulla 2014-12-24 06:23:28 +0100
  • b4bca7ea3b GLState: Constify Jonas Kulla 2014-12-24 05:37:26 +0100
  • 725af97e7b gl-util.h: Unify function qualifier use Jonas Kulla 2014-12-24 05:35:37 +0100
  • 35077793a0 Add std::streambuf wrapper around SDL_RWops for boost Jonas Kulla 2014-12-24 05:30:43 +0100
  • 5974d05380 Create OpenAL device in main() and store in RGSSThreadData Jonas Kulla 2014-12-23 20:32:16 +0100
  • 3596fc568d main.cpp: Immediately query the actual window size after creation Jonas Kulla 2014-12-23 20:27:22 +0100
  • 69795be30b Android uses the Linux shared object naming convention Jonas Kulla 2014-12-23 20:21:55 +0100
  • 0a484c8a31 std::string constructor doesn't like null pointers Jonas Kulla 2014-12-23 20:19:28 +0100
  • 4560589e25 Audio: Set overall volume of OpenAL output to 0.8 Jonas Kulla 2014-12-23 20:12:47 +0100
  • 4b08d82ea4 MRI: dataDirectory: Return "." if customDataPath is not defined Jonas Kulla 2014-12-23 20:10:28 +0100
  • 88c41bcc62 Debug: Use native logging on Android Jonas Kulla 2014-12-23 20:07:33 +0100
  • a112529f53 Use compile time strlen Jonas Kulla 2014-12-23 19:34:12 +0100
  • b963c67339 SharedState: Don't reallocate global tex on every bind Jonas Kulla 2014-12-23 19:24:29 +0100
  • ee17bb2137 Call glReleaseShaderCompiler on GLES Jonas Kulla 2014-12-23 19:23:08 +0100
  • 3fb4108306 gl-fun.h: Add some enums missing in gl2.h Jonas Kulla 2014-12-23 19:16:45 +0100
  • fcfa079e7b Perform chdir(gameFolder) early in main() Jonas Kulla 2014-12-23 19:15:13 +0100
  • 03a6c657c4 main.cpp: Always display errors in a message box Jonas Kulla 2014-12-23 19:08:50 +0100
  • b39964a49a MRI: Make error handling during script load more robust Jonas Kulla 2014-12-23 19:05:08 +0100
  • 2f95c0613a Shaders: Prefer arithmetic conditionals to branching Jonas Kulla 2014-12-23 19:00:14 +0100
  • 373b90af00 Graphics: Optimize Viewport effect rendering Jonas Kulla 2014-12-23 18:56:00 +0100
  • 3c0a530eba Sprite: Add special case shader for translucent effect Jonas Kulla 2014-12-23 17:52:32 +0100