Commit Graph

31 Commits

Author SHA1 Message Date
spacy51 5de08170c6 ADDED: Seperate GBC ROM folder support
MODIFIED: Directories dialog
MODIFIED: File filters for ROMs

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@276 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-09 15:18:40 +00:00
spacy51 31f519cca6 MODIFIED: Input setup dialog
ADDED: Clear all keys

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@275 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-09 14:06:52 +00:00
spacy51 1957e4f1f1 ADDED: BIOS settings dialog
MODIFIED: Seperate BIOS settings for GB mono and GBA
REMOVED: Old BIOS settings menu entries

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@273 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-09 12:44:54 +00:00
spacy51 b3232819b0 little update
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@271 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-07 19:17:53 +00:00
spacy51 637926b6c1 git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@267 a31d4220-a93d-0410-bf67-fe4944624d44 2008-01-06 14:21:13 +00:00
mudlord 9891692bbd Updated buglist
Added blank todo list (could be very helpful for us)

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@263 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-05 22:53:24 +00:00
mudlord 8146bf6d1a Updated bug list with ALL known OpenGL issues
This is a useful checklist to see what I have to do to fix it up :)

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@262 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-05 22:47:59 +00:00
spacy51 1b798243ae More detailed info on 16 bit hack issues.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@260 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-05 01:30:49 +00:00
spacy51 7206d4c467 Direct3D renderer:
Fixed: Sqeezed image for 1x image size
Fixed: Lowest scan line visible as first one with bilinear texture filtering enabled
Optimized: Textures are now a power of 2
Optimized: Clear screen only when necessary
Debug: Added #define D3D_DEBUG_INFO for debug builds

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@258 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-05 01:13:27 +00:00
spacy51 0e6a4e7548 draw the new image on the old one instead vice versa
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@255 a31d4220-a93d-0410-bf67-fe4944624d44
2008-01-01 14:34:11 +00:00
spacy51 360600e784 updated
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@252 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-31 13:22:13 +00:00
mudlord db7617b2be Updated bug list
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@248 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-31 01:18:50 +00:00
spacy51 6ece6dd1a3 added support for RGB555 format (6bit green instead of 6bit).
improve speed when trying to interpolate the same colors.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@247 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-30 21:11:40 +00:00
spacy51 1e9552726a hq3x/4x:
moved source files to seperate directory
added 16bit C version
C version: cleanup
C version: much code merging for 16bit/32bit
C version: code optimization ( only calculate YUV values for one pixel once )
C version: corrected one logic mistake when dealing with pixels at the border of the image


git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@246 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-30 20:09:14 +00:00
spacy51 f08f489ff3 build system clean up
enable GBA logging for release versions (no measurable performance impact)
change "DEV_VERSION" to "GBA_LOGGING"

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@233 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-25 16:22:30 +00:00
spacy51 674f9a424b added info about missing OpenGL files
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@231 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-25 15:22:32 +00:00
spacy51 d1d8adf051 added known preprocessor switches
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@223 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-23 20:51:19 +00:00
spacy51 31d2d4d629 added info on OpenAL SDK
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@163 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-05 23:28:53 +00:00
spacy51 6ac39a82fc git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@144 a31d4220-a93d-0410-bf67-fe4944624d44 2007-12-02 12:57:59 +00:00
spacy51 98d470ddcb enable Windows Visual Styles without a .manifest file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@124 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-01 11:22:58 +00:00
spacy51 7ac394557a not needed
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@123 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-01 11:05:42 +00:00
spacy51 2529cb43e9 fixed VSync & TripleBuffering behaviour
workaround: VSync will be disabled when the menu is opened in full screen mode
dynamic size for text messages
image will not be rendered to backbuffer but to textured triangle strip
fullScreenStretch will be applied immediately
bBilinear filter was not applied at initialization
minor fixes

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@118 a31d4220-a93d-0410-bf67-fe4944624d44
2007-12-01 10:19:06 +00:00
Nach 97ca1fbed4 Whitespace trim, and SVN property set.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@111 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-21 01:27:44 +00:00
Nach 3c06fa079f Trimmed whitespace, and set propper line endings for SVN.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@68 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-14 12:28:27 +00:00
DJRobX ee40ad3d5c Upgrade to 1.8 beta core
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@23 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-07 01:27:54 +00:00
DJRobX 17a26699cd update UI to allow multiple key assignments to functions
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@16 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-03 07:28:19 +00:00
DJRobX ad8b4848f7 Fix missing initialization code for vba link
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@15 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-02 10:20:08 +00:00
DJRobX bd77ca8061 Fix debug assertion on link options dialog
Fix tab control offset problem
Enhance tab controls by graying out inoperable tabs 
Fix locked aspect ratio in Direct3D mode



git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@14 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-02 09:19:38 +00:00
DJRobX e57de37f3f Updated Direct3D to Spacy's 1.8 beta build
Added new code to disable backbuffer locking to enable proper Vsync
Enabled triple buffering for Direct3D
Removed some unneeded binary VS.NET files



git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@13 a31d4220-a93d-0410-bf67-fe4944624d44
2007-11-01 10:28:09 +00:00
DJRobX 1f67441098 Project cleanups, add _CRT_SECURE_NO_WARNINGS to reduce absurdly high
warning count.

Fix DirectDraw initializer to check for 1024x768 and 1280x1024, they were grayed out.  Default resolutions set to 60hz and DirectDraw now obeys fsFrequency setting. 



git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@5 a31d4220-a93d-0410-bf67-fe4944624d44
2007-10-31 02:33:28 +00:00
mudlord a963483ee0 Added VBALink to the SVN code. Note that this is completely untested
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@2 a31d4220-a93d-0410-bf67-fe4944624d44
2007-10-30 19:04:22 +00:00