Commit Graph

720 Commits

Author SHA1 Message Date
bgk caefe3bec2 SDL Input :
- Added the ability to change the default keymap
- A bit of cleanup

GTK : The SDL Input is working great. Though the config dialog is not updated yet, so it is disabled by default.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@683 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-02 17:15:30 +00:00
bgk a5a44bf925 SDL : More stderr > stdout thanks to tttttttttanaka
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@682 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-02 09:40:25 +00:00
bgk dcd414f717 SDL : Output information messages to stdout instead of stderr
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@680 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-02 06:24:23 +00:00
bgk 7e8401885a SDL :
- Renamed the configuration file to vbam.cfg to avoid conflict with the original VBA (thanks to tttttttttanaka for the patch)
- Changed the window title to VBA-M


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@679 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-02 06:16:34 +00:00
bgk 5cf7052860 SDL Input : Changed the keymap codes to 32 bits values because the GDK keyboard syms are 16bit (as opposed to 8bits for SDL) + we still have to store the device number. Configuration changes are needed.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@678 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-01 19:51:07 +00:00
bgk 3a442af579 GTK : Started hooking up the SDL input code. The events are well transmitted to the input module but the GDK code is still used. WIP.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@677 a31d4220-a93d-0410-bf67-fe4944624d44
2008-09-01 19:14:37 +00:00
spacy51 99780b4e91 ADDED soundInterpolation & soundFiltering options to audio core settings dialog
CHANGED soundInterpolation type from int to bool
REMOVED soundInterpolation settings from menu

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@676 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-31 21:54:57 +00:00
spacy51 b3d8dd9a8a ADDED gbSoundDeclicking option
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@675 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-31 20:03:39 +00:00
spacy51 c6c57e2594 ADDED gbSoundSetDeclicking & gbSoundGetDeclicking [blargg]
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@674 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-31 19:29:58 +00:00
bgk f67af04ed7 SDL Input : Added a function to compute the keymap value from a SDL event. Will be used in the config dialog.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@673 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-31 17:21:27 +00:00
bgk b1d136df32 SDL Input: Now with a clean C module interface. Added a bit of doc to the header.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@672 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-31 16:38:41 +00:00
bgk 60ae294e77 Bad copy/paste
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@671 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 19:36:06 +00:00
bgk e1f05955e9 SDL input: Replaced all the interface global vars by accessors
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@670 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 19:29:38 +00:00
bgk 719d63deae SDL:
Started factoring out the input code to a new file. Only moved code at this point. The ultimate goal is to reuse this code for the GTK port.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@669 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 17:50:51 +00:00
bgk 093be7d2cf GTK:
Removed the Keymap class


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@668 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 15:02:01 +00:00
bgk a3d7fa464e GTK :
Removed an unnecessary include


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@667 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 08:30:40 +00:00
bgk b4ec3b9375 GTK:
The keymap now uses a std::map instead of a glib map


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@666 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 08:27:17 +00:00
bgk 930e637894 Fixed a few (thousand) warnings when building the HQ scalers using GCC 4.3
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@665 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-30 07:25:18 +00:00
bgk 0d69aea149 GTK:
Removed the ability to set the volume to a value higher than 200% since it didn't work


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@664 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 20:11:59 +00:00
bgk 79784d29a1 GTK:
- Removed the PortAudio sound driver because it was quite unstable on some systems
- Use the SDL sound driver
- Fixed the SDL include path


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@663 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:45:17 +00:00
bgk ac064ec715 Completely remove systemSoundOn
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@662 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:04:05 +00:00
bgk fc5958a78d GTK:
Try loading the glade file from the source folder to allow running gvbam without installing it


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@661 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 19:02:29 +00:00
bgk c6ac0ea96c SDL:
- The expression parser/lexer is SDL specific, moved it to the sdl folder
- Readded the flex/bison source files from VBA's CVS
- Rebuilt the parser/lexer from source


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@660 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 10:23:51 +00:00
bgk 8681ef0958 No need to have SDL related stuff in the win32 port
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@659 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-29 08:58:45 +00:00
spacy51 cc32c6b12f ADDED volume control to GB core [blargg]
CLEANUP gbSound.h [blargg]

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@658 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 22:06:48 +00:00
spacy51 f76a2165ef FIX use GBC audio core for GBC ROMs instead of GB mono
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@657 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 21:07:26 +00:00
spacy51 c304345f61 FIX really use GBA sound when GBA is selected instead of GBC
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@656 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-28 12:03:11 +00:00
spacy51 ee4fd96d82 FIXED use blargg's default values for echo & stereo
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@655 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:22:11 +00:00
spacy51 42ddf91111 ADDED save/load gb_effects_config to/from ini file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@654 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:18:07 +00:00
spacy51 20b1f8852d REMOVED volume controls in menu bar
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@653 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 19:02:19 +00:00
spacy51 ea4ff0e24b ADDED volume control to audio effects dialog and renamed it to audio core settings dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@652 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 18:49:09 +00:00
bgk 44e88ceeba SDL :
- Cleaned up initialization and volume management
- Added shortcuts to change the volume at runtime
Thanks to chrono for the patch


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@650 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 16:35:21 +00:00
bgk 219b2ccbf0 SDL :
- The filter is now stored as a decimal value in the config file instead of an hexadecimal value as it was undocumented and confused users. Thanks to fhorse for the patch.
- Removed an unused variable


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@649 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 15:48:36 +00:00
bgk 43af63ad54 SDL : Use the new audio API. Fixes build. Thanks to slacker for the patch.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@648 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 15:17:41 +00:00
bgk 020c52a4f5 GTK : Remove some useless config values
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@646 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 12:20:00 +00:00
bgk 195cb65225 GTK :
Readded the sound mute option using the new API


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@645 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 12:18:38 +00:00
bgk eef1c300a5 GTK :
Fixed build by removing obsolete sound options

