Commit Graph

1103 Commits

Author SHA1 Message Date
squall-leonhart b62c14753b trunk fex fixed
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1039 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-04 02:55:52 +00:00
bgk da9a83b82a NLS: Improve translations build
- wxWidgets translations now work the same as GTK translations.
- Translations for WX and GTK can now be generated at the same time.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1036 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 20:29:05 +00:00
bgk 495eefe231 GTK: Updated translations from transifex
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1035 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 14:28:56 +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
bgk 45e20fa544 WX: Add generated files to svn:ignore
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1033 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 13:19:50 +00:00
bgk 26003fe355 GTK: Applied patch #3386384 to fix build when NLS is disabled.
Thanks to Dmitry Marakasov.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1032 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 13:11:19 +00:00
bgk 7280c25517 ALL: Revert r1029. Fex is now back in the main source tree.
Please don't break things you can't fix.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1031 a31d4220-a93d-0410-bf67-fe4944624d44
2011-12-03 13:09:12 +00:00
squall-leonhart ee094c4246 correction to OP_MVNS, fixed by AdamN, fixes vrally 3 flickering
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1030 a31d4220-a93d-0410-bf67-fe4944624d44
2011-07-28 12:18:28 +00:00
squall-leonhart 82ffe9c0dc fex is a dependency, it should be, and now is in the folder with the rest of our dependencies (breaks cmake on both prewx and trunk)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1029 a31d4220-a93d-0410-bf67-fe4944624d44
2011-06-30 09:21:20 +00:00
thibeaz 4bae6afc9f in the EXECUTE_PROCESS command in the CmakeLists.txt file for the wxwidgets gui was missing the end bracket, this should fix it, next on the list is work on using ffmpeg as an external dependency and not need it as a requirement (hopefully), if it doesn't work, you can shoot me Squall
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1028 a31d4220-a93d-0410-bf67-fe4944624d44
2011-06-30 01:54:32 +00:00
squall-leonhart f109539a64 wx about box fix from darktjm
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1025 a31d4220-a93d-0410-bf67-fe4944624d44
2011-06-14 13:38:10 +00:00
squall-leonhart 919c5fb7a8 apply the vba config file rename to the trunk, this has come about because older versions use some values slightly differently which would cause those versions to fail to work or have the wrong settings.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1023 a31d4220-a93d-0410-bf67-fe4944624d44
2011-06-13 15:46: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 5c5aea8c6b SDL: Enable OpenGL by default
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1016 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-07 07:09:21 +00:00
bgk c0f63e8264 GTK: Update translations.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1015 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-07 07:00:45 +00:00
squall-leonhart 77ae016369 should fix GS codes that don't work on games which use lcd interrupts instead of vblank
thanks unmacaque

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1014 a31d4220-a93d-0410-bf67-fe4944624d44
2011-05-05 13:17:13 +00:00
squall-leonhart e3b06a9684 Bugger unicode support, we can just convert multibyte to widestring using google cloud services and a bunch of midgets running in spinwheels.
Also enables whole program optimisation (funnily i was only doing linker time optimisation so it wasn't as good as it could be.)

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1013 a31d4220-a93d-0410-bf67-fe4944624d44
2011-04-26 07:25:16 +00:00
bgk 9146e35511 FEX: Fix build for MinGW. No need to use the safe version (and non standard) of localtime here.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1012 a31d4220-a93d-0410-bf67-fe4944624d44
2011-03-13 15:08:36 +00:00
bgk 879ddd06ed GTK: Fixed bug #3201910
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1011 a31d4220-a93d-0410-bf67-fe4944624d44
2011-03-12 08:51:23 +00:00
bgk 11619472f3 GTK: Updated translations.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1010 a31d4220-a93d-0410-bf67-fe4944624d44
2011-03-05 07:37:11 +00:00
bgk d77482ea3e GTK: Fix emulation stuck paused after closing the general options dialog when the "pause when inactive" option has been toggled.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1009 a31d4220-a93d-0410-bf67-fe4944624d44
2011-03-01 16:48:35 +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 222dd4c1b3 FILTERS: Changed the 2xSaImmx implementation to GPLv2+, since the author allowed it. This will make life easier to packagers.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1006 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-25 19:25:17 +00:00
bgk 3918d01ffd GTK: Add missing file. Oops.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1005 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-25 19:03:37 +00:00
bgk 955a8aa61a ALL: Update vba-over.ini with an older but better version
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1004 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-25 18:23:42 +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 345012a2a6 GTK: Add a German translation, thanks to c-korn
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1002 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-25 17:32:40 +00:00
bgk 886f253230 GTK: Update translations
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1001 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 21:03:17 +00:00
bgk 48ce2e94b7 GTK: Fix NLS for the directories config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1000 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 21:02:47 +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 3d7ed45c58 GTK: Cleanup
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@998 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 18:40:20 +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 3d757cd1ac GTK: Add support for 7z archives
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@993 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 10:52:33 +00:00
bgk 45ee1a2929 FEX: Make fex crap properly convert filenames from 7z archives to utf8 under Linux
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@992 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 10:52:01 +00:00
bgk 0b7a1ecd62 GTK: Mark more strings as translatable
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@991 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-24 08:19: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 c2e60fb564 SVN: Set more properties
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@989 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 19:06:05 +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 0be270ad00 GTK: Cleanup includes. Don't instanciate global objects.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@987 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 16:36:25 +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 727c7d66d4 DEBIAN: Build one package for SDL, and one package for GTK+. Thanks to fernandotcl for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@985 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 13:44:09 +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 7ce0d17315 GTK: Don't reset the renderer when entering the display config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@982 a31d4220-a93d-0410-bf67-fe4944624d44
2011-02-20 10:38:42 +00:00