Commit Graph

72 Commits

Author SHA1 Message Date
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 8df495ecf6 CORRECTED typo in man page
REMOVED zero-size getopt files in /src
2008-01-25 18:10:58 +00:00
spacy51 af9f3c8757 REMOVE text.cpp/h from project file 2008-01-24 12:50:27 +00:00
spacy51 cae3dc04a2 Resource file cleanup. Remove reference to non-existent InterlaceIB function. Removed non-IFB MotionBlur. 2008-01-20 20:15:10 +00:00
spacy51 99ecb3db23 REMOVE ddraw.lib from linker options 2008-01-19 02:22:26 +00:00
spacy51 8b4ae87765 ADDED possibility to edit GB cheats 2008-01-18 20:51:47 +00:00
spacy51 fed687c110 2008-01-17 13:52:17 +00:00
spacy51 0748f2eca6 Fixed strange mistake with "resource.h" being renamed to "resource." because it had two mac line endings in it. 2008-01-17 13:40:40 +00:00
spacy51 2a52c59d0e NUKED skin support
CLEANED resource file
2008-01-17 13:20:50 +00:00
spacy51 c1d8e1f9e4 NUKED DDraw even more
FIXED here and there
2008-01-17 12:47:36 +00:00
mudlord bb1dbfb8ba Nuked DirectDraw renderer 2008-01-17 05:58:17 +00:00
spacy51 4fddbeaff1 ADDED Extended Fullscreen Settings dialog for Direct3D. 2008-01-15 17:23:18 +00:00
spacy51 e5d6588153 REMOVE useless file 2008-01-15 00:11:03 +00:00
spacy51 45c2112d4a rename res to doc 2008-01-14 22:09:46 +00:00
spacy51 a16444e678 IMPROVE icon
USE new icon for x64
CLEAN resource file
REMOVE useless files
2008-01-14 21:58:24 +00:00
spacy51 ee1d2ab239 UPDATED libpng from v1.2.10 to v1.2.24
CLEANED build system
2008-01-13 22:57:23 +00:00
spacy51 ce88fe554e disable 16bit filter hack for HQ3x/4x in x64 builds. 2008-01-13 13:43:37 +00:00
spacy51 99acf7c6ba use fex.h & fex_mini.cpp from dependencies directory instead of redundant copy in src folder 2008-01-11 13:49:30 +00:00
spacy51 75ed6f5fad ADDED: BIOS settings dialog
MODIFIED: Seperate BIOS settings for GB mono and GBA
REMOVED: Old BIOS settings menu entries
2008-01-09 12:44:54 +00:00
spacy51 ba8f18d6dc 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
2007-12-30 20:09:14 +00:00
mudlord 555409b3fd Added extra commenting to OGL renderer source
Made more steps to allow OGL renderer to be more modular
2007-12-28 23:07:44 +00:00
spacy51 1ad8fe2c8f FIXED: Creation of empty registry key 2007-12-27 14:31:27 +00:00
spacy51 1af02fb5ae removed portable.cpp/h from the MSVC project file
added C version of HQ3x/4x filters to the MSVC project file
x64 version compiles now
2007-12-25 20:11:50 +00:00
spacy51 22443443ce files were useful, after all 2007-12-25 19:20:40 +00:00
spacy51 c56e05e0e9 removed useless files 2007-12-25 18:48:09 +00:00
spacy51 8d6442b5ee build system clean up
enable GBA logging for release versions (no measurable performance impact)
change "DEV_VERSION" to "GBA_LOGGING"
2007-12-25 16:22:30 +00:00
spacy51 0279e0ced1 removed HAS_FILE_EXTRACTOR and ASM switches since they were not used in the code anymore 2007-12-23 21:21:21 +00:00
spacy51 a9d4f73ad1 fixed some x64 compiler errors/warnings
we still need a GLEW x64 lib
2007-12-23 13:19:52 +00:00
spacy51 396170e506 completely reworked AVI recording
compression will be re-added soon
2007-12-16 19:45:25 +00:00
mudlord 512c68d091 Removed unzip.cpp/h
Updated SDL port to use full FEX library as optional
2007-12-15 23:29:10 +00:00
spacy51 4a503ef5cf remove assembler version of copyImage because it is not faster as C version
declare copyImage as inline
move code from display.cpp to Display.h
delete display.cpp
2007-12-15 13:28:09 +00:00
spacy51 8c1dae1dfe added GBAcpu.h to file list 2007-12-15 11:20:16 +00:00
spacy51 98079e809a dynamic OpenAL DLL loading 2007-12-12 18:36:39 +00:00
mudlord d56514ea42 Updated File_Extractor to 0.4.3
Added fex_mini implementation
Removed libresample-0.1.3
2007-12-10 12:35:55 +00:00
spacy51 bc8d924c5c updated assembler command line
will not show thousands of warnings anymore when using nasm v2.00
2007-12-08 19:38:25 +00:00
mudlord 6454f573a3 2007-12-07 21:27:40 +00:00
mudlord d8f5baa663 Added E-Reader support to GBA core 2007-12-07 20:46:20 +00:00
spacy51 30b1edf84d added OpenAL device enumeration & selection 2007-12-06 14:23:43 +00:00
mudlord f48ef9ddbb Updated file extraction code in Util.cpp
Modded fex due to MS compiler idiocy when it comes to fex_type_rar
Updated OpenAL renderering setting to now save initial setting in the INI
2007-12-06 09:50:41 +00:00
spacy51 adf36092f7 added DirectSound <> OpenAL selection
OpenAL can be excluded from build with #define NO_OAL
2007-12-05 23:22:37 +00:00
mudlord 872441ce20 Added preliminary support for blargg's Gb_Apu 2007-12-04 09:08:44 +00:00
spacy51 63e475c8e1 changed x64 nasm cmdline 2007-12-02 14:54:56 +00:00
spacy51 0f4b89f735 build system cleanup 2007-12-02 14:45:47 +00:00
spacy51 5c669a52e7 added NO_D3D preprocessor switch 2007-12-01 23:24:34 +00:00
mudlord 280282d723 Updated GBA core 2007-12-01 22:27:30 +00:00
spacy51 a3de34c1fe readded skin support
(only DirectDraw supports it)
2007-12-01 13:42:24 +00:00
spacy51 0bc9ba8e25 enable Windows Visual Styles without a .manifest file 2007-12-01 11:22:58 +00:00
mudlord de16e11ea9 Removed GDI renderer since it is slow and sucks ass.
Plus, the other renderers are hardware accelerated, so meh.
2007-12-01 10:56:20 +00:00
spacy51 7647d37530 Vista icon will be used 2007-12-01 10:37:40 +00:00
mudlord 651091dd8c Updated "Help" menu URL links in Windows port
Added menu item in "Help" menu for upcoming CHM docs
2007-11-30 09:29:11 +00:00