Commit graph

1037 commits

Author SHA1 Message Date
rdanbrook e362add449 Started implementing new GUI 2012-09-28 20:35:17 -04:00
rdanbrook be522e12e9 Added -lstdc++ to LIBS in Makefile to stop linking failure on some distributions (Ubuntu, Mint) 2012-09-28 19:09:50 -04:00
rdanbrook 4c3879f1d1 Merge pull request #2 from skitt/master
Patches to the Makefile
2012-09-27 04:42:40 -07:00
rdanbrook 2d66d6cc3a General flags rework. 2012-09-27 09:55:12 +02:00
rdanbrook 7fc2ee66f1 Move the -c compiler parameter to the actual build rules. 2012-09-27 07:33:15 +02:00
rdanbrook b86c218fee Silence the tool invocations using their defining variables, so it can be easily overridden. 2012-09-27 07:32:37 +02:00
rdanbrook f3d8a144d1 Use $(CC) to link and add $(CFLAGS) to pick up debugging options. 2012-09-27 07:31:43 +02:00
rdanbrook 83b6b2a670 Drop unneeded .o-to-.o target. 2012-09-27 07:30:52 +02:00
rdanbrook 73062a8c64 Use the traditional CXX name for C++-related variables. 2012-09-27 07:30:28 +02:00
rdanbrook f7f50546e9 Avoid linking unnecessary libraries. 2012-09-27 07:08:52 +02:00
rdanbrook 53be35d586 Credited Trollekop for the icon 2012-09-25 20:21:32 -04:00
rdanbrook 45eca9f071 Cleanups in the About dialog 2012-09-24 20:15:18 -04:00
rdanbrook a1a08b8359 Added About window 2012-09-23 18:34:50 -04:00
rdanbrook 5297be9e10 Better handling of XDG menu stuff 2012-09-23 11:55:56 -04:00
rdanbrook 7350c24fd6 Added desktop icons 2012-09-22 23:21:34 -04:00
rdanbrook 2a964e9f14 Made the icon bigger 2012-09-22 19:42:38 -04:00
rdanbrook 1d0ac0a8a8 New Icon
Settings bug fixed (patch from Arch Linux)
2012-09-22 15:18:05 -04:00
rdanbrook 3564e2f988 General cleanups 2012-09-20 20:01:33 -04:00
rdanbrook a681dde3c6 Completed D-Pad support 2012-09-18 20:05:39 -04:00
rdanbrook 0c69f1005d Cleaned up main.cpp
Reverted some win32 stuff
2012-09-17 20:51:59 -04:00
rdanbrook eab146a1b1 D-Pad works in 4 directions but fails diagonally 2012-09-17 20:20:39 -04:00
rdanbrook a40e8f7e75 Started adding support for D-pads (Hat Switches) 2012-09-16 18:35:08 -04:00
rdanbrook c6a288c457 Small win32 fix 2012-09-15 08:55:18 -04:00
rdanbrook 6ed285c68c Fixed a really ugly bug that caused the CPU to spike when the GUI is idle
Made a few minor changes to some strings
2012-09-14 20:41:37 -04:00
rdanbrook f39b1a0f6a Merged updates from "Nestopia Unofficial release 1.41.1" 2012-09-13 19:55:22 -04:00
rdanbrook cbadbe236f Fixed a braindead issue with the SRAM path
Bumped the version number
2012-09-11 22:07:01 -04:00
rdanbrook 2129abd587 Fixed integer overflow in XML parser
Updated README and changelog.linux
Removed redundant copy of the GPL
2012-09-10 17:22:49 -04:00
rdanbrook 822bbdcc7b NstDatabase.xml moved to a shared data directory
SRAM moved to ~/.nestopia/save
Makefile cleanups
UI cleanups
2012-09-09 12:52:48 -04:00
rdanbrook 7b01e4b3be Fixed another compiler warning. 2012-09-07 21:32:08 -04:00
rdanbrook 1299b34ea6 Resolved most compiler warnings 2012-09-05 22:30:21 -04:00
rdanbrook c16f851e98 Controller settings automatically generated if they don't exist
Updated Makefile
Cleaned up README.Linux
2012-09-04 20:56:02 -04:00
rdanbrook 8e684aa7e4 Added install/uninstall to the Makefile
Added a README
Updated README.Linux
2012-09-03 18:02:21 -04:00
rdanbrook 4662114e3c Changed the SRAM path from the ROM location to ~/.nestopia 2012-09-02 22:31:27 -04:00
rdanbrook 12e5c299e6 Better defaults for the gamepad config 2012-09-02 19:49:23 -04:00
rdanbrook 6d26a9cba2 Minor interface cleanups and saner defaults 2012-09-02 19:28:27 -04:00
rdanbrook 755c1bbdd8 GTK+3 port done.
Cheat UI might be broken.
Drag'n'Drop removed.
2012-09-02 17:38:14 -04:00
rdanbrook 342e8c4086 Initial Commit 2012-09-02 13:13:55 -04:00