Commit Graph

719 Commits

Author SHA1 Message Date
bgk 6feda5d3a0 SDL : More stderr > stdout thanks to tttttttttanaka 2008-09-02 09:40:25 +00:00
bgk d6fa4b79d2 SDL : Output information messages to stdout instead of stderr 2008-09-02 06:24:23 +00:00
bgk 474231f6bb 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
2008-09-02 06:16:34 +00:00
bgk 7cf772ea6c 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. 2008-09-01 19:51:07 +00:00
bgk 63fba2be26 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. 2008-09-01 19:14:37 +00:00
spacy51 c599c978f1 ADDED soundInterpolation & soundFiltering options to audio core settings dialog
CHANGED soundInterpolation type from int to bool
REMOVED soundInterpolation settings from menu
2008-08-31 21:54:57 +00:00
spacy51 5fb91e0a92 ADDED gbSoundDeclicking option 2008-08-31 20:03:39 +00:00
spacy51 a831e6f5ea ADDED gbSoundSetDeclicking & gbSoundGetDeclicking [blargg] 2008-08-31 19:29:58 +00:00
bgk ed1eae96a9 SDL Input : Added a function to compute the keymap value from a SDL event. Will be used in the config dialog. 2008-08-31 17:21:27 +00:00
bgk 2c5a319c0c SDL Input: Now with a clean C module interface. Added a bit of doc to the header. 2008-08-31 16:38:41 +00:00
bgk f49b0a6ad6 Bad copy/paste 2008-08-30 19:36:06 +00:00
bgk 89f52661ab SDL input: Replaced all the interface global vars by accessors 2008-08-30 19:29:38 +00:00
bgk 4e454fcb86 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.
2008-08-30 17:50:51 +00:00
bgk 24ed04f8f1 GTK:
Removed the Keymap class
2008-08-30 15:02:01 +00:00
bgk 14e58ee2bb GTK :
Removed an unnecessary include
2008-08-30 08:30:40 +00:00
bgk 4a3420f16c GTK:
The keymap now uses a std::map instead of a glib map
2008-08-30 08:27:17 +00:00
bgk 0c037c3998 Fixed a few (thousand) warnings when building the HQ scalers using GCC 4.3 2008-08-30 07:25:18 +00:00
bgk d257d96941 GTK:
Removed the ability to set the volume to a value higher than 200% since it didn't work
2008-08-29 20:11:59 +00:00
bgk 5e5d025fd5 GTK:
- Removed the PortAudio sound driver because it was quite unstable on some systems
- Use the SDL sound driver
- Fixed the SDL include path
2008-08-29 19:45:17 +00:00
bgk c2a1300926 Completely remove systemSoundOn 2008-08-29 19:04:05 +00:00
bgk c71336cc3b GTK:
Try loading the glade file from the source folder to allow running gvbam without installing it
2008-08-29 19:02:29 +00:00
bgk ccfed5c1c3 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
2008-08-29 10:23:51 +00:00
bgk a80233260c No need to have SDL related stuff in the win32 port 2008-08-29 08:58:45 +00:00
spacy51 a6ab84bbb7 ADDED volume control to GB core [blargg]
CLEANUP gbSound.h [blargg]
2008-08-28 22:06:48 +00:00
spacy51 447342e3ce FIX use GBC audio core for GBC ROMs instead of GB mono 2008-08-28 21:07:26 +00:00
spacy51 bb21d4815f FIX really use GBA sound when GBA is selected instead of GBC 2008-08-28 12:03:11 +00:00
spacy51 2c4a89738b FIXED use blargg's default values for echo & stereo 2008-08-27 19:22:11 +00:00
spacy51 2fb3b0f555 ADDED save/load gb_effects_config to/from ini file 2008-08-27 19:18:07 +00:00
spacy51 7a988e84e8 REMOVED volume controls in menu bar 2008-08-27 19:02:19 +00:00
spacy51 7eaef013a3 ADDED volume control to audio effects dialog and renamed it to audio core settings dialog 2008-08-27 18:49:09 +00:00
bgk b2e13838db SDL :
- Cleaned up initialization and volume management
- Added shortcuts to change the volume at runtime
Thanks to chrono for the patch
2008-08-27 16:35:21 +00:00
bgk 57b7512db9 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
2008-08-27 15:48:36 +00:00
bgk 2a2c0d6918 SDL : Use the new audio API. Fixes build. Thanks to slacker for the patch. 2008-08-27 15:17:41 +00:00
bgk c915c8a492 GTK : Remove some useless config values 2008-08-27 12:20:00 +00:00
bgk 8d732a7704 GTK :
Readded the sound mute option using the new API
2008-08-27 12:18:38 +00:00
bgk f5c7bb5d28 GTK :
Fixed build by removing obsolete sound options

