skidau
|
2e60fc6962
|
Updated copyright year
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1403 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-08 01:44:13 +00:00 |
skidau
|
041f1d5677
|
Hooked up the GB Printer option in the wx menu
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1402 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-08 01:26:21 +00:00 |
skidau
|
267940e4bf
|
Changed svnrev.h to version.h to fix the build on linux
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1401 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-07 21:29:54 +00:00 |
skidau
|
41e8041a87
|
Hooked up the GBA tilt sensor to the wx gui
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1400 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-07 14:45:25 +00:00 |
skidau
|
100d635122
|
Added SDL2 (2.0.3) as a future dependency
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1398 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-07 05:24:56 +00:00 |
skidau
|
441408bf97
|
Fixed the SDL Joystick Hat diagonals in the wx gui
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1397 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 13:40:03 +00:00 |
skidau
|
f4909e2676
|
Fixed the GB and GBC BIOS options.
Moved the Skip BIOS option to the Emulation menu.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1396 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 12:04:21 +00:00 |
skidau
|
5439ebc913
|
Moved the Load State and Save State menus to the File menu.
Removed the "Welcome to wxVBAM!" status message.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1395 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 10:38:10 +00:00 |
skidau
|
0087bd7076
|
Fixed the "Could not set current working directory" log that would appear on boot when there was no xrc sub-directory present.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1394 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 10:10:04 +00:00 |
skidau
|
1e08ceb6ea
|
Made EEPROM and SRAM save type detection override the general FLASH 64KB detection. Fixes the save auto-detect of Saibara Rieko no Dendou Mahjong.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1393 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 09:43:09 +00:00 |
skidau
|
4cc36ab359
|
Removed the "Searching for directory" logging as they were spamming the logs
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1392 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 07:49:45 +00:00 |
skidau
|
84b1383aca
|
Changed the range of the flashSize to be 0 to 1
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1391 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 07:45:56 +00:00 |
skidau
|
70ac7826cf
|
Fixed the typos in the .desktop files
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1390 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 07:21:27 +00:00 |
skidau
|
710529686b
|
Updated the FindSFML cmake script to the SFML-2.2 version
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1389 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-06 01:27:09 +00:00 |
skidau
|
208f0b7d24
|
NO_LINK wx build fixes
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1388 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-05 13:37:56 +00:00 |
skidau
|
890b59b3a7
|
Added the icon and rearranged the GB menu
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1387 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-04 14:04:26 +00:00 |
skidau
|
0951383971
|
Removed most of the checkboxes from the dialogs.
Replaced wxvbam.xrc with the individual xrc files.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1386 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-04 13:45:52 +00:00 |
skidau
|
9194ce8154
|
First cut of the rearranged wx gui menu to be more like the MFC menu
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1385 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-04 06:37:34 +00:00 |
skidau
|
73deb4572a
|
Changed the core enum options to ints to make them consistent with the MFC gui; allowing the ini file to be shared between the two gui's.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1384 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-03 07:44:58 +00:00 |
skidau
|
585a3da290
|
Created a NO$GBA style OAM Viewer for the wx gui
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1383 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-02 15:35:42 +00:00 |
skidau
|
04926d67c0
|
Moved the link functions to their own menu
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1382 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-01 15:15:32 +00:00 |
skidau
|
df0aa4d117
|
Round up the rom size to the nearest power of two before mirroring.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1381 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-01 13:27:07 +00:00 |
skidau
|
d48e33e131
|
Converted the update_check macros to functions
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1380 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-05-01 01:08:57 +00:00 |
skidau
|
693e240355
|
Added a separately configured directory for Game Boy Color games
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1379 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-30 12:33:12 +00:00 |
skidau
|
a57ed0c70a
|
Made the wx GDB menus consistent with the MFC version.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1378 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-30 10:35:04 +00:00 |
skidau
|
3953993e44
|
Added the e-Reader Load/Save commands to the wx gui menu.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1377 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-30 04:10:00 +00:00 |
skidau
|
5de802fab0
|
Default the Open dialog to the directory of the currently emulated system. Made opening "Archives" the default in the File Dialog.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1376 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-30 00:30:07 +00:00 |
wowzaman12
|
daaae2563a
|
and I forgot the semi-colon...
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1375 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-29 20:41:04 +00:00 |
wowzaman12
|
eea9ba0804
|
removed a useless buffer (backported from bgk changes on his github repo)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1374 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-29 20:36:40 +00:00 |
skidau
|
7437c5a455
|
Copied the checkbox options from the dialogs into a temporary menu, Configure.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1373 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-29 13:48:04 +00:00 |
skidau
|
b27cb0e81c
|
Added the SVN rev to the window title. Used GBA resolution as the default window size.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1372 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-29 01:30:31 +00:00 |
wowzaman12
|
ac23b5e111
|
wxvbam prefers gnu++11 rather than c++11, should fix compiling on mingw.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1371 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 14:53:26 +00:00 |
wowzaman12
|
bfc1bf5f36
|
wxvbam.xrc was missed in regards to xbrz filter support.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1370 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 13:32:25 +00:00 |
skidau
|
4797211210
|
Fixed the HQ3x and HQ4x filters by forcing 32bit output. Hooked up the zBRZ filter in the wx build.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1369 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 12:19:15 +00:00 |
skidau
|
6f85e29631
|
Fixed some of the filters in the wx build. Disabled multi-threaded filtering.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1368 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 10:23:54 +00:00 |
skidau
|
8068cdd431
|
Rearranged the preferences alphabetically and a few other config fixes.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1367 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 04:15:26 +00:00 |
wowzaman12
|
37c4b8ee8e
|
fix include for dsound.cpp
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1366 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-28 01:00:19 +00:00 |
skidau
|
1d5b47527e
|
Missed TileViewer.xrc from the last commit
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1365 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-27 22:56:45 +00:00 |
skidau
|
cad3ebc527
|
Split out and optionally load the xrc files if they are found in a "xrc" sub-directory. Changed the PropertySheetDialogs to NoteBooks in the split xrc files.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1364 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-27 10:53:18 +00:00 |
skidau
|
21ce6616ba
|
Moved the core parameters from the wx gui to ConfigManager
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1363 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-27 08:32:03 +00:00 |
skidau
|
0689069f71
|
Fixed the throttle in the wx build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1362 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-23 13:56:22 +00:00 |
skidau
|
5351d5d40f
|
Build fix for wx2.x
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1360 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-23 10:00:14 +00:00 |
skidau
|
24f820ace5
|
Fixed the wxDialogs on wx3.0.2 due to a change in behaviour with FindWindow.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1359 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-22 13:54:27 +00:00 |
skidau
|
de271e15dc
|
Initial changes for compiling the wx build under Visual Studio
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1358 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-22 00:02:29 +00:00 |
skidau
|
403f43913d
|
Cleaned up the loading of the config file (vbam.ini)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1357 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-20 10:28:01 +00:00 |
skidau
|
941ee580a7
|
Fixed the throttle menu option
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1356 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-19 22:07:49 +00:00 |
skidau
|
d162ef20d0
|
Switched the VS solution over to the runtime DLL
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1355 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-19 14:13:37 +00:00 |
skidau
|
257e08b702
|
Fixed the debug printf feature in the case where a debugger is not attached.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1354 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-19 10:13:53 +00:00 |
skidau
|
8cb558f7df
|
Fixed the crash that would occur if vbam.ini and vbam.cfg are not found
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1353 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-19 09:54:14 +00:00 |
skidau
|
f69f6c3654
|
Missed this change in r1349
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1352 a31d4220-a93d-0410-bf67-fe4944624d44
|
2015-04-19 07:41:27 +00:00 |