Commit Graph

  • 2cc2ebca31 GLState: Get rid of GL_TEXTURE_2D enable/disable Jonas Kulla 2014-05-30 23:03:19 +0200
  • 7b1f599dd6 mkxp.pro: Add 'BOOST_LIB_SUFFIX' Jonas Kulla 2014-05-27 07:35:06 +0200
  • 5ba40369cc Don't unnecessarily expose internal constant Jonas Kulla 2014-05-26 16:54:54 +0200
  • ad63c962c6 Merge pull request #32 from cremno/use-rb_funcall2-instead-of-rb_funcallv Jonas Kulla 2014-05-25 13:28:31 +0200
  • e6a116f43f use `rb_funcall2` instead of `rb_funcallv` cremno 2014-05-25 12:57:04 +0200
  • 0ef68a2eb7 Audio: Remove unused float helper code Jonas Kulla 2014-05-24 18:26:04 +0200
  • ce0fee0641 Spacing Jonas Kulla 2014-05-24 18:24:51 +0200
  • 70279f0fdc mkxp.pro: Remove stray linker parameter Jonas Kulla 2014-05-24 18:24:10 +0200
  • ea20154978 Spacing Jonas Kulla 2014-05-22 05:49:06 +0200
  • 66fe932a8e Remove useless code Jonas Kulla 2014-05-21 18:11:31 +0200
  • 2d30301aef DebugWriter: Add std::vector print handler Jonas Kulla 2014-05-21 18:10:46 +0200
  • 32bb18d93f Spacing Jonas Kulla 2014-05-21 18:10:14 +0200
  • d09f4a1bae Typo Jonas Kulla 2014-05-21 18:08:31 +0200
  • e74f889bc5 Quad: Don't discard VBO on each update Jonas Kulla 2014-05-16 21:37:28 +0200
  • 8dd7c1b48c Spacing/spelling Jonas Kulla 2014-05-07 17:52:11 +0200
  • 72fc659a4c MRI-Binding: Don't refine Kernel#caller in RGSS3 Jonas Kulla 2014-05-07 03:19:06 +0200
  • 1bdcfa7b04 MRI-Binding: Adjust 'Kernel#caller' output to match RMXP Jonas Kulla 2014-05-06 12:13:12 +0200
  • c6a3c5aa59 Graphics: Setting 'fixedFramerate' to -1 disables frame limit Jonas Kulla 2014-05-05 09:21:20 +0200
  • 627ff66e7a mkxp.pro: Add 'EMBED' files to 'OTHER_FILES' Jonas Kulla 2014-05-03 04:07:07 +0200
  • 80b2768e73 Fix "unused variable" warning Jonas Kulla 2014-05-03 04:05:11 +0200
  • 58d86039d5 Merge branch 'dev' Jonas Kulla 2014-04-17 08:19:24 +0200
  • 4cb1c10c3a Minor declaration fix Jonas Kulla 2014-04-16 20:54:29 +0200
  • 4e346cac27 Merge pull request #25 from cremno/mri-improve-error-printing Jonas Kulla 2014-04-16 20:22:58 +0200
  • bd6764450f fix comment style cremno 2014-04-16 20:05:15 +0200
  • f11cc182df Remove screenshot functionality Jonas Kulla 2014-04-16 13:48:45 +0200
  • 1ef6e04520 Font: Overhaul font asset discovery Jonas Kulla 2014-04-11 13:37:14 +0200
  • 31626c9acc Spacing Jonas Kulla 2014-04-16 13:06:16 +0200
  • 51c5ca1410 Graphics: Taint entire Bitmap in #snap_to_bitmap Jonas Kulla 2014-04-15 19:05:36 +0200
  • f25d2db63c MRI-Binding: Add RGSS3 '__FILE__' variant Jonas Kulla 2014-04-15 11:54:22 +0200
  • 711060db8f Spacing / minor fixes Jonas Kulla 2014-04-14 09:39:23 +0200
  • 4ca9e82a14 MRI: improve error printing cremno 2014-04-14 00:07:51 +0200
  • ab9464006b Merge pull request #24 from cremno/mri-rewrite-script-eval Jonas Kulla 2014-04-12 11:54:13 +0200
  • 95c112bbe4 MRI: add option to use a script's name as filename cremno 2014-04-11 18:11:32 +0200
  • 8bc17a9a98 MRI: less `strlen` calls, use custom script's filename cremno 2014-04-11 16:40:49 +0200
  • 6dfa4f6b7d MRI-Binding: Add 'Graphics.width/height' bindings (RGSS2) Jonas Kulla 2014-04-11 13:34:19 +0200
  • 8203e32900 MRI-Binding: Define 'msgbox' p/print aliases (RGSS3) Jonas Kulla 2014-04-11 13:31:09 +0200
  • f6ec364632 MRI: rewrite script eval cremno 2014-04-10 14:00:05 +0200
  • 06b877a78c MRI: don't set $0 (see #24) cremno 2014-04-10 02:14:25 +0200
  • 4e0262d2a7 MRI: fix $RGSS_SCRIPTS cremno 2014-04-10 01:16:31 +0200
  • f8b87eb188 MRI: don't manually peform GC cremno 2014-04-09 23:45:24 +0200
  • 804a697c03 MRI: add $RGSS_SCRIPTS cremno 2014-04-09 22:36:56 +0200
  • 4219b91bbb al-util.h: Add include fix for older OpenAL releases Jonas Kulla 2014-02-06 04:27:17 +0100
  • af9039f58d Sprite: Implement wave effect (RGSS2) Jonas Kulla 2014-02-03 15:32:50 +0100
  • 42b10fd2ee mkxp.pro: Add RGSS3 config define Jonas Kulla 2014-02-03 15:24:10 +0100
  • 64f1e32fdc Input: Implement RGSS3 functionality in bindings Jonas Kulla 2014-02-03 15:04:57 +0100
  • 5a6c0c14ed MRuby-Binding: Fix etc accessors not using getter/setter functions Jonas Kulla 2014-02-03 14:07:08 +0100
  • bb8f2351cc Bitmap: Remove leftover 'flush()' calls Jonas Kulla 2014-02-02 23:36:01 +0100
  • e0a4dfe372 Bitmap: Make #get_pixel/#set_pixel more accurate Jonas Kulla 2014-01-31 10:19:16 +0100
  • 1b0eb2797d BltShader: Correct algorithm as provided my /cremno Jonas Kulla 2014-01-31 10:08:05 +0100
  • b6a299541f Bitmap: Fix #get_pixel returning bogus values Jonas Kulla 2014-01-28 16:34:28 +0100
  • 96d2707edb Bitmap: Fix #get_pixel returning bogus values Jonas Kulla 2014-01-28 16:34:28 +0100
  • f956f21ce1 Revert "Font: Adhere to spec and set Font.default_name to "MS PGothic"" Jonas Kulla 2014-01-26 08:06:54 +0100
  • b28863d8eb Add comment Jonas Kulla 2014-01-25 09:30:48 +0100
  • 53718d0428 README: Mention cmake and fix some wording Jonas Kulla 2014-01-25 09:30:05 +0100
  • 643000d4a0 Merge pull request #16 from cremno/mri-minor-optimizations Jonas Kulla 2014-01-25 00:23:26 -0800
  • f06769b434 MRI: some minor optimizations cremno 2014-01-24 22:23:30 +0100
  • 87c1e376b9 GLState: Add bound shader program to managed state Jonas Kulla 2014-01-20 00:57:40 +0100
  • b729da249b Graphics: Don't unbind shader Jonas Kulla 2014-01-20 00:56:00 +0100
  • e93e1fd292 debugwriter.h: Use std::newl instead of '\n' Jonas Kulla 2014-01-20 00:54:42 +0100
  • f3572f5ba4 Bitmap: Don't unbind shader after render op Jonas Kulla 2014-01-20 00:53:58 +0100
  • f39d1239bb TileAtlas: Slightly optimize out some allocation Jonas Kulla 2014-01-16 19:17:46 +0100
  • b0a41a23e0 Rename typedef and fix wrong documenting comment Jonas Kulla 2014-01-16 19:16:09 +0100
  • 316457b988 Refactoring Jonas Kulla 2014-01-16 04:19:22 +0100
  • 91efcfa06d FileSystem: More stringent RGSSAD header checks Jonas Kulla 2014-01-16 01:06:59 +0100
  • cb39c2f345 Documentation: Move mkxp.conf description into sample conf Jonas Kulla 2014-01-15 03:20:05 +0100
  • 9b92a7bc14 Documentation: Move mkxp.conf description into sample conf Jonas Kulla 2014-01-15 03:20:05 +0100
  • 81ec731e5a Merge branch 'dev' Jonas Kulla 2014-01-15 01:56:58 +0100
  • bbb9bff239 FileSystem: Fix path cache for mounted zip archives Jonas Kulla 2014-01-15 01:51:56 +0100
  • f14a379ee9 FileSystem: Trim redundant error message on ENOENT Jonas Kulla 2014-01-15 01:47:16 +0100
  • 64cb4ee4f1 Use stdint types Jonas Kulla 2014-01-15 01:43:46 +0100
  • 0f004b8601 Spacing Jonas Kulla 2014-01-15 00:48:34 +0100
  • 20e323c699 Config: Parse from command line options on top of config file Jonas Kulla 2014-01-10 20:16:34 +0100
  • c33144552a Config: Parse from command line options on top of config file Jonas Kulla 2014-01-10 20:16:34 +0100
  • b8fc5e25b9 Audio: Make thread names more descriptive Jonas Kulla 2014-01-07 16:06:50 +0100
  • 0a53a894dc Merge branch 'master' of github.com:Ancurio/mkxp Jonas Kulla 2014-01-07 05:26:05 +0100
  • 063793c4d9 Turn screenshots (F3) off by default Jonas Kulla 2014-01-07 05:25:00 +0100
  • 4c5b21496a Merge pull request #13 from humble/baseNameFix Jonas Kulla 2014-01-06 16:33:46 -0800
  • c60ffa6384 fix npos comparison check in baseName method Edward Rudd 2014-01-06 12:45:01 -0500
  • 953f903149 Spacing Jonas Kulla 2014-01-05 16:09:00 +0100
  • e9cf77dbce Config: Fix preceeding '/' in deducted game title Jonas Kulla 2014-01-05 10:31:15 +0100
  • 19dc83a5d5 Bitmap: Supply image filename on loading error Jonas Kulla 2014-01-05 10:28:35 +0100
  • 8ed6de22a4 Input: Return const -20 mouse position when outside window Jonas Kulla 2014-01-05 01:15:33 +0100
  • 318162a229 fix screen grab crash when in fullscreen Edward Rudd 2014-01-03 12:33:44 -0500
  • 56b49acf39 Spacing Jonas Kulla 2014-01-04 13:50:07 +0100
  • 43321b8ed7 Coding style fixes Jonas Kulla 2014-01-04 13:49:08 +0100
  • 092e6ad948 Typo Jonas Kulla 2014-01-04 13:48:23 +0100
  • d93c1280aa Font: Open TTF font as late as possible Jonas Kulla 2014-01-04 13:47:00 +0100
  • 857693d4a1 Font: Fix 'Font#set_name' not actually changing underlying TTF_Font Jonas Kulla 2014-01-04 13:00:38 +0100
  • 78f9272e3d Typo Jonas Kulla 2014-01-04 13:00:04 +0100
  • c9423164d4 Font: Adhere to spec and set Font.default_name to "MS PGothic" Jonas Kulla 2014-01-04 12:58:03 +0100
  • a8bff666eb Audio: Don't try to fill and queue null buffer Jonas Kulla 2014-01-04 12:28:16 +0100
  • 3daf805350 Table: Serialize actual table dimensions instead of '3' Jonas Kulla 2014-01-02 03:39:22 +0100
  • 5f16eef273 EventThread: Properly allocate SDL user event codes Jonas Kulla 2014-01-02 02:22:10 +0100
  • 0a336ea315 Spacing Jonas Kulla 2014-01-02 00:17:31 +0100
  • a0a27889a3 Merge #8 Jonas Kulla 2014-01-02 00:11:57 +0100
  • 5b4f0b239c add config option to set the window icon Edward Rudd 2014-01-01 16:52:07 -0500
  • a740f7754c add option to choose whether left alt or both alts toggle's fullscreen Edward Rudd 2014-01-01 15:56:38 -0500
  • 05668f792a small tweaks to cmake for linux Edward Rudd 2014-01-01 14:54:19 -0500
  • 5c0295e972 use correct macros in ruby code so code compiles in 32bit and 64bit mode Edward Rudd 2014-01-01 11:20:42 -0500
  • 1ce4970d62 setup source groups in the cmake to make IDEs more organized Edward Rudd 2014-01-01 11:19:31 -0500