1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
Commit Graph

761 Commits

Author SHA1 Message Date
Sergey Lipskiy
916e083bfa Resolve multisampled depth buufer before using it as texture. 2015-05-13 10:17:59 +06:00
Sergey Lipskiy
d12e33c521 Add 1600 x 1024 windowed resolution. 2015-05-13 10:17:59 +06:00
Sergey Lipskiy
df4c34bc2c Fix code analizer's warning. 2015-05-13 10:17:58 +06:00
Sergey Lipskiy
06c7877208 Fix vOffset calculation in FrameBufferList. 2015-05-13 10:17:57 +06:00
Sergey Lipskiy
3563eff040 Remove png support from GUI:
pnglib from QT libs conflicts with the one from GLideNHQ lib, and textures load does not work.
Solution: rebuild QT without pnglib.
2015-05-13 10:17:57 +06:00
Sergey Lipskiy
12107c5926 Correct configDialog.ui 2015-05-13 10:17:56 +06:00
Sergey Lipskiy
b9e7cdddd7 Mupen64Plus: Correct defaults for txCacheCompression and txSaveCache options. 2015-05-13 10:17:55 +06:00
Sergey Lipskiy
762b62a1b5 Mupen64Plus: recreate config section if cinfig version is changed. 2015-05-13 10:17:55 +06:00
Sergey Lipskiy
17b2db7031 Workaround for Mupen64Plus issue with initialization 2015-05-13 10:17:54 +06:00
Sergey Lipskiy
d95d04e91e About Dialog 2015-05-13 10:17:53 +06:00
Sergey Lipskiy
96abc43d15 Add Post Filter Tab. 2015-05-13 10:17:53 +06:00
Sergey Lipskiy
ed0ac15ad8 Replace Config.bloomFilter.mode by Config.bloomFilter.enable since only one
mode left.
2015-05-13 10:17:52 +06:00
Sergey Lipskiy
5663a8a39b Correct GLideNUI project file. 2015-05-13 10:17:51 +06:00
Sergey Lipskiy
1bfee6f56e Fix endless loop in FullscreenResolutions. 2015-05-13 10:17:50 +06:00
Sergey Lipskiy
18536fc043 Remove Microcode dialog. 2015-05-13 10:17:50 +06:00
Sergey Lipskiy
8f7182bcd6 Remove simpleBloomShader 2015-05-13 10:17:49 +06:00
Sergey Lipskiy
8b570cb273 Fix multisampling. 2015-05-13 10:17:48 +06:00
Sergey Lipskiy
2c38a18240 Change Config dialog layout:
aspect radiobuttons moved to Video tab.
2015-05-13 10:17:48 +06:00
Sergey Lipskiy
10c4fb801c Implement FBO multisampling. 2015-05-13 10:17:47 +06:00
Sergey Lipskiy
61414cd1c6 Add config dialog icon. 2015-05-13 10:17:46 +06:00
Sergey Lipskiy
ced838fed2 Add support for Anisotropic Filtering. 2015-05-13 10:17:46 +06:00
Sergey Lipskiy
553eb76efb Change default font from "comic" to "arial" 2015-05-13 10:17:45 +06:00
Sergey Lipskiy
dc423a1b72 Replace txFilterForce16bpp and txHiresForce16bpp options by one txForce16bpp option.
Replace txFilterCacheCompression and txHiresCacheCompression by one txCacheCompression option.
2015-05-13 10:17:44 +06:00
Sergey Lipskiy
988300259c Remove verticalSync settings. 2015-05-13 10:17:44 +06:00
Sergey Lipskiy
86d9f790cf Implement SaveScreenshot() 2015-05-13 10:17:43 +06:00
Sergey Lipskiy
5ba23b5c3e Update refresh rates list on resolution change. 2015-05-13 10:17:42 +06:00
Sergey Lipskiy
3a1337ad36 Add confirmation message box for RestoreDefaults. 2015-05-13 10:17:42 +06:00
Sergey Lipskiy
b9a8ca55c6 Enable MultiProcessorCompilation for GLideNUI project. 2015-05-13 10:17:41 +06:00
Sergey Lipskiy
83ada04c53 Replace screenshotFormatComboBox by radio buttons. 2015-05-13 10:17:40 +06:00
Sergey Lipskiy
f75a83386e Remove obsolete fullscreenBits setting. 2015-05-13 10:17:40 +06:00
Sergey Lipskiy
4662d46067 Move loadSettings() and writeSettings() to separate file. 2015-05-13 10:17:39 +06:00
Sergey Lipskiy
2d43073e40 Remove anisotropic config option since it duplicates maxAnisotropy option. 2015-05-13 10:17:38 +06:00
Sergey Lipskiy
0ab468c021 Implement ResetToDefaults button. 2015-05-13 10:17:38 +06:00
Sergey Lipskiy
7755ce7f29 Add Config::resetToDefaults() 2015-05-13 10:17:37 +06:00
Sergey Lipskiy
c7c86b7152 Add API function FindPluginPath()
since plugin's path is different for Mupen64Plus and Zilmar specs emus.
2015-05-13 10:17:36 +06:00
Sergey Lipskiy
e2ddef7520 Switch from legacy GUI to GLideNUI. 2015-05-13 10:17:36 +06:00
Sergey Lipskiy
36bee6f0f7 Implement color selection. 2015-05-13 10:17:35 +06:00
Sergey Lipskiy
e49eff9947 Implement font selection. 2015-05-13 10:17:34 +06:00
Sergey Lipskiy
e2e9416be9 Implement GUI settings save/load. 2015-05-13 10:17:33 +06:00
Sergey Lipskiy
6afd0d922b Move 'aspect' setting from 'video' section to 'frameBufferEmulation'. 2015-05-13 10:17:33 +06:00
Sergey Lipskiy
64d97e72e0 Remove textureBitDepth settings.
Load textures using most relevant format.
2015-05-13 10:17:32 +06:00
Sergey Lipskiy
df0791c054 Add integer representation for font color. 2015-05-13 10:17:31 +06:00
Sergey Lipskiy
59298cd428 Move emulation config options to generalEmulation section. 2015-05-13 10:17:31 +06:00
Sergey Lipskiy
286a9623a0 Remove unused config options. 2015-05-13 10:17:30 +06:00
Sergey Lipskiy
66f696ca40 Update GLideNUI project files. 2015-05-13 10:17:29 +06:00
Sergey Lipskiy
a16c51155d Correct FullScreenResolutions comboBox 2015-05-13 10:17:29 +06:00
Sergey Lipskiy
ddfa583f28 Link GUI library. 2015-05-13 10:17:28 +06:00
Sergey Lipskiy
1ca96fddaf Add GLideNUI library sources. 2015-05-13 10:17:27 +06:00
Sergey Lipskiy
8f69e6cfa9 Rewrite glowShader. 2015-05-13 10:17:27 +06:00
Sergey Lipskiy
501e8a44b0 Fix FBO in DepthBufferToRDRAM. 2015-05-13 10:17:26 +06:00