Commit Graph

93 Commits

Author SHA1 Message Date
Arthur Moore dd60af2e46 Forgot to move something to the new gtk/CMakeLists.txt file 2015-01-09 16:51:22 -05:00
Arthur Moore 046faf53ba Moved SDL(?) filters to filters folder.
Also created a std::map of filters so can use that for future selections.
2015-01-07 22:29:06 -05:00
Arthur Moore 5da20b4029 Remove unused svg files 2015-01-07 18:18:41 -05:00
Arthur Moore 5312fd7aa7 Remove all but one png icon file, and move that to src/art
This also cleans up src/wx/CMakeLists.txt
2015-01-07 17:48:40 -05:00
Arthur Moore 2ad87641e1 Fix cmake so gtk out of tree builds actually work
Also clean up a few things with old svn info.
Don't manually create links to the binaries, let cmake handle moving them.
2015-01-07 16:03:40 -05:00
Arthur Moore c2a6f980cb Cmake now gets version information from git 2014-11-14 01:53:52 -05:00
Arthur Moore 663eb672c0 Make sure GTK build is accessible at top level directory.
This is what the wxWidgets build does.
2014-11-14 01:07:49 -05:00
Arthur Moore e29badf3d9 Moved the GTK portion of CMakeLists.txt to its own file 2014-11-14 00:46:08 -05:00
Arthur Moore 3d3229f899 Enable link functionality by default 2014-11-14 00:45:22 -05:00
Arthur Moore a9d3e85a2c Build wxWidgets port by default 2014-11-14 00:44:42 -05:00
kode54 11fe3f1fc7 Disable link by default now that games work without it
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1219 a31d4220-a93d-0410-bf67-fe4944624d44
2013-09-24 11:49:26 +00:00
bgk 38d2289de9 CMake: Disable ffmpeg support by default since it is only used by the WX port which is disabled by default
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1147 a31d4220-a93d-0410-bf67-fe4944624d44
2012-10-03 18:00:45 +00:00
bgk c9a781270a CMAKE: sem_timedwait is found in pthread on newer linuxes
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1121 a31d4220-a93d-0410-bf67-fe4944624d44
2012-09-07 19:09:16 +00:00
kode54 2c1e1e8058 Added support for detected FFMPEG include path
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1095 a31d4220-a93d-0410-bf67-fe4944624d44
2012-05-23 06:19:44 +00:00
bgk 9c218871d4 CMake: Enable GBA linking by default. Fixes Sonic Advance 2.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1090 a31d4220-a93d-0410-bf67-fe4944624d44
2012-02-06 10:28:46 +00:00
squall-leonhart 05d20571f7 shuffles magic mush...... trunk MSVC2010 buildfix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1071 a31d4220-a93d-0410-bf67-fe4944624d44
2012-01-20 22:03:27 +00:00
bgk 88de75eb7d CMake: Disable building the wxWidgets port by default since it is not supported yet.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1061 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-28 11:56:07 +00:00
bgk b716c9c328 SDL: Install vba-over.ini in the data directory and use it.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1060 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-28 10:23:38 +00:00
bgk 7bf04a5889 CMake: Fix building outside of a working copy when subversion is installed.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1054 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-27 21:02:22 +00:00
bgk aedfa7a18b SDL/WX: Fix build with asm scalers enabled.
If Win32 has issues with OpenGL those should not be hacked around in common code.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1034 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 13:47:20 +00:00
squall-leonhart 7a19748d88 all current vba-m Wx patches applied to trunk.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1021 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-25 11:55:46 +00:00
squall-leonhart 314f860bfb sdl patched
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1018 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-24 07:49:00 +00:00
squall-leonhart c478cf1fa9 buncha patches by darktjm
sdl fix not applied yet

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1017 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-24 07:39:29 +00:00
bgk f77d6366ae CMAKE: Do not override system C/C++ compiler flags when no build type is defined. This will make things easiers for packaging.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1008 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-26 12:11:06 +00:00
bgk e23e553abe GTK: Merged the GB and GBA cheat list dialogs. Patch by unmacaque.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1007 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-26 10:06:32 +00:00
bgk 73e22a800d GTK: Add GameBoy cheats support. Thanks to unmacaque for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1003 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-25 17:56:10 +00:00
bgk 6bb7f0a8b2 GTK: Add vba-over.ini support
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@999 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 19:34:56 +00:00
bgk 00de543714 GTK: More NLS WIP
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@997 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 17:46:59 +00:00
bgk abe283c064 GTK: More NLS WIP
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@996 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 17:01:10 +00:00
bgk c756a51012 GTK: NLS support WIP
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@995 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 13:06:17 +00:00
bgk ffd9c0de4b CMAKE: Clarify CMakeLists.txt a bit
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@994 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 11:14:59 +00:00
bgk c40af7cc74 GTK: Remove the StringTokenizer class and move the functionality to tools.cpp
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@990 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-22 18:04:08 +00:00
bgk 191825d160 GTK: Turned the last menu based settings into a dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@988 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 19:03:38 +00:00
bgk 6f0b4f3048 GTK: Added GBA cheats support. Thanks to unmacaque for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@986 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 14:53:04 +00:00
bgk c4307833f9 CMAKE: Use built in support for ASM compilers. Bump required version to 2.6.0
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@984 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 13:31:49 +00:00
bgk c7a3ab4c33 CMAKE: Allow building without SFML
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@983 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 12:22:58 +00:00
bgk 33e95d70ee GTK: Convert the remaining parts of the UI from Glade to GtkBuilder. Thanks to Rafał Mużyło for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@977 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 08:28:48 +00:00
Squall-Leonhart 6bb4ade339 linux build fix, pushed to svn.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@970 a31d4220-a93d-0410-bf67-fe4944624d44
2011-01-05 21:38:04 +00:00
shuffle2 8916e188e0 fix the cmake/linux build
moves dependencies/File_Extractor-1.0.0 to trunk/fex - we can't expect people to have this lib, and fex has dropped support for the "fex_mini".

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@941 a31d4220-a93d-0410-bf67-fe4944624d44
2010-03-15 03:36:45 +00:00
bgk d39a1e000b GTK+ / SDL : fixed build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@916 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-09 14:47:41 +00:00
bgk 7a90c6c204 Applied patch 2868577 by fernandotcl.
The changes are :
- debian/control: Build-Depends now include nasm for i386 and amd64
- debian/control: Architecture is now "any"
- debian/rules: Less verbosity when DH_VERBOSE is not set
- debian/rules: -DUSE_ARM_SCALERS=ON -DUSE_ARM_CORE=ON on i386 and amd64
architectures
- CMakeLists.txt: Out-of-source builds using USE_ARM_SCALERS is now
working


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@914 a31d4220-a93d-0410-bf67-fe4944624d44
2009-10-04 06:43:20 +00:00
bgk f86f872ba9 GTK : Removed the XVideo renderer since it was badly written, and OpenGL
does a better job in all cases now.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@858 a31d4220-a93d-0410-bf67-fe4944624d44
2009-03-19 10:41:38 +00:00
bgk 4d74125282 GTK : New GBA settings dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@853 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-24 10:09:10 +00:00
bgk f7b55782fd GTK : Introducing the new Game Boy config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@847 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-06 21:20:18 +00:00
bgk 2495a7b9d9 Fixed build with asm scalers
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@845 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-04 09:03:26 +00:00
bgk e8368853d3 Moved more GBA specific code to the gba folder.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@841 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-01 16:11:02 +00:00
bgk 7b60b9d67f No more cryptic names ...
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@839 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-01 15:20:03 +00:00
bgk 6c563db1d8 No need to use cryptic names
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@838 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-01 14:52:03 +00:00
bgk 73a4b8295f Moved the APU files up by one level, since they are shared between the GB and GBA cores.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@837 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-01 14:43:18 +00:00
bgk 4783c0c67a Moved some files to the common folder.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@835 a31d4220-a93d-0410-bf67-fe4944624d44
2009-01-01 14:21:18 +00:00