Commit graph

223 commits

Author SHA1 Message Date
Ryan Danbrook
68b219b341 Reverted process priority elevation code from Unofficial 1.41 build 2012-11-29 23:25:29 -05:00
Ryan Danbrook
e145eb47ea Updated changelogs 2012-11-28 00:28:56 -05:00
Ryan Danbrook
2eddeecd50 Keyboard shortcuts in menus 2012-11-27 22:55:32 -05:00
Ryan Danbrook
7390336eba Changed icons (win32) 2012-11-27 22:15:49 -05:00
Ryan Danbrook
3805cce84c Merged a few more changes from unofficial build 1.41.1 2012-11-27 19:26:21 -05:00
Ryan Danbrook
1dd06045d0 Updated About dialog and language file (win32) 2012-11-27 08:42:12 -05:00
Ryan Danbrook
a9ad6c4b4b Closing dialogs has the same effect as the OK button 2012-11-26 20:41:03 -05:00
Ryan Danbrook
677841087e Cheats dialog pauses game if one is playing 2012-11-26 20:33:41 -05:00
Ryan Danbrook
f4eb0ea18a Modified the README 2012-11-26 20:21:10 -05:00
Ryan Danbrook
c3ffc2b4ee Modified window icon, added it to config and about dialogs 2012-11-26 19:52:47 -05:00
Ryan Danbrook
dc20c01cec Made native resolution in fullscreen optional 2012-11-25 22:31:59 -05:00
Ryan Danbrook
bba89ee216 Added menu items for Fullscreen, Flip FDS Disk, and Reset 2012-11-25 21:30:34 -05:00
Ryan Danbrook
cb4d606617 Fix fullscreen in software mode 2012-11-24 17:15:49 -05:00
Ryan Danbrook
f13b1385a3 Fullscreen runs at native resolution
Window redraw fixes
2012-11-24 16:56:26 -05:00
Ryan Danbrook
dd59d1b3a7 Code cleanups 2012-11-19 23:27:03 -05:00
Ryan Danbrook
ff8371317a Visual improvements 2012-11-18 13:35:18 -05:00
Ryan Danbrook
5450d6968a Center NES pad 2012-11-18 13:17:57 -05:00
Ryan Danbrook
7a130ba3a2 More input config improvements 2012-11-18 12:35:49 -05:00
Ryan Danbrook
f944caa50b Fixed archive selector's OK/Cancel buttons 2012-11-17 21:20:03 -05:00
Ryan Danbrook
4dbaf9308c Improvements to input configuration 2012-11-17 20:35:07 -05:00
Ryan Danbrook
0ce1cda920 Enabled Player selection in input config
Added Rewind items to input config
2012-11-11 13:33:04 -05:00
Ryan Danbrook
6839285687 Improvements to input config 2012-11-05 20:35:44 -05:00
Ryan Danbrook
ae02e9e878 Serious config dialog redo 2012-11-03 20:05:24 -04:00
Ryan Danbrook
d567b440f5 Added movie-related menu items 2012-10-29 21:38:07 -04:00
Ryan Danbrook
c3c4f45d12 Toggle Fullscreen works again 2012-10-28 16:29:30 -04:00
Ryan Danbrook
12badcdeca Fullscreen works again 2012-10-28 15:26:37 -04:00
Ryan Danbrook
12044b9959 Better-looking icons 2012-10-27 16:08:27 -04:00
Ryan Danbrook
c37c0e563d Window size adjusts to SDL surface automatically
Pretty icons added to menus
2012-10-21 21:44:43 -04:00
Ryan Danbrook
a45ed0add6 Initial window size is determined by video settings/scaler 2012-10-21 13:06:42 -04:00
Ryan Danbrook
b7168db1e9 Put the game inside the GTK+ window
Allow GDK events to translate to SDL events
2012-10-21 00:15:28 -04:00
Ryan Danbrook
c22a94461e Misc fixes 2012-10-13 17:41:15 -04:00
Ryan Danbrook
de6e4446d4 Fixed archive file selector
Completely removed lookup_widget() (and got rid of support.c/support.h)
2012-10-09 20:40:47 -04:00
Ryan Danbrook
9e0247f6d2 Fixed cheats, NSF player mostly works 2012-10-03 20:08:20 -04:00
Ryan Danbrook
b688ec2640 Cheats no longer depends on lookup_widget() 2012-09-30 18:11:37 -04:00
Ryan Danbrook
b3a61a9126 Finished Misc Config window, fixed up Video Config window 2012-09-30 14:17:25 -04:00
Ryan Danbrook
c67ebfe065 Audio and Video config dialogs added 2012-09-29 18:26:31 -04:00
Ryan Danbrook
beb96dbf24 Started implementing new GUI 2012-09-28 20:35:17 -04:00
Ryan Danbrook
12635f6d13 Added -lstdc++ to LIBS in Makefile to stop linking failure on some distributions (Ubuntu, Mint) 2012-09-28 19:09:50 -04:00
rdanbrook
30f426f854 Merge pull request #2 from skitt/master
Patches to the Makefile
2012-09-27 04:42:40 -07:00
Stephen Kitt
68c49907c3 General flags rework. 2012-09-27 09:55:12 +02:00
Stephen Kitt
78c269bc33 Move the -c compiler parameter to the actual build rules. 2012-09-27 07:33:15 +02:00
Stephen Kitt
76dc71e6c8 Silence the tool invocations using their defining variables, so it can be easily overridden. 2012-09-27 07:32:37 +02:00
Stephen Kitt
fecdf3d4be Use $(CC) to link and add $(CFLAGS) to pick up debugging options. 2012-09-27 07:31:43 +02:00
Stephen Kitt
341813942a Drop unneeded .o-to-.o target. 2012-09-27 07:30:52 +02:00
Stephen Kitt
0f65fade18 Use the traditional CXX name for C++-related variables. 2012-09-27 07:30:28 +02:00
Stephen Kitt
3bad4a8287 Avoid linking unnecessary libraries. 2012-09-27 07:08:52 +02:00
Ryan Danbrook
1a2805fb54 Credited Trollekop for the icon 2012-09-25 20:21:32 -04:00
Ryan Danbrook
8ef732c41c Cleanups in the About dialog 2012-09-24 20:15:18 -04:00
Ryan Danbrook
bebbaee34e Added About window 2012-09-23 18:34:50 -04:00
Ryan Danbrook
765108d603 Better handling of XDG menu stuff 2012-09-23 11:55:56 -04:00