SDL :
Still broken


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@644 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-27 11:47:52 +00:00
spacy51 465d70b9cc SMALL fix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@643 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 23:55:52 +00:00
spacy51 7141f3197f Sound code clean up
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@642 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 23:45:34 +00:00
spacy51 54bd8abb82 ADDED blargg to about box
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@641 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 22:15:19 +00:00
spacy51 50c4e7c54c REMOVED unused global soundBufferTotalLen
MOVED soundNextPosition from sound core to DirectSound


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@640 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 21:12:46 +00:00
spacy51 2a1538fa0d REMOVED soundOffFlag remains
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@639 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:48:25 +00:00
spacy51 f79ceb31a6 REMOVED sound reverse stereo remains
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@638 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:34:45 +00:00
spacy51 88a0e28b29 REMOVED remains of soundLowPass option
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@637 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:28:32 +00:00
spacy51 00b508dfb9 REMOVED sound echo menu item
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@636 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:20:30 +00:00
spacy51 8076bd1e18 FIXED warnings about macro redefinition
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@635 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 20:00:30 +00:00
spacy51 ca3d69f3a8 ADDED Audio Effects config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@634 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 13:36:40 +00:00
spacy51 01e51ccd32 Resource file cleanup
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@633 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 10:46:32 +00:00
spacy51 cc794409fa REMOVED Sound Off option
REMOVED Sound On option

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@631 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-26 10:05:00 +00:00
spacy51 69ea3ad66f ADDED Now recognizes GBA sound hardware mode
ADDED gbSoundConfigEffects function to apply new effects configuration [blargg]


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@629 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 22:51:46 +00:00
spacy51 6641b5de72 FIXED GB audio state loading [blargg]
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@628 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 22:02:15 +00:00
spacy51 6fb5023e3f FIX build fails with non-SP1
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@627 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-25 20:49:55 +00:00
spacy51 896d0c222b CHANGED everything to use C/C++/MFC runtime DLLs + libpng/zlib DLL versions
ADDED workaround for missing crc32_combine function in default zlib DLL

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@604 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-14 16:36:51 +00:00
spacy51 3253f62ad0 FIX compiling Qt build with MSVC++
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@603 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 23:20:45 +00:00
spacy51 c5609ef93d FIX compiling with NO_OGL
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@600 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 17:27:07 +00:00
spacy51 9f528d6ead ADDED more sound skip protection on GUI interaction
REMOVED zutil.h dependency
SMALL code cleanup

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@599 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 14:24:50 +00:00
spacy51 5b2024f228 REMOVED pause when inactive option as audio skips were inevitable when it was disabled.
REMOVED remains of generic flashcard option in GUI

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@598 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 12:46:49 +00:00
spacy51 7b9954674f FIX resource compile system
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@597 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 11:38:46 +00:00
spacy51 46430f98fa REMOVED outdated VC2005 project files
REMOVED libpng source code
REMOVED zlib source code
RENAMED vc2008 to vc2008_qt
MOVED Win32/MFC project files to 'project/vc2008_mfc' folder
CHANGED XAudio2 to default sound output

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@596 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-13 10:01:39 +00:00
mudlord f6f0fe5fb9 FIXED: Icon issue in options in Qt4 GUI system
ADDED: Directory options in Qt4 GUI system. Yay.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@595 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-06 04:00:48 +00:00
xkiv f2ff937ad5 Sorry, got carried away and forgot I had some private changes here. Reverting this part of previous commit. -- xKiv
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@594 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-03 21:06:36 +00:00
xkiv 5925dc4cc8 SDL build/configuration patches (martinultima, chrono):
http://vba-m.ngemu.com/forum/gbc-cheats-gameshark-compile-fixes-t-193.html