SDL :
Still broken
2008-08-27 11:47:52 +00:00
spacy51 43572d4e60 SMALL fix 2008-08-26 23:55:52 +00:00
spacy51 c566b321ea Sound code clean up 2008-08-26 23:45:34 +00:00
spacy51 92c8f3c30c ADDED blargg to about box 2008-08-26 22:15:19 +00:00
spacy51 c2b00fc595 REMOVED unused global soundBufferTotalLen
MOVED soundNextPosition from sound core to DirectSound
2008-08-26 21:12:46 +00:00
spacy51 99d5c6e6df REMOVED soundOffFlag remains 2008-08-26 20:48:25 +00:00
spacy51 ae0394a1e4 REMOVED sound reverse stereo remains 2008-08-26 20:34:45 +00:00
spacy51 f5eabba1c7 REMOVED remains of soundLowPass option 2008-08-26 20:28:32 +00:00
spacy51 e1e218c554 REMOVED sound echo menu item 2008-08-26 20:20:30 +00:00
spacy51 781c3b66e9 FIXED warnings about macro redefinition 2008-08-26 20:00:30 +00:00
spacy51 ea11c4735b ADDED Audio Effects config dialog 2008-08-26 13:36:40 +00:00
spacy51 111b6f0890 Resource file cleanup 2008-08-26 10:46:32 +00:00
spacy51 377340575c REMOVED Sound Off option
REMOVED Sound On option
2008-08-26 10:05:00 +00:00
spacy51 bb710be856 ADDED Now recognizes GBA sound hardware mode
ADDED gbSoundConfigEffects function to apply new effects configuration [blargg]
2008-08-25 22:51:46 +00:00
spacy51 79cc82a59f FIXED GB audio state loading [blargg] 2008-08-25 22:02:15 +00:00
spacy51 a5179953ab FIX build fails with non-SP1 2008-08-25 20:49:55 +00:00
spacy51 82b4889980 CHANGED everything to use C/C++/MFC runtime DLLs + libpng/zlib DLL versions
ADDED workaround for missing crc32_combine function in default zlib DLL
2008-08-14 16:36:51 +00:00
spacy51 54addad74b FIX compiling Qt build with MSVC++ 2008-08-13 23:20:45 +00:00
spacy51 453871ad4f FIX compiling with NO_OGL 2008-08-13 17:27:07 +00:00
spacy51 9146d8d68e ADDED more sound skip protection on GUI interaction
REMOVED zutil.h dependency
SMALL code cleanup
2008-08-13 14:24:50 +00:00
spacy51 86a59cdbcf REMOVED pause when inactive option as audio skips were inevitable when it was disabled.
REMOVED remains of generic flashcard option in GUI
2008-08-13 12:46:49 +00:00
spacy51 dd40cfdc00 FIX resource compile system 2008-08-13 11:38:46 +00:00
spacy51 09893c94c6 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
2008-08-13 10:01:39 +00:00
mudlord 4fd9f109e5 FIXED: Icon issue in options in Qt4 GUI system
ADDED: Directory options in Qt4 GUI system. Yay.
2008-08-06 04:00:48 +00:00
xkiv 5006873994 Sorry, got carried away and forgot I had some private changes here. Reverting this part of previous commit. -- xKiv 2008-08-03 21:06:36 +00:00
xkiv 5b5f0078fe SDL build/configuration patches (martinultima, chrono):
http://vba-m.ngemu.com/forum/gbc-cheats-gameshark-compile-fixes-t-193.html
2008-08-03 21:02:37 +00:00
spacy51 ac73d8ff85 CHANGED XAudio2 config dialog device listing not sorted by alphabet anymore 2008-07-27 11:32:52 +00:00
spacy51 e4c1506dc5 FIXED XAudio2 config dialog did not show current device OnInitDialog 2008-07-26 11:55:22 +00:00
spacy51 910d4ac9f8 ADDED XAudio2 config dialog 2008-07-22 13:14:32 +00:00
spacy51 31f1673d6d ADDED stereo to surround upmixing (XAudio2) 2008-07-14 17:59:15 +00:00
spacy51 d662882922 FIXED: XAudio2 no sound with ASUS Xonar cards 2008-07-14 15:58:30 +00:00
mudlord 64e3165091 Since the Windows port of GNU patch was being a bitch, did LIRC support again. Bleh! 2008-07-11 01:49:36 +00:00
mudlord eac8b888a3 ADDED LIRC support in SDL build 2008-07-10 23:41:29 +00:00
spacy51 0c3009a6f3 ADDED "Cheats Enabled/Disabled" status messages 2008-07-10 16:03:15 +00:00
spacy51 0cafb29152 Make the option "File->Load Game->Do not change battery save" work for GB/C games as well. 2008-06-30 21:05:14 +00:00
bgk 3987b1c37b GTK GUI : Fixed build 2008-06-28 06:03:05 +00:00
bgk 7564a9401c GTK GUI :
- Fixed XV output for cards not supporting the XV_AUTOPAINT_COLORKEY parameter
2008-06-27 12:01:12 +00:00
squall-leonhart f850d60151 more fixes towards MBC7 2008-06-26 13:49:19 +00:00
spacy51 785706fcbb ADDED option "File->Load Game->Do not change battery save" (currently GBA only) 2008-06-26 11:55:08 +00:00
squall-leonhart 81a8b3cdd0 GBC Battery fix 2008-06-26 02:50:57 +00:00
spacy51 974e378d47 Fix XAudio2 crash 2008-06-17 00:00:48 +00:00
bgk 2bd3eadac0 Allow building the GTK port without debugger support 2008-06-16 20:18:49 +00:00
bgk c64fd54be9 Fix build without BKPT_SUPPORT 2008-06-16 18:57:58 +00:00
bgk b780693c37 Fixed misspelling in the GTK about dialog. 2008-06-12 18:10:30 +00:00
bgk 5ee8ba5c09 Disabled the buffer underflow warning. 2008-06-12 17:51:52 +00:00
bgk b72cabd80e 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
2008-06-05 16:31:38 +00:00
bgk 123570a068 GTK GUI:
- Use sytem wide recent used files.
2008-06-05 11:32:49 +00:00
bgk 8535979111 GTK GUI:
- Updated credits
2008-06-05 08:34:50 +00:00
bgk cfc3875d18 GTK GUI:
Removed the ability to save screenshots as bitmaps. The BMP format is dead.
2008-06-05 08:25:35 +00:00
bgk 20def2fca2 GTK GUI :
- Use more gtk stock items for the menus
2008-06-05 08:05:56 +00:00
bgk 41b4431506 Use stock menu item for the about menu. TODO : convert the other menu items where applicable too. 2008-06-04 18:41:40 +00:00
bgk 045889d4cd GTK GUI :
- Improved icon installation. Thanks joneslee !
- Improved make install
2008-06-04 18:08:37 +00:00
n-a-c-h 475784b4fb Insanity for the sake of insanity. 2008-06-02 02:15:55 +00:00
bgk 23460ff9ad GTK GUI :
- Disabled RGB overlays in the Xv module since it was buggy
- Properly initialize autofire state
2008-06-01 16:43:27 +00:00
mudlord 1689d58f38 Fixed some loose ends in the OpenGL renderer.
Now its nice and tidy. Heh.
2008-05-31 01:43:17 +00:00
mudlord 05769eba13 Fixed pragmas 2008-05-29 04:05:38 +00:00
n-a-c-h 92cc48428b Beware the pragmas. 2008-05-29 03:55:54 +00:00
n-a-c-h ac5c6f1e0d Fix for MSVC. 2008-05-29 03:20:05 +00:00
n-a-c-h a06d02619f Slight tweak. 2008-05-28 23:50:15 +00:00
n-a-c-h 38aa5245c4 Fixed two bugs, and did some corrections for granuality. 2008-05-28 22:55:00 +00:00
n-a-c-h 8dc55c6639 Making some things more annoying to notice. 2008-05-28 22:43:40 +00:00
n-a-c-h 4ae3e64c15 Lets quiet a warning. 2008-05-28 09:04:14 +00:00
n-a-c-h 645e277729 Make this just a little bit strong. 2008-05-28 09:01:22 +00:00
n-a-c-h e97790f218 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! 2008-05-28 08:58:50 +00:00
mudlord c8a44679c2 Fixed about DLG link. 2008-05-28 06:48:08 +00:00
n-a-c-h 421a0efc8e I'm upset that my last trick missed a trick, so correcting that now. 2008-05-28 02:38:01 +00:00
n-a-c-h 9b1223c3c1 Okay this insanity I think is sort of outdoing myself. Good luck looking at this through a disassembler. 2008-05-28 02:26:10 +00:00
n-a-c-h 89246e73a5 Maybe this will help. 2008-05-28 00:51:46 +00:00
n-a-c-h 3bafae2a93 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). 2008-05-27 23:13:26 +00:00
n-a-c-h 550aebf08c Fixed unprotect_buffer(). 2008-05-27 15:35:03 +00:00
n-a-c-h b06aeaf9dc Oops, mixed up two variables. 2008-05-27 08:40:32 +00:00
n-a-c-h 7b339f6cf0 Small improvement ;) 2008-05-27 08:39:20 +00:00
n-a-c-h 02273776c9 Scope fix, lets hope this compiles. 2008-05-27 08:36:54 +00:00
n-a-c-h 2cbc4ab6c9 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. 2008-05-27 08:35:36 +00:00
n-a-c-h 6e5f9d9b00 Just in case. 2008-05-27 08:34:07 +00:00
n-a-c-h 99455983be A lot more crazy stuff, hope it compiles. 2008-05-27 07:58:21 +00:00
mudlord c18f746121 Started work on updated crypto 2008-05-26 23:19:27 +00:00
spacy51 c0166c1b5d DISABLE possibility to select multi-threaded filters and filter plugins at once 2008-05-20 17:14:55 +00:00
spacy51 4b83a9f2fe ADDED convenience behavior of filter plugin menu entry 2008-05-20 17:04:25 +00:00
spacy51 f08da5cdce Enable GBA_LOGGING for Release builds 2008-05-20 14:53:16 +00:00
spacy51 2078af0849 FIXED: Logging dialog broken after switching render API 2008-05-20 14:43:12 +00:00
spacy51 e62eec4e60 Small change 2008-05-20 14:32:21 +00:00
spacy51 8552ce65fa Added seperate verbose channel for sound output 2008-05-20 14:24:49 +00:00
n-a-c-h cbe0cf7bbc For building debug builds, no security ever. 2008-05-20 12:45:49 +00:00
n-a-c-h b65f624d58 Fixed bug in defines, and tighten stuff up with an adler! 2008-05-20 12:38:15 +00:00
n-a-c-h b9243acef4 Better protection. 2008-05-20 03:39:14 +00:00
n-a-c-h 6725cec0c3 Fix handling of one case, should be a good memmem() now. 2008-05-20 01:54:20 +00:00
n-a-c-h 33af8c9962 Some fixes. 2008-05-19 15:29:59 +00:00
mudlord ea1221605d Updated payload 2008-05-19 13:06:55 +00:00
mudlord 2bca98d6b0 Added some fun.... 2008-05-19 12:50:49 +00:00
mudlord 89fbf37bad Updated about info 2008-05-18 22:42:56 +00:00
mudlord f0e786aed0 Fixed up Qt4 project file
Started preliminary Qt4 directory dialog in options
2008-05-16 02:40:47 +00:00
n-a-c-h 9720e3ec10 Insert Placeholder so I don't forget. 2008-05-15 02:07:32 +00:00
n-a-c-h 69177f5742 Cleanup, support .dmg 2008-05-15 02:04:32 +00:00
xkiv 9dd68a5d0f Made (some) messages about invalid cheat codes more descriptive 2008-05-08 23:27:20 +00:00
xkiv 812990cd2f (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
2008-05-08 23:25:39 +00:00
xkiv 3480d2e03d Added new options:
Joy#_AutoA, Joy#_AutoB, openGLscale, saveKeysSwitch
Fixed maximum value for rewindTimer.
2008-05-08 23:16:12 +00:00
bgk a48b02db72 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
2008-05-03 07:58:20 +00:00
bgk baf094ce92 GTK GUI :
Added fullscreen support (toggle with F11)
2008-04-29 19:08:47 +00:00
bgk 0509c211b1 GTK UI :
Use newer Tooltip API. gvbam now builds with GTKMM_DISABLE_DEPRECATED
2008-04-27 18:05:58 +00:00
bgk 5c4600e4fc GTK GUI :
- Fixed some warnings
- Uninitialized memory should not be displayed anymore instead of a black screen
2008-04-27 16:54:42 +00:00
bgk 66dd396d85 GTK GUI :
Replaced GTK/GDK display by GTK/Cairo, now the window can be resized with all the video modules.
2008-04-25 18:21:39 +00:00
bgk 62f52b9622 Small cleanup 2008-04-25 09:52:59 +00:00
bgk 348caa1b80 GTK GUI :
Added a menu to select the video output module
2008-04-25 09:34:16 +00:00
bgk bd20a2e6aa 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).
2008-04-25 08:42:43 +00:00
bgk 79f61a2e2f GTK GUI :
Properly shutdown the sound output
2008-04-23 18:53:21 +00:00
bgk d1d115dbe8 GTK GUI :
The window can now be resized when using the Xv output. The display stretches to fit the window with aspect ratio correction.
2008-04-23 11:54:54 +00:00
bgk 66720378c9 GTK GUI :
Added filter support to the Xv output code
2008-04-22 11:52:55 +00:00
bgk cc077e2080 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.
2008-04-22 10:39:23 +00:00
bgk b80d66853e GTK GUI :
- Initial work to allow multiple dislay drivers
2008-04-21 16:46:22 +00:00
bgk f80c58cc41 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
2008-04-21 11:49:44 +00:00
bgk dfc7136df6 Actually change the window title. 2008-04-21 07:45:45 +00:00
bgk 4e7f9cf39f GTK GUI :
- A bit of rebranding
- Replaced the unix specific getopt command line option parsing with the glib parser
2008-04-21 07:42:18 +00:00
bgk e46f9535ac GTK GUI :
- Fixed wrong sigc types
- Fixed loading of GB games
2008-04-21 06:28:02 +00:00
bgk caf0e8fced 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
2008-04-20 19:52:18 +00:00
bgk ce99a65c94 Ooops. Forgot that file in my last commit. 2008-04-20 07:33:58 +00:00
bgk 65d9ca1d92 Initial version of the GTK GUI (forwardported from VBA's CVS) 2008-04-20 07:28:48 +00:00
bgk 9321a15300 Separated the SDL sound code from the SDL port to make it reusable by the other ports. 2008-04-20 07:26:11 +00:00
spacy51 9a60908f37 ADDED: Option to always use the last accessed directory instead of any of the default ROM directories. 2008-04-15 15:15:36 +00:00
spacy51 6701ee724b FIXED: OpenGL had black border at top in fullscreen 2008-04-08 19:19:42 +00:00
mudlord d41c634702 Bleh, removed OGL dlists since it didnt seem to make much difference. 2008-04-07 13:37:54 +00:00
spacy51 ee3e7a5e75 OpenAL:
- Only show empty buffer warning for debug builds
- Code cleanup
2008-04-05 23:01:59 +00:00
spacy51 f135b6f28a XAudio2 will now output a warning to the log window, when the buffers ran dry. Debug build only. 2008-04-05 01:49:15 +00:00
spacy51 e3d4c0f2b5 ADDED option to disable multi-threaded pixel filtering
REDUCED maximum number of cores to use to 8
2008-04-05 00:13:31 +00:00
spacy51 6fac33e04b Use GetSystemInfo() function to retrive number of CPUs. 2008-03-30 23:23:25 +00:00
spacy51 97a9be1c7c FIXED: Wrong detection of CPU cores crashes emu.
ADDED: D3D will not use more than 16 cores.
2008-03-30 13:26:17 +00:00
spacy51 f4170784b3 ADDED asm-filters thread-safe patches by chrono.
ADDED maxCpuCores option to ini file and autodetect best value at first run.
2008-03-26 16:21:30 +00:00
spacy51 911450eff1 Thread safety patch for HQ4x_32 filter. BIG THANKS to chrono for his work. 2008-03-25 19:16:26 +00:00
mudlord 5cb6c0dab7 Added border fix for HQ3X/HQ4X ASM filters
Added Spacy's multithreaded D3D filter routine
2008-03-25 04:12:29 +00:00
squall-leonhart b9722e941c swapped default A/B control defines 2008-03-24 00:39:10 +00:00
mudlord e14bd1494e Updated Qt4 extension filter to remove RAR, since we can't use it due to legal reasons. 2008-03-22 06:49:22 +00:00
mudlord cee9bca44c Updated Qt4 GUI options dialog.
Wow...
2008-03-22 06:32:41 +00:00
spacy51 426306e1d6 FIX GUI bug related to COM and multi-threading 2008-03-10 14:18:45 +00:00
spacy51 107d1670a7 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.
2008-03-09 19:11:28 +00:00
spacy51 587379dc29 Replace Sleep function with waitable event 2008-03-09 16:25:36 +00:00
spacy51 8c9a679eca ADDED sound output using Microsoft's new XAudio2 API 2008-03-09 14:01:34 +00:00
mudlord 8359ac8351 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.
2008-03-09 08:43:30 +00:00
jbo_85 1aba6fec1d Fixed inline assembler for Linux. 2008-03-09 00:45:18 +00:00
spacy51 1c529a52e7 Update MSVC2008 project files.
Fix compiler errors.
2008-03-08 13:59:23 +00:00
Nach ab0256d9cc Whitespace trim, and eol-style native propery set again. 2008-03-05 00:35:39 +00:00
spacy51 167d89121c REMOVED superfluid backup files. 2008-03-04 19:17:32 +00:00
mudlord 517d815248 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...
2008-03-04 07:07:58 +00:00
spacy51 c186ca49fe FIXED linker errors in SDL build about dbgSignal/dbgOutput 2008-03-03 16:10:33 +00:00
spacy51 9454925557 FIX compiler error 2008-03-03 15:17:51 +00:00
spacy51 d2a372683d FIXED mistake 2008-03-03 14:41:14 +00:00
squall_leonhart69r 4e28eab229 changed paths to reflect new folder structure. 2008-03-03 05:33:00 +00:00
squall_leonhart69r 1e59dabbd5 changed #include "GBAGFX.h" to #include "GBAGfx.h" 2008-03-03 01:37:29 +00:00
squall_leonhart69r a3a1d13f16 removed src/agb/GBAGfx.h: line 25 #include "gbaGfx.h" 2008-03-03 01:35:16 +00:00
spacy51 2d36cde81d Qt:
ADDED shared, agb_core and gb_apu files to project file
2008-03-02 16:11:25 +00:00
squall_leonhart69r 5c8fa49d23 2008-02-29 04:11:02 +00:00
squall_leonhart69r 3411dd3094 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
2008-02-29 04:06:41 +00:00
squall_leonhart69r 0ab3a6f3c4 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
2008-02-29 04:06:32 +00:00
squall_leonhart69r 51c97b2760 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
2008-02-29 04:06:25 +00:00
squall_leonhart69r 86358fd29c Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\win32\OpenGL.cpp
2008-02-29 04:05:35 +00:00
squall_leonhart69r dfe220a9e5 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
2008-02-29 04:03:22 +00:00
squall_leonhart69r 30293577ef 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
2008-02-29 04:03:14 +00:00
squall_leonhart69r d9cd9fa7f7 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
2008-02-29 04:03:07 +00:00
squall_leonhart69r 83c6fee96f 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
2008-02-29 04:02:59 +00:00
squall_leonhart69r ad01e508d9 Added items remotely
D:\Projects\VisualBoy Advance-M-1.8.0 source\src\Util.cpp
2008-02-29 04:00:46 +00:00
squall_leonhart69r 61c9c5e689 Removed file/folder 2008-02-29 03:54:27 +00:00
squall_leonhart69r d8d7189383 Removed file/folder 2008-02-29 03:54:07 +00:00
squall_leonhart69r 54d6577479 Removed file/folder 2008-02-29 03:53:57 +00:00
squall_leonhart69r 9d0da0ef8b Removed file/folder 2008-02-29 03:53:42 +00:00
squall_leonhart69r 84c3845fac Removed file/folder 2008-02-29 03:53:30 +00:00
squall_leonhart69r 9585bb0c8d Removed file/folder 2008-02-29 03:53:13 +00:00
squall_leonhart69r 935829cc99 Removed file/folder 2008-02-29 03:52:43 +00:00
squall_leonhart69r 52e6dae36f Removed file/folder 2008-02-29 03:52:21 +00:00
squall_leonhart69r c19478fd2e Removed file/folder 2008-02-29 03:52:05 +00:00
squall_leonhart69r 5341dc4218 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. 2008-02-29 02:52:45 +00:00
Nach 453b3c79aa Improved file select filter. 2008-02-28 11:29:26 +00:00
Nach 7ac738362c Fixed warnings. 2008-02-28 11:11:29 +00:00
Nach 0c9a2da44c Property set for new files. 2008-02-28 00:04:28 +00:00
Nach b248000efb You better believe it, it's a whitespace trim, and line conversions, eol settings comming up. 2008-02-27 23:58:25 +00:00
squall_leonhart69r 15f5096e7c 2008-02-27 22:01:08 +00:00
squall_leonhart69r 9a438ca3a5 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
2008-02-27 21:52:27 +00:00
squall_leonhart69r d56d863093 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
2008-02-27 21:52:19 +00:00
squall_leonhart69r b9e48072d8 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
2008-02-27 21:52:12 +00:00
squall_leonhart69r 97dc083193 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
2008-02-27 21:52:05 +00:00
squall_leonhart69r c19c531266 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
2008-02-27 21:51:57 +00:00
squall_leonhart69r 9ece4d2b79 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
2008-02-27 21:51:48 +00:00
squall_leonhart69r 15eed5a15f 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
2008-02-27 21:51:40 +00:00
squall_leonhart69r 6b9feda57f 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
2008-02-27 21:51:33 +00:00
squall_leonhart69r 4c32885e66 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
2008-02-27 21:51:24 +00:00
squall_leonhart69r 9d6fbc0fb6 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
2008-02-27 21:51:16 +00:00
squall_leonhart69r fccfafb264 somehow missed a path >.> 2008-02-27 16:01:44 +00:00
squall_leonhart69r 7aef2948b1 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. 2008-02-27 15:48:18 +00:00
squall_leonhart69r df3ae15cac Renamed GB to DMG, fixed makefiles and vc project files to accomodate this change 2008-02-27 13:33:37 +00:00
spacy51 1479e11435 Qt:
REMOVED glwidget
ADDED window size save/load to INI
2008-02-24 18:09:14 +00:00
spacy51 3fc5da660b Qt:
ADDED smarter graphics output
2008-02-24 18:01:35 +00:00
spacy51 350627e09c Qt:
ADDED ROM file loading
2008-02-24 00:10:53 +00:00
spacy51 60070208a4 Qt:
ADDED version info to about box
2008-02-23 20:13:48 +00:00
spacy51 ac2478d7c2 Qt:
ADDED list widget to cheats sidebar
2008-02-22 19:43:50 +00:00
spacy51 eb49943649 Qt:
FIXED disabling side bar when enabling translation
2008-02-22 19:32:43 +00:00
spacy51 71e80e63b3 Qt:
FIXED small mistake
2008-02-22 19:25:19 +00:00
spacy51 450df58520 Qt:
ADDED support for saving/loading settings to/from an INI file.
2008-02-22 18:59:57 +00:00
spacy51 5ee7a8946e Qt:
ADDED Windows VersionInfo to resource file
2008-02-21 20:04:37 +00:00
spacy51 70c8b87764 Qt:
FIXED missing Q_OBJECT declaration in class definition
UPDATED german translation
2008-02-21 19:23:52 +00:00
spacy51 fc8a26841c Qt:
- Eye candy
- Code cleanup
2008-02-21 17:33:04 +00:00
spacy51 ac1fe601d1 forgot to add this file 2008-02-21 16:42:17 +00:00
spacy51 bf948ffd1a Qt:
- code cleanup
- modified layout of config dialog
2008-02-21 15:58:29 +00:00
mudlord a858169d2f Added preliminary input keys dialog box 2008-02-21 08:58:01 +00:00
mudlord edb5c06f2c Fixed some minor issues in the main dialog 2008-02-21 05:37:40 +00:00
mudlord f92dbf47ea Started preliminary work on the new main options menu 2008-02-21 05:21:15 +00:00
mudlord 4dd989f6fe Added stubs for opening ROMs and the main options dialog widget 2008-02-21 04:27:45 +00:00
mudlord bc27b9e777 Fixed bug 2166 2008-02-21 03:15:08 +00:00
spacy51 838c1fe63c Qt:
ADDED possibility to show/hide cheats sidebar
2008-02-20 22:10:05 +00:00
jbo_85 f808481094 Optimized some stuff in the renderer. 2008-02-13 23:16:16 +00:00
mudlord 9fc3957185 Bleh, fixed resource, again.
This most likely will be the last MFC GUI based update
2008-02-12 00:39:48 +00:00
spacy51 54c9174f7c Qt:
ADDED basic cheat sidebar
2008-02-10 15:32:44 +00:00
spacy51 ee8906b92e Qt:
ADDED spanish translation
ADDED switch to enabled/disable translation
2008-02-10 12:35:36 +00:00
spacy51 091813b638 Qt:
ADDED dynamic translation file loading
ADDED File->Exit menu entry
SIMPLIFIED menu construction
2008-02-10 00:08:37 +00:00
spacy51 ccd840dd89 Qt:
MINOR translation changes
2008-02-09 22:41:05 +00:00
spacy51 262403b630 Qt:
ADDED short translation how-to
FIXED some linux build errors
2008-02-09 21:42:17 +00:00
spacy51 3d2fe9980f QT:
USE precompiled header
ADDED basic menu
ADDED OpenGL frame
ADDED german translation
2008-02-09 17:16:37 +00:00
spacy51 4a61da3136 ADDED basic Qt translation framework 2008-02-06 13:59:07 +00:00