Commit Graph

526 Commits

Author SHA1 Message Date
Brandon Wright 27cf1b4f47 Merge branch 'juhalaukken-master' 2016-10-08 21:16:27 -05:00
Brandon Wright 90be7fb762 Merge branch 'master' of http://github.com/juhalaukkanen/snes9x into juhalaukken-master 2016-10-08 21:15:45 -05:00
Brandon Wright 720827a479 Fix xbrz to compile on non-win32, fix GTK+ port to use new xBRZ. 2016-10-08 21:06:15 -05:00
Brandon Wright d506501d54 Compile with C++11 support. 2016-10-08 21:05:53 -05:00
OV2 d81c0a68d3 Win32: fix relative includes for cg shader passes 2016-10-08 23:07:02 +02:00
OV2 ae201d0bf5 libretro: merge changes from libretro repo 2016-10-08 21:34:18 +02:00
OV2 f060f06d31 Win32: switch to VS2015 2016-10-08 17:52:23 +02:00
OV2 357fead53b Fix multicart loading with only one cart 2016-10-07 23:57:02 +02:00
OV2 26914fa9b0 Win32: update xbrz 2016-10-07 23:57:02 +02:00
Brandon Wright ddb1527236 Bump OV2 Windows port copyright. 2016-10-07 12:53:18 -05:00
Brandon Wright 9e490f9529 Bump version number in unix port. 2016-10-07 12:51:43 -05:00
Brandon Wright f1600baa5e Fix Japanese translation issue. Bump to 1.54 in configure.ac. 2016-10-07 12:49:59 -05:00
Brandon Wright 006fc22ebb Add byuu copyright for his S-SMP 2016-10-07 12:47:07 -05:00
Brandon Wright 309ef1f1a4 Bump Gtk+ port minor version number. 2016-10-07 12:37:39 -05:00
Brandon Wright 920cd52a4f Merge branch 'master' of github.com:snes9xgit/snes9x 2016-10-02 19:42:31 -05:00
Brandon Wright 17f83a0806 Fix sizing when using GDK hidpi scaling with OpenGL or Xv. 2016-10-02 19:41:42 -05:00
bearoso b3b31b1d26 Merge pull request #116 from greg-kennedy/patch-1
Update x11.cpp
2016-10-01 20:08:06 -05:00
bearoso fe55308901 Merge pull request #119 from jristz/master
Add mute on turbo translation and hack to ensure EVERYTHINK is translated
2016-10-01 20:06:49 -05:00
Brandon Wright 91aebfe759 Update some copyrights, bump version number. 2016-10-01 20:03:03 -05:00
Brandon Wright 7d95f3732a Fix some idiotic expose handling. 2016-10-01 19:23:21 -05:00
Brandon Wright 026f9eaa1e Fix some possible problems from cppcheck. Everything else looks fine. 2016-09-27 15:25:37 -05:00
Pablo Lezaeta Reyes c3383b3fe9 Add mute on turbo translation and hack to ensure EVERYTHINK is translated
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2016-08-13 14:11:39 -04:00
Brandon Wright f388facb31 Actually mute sound during turbo. 2016-08-06 17:21:04 -05:00
Brandon Wright 1442378a13 Add option to mute sound on turbo 2016-08-02 10:31:05 -05:00
bearoso 65ca7b6fce Merge pull request #102 from trickart/develop
Add ja.po
2016-08-02 15:07:47 -05:00
bearoso 0175e10b06 Merge pull request #115 from jristz/master
Translation to spanish
2016-08-02 15:06:58 -05:00
Greg Kennedy 971492f75c Update x11.cpp
A fix for SNES in high-resolution mode - this was causing the Epoch crash scene in Chrono Trigger to display only on the top half of the screen.
2016-07-27 23:27:07 -05:00
Pablo Lezaeta Reyes b20f405c56 Translation to spanish
The nex translation take es_VE and make it panhispanis, so now es is
used for all the spanish variants.

LINGUAS was updated to reflect the change.

aditionally using the built-in capabilities of poedit I pulled the
strings with the translatable thing from the source and updated the
translation fo the 100%, and recheck it with some styleguides from
some videogame companies and online forums to chech for consistencies
in terminology.

the remained untranslated parts are non translatable (for now) on the
source code, I will check if I can find them and update.

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2016-07-26 02:00:27 -04:00
Brandon Wright 1714ecf465 Don't set pixbuf to raw image data. Fixes segfault. 2016-04-15 13:07:37 -05:00
OV2 05b827a60e Merge pull request #101 from greg-kennedy/master
General changes to x11 port (Xv accel, fullscreen, aspect control, joysticks, etc)
2016-01-12 18:46:36 +01:00
trickart a4fd652a8b Add ja.po 2016-01-10 22:29:23 +09:00
Greg Kennedy 5990555449 Gracefully handle joystick errors, and attempt to reconnect unplugged sticks. 2016-01-04 17:41:52 -06:00
Greg Kennedy 602d70195f Fixes to maxaspect 2016-01-04 17:20:13 -06:00
Greg Kennedy 9f960951b2 Update config.sub, config.guess, install-sh to latest from autotools re: issue #81 2016-01-02 22:40:24 -06:00
Greg Kennedy f1f71f92e8 Add -maxaspect option for fullscreen, which stretches / autocrops, but ignores 8:7 aspect. 2016-01-02 22:32:31 -06:00
Greg Kennedy 65a3701be3 Switch to Fullscreen fails unless done after MapWindow. 2015-12-29 16:17:24 -06:00
Greg Kennedy a371d3b389 Add output scaling when Xv fullscreen is enabled. 2015-12-29 14:25:19 -06:00
Greg Kennedy 7396766588 Add Xv acceleration support to unix port. 2015-12-29 14:04:13 -06:00
Greg Kennedy 2db2c2f57c Wrap XImage in a generic struct, for extending with XvImage later. 2015-12-29 00:55:03 -06:00
Greg Kennedy 6d7b68f4d1 Add XV extension to configure script. 2015-12-28 15:24:34 -06:00
Greg Kennedy 71648e7a86 Add -fullscreen option, which starts snes9x in fullscreen mode. 2015-12-28 15:22:11 -06:00
Greg Kennedy b02099f52b Add error message if sound device cannot be opened. 2015-12-28 14:39:16 -06:00
OV2 3351c3b820 win32: fix auto mouse cursor hide 2015-10-11 22:13:36 +02:00
Brandon Wright dfe3925638 Add missing splash source file. 2015-08-19 13:58:34 -05:00
Brandon Wright 8a52db74da Draw splash background with drivers.
Avoids cairo conflicts and allows user to see post-processing changes.
2015-08-16 05:36:56 -05:00
Brandon Wright 9a27cf6b36 Remove superfluous expose causing parsing stop on GTK+3. 2015-08-14 02:01:24 -05:00
Brandon Wright 93f2aa68b9 unix port is not GTK+ port 2015-08-11 20:27:56 -05:00
BearOso 0c5e9aaf82 Merge pull request #64 from nmagre/master
gtk: add xBRZ (2x, 3x, 4x)
2015-08-12 03:21:42 -05:00
BearOso e4d5cbc5ba Merge pull request #78 from thauti/bugfix
Gtk : Fix Mutex problem
2015-08-12 02:54:12 -05:00
OV2 9372aa9541 Win32: improve transfer of command line controller settings 2015-05-24 16:17:58 +02:00