Commit graph

473 commits

Author SHA1 Message Date
Ryan Danbrook
ca6de92bc5 Bump version number 2014-09-01 22:03:31 -04:00
Ryan Danbrook
18d63c3c7b Disable SDL audio under 2.0.4 2014-09-01 21:34:19 -04:00
Ryan Danbrook
de06974b19 Updated documentation and hardcoded inputs 2014-09-01 21:02:26 -04:00
Ryan Danbrook
b919cde7b2 Added fullscreen toggle to menu 2014-09-01 20:55:41 -04:00
Ryan Danbrook
9bb769302b Allow Enter and Space to be entered as input mappings 2014-09-01 20:48:32 -04:00
Ryan Danbrook
6393afe99e Merge branch 'unused' of git://github.com/lioncash/nestopia 2014-08-31 08:12:59 -04:00
Lioncash
5e668ba448 Core: Remove unused variable from NstCartridgeRomset.cpp 2014-08-30 22:57:34 -04:00
Ryan Danbrook
e30e37b796 Merge branch 'lioncash-initializer-list-uninitialized' 2014-08-30 18:38:44 -04:00
Lioncash
87d63cd6e3 Core: Fix the use of uninitialized class members being used within the initialization list. 2014-08-30 13:56:21 -04:00
Ryan Danbrook
9c79815c2a Added input defaults button 2014-08-30 00:25:59 -04:00
Ryan Danbrook
00abde35d6 Tweaked configuration files and defaults 2014-08-29 22:37:04 -04:00
Ryan Danbrook
0b83ef2293 Improved input config 2014-08-29 22:03:43 -04:00
Ryan Danbrook
532c4bdd92 Added support for compressed files that are not inside a .tar to the file open dialog 2014-08-21 08:24:29 -04:00
Ryan Danbrook
3416734243 Fixed a bunch of little bugs 2014-08-17 11:05:59 -04:00
Ryan Danbrook
c8999301df Defaulted to mono audio 2014-08-13 20:14:21 -04:00
Ryan Danbrook
78d78efdc2 Fixed Ninja Gaiden (U) moon glitch 2014-08-09 12:14:37 -04:00
Ryan Danbrook
db80be69f2 Fixed reversed sprite limit logic (perilsensitive) 2014-08-09 12:13:46 -04:00
Ryan Danbrook
b625e89d7a Default audio API changed to libao 2014-08-06 21:38:39 -04:00
Ryan Danbrook
c25ff12235 Make speed limiter option actually do something 2014-08-06 20:42:09 -04:00
Ryan Danbrook
f7c02b2745 Added idle wait for SDL audio 2014-08-06 19:15:15 -04:00
Ryan Danbrook
0cb628418f Rewrote SDL audio 2014-08-04 23:31:21 -04:00
Ryan Danbrook
ac08c8ff9c Got rid of annoying bilinear filtering border glitch 2014-08-01 18:14:59 -04:00
Ryan Danbrook
54caa5d986 Fixed resizing on systems with unreliable video drivers 2014-08-01 09:06:34 -04:00
Ryan Danbrook
ee17816020 Fixed fullscreen when compiled without GTK 2014-07-30 23:16:46 -04:00
Ryan Danbrook
af767d5561 Restructured video 2014-07-30 22:14:58 -04:00
Ryan Danbrook
356eb4ec69 Fixed video rendering on FreeBSD 2014-07-29 18:49:12 -04:00
Ryan Danbrook
3da33e4fd2 Removed gtk_opengl and simplified video code 2014-07-28 22:33:38 -04:00
Ryan Danbrook
b24806a205 Fixed segfault on BSD plus build fixes 2014-07-27 12:49:34 -04:00
Ryan Danbrook
aee811577f Cleaned up config 2014-07-27 10:53:40 -04:00
Ryan Danbrook
0beed8f68e Fixed MinGW build by default 2014-07-26 23:25:14 -04:00
Ryan Danbrook
c33a4aaf1a Fixed segfault if audio api changes mid-frame 2014-07-26 18:58:09 -04:00
Ryan Danbrook
9bbe143638 Fix for Mickey's Safari in Letterland 2014-07-26 18:20:59 -04:00
Ryan Danbrook
fb9f6a1485 Disabled Disable GUI option in GUI 2014-07-26 18:10:35 -04:00
Ryan Danbrook
c32c315fd3 Updated documentation 2014-07-26 18:09:08 -04:00
Ryan Danbrook
a160ed138f Fixed CLI 2014-07-26 17:14:54 -04:00
Ryan Danbrook
d831ea9f5f Added errors to GUI 2014-07-26 16:05:06 -04:00
Ryan Danbrook
d8ce289eda Archive loader fixes 2014-07-26 13:21:39 -04:00
Ryan Danbrook
8d4ca27466 Made menus look nicer 2014-07-26 12:04:21 -04:00
Ryan Danbrook
3f47f75189 Updated changelog 2014-07-26 11:30:26 -04:00
Ryan Danbrook
cdb9752dd6 Added fine-grained audio controls 2014-07-26 11:10:46 -04:00
Ryan Danbrook
28be912946 Removed status bar for now 2014-07-26 10:05:52 -04:00
rdanbrook
ba8c6679a8 Merge pull request #86 from lioncash/typo
Fix a typo within a conditional in NstCartridgeUnif.
2014-07-26 07:34:33 -04:00
Lioncash
e97b163c53 Fix a typo within a conditional in NstCartridgeUnif.
Previously, it would apply SOLDERPAD_V even when nmt was NMT_HORIZONTAL.
2014-07-25 12:53:51 -04:00
rdanbrook
ac825714e0 Merge pull request #85 from lioncash/semicolon
Remove a wrong terminating semicolon for a for loop.
2014-07-25 08:32:34 -04:00
Lioncash
a7cb29954f Remove a wrong terminating semicolon for a for loop.
With this semicolon present, the inside of the for loop would never be executed.
2014-07-24 22:16:24 -04:00
Ryan Danbrook
59da7aed45 Initial input config implementation 2014-07-20 20:04:30 -04:00
twinaphex
779b9489f8 Merge https://github.com/rdanbrook/nestopia 2014-07-18 05:44:42 +02:00
Ryan Danbrook
84cc260c7e Partially reverted the last audio change 2014-07-16 22:25:43 -04:00
Ryan Danbrook
b3764abe41 Fixed misc GUI glitches 2014-07-16 22:22:25 -04:00
Ryan Danbrook
2b0e22444a Modified audio 2014-07-14 22:03:52 -04:00