Commit Graph

1881 Commits

Author SHA1 Message Date
spacy51 ccd840dd89 Qt:
MINOR translation changes
2008-02-09 22:41:05 +00:00
spacy51 9a2addbf4a Qt:
FIXED linux building
2008-02-09 22:08:07 +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
spacy51 92faefe922 ADDED basic Qt translation framework 2008-02-06 13:58:02 +00:00
spacy51 f3c8c104b2 ADDED UPX (exe packer) to vc2008-qt project file 2008-02-02 14:59:29 +00:00
spacy51 f914494cb1 ADDED very basic Qt build system and a VC2008 project file using the QMake file. 2008-02-02 14:51:23 +00:00
squall_leonhart69r 33299f49d3 Reverts Spacy's Divide by Zero fix that caused GBA rom white screen (mudlord)
Note, spacy, in the future, have mudlord check any code you want to commit to svn, or have him fix the bug.
2008-02-01 09:11:34 +00:00
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