git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@593 a31d4220-a93d-0410-bf67-fe4944624d44
2008-08-03 21:02:37 +00:00
spacy51 415dc2d4ac CHANGED XAudio2 config dialog device listing not sorted by alphabet anymore
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@592 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-27 11:32:52 +00:00
spacy51 da26ffa229 FIXED XAudio2 config dialog did not show current device OnInitDialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@591 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-26 11:55:22 +00:00
spacy51 8fa9746feb ADDED XAudio2 config dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@589 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-22 13:14:32 +00:00
spacy51 89a0052b21 ADDED stereo to surround upmixing (XAudio2)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@588 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-14 17:59:15 +00:00
spacy51 630fddc4d7 FIXED: XAudio2 no sound with ASUS Xonar cards
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@587 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-14 15:58:30 +00:00
mudlord 0379caeb26 Since the Windows port of GNU patch was being a bitch, did LIRC support again. Bleh!
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@586 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-11 01:49:36 +00:00
mudlord 11f98503b3 ADDED LIRC support in SDL build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@585 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-10 23:41:29 +00:00
spacy51 b4392ec6f7 ADDED "Cheats Enabled/Disabled" status messages
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@584 a31d4220-a93d-0410-bf67-fe4944624d44
2008-07-10 16:03:15 +00:00
spacy51 5b54ccda5c Make the option "File->Load Game->Do not change battery save" work for GB/C games as well.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@583 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-30 21:05:14 +00:00
bgk 336ef3b9e5 GTK GUI : Fixed build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@582 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-28 06:03:05 +00:00
bgk 12052bedea GTK GUI :
- Fixed XV output for cards not supporting the XV_AUTOPAINT_COLORKEY parameter


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@581 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-27 12:01:12 +00:00
squall-leonhart 4d5c7defd1 more fixes towards MBC7
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@580 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 13:49:19 +00:00
spacy51 4b1e66a7bb ADDED option "File->Load Game->Do not change battery save" (currently GBA only)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@579 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 11:55:08 +00:00
squall-leonhart 5f0ec71ad2 GBC Battery fix
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@578 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-26 02:50:57 +00:00
spacy51 947fa4e650 Fix XAudio2 crash
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@577 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-17 00:00:48 +00:00
bgk 68590e27ff Allow building the GTK port without debugger support
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@576 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-16 20:18:49 +00:00
bgk a3264ead4e Fix build without BKPT_SUPPORT
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@575 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-16 18:57:58 +00:00
bgk e1a7067033 Fixed misspelling in the GTK about dialog.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@574 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-12 18:10:30 +00:00
bgk e2adec2b05 Disabled the buffer underflow warning.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@573 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-12 17:51:52 +00:00
bgk e32adf768f GTK GUI:
- Modified the directories dialog so that it uses GtkFileChooserButtons instead of just txt fields
- The emulator won't try to write in the rom folder anymore by default, since it has no reason to be writable
- Fixed the quicksave menu


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@563 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 16:31:38 +00:00
bgk 017db09af7 GTK GUI:
- Use sytem wide recent used files.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@561 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 11:32:49 +00:00
bgk b439e0dbe5 GTK GUI:
- Updated credits


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@560 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:34:50 +00:00
bgk b09d2c9ff4 GTK GUI:
Removed the ability to save screenshots as bitmaps. The BMP format is dead.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@559 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:25:35 +00:00
bgk 106c5c3901 GTK GUI :
- Use more gtk stock items for the menus


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@558 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-05 08:05:56 +00:00
bgk ec1f2f3113 Use stock menu item for the about menu. TODO : convert the other menu items where applicable too.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@557 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-04 18:41:40 +00:00
bgk 61ecc768bd GTK GUI :
- Improved icon installation. Thanks joneslee !
- Improved make install


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@556 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-04 18:08:37 +00:00
n-a-c-h 3bee64a7ef Insanity for the sake of insanity.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@555 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-02 02:15:55 +00:00
bgk 05b3595663 GTK GUI :
- Disabled RGB overlays in the Xv module since it was buggy
- Properly initialize autofire state


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@554 a31d4220-a93d-0410-bf67-fe4944624d44
2008-06-01 16:43:27 +00:00
mudlord 33d0ce63b3 Fixed some loose ends in the OpenGL renderer.
Now its nice and tidy. Heh.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@553 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-31 01:43:17 +00:00
mudlord 8d13754a76 Fixed pragmas
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@551 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 04:05:38 +00:00
n-a-c-h 2f9fdf3d6b Beware the pragmas.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@550 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 03:55:54 +00:00
n-a-c-h 7dad9f7167 Fix for MSVC.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@549 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-29 03:20:05 +00:00
n-a-c-h cae0778388 Slight tweak.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@548 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 23:50:15 +00:00
n-a-c-h 1afe8ec5f3 Fixed two bugs, and did some corrections for granuality.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@547 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 22:55:00 +00:00
n-a-c-h 63337c083c Making some things more annoying to notice.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@545 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 22:43:40 +00:00
n-a-c-h 5e8239b625 Lets quiet a warning.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@544 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 09:04:14 +00:00
n-a-c-h 0227ab6f5a Make this just a little bit strong.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@543 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 09:01:22 +00:00
n-a-c-h d3923cda94 Taking some advice from byuu to not make all the data static, and of course, advice from SPC to stick in some annoying we no longer exist, bring on fucompp!
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@542 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 08:58:50 +00:00
mudlord a92d8bfdb2 Fixed about DLG link.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@541 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 06:48:08 +00:00
n-a-c-h c2719482c8 I'm upset that my last trick missed a trick, so correcting that now.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@540 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 02:38:01 +00:00
n-a-c-h 4bf9cd2109 Okay this insanity I think is sort of outdoing myself. Good luck looking at this through a disassembler.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@539 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 02:26:10 +00:00
n-a-c-h d5bb2f5390 Maybe this will help.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@538 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-28 00:51:46 +00:00
n-a-c-h aefae9d91a Should compile now with MSVC (yeah, I actually broke out MSVC and did some testing, not that I could figure out how to build the whole project).
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@537 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 23:13:26 +00:00
n-a-c-h 6b857fc253 Fixed unprotect_buffer().
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@536 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 15:35:03 +00:00
n-a-c-h 274df62411 Oops, mixed up two variables.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@535 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:40:32 +00:00
n-a-c-h fab740fc99 Small improvement ;)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@534 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:39:20 +00:00
n-a-c-h 0d0f5ed94e Scope fix, lets hope this compiles.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@533 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:36:54 +00:00
n-a-c-h dd68ab30d6 Move some data from function to global to take it off the stack, and make it harder to find when browsing the code with a process viewer.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@532 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:35:36 +00:00
n-a-c-h 4f342489ab Just in case.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@531 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 08:34:07 +00:00
n-a-c-h a9838c5c27 A lot more crazy stuff, hope it compiles.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@530 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-27 07:58:21 +00:00
mudlord 488f1f8fb1 Started work on updated crypto
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@529 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-26 23:19:27 +00:00
spacy51 8afd839f90 DISABLE possibility to select multi-threaded filters and filter plugins at once
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@528 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 17:14:55 +00:00
spacy51 e26d47587b ADDED convenience behavior of filter plugin menu entry
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@527 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 17:04:25 +00:00
spacy51 8c32d45658 Enable GBA_LOGGING for Release builds
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@525 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 14:53:16 +00:00
spacy51 930c15d4a0 FIXED: Logging dialog broken after switching render API
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@524 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 14:43:12 +00:00
spacy51 9942c8c643 Small change
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@523 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 14:32:21 +00:00
spacy51 c52e4df3fc Added seperate verbose channel for sound output
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@522 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 14:24:49 +00:00
n-a-c-h 096668b837 For building debug builds, no security ever.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@520 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 12:45:49 +00:00
n-a-c-h 310d8ec901 Fixed bug in defines, and tighten stuff up with an adler!
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@519 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 12:38:15 +00:00
n-a-c-h 596778f3f2 Better protection.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@518 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 03:39:14 +00:00
n-a-c-h 87fbce804c Fix handling of one case, should be a good memmem() now.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@517 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-20 01:54:20 +00:00
n-a-c-h 4e8ab56781 Some fixes.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@516 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-19 15:29:59 +00:00
mudlord fbaa2c86c3 Updated payload
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@515 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-19 13:06:55 +00:00
mudlord c0cf22209d Added some fun....
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@514 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-19 12:50:49 +00:00
mudlord 7a18d8c141 Updated about info
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@511 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-18 22:42:56 +00:00
mudlord 879c5bf7ca Fixed up Qt4 project file
Started preliminary Qt4 directory dialog in options 

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@510 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-16 02:40:47 +00:00
n-a-c-h 469fb4b5b3 Insert Placeholder so I don't forget.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@509 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-15 02:07:32 +00:00
n-a-c-h fadd542137 Cleanup, support .dmg
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@508 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-15 02:04:32 +00:00
xkiv 91f5561411 Made (some) messages about invalid cheat codes more descriptive
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@507 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-08 23:27:20 +00:00
xkiv d2bd65709b (new/changed functionality is mostly described in the new file doc/ReadMe.SDL.txt)
Reworked rewinds
More schemes for save/load keybindings
Savestate backups
Per-gamepad autofire (binds to a button on the real pad/keyboard)
Allow adding cheat codes from commandline
Allow adding IPS patch files from commandline
Fix bug in configuration for pad 4
Configurable default scaling of window size for openGL (when filter=0)
Assorted code cleanups (using DEFINEs instead of literals, factored-out chunks of code
from the big switch to functions, ...)
New switches for muting sound (CTRL+S), toggling cheats (CTRL-E)
Added timestamp to console messages
All messages go to console, even if they go to screen
Some messages no longer go to screen


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@506 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-08 23:25:39 +00:00
xkiv 8d47c2aae4 Added new options:
Joy#_AutoA, Joy#_AutoB, openGLscale, saveKeysSwitch
Fixed maximum value for rewindTimer.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@505 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-08 23:16:12 +00:00
bgk 1effb8b3e9 GTK GUI :
- Removed the menuitem accelerator hack
- Fixed a Valgrind warning about an uninitialized pointer
- The sound driver now displays an error message when it is unable to access to the device, instead of crashing


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@501 a31d4220-a93d-0410-bf67-fe4944624d44
2008-05-03 07:58:20 +00:00
bgk 2866b9818b GTK GUI :
Added fullscreen support (toggle with F11)


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@500 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-29 19:08:47 +00:00
bgk 8b9962839a GTK UI :
Use newer Tooltip API. gvbam now builds with GTKMM_DISABLE_DEPRECATED


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@499 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-27 18:05:58 +00:00
bgk 2f6705fcff GTK GUI :
- Fixed some warnings
- Uninitialized memory should not be displayed anymore instead of a black screen


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@498 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-27 16:54:42 +00:00
bgk 64c9cf4030 GTK GUI :
Replaced GTK/GDK display by GTK/Cairo, now the window can be resized with all the video modules.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@497 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-25 18:21:39 +00:00
bgk 7d40eb3a9c Small cleanup
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@496 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-25 09:52:59 +00:00
bgk d930ff8421 GTK GUI :
Added a menu to select the video output module


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@495 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-25 09:34:16 +00:00
bgk 65f3570287 GTK GUI :
- Added an OpenGL output module and enabled it by default.
- Filters can now be applied with a zoom level != 2 (Xv and OpenGL only).


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@494 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-25 08:42:43 +00:00
bgk c2a3d857bf GTK GUI :
Properly shutdown the sound output


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@493 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-23 18:53:21 +00:00
bgk 4bd8667e1d GTK GUI :
The window can now be resized when using the Xv output. The display stretches to fit the window with aspect ratio correction.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@492 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-23 11:54:54 +00:00
bgk 91c7da9db6 GTK GUI :
Added filter support to the Xv output code


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@491 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-22 11:52:55 +00:00
bgk bd07f02a0d GTK GUI :
Added a Xvideo renderer to get hardware accelerated scaling and filtering. It is about 10x faster than the GTK+ renderer. No filters yet.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@490 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-22 10:39:23 +00:00
bgk 3090c69c7b GTK GUI :
- Initial work to allow multiple dislay drivers


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@489 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 16:46:22 +00:00
bgk 9d19c9b9f6 GTK GUI :
- Replaced the custom about dialog by a more maintainable standard GTK+ one
- Replaced the PNG icon by a scalable one created by Matteo Drera


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@488 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 11:49:44 +00:00
bgk d8f0028ff7 Actually change the window title.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@487 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 07:45:45 +00:00
bgk 9ddc1db95e GTK GUI :
- A bit of rebranding
- Replaced the unix specific getopt command line option parsing with the glib parser


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@486 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 07:42:18 +00:00
bgk 5c4544858b GTK GUI :
- Fixed wrong sigc types
- Fixed loading of GB games


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@485 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-21 06:28:02 +00:00
bgk f991ad2ee7 GTK GUI :
- Improved the CMake script
- Removed some leftover debug code
- Simplified the menu appearance
- Made the debian packaging scripts use the cmake build system
- Added the GTK build to the debian package


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@484 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-20 19:52:18 +00:00
bgk baf2aafbd1 Ooops. Forgot that file in my last commit.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@482 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-20 07:33:58 +00:00
bgk f98fd36c4b Initial version of the GTK GUI (forwardported from VBA's CVS)
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@481 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-20 07:28:48 +00:00
bgk c5151b2054 Separated the SDL sound code from the SDL port to make it reusable by the other ports.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@480 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-20 07:26:11 +00:00
spacy51 4676ee116d ADDED: Option to always use the last accessed directory instead of any of the default ROM directories.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@479 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-15 15:15:36 +00:00
spacy51 eea7aa1d08 FIXED: OpenGL had black border at top in fullscreen
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@478 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-08 19:19:42 +00:00
mudlord 384941d596 Bleh, removed OGL dlists since it didnt seem to make much difference.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@476 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-07 13:37:54 +00:00
spacy51 4f089a15fd OpenAL:
- Only show empty buffer warning for debug builds
- Code cleanup

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@475 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-05 23:01:59 +00:00
spacy51 ec3d5d9c8a XAudio2 will now output a warning to the log window, when the buffers ran dry. Debug build only.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@474 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-05 01:49:15 +00:00
spacy51 c3641f314d ADDED option to disable multi-threaded pixel filtering
REDUCED maximum number of cores to use to 8

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@473 a31d4220-a93d-0410-bf67-fe4944624d44
2008-04-05 00:13:31 +00:00
spacy51 c6f5298e6a Use GetSystemInfo() function to retrive number of CPUs.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@472 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-30 23:23:25 +00:00
spacy51 8682f2f989 FIXED: Wrong detection of CPU cores crashes emu.
ADDED: D3D will not use more than 16 cores.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@471 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-30 13:26:17 +00:00
spacy51 f060ef5ac6 ADDED asm-filters thread-safe patches by chrono.
ADDED maxCpuCores option to ini file and autodetect best value at first run.


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@470 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-26 16:21:30 +00:00
spacy51 b4e4363760 Thread safety patch for HQ4x_32 filter. BIG THANKS to chrono for his work.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@469 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-25 19:16:26 +00:00
mudlord fe8c1a8d15 Added border fix for HQ3X/HQ4X ASM filters
Added Spacy's multithreaded D3D filter routine

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@468 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-25 04:12:29 +00:00
squall-leonhart e41a6c22df swapped default A/B control defines
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@467 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-24 00:39:10 +00:00
mudlord 93f99e9bc6 Updated Qt4 extension filter to remove RAR, since we can't use it due to legal reasons.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@466 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-22 06:49:22 +00:00
mudlord 6c606b8c90 Updated Qt4 GUI options dialog.
Wow...

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@465 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-22 06:32:41 +00:00
spacy51 a67b3e25f9 FIX GUI bug related to COM and multi-threading
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@461 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-10 14:18:45 +00:00
spacy51 0d082ba3f2 Change initialization of DirectSound and XAudio2 to load DLLs at runtime instead of linking statically to them.
Replace timeGetTime() with GetTickCount() in order to eliminate the need of additionally linking against winmm.lib.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@458 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-09 19:11:28 +00:00
spacy51 b7ccd7ac4c Replace Sleep function with waitable event
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@455 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-09 16:25:36 +00:00
spacy51 4c1c9429d9 ADDED sound output using Microsoft's new XAudio2 API
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@454 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-09 14:01:34 +00:00
mudlord c6b8db239d Ugh...
Someone (not me) was spawning a window and wasn't killing it afterwards. It caused a issue to do with fullscreen-window mode transition. Removed since I checked out and it made no difference at all to functionality, yet it caused this issue.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@453 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-09 08:43:30 +00:00
jbo_85 1869747c6d Fixed inline assembler for Linux.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@452 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-09 00:45:18 +00:00
spacy51 c846e62d15 Update MSVC2008 project files.
Fix compiler errors.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@451 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-08 13:59:23 +00:00
Nach acacbd5c2d Whitespace trim, and eol-style native propery set again.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@448 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-05 00:35:39 +00:00
spacy51 8b59cf952b REMOVED superfluid backup files.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@447 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-04 19:17:32 +00:00
mudlord bf5c1d758c Removed redundant entries.
We could add DDraw support if we wanted. Sindre Aamas's emulator is extremely insightful in the use of Qt and DirectDraw...

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@446 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-04 07:07:58 +00:00
spacy51 b2ed684f49 FIXED linker errors in SDL build about dbgSignal/dbgOutput
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@445 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 16:10:33 +00:00
spacy51 5f45c995ab FIX compiler error
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@444 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 15:17:51 +00:00
spacy51 df2d176b37 FIXED mistake
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@443 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 14:41:14 +00:00
squall_leonhart69r d3f732aed3 changed paths to reflect new folder structure.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@442 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 05:33:00 +00:00
squall_leonhart69r 5d2c3cc24d changed #include "GBAGFX.h" to #include "GBAGfx.h"
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@441 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 01:37:29 +00:00
squall_leonhart69r 56d509298e removed src/agb/GBAGfx.h: line 25 #include "gbaGfx.h"
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@440 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-03 01:35:16 +00:00
spacy51 ac21b13153 Qt:
ADDED shared, agb_core and gb_apu files to project file

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@439 a31d4220-a93d-0410-bf67-fe4944624d44
2008-03-02 16:11:25 +00:00
squall_leonhart69r c085b26574 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@435 a31d4220-a93d-0410-bf67-fe4944624d44 2008-02-29 04:11:02 +00:00
squall_leonhart69r 62151efe7f Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@434 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:06:41 +00:00
squall_leonhart69r 9085786118 Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@433 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:06:32 +00:00
squall_leonhart69r 5f8e3c5cef Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@432 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:06:25 +00:00
squall_leonhart69r 5ef313c0eb Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@431 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:05:35 +00:00
squall_leonhart69r 8769440f12 Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\AccelEditor.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\CmdAccelOb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\Direct3D.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\MainWnd.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@430 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:03:22 +00:00
squall_leonhart69r 77711ff79a Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\AccelEditor.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\CmdAccelOb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\Direct3D.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\MainWnd.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@429 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:03:14 +00:00
squall_leonhart69r 57d6e2053b Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\AccelEditor.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\CmdAccelOb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\Direct3D.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\MainWnd.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@428 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:03:07 +00:00
squall_leonhart69r 6769e79df8 Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\AccelEditor.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\CmdAccelOb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\Direct3D.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\MainWnd.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\VBA.rc


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@427 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:02:59 +00:00
squall_leonhart69r 6d43e6061e Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\Util.cpp


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@426 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 04:00:46 +00:00
squall_leonhart69r f48e46c20d Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@423 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:54:27 +00:00
squall_leonhart69r 5c7972df00 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@422 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:54:07 +00:00
squall_leonhart69r a12695afdb Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@421 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:53:57 +00:00
squall_leonhart69r 13ab4f3e02 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@420 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:53:42 +00:00
squall_leonhart69r f823383dc7 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@419 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:53:30 +00:00
squall_leonhart69r 87624928a7 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@418 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:53:13 +00:00
squall_leonhart69r 10b4a6a761 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@417 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:52:43 +00:00
squall_leonhart69r ab4de139e2 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@416 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:52:21 +00:00
squall_leonhart69r f5508f27a3 Removed file/folder
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@415 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 03:52:05 +00:00
squall_leonhart69r ab3e4a0a33 added partial support for Brunni's GB palettes, might make this more permanent in the future by improving the built in palette editor and adding pergame support to it.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@414 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-29 02:52:45 +00:00
Nach a4b6107d42 Improved file select filter.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@412 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-28 11:29:26 +00:00
Nach 3a8c5ace92 Fixed warnings.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@411 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-28 11:11:29 +00:00
Nach 74ffd4d661 Property set for new files.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@410 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-28 00:04:28 +00:00
Nach 3c1c4aad4f You better believe it, it's a whitespace trim, and line conversions, eol settings comming up.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@409 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 23:58:25 +00:00
squall_leonhart69r 30a4ed61db git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@406 a31d4220-a93d-0410-bf67-fe4944624d44 2008-02-27 22:01:08 +00:00
squall_leonhart69r fe0b9b30b0 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@405 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:52:27 +00:00
squall_leonhart69r 4cfebaf1d8 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@404 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:52:19 +00:00
squall_leonhart69r ac11a3e6f9 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@403 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:52:12 +00:00
squall_leonhart69r 9cd4f98f37 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@402 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:52:05 +00:00
squall_leonhart69r cc08febf86 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@401 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:57 +00:00
squall_leonhart69r bab00e0e24 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@400 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:48 +00:00
squall_leonhart69r 8b89b4af54 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@399 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:40 +00:00
squall_leonhart69r 5e0270135b added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@398 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:33 +00:00
squall_leonhart69r df73727d64 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@397 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:24 +00:00
squall_leonhart69r 905c8e53a7 added files
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-arm.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA-thumb.cpp
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\agbprint.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBA.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAcpu.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\gbafilter.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAGfx.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBAinline.h
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\agb\GBALink.h


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@396 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 21:51:16 +00:00
squall_leonhart69r 155b3346d4 somehow missed a path >.>
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@392 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 16:01:44 +00:00
squall_leonhart69r fcb541eb22 moved some of the GBA core files to the new agb directory and setup the paths, fixed some includes i didn't setup properly for GB.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@391 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 15:48:18 +00:00
squall_leonhart69r 9e95199210 Renamed GB to DMG, fixed makefiles and vc project files to accomodate this change
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@390 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-27 13:33:37 +00:00
spacy51 66b174b743 Qt:
REMOVED glwidget
ADDED window size save/load to INI

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@389 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-24 18:09:14 +00:00
spacy51 a89050faca Qt:
ADDED smarter graphics output

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@388 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-24 18:01:35 +00:00
spacy51 f6b97afa4b Qt:
ADDED ROM file loading

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@387 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-24 00:10:53 +00:00
spacy51 4070f2a9b3 Qt:
ADDED version info to about box

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@386 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-23 20:13:48 +00:00
spacy51 82eed07ba4 Qt:
ADDED list widget to cheats sidebar

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@385 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-22 19:43:50 +00:00
spacy51 b27912722c Qt:
FIXED disabling side bar when enabling translation

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@384 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-22 19:32:43 +00:00
spacy51 e9ddf8474b Qt:
FIXED small mistake

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@383 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-22 19:25:19 +00:00
spacy51 fcde7f2a14 Qt:
ADDED support for saving/loading settings to/from an INI file.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@382 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-22 18:59:57 +00:00
spacy51 f7486e8815 Qt:
ADDED Windows VersionInfo to resource file

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@380 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 20:04:37 +00:00
spacy51 e919b38684 Qt:
FIXED missing Q_OBJECT declaration in class definition
UPDATED german translation

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@379 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 19:23:52 +00:00
spacy51 0964583f83 Qt:
- Eye candy
- Code cleanup

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@378 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 17:33:04 +00:00
spacy51 f3add969f6 forgot to add this file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@377 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 16:42:17 +00:00
spacy51 d207261166 Qt:
- code cleanup
- modified layout of config dialog

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@375 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 15:58:29 +00:00
mudlord b8c58d3169 Added preliminary input keys dialog box
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@374 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 08:58:01 +00:00
mudlord 9ddc3c0e15 Fixed some minor issues in the main dialog
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@373 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 05:37:40 +00:00
mudlord 392e5b875e Started preliminary work on the new main options menu
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@372 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 05:21:15 +00:00
mudlord 0658542f98 Added stubs for opening ROMs and the main options dialog widget
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@371 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 04:27:45 +00:00
mudlord 41a1dc524a Fixed bug 2166
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@370 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-21 03:15:08 +00:00
spacy51 814e191201 Qt:
ADDED possibility to show/hide cheats sidebar

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@369 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-20 22:10:05 +00:00
jbo_85 b6cc37c047 Optimized some stuff in the renderer.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@368 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-13 23:16:16 +00:00
mudlord 4d0775a977 Bleh, fixed resource, again.
This most likely will be the last MFC GUI based update

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@367 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-12 00:39:48 +00:00
spacy51 e48f793db8 Qt:
ADDED basic cheat sidebar

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@365 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-10 15:32:44 +00:00
spacy51 7bf7416b66 Qt:
ADDED spanish translation
ADDED switch to enabled/disable translation

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@363 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-10 12:35:36 +00:00
spacy51 b59b226da8 Qt:
ADDED dynamic translation file loading
ADDED File->Exit menu entry
SIMPLIFIED menu construction

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@362 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-10 00:08:37 +00:00
spacy51 f4c29fa641 Qt:
MINOR translation changes

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@361 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-09 22:41:05 +00:00
spacy51 f316797a20 Qt:
ADDED short translation how-to
FIXED some linux build errors

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@359 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-09 21:42:17 +00:00
spacy51 e2b89cf473 QT:
USE precompiled header
ADDED basic menu
ADDED OpenGL frame
ADDED german translation

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@358 a31d4220-a93d-0410-bf67-fe4944624d44
2008-02-09 17:16:37 +00:00