mudlord
0d11a13ef7
2008-02-01 08:22:57 +00:00
mudlord
4bf1715142
SDL Windows updates:
...
- Fixed build on windows
- Clear the screen before each frame when in opengl mode to remove artifacts on Windows
- Don't use the asm version of the Sai2x filters anymore, since it somehow doesn't link on Windows
2008-01-30 22:37:22 +00:00
mudlord
c545911374
Linux version can display SVN revision number in help screen, ONLY IF svn is installed. Otherwise, the normal version number shows.
2008-01-30 10:47:10 +00:00
spacy51
b8379a99bc
ADDED compile date to about box
...
REDESIGNED about box a little
2008-01-29 13:11:02 +00:00
spacy51
f187980555
2008-01-26 14:04:57 +00:00
spacy51
c87a8b583f
FIXED: Entering fullscreen while logging window was active caused dead-lock
2008-01-26 12:12:16 +00:00
spacy51
1d53cf0881
RENAME FileToggleMenu accelerator to FileToggleFullscreen
2008-01-26 11:55:06 +00:00
spacy51
22def723e4
ADDED average performance logging. Enable with LOG_PERFORMANCE. Optionally change frame interval with PERFORMANCE_INTERVAL = x frames
2008-01-26 11:46:37 +00:00
spacy51
e9b1f58575
CORRECTED another typo
2008-01-25 18:40:34 +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
mudlord
0cf2bc2c6e
Fixed SVN properties on rules files
...
Added missing files
2008-01-24 11:46:19 +00:00
mudlord
479539f314
2008-01-24 05:35:19 +00:00
mudlord
30c9988e0a
Major Linux updates by bgKu:
...
- Added a basic manpage
- Added a default Linux configuration file
- Applied debian patch 01_use_dot_dir. This makes vba save the save states and battery files to $HOME/.vbam/. It is useful because the rom path is very likely to be read only. These paths can still be overridden using the config file. The configuration file and the vba-over.ini file can also be loaded from that .vbam path. Needs some Windows testing.
- Text.cpp/h getopt.c/h are sdl specific so moved them to the sdl folder.
- Removed the ability to disable the ASM version of the Sai2x scalers at runtime (to make them behave like the HQ filters)
- Fix the command line parsing bug I introduced in rev 191 (thanks to MNK)
- Gave to the interframe blending filters the same interface as fullscreen filters
2008-01-24 05:33:18 +00:00
spacy51
806e5b0ff4
IMPROVE texture locking performance
2008-01-22 14:08:28 +00:00
spacy51
6abce5085e
FIXED division by 0
2008-01-22 13:27:31 +00:00
spacy51
2aebee7acb
REVERTED increased code list size
2008-01-22 12:32:49 +00:00
spacy51
65cc39aca1
mudlord:
...
REMOVED GLSL shaders.
FIXED Win OGL crashing on startup when a filter is enabled.
ADDED support for display lists.
FIXED resizing when using display lists.
2008-01-22 11:24:22 +00:00
spacy51
288e4f97eb
REMOVED remaining references to non-IFB motion blur in SDL port.
2008-01-20 21:15:52 +00:00
spacy51
9881f8f780
ADDED fullscreen support to OpenGL
2008-01-20 20:23:36 +00:00
spacy51
23fe108b5d
ADDED full screen mode enumeration functionality to OpenGL (uses Windows GDI functions).
2008-01-20 20:22:57 +00:00
spacy51
c80a3917cb
WORKAROUND: Input does not work when switching from D3D to OGL
2008-01-20 20:16:33 +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
518350f6c5
FIX issues with NO_D3D
2008-01-19 02:06:42 +00:00
spacy51
8b4ae87765
ADDED possibility to edit GB cheats
2008-01-18 20:51:47 +00:00
spacy51
4715a2a391
INCREASE maximum number of GBA cheats to 1000 (was 100)
2008-01-18 19:33:05 +00:00
spacy51
80e1736fa7
INCREASE maximum number of cheats to 1000 (was 100)
2008-01-18 19:20:24 +00:00
spacy51
7ddcaf433c
REMOVE Display Drivers Dialog ( IDD_DRIVERS )
2008-01-17 14:30:37 +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
3cfe0250a5
Removed DirectDraw.cpp
...
Fixed up issue in MainWndFile
2008-01-17 06:34:06 +00:00
mudlord
bb1dbfb8ba
Nuked DirectDraw renderer
2008-01-17 05:58:17 +00:00
mudlord
95c798e5d3
Numerous Linux updates:
...
- OpenGL : fixed texture size to be exclusively a power of 2
- OpenGL : Clear the screen on init
- OpenGL : Set fullscreen resolution to the resolution of the desktop
- Changed the executable name to vbam to avoid conflict with the original VBA
- Added a basic install target to the makefile
- Fixed .gz archives loading when using fex_mini (thanks to tttttttttanaka)
- Added debian packaging informations
2008-01-17 04:51:34 +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
49b96b6be8
Prepare display interface for adding an extended full screen settings dialog.
...
Changes are backwards compatible to the old DirectDraw video mode enumeration code.
2008-01-14 23:13:49 +00:00
spacy51
45c2112d4a
rename res to doc
2008-01-14 22:09:46 +00:00
spacy51
5fb4b4342b
rename res to doc
2008-01-14 22:08:41 +00:00
spacy51
786282129c
2008-01-14 22:06:19 +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
ed70d35829
fixed wrong tab order in directories dialog
2008-01-13 12:55:50 +00:00
spacy51
b0c0ea1a5b
fixed x64 weakness when using CreateFileMapping
2008-01-13 12:55:18 +00:00
mudlord
ce88534871
Fixed FEX linking under Linux
2008-01-13 06:05:37 +00:00
mudlord
50028ee642
Added support for compiling SDL port under MacOSX
2008-01-13 03:17:35 +00:00
spacy51
f0cea72a19
minor
2008-01-12 22:21:26 +00:00