Commit Graph

115 Commits

Author SHA1 Message Date
Brandon Wright 5f56cadafb Use a license stub everywhere.
This points to the full license in the root directory.
2018-11-15 17:31:39 -06:00
Brandon Wright e5aed9f8d5 Update 1.56.2 to 1.57 everywhere but appveyor. 2018-11-08 19:00:36 -06:00
Brandon Wright e49dcc0cb2 GTK+, Unix: Preserve current joypad state when rewinding. 2018-06-16 17:31:41 -05:00
Brandon Wright de593cbe6f Bump version number to 1.56.2. Update changes.txt. 2018-06-16 17:10:13 -05:00
Brandon Wright 3578139270 Bump version number. 2018-06-07 16:02:48 -05:00
Brandon Wright 83480765f1 Sanity check input rate better. 2018-06-07 15:49:41 -05:00
Brandon Wright 642ce83e47 Switch back to .cht format. Update to byuu's new form. 2018-06-03 18:02:48 -05:00
Brandon Wright 78bc52cd8e Add some debugging info. Don't reset timer when reading $4211. 2018-05-28 18:24:11 -05:00
Brandon Wright b64eaba633 Bump version number, except Appveyor. 2018-05-25 16:01:02 -05:00
Brandon Wright 20bd60a3c6 Update copyright dates. 2018-05-25 15:44:52 -05:00
bearoso 4dcf4ddc74
Merge pull request #196 from Francesco149/xinerama
Add xinerama multi-monitor support and position window hints
2018-05-19 15:47:38 -05:00
Brandon Wright 39601dd174 unix: Don't remove compiler flags for no reason, and put user flags at the end so as to overwrite Snes9x's. 2018-05-06 20:04:25 -05:00
Brandon Wright e3838a2dad Use .bml instead of .cht. Add fallbacks where loading. 2018-04-30 17:25:43 -05:00
Brandon Wright e69fd7c50e Fix a couple bugs. Change cheats on unix to work like they used to. 2018-04-30 16:44:17 -05:00
Brandon Wright cb531670e5 Various fixes. Allow global disabling of cheats. 2018-04-26 11:15:20 -05:00
Brandon Wright bbfeb19b08 Calculate SHA256 checksum for later use. 2018-04-24 17:06:32 -05:00
Brandon Wright b80938f546 Put LDFLAGS back into the flags of the unix build. 2018-04-22 16:51:14 -05:00
Brandon Wright 513926521d Don't set GFX_MULTI_FORMAT if not needed. The BuildPixel calls cost ~3% performance. 2018-04-21 19:17:39 -05:00
bearoso d89154a0b2
Merge pull request #259 from NoSuck/unix_fullscreen
unix: fix fullscreen property change timing
2017-11-19 12:16:36 -06:00
Brandon Wright 7a2ca6dc2a Update copyrights. 2017-11-17 16:00:58 -06:00
The Flying Rapist 1b008bed45 unix: fix fullscreen property change timing
Previously, the Unix version of Snes9x was unable to create a fullscreen window.  (It would create a regular window the size of the screen.)
2017-11-12 14:11:26 -05:00
OV2 cb3ace471e Rename IPS_DIR to PATCH_DIR, split cheats path in win32 2017-09-11 23:29:12 +02:00
Franc[e]sco 81694ae8f9 add xinerama multi-monitor support and position window hints 2017-05-10 21:27:27 +02:00
Brandon Wright 4c2b41e6f2 Update version number to 1.55. 2017-05-06 18:02:01 -05:00
Marcos Mello 359b906b69 Unix: obey LDFLAGS on linking 2017-02-26 10:16:39 -03:00
Brandon Wright c5965f897a Fix wording when minizip library isn't found. 2016-11-28 14:01:18 -06:00
Brandon Wright 9e97394333 Add aclocal.m4, update configure with system_zip fix. 2016-11-15 15:34:57 -06:00
Brandon Wright 27e6bc1b01 Merge branch 'msu1' 2016-11-14 13:12:00 -06:00
Lars Wendler def3936a53
Introduce --with-system-zip configure flag to use system zip (minizip)
if available.
2016-11-11 18:26:59 +01:00
qwertymodo ded20db036 Add MSU-1 to unix build. 2016-11-07 18:55:39 -08:00
Brandon Wright 1661fc838c Add copyrights. 2016-10-15 11:31:26 -05:00
Brandon Wright 83b7e28cec Bump version number to 1.54.1. 2016-10-14 13:18:25 -05: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 006fc22ebb Add byuu copyright for his S-SMP 2016-10-07 12:47:07 -05:00
bearoso b3b31b1d26 Merge pull request #116 from greg-kennedy/patch-1
Update x11.cpp
2016-10-01 20:08:06 -05:00
Brandon Wright 91aebfe759 Update some copyrights, bump version number. 2016-10-01 20:03:03 -05:00
Brandon Wright 026f9eaa1e Fix some possible problems from cppcheck. Everything else looks fine. 2016-09-27 15:25:37 -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
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
Brandon Wright 93f2aa68b9 unix port is not GTK+ port 2015-08-11 20:27:56 -05:00
Nicolas Magré 68af47097e gtk: add xBRZ (2x, 3x, 4x) 2015-01-28 15:24:35 +01:00
OV2 8e1b726b6b Move statemanager to s9x folder, add rewind support to unix port 2012-03-29 15:31:41 +02:00
OV2 9cc05b3c12 Merge branch 'memstream'
Resolved conflicts:
	apu/SNES_SPC.h
	memmap.cpp
	port.h
	unix/Makefile.in
2012-03-25 20:44:57 +02:00
Bl0ckeduser 4ce12c93c8 Update unix build scripts for new apu code 2012-02-08 20:15:23 -05:00
OV2 faee2859b5 Change ZeroMemory to memset 2012-01-23 18:12:47 +01:00
OV2 dee8895db2 Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
OV2 c47598f3cf Update copyright in all files 2011-04-11 21:51:20 +02:00
zones 2f2d92a9da Update changelog / update minizip to 1.01h / update docs / Mac: changed MusicBox to Cocoa interface 2011-04-10 22:44:28 +09:00
zones 41dc2fbb61 Add blend filters in blit.cpp 2011-02-24 21:22:19 +09:00
zones a013ae3306 Mac,Unix: Add 256*448,478 support / Mac:code cleanup 2011-02-20 20:27:20 +09:00
zones fb2f4b0f12 Unix: fix segfault, fix hang-up with -DNOSOUND. 2011-01-30 20:51:23 +09:00
zones 82435ab5db Merged with coreupdate branch, so now the master branch has improved IRQ and SA-1. / Remove i386 asm codes. 2011-01-16 17:15:13 +09:00
zones 2f167567f5 Fix HIRQ 2010-11-28 22:35:41 +09:00
OV2 d1666860e0 Initial 1.52 import 2010-09-25 17:46:12 +02:00