Commit Graph

563 Commits

Author SHA1 Message Date
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