1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 05:49:34 +00:00
Commit Graph

113 Commits

Author SHA1 Message Date
fzurita
5df3f9dbac Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
Sergey Lipskiy
1eea6d4452 Update "About:Contributors" 2019-04-01 17:09:49 +07:00
Sergey Lipskiy
2b95e56db4 Remove info about blur shader from "About:Credits" form since the shader is not used anymore. 2019-04-01 16:53:18 +07:00
Sergey Lipskiy
3e552f4214 GUI: set max MSAA level to 16x. 2019-03-26 16:27:32 +07:00
Sergey Lipskiy
e91a767b82 GUI: add tooltips for anti-aliasing controls. 2019-03-26 16:24:25 +07:00
Sergey Lipskiy
32901bf5dd Add option enableHalosRemoval for bilinear filtering. 2019-02-07 17:23:20 +07:00
Sergey Lipskiy
837f173e82 Support new bilinear filtering modes in GUI. 2019-02-05 21:28:00 +07:00
Sergey Lipskiy
f79f8d406a Add bgMode config setting. 2019-02-02 19:10:50 +07:00
zilmar
459fb32106 Revert OS_WINDOWS changes 2018-11-25 18:34:16 +07:00
zilmar
d50aabaa10 Stop using OS_WINDOWS 2018-11-25 18:34:16 +07:00
Sergey Lipskiy
67e68ed1f6 Support FXAA in GUI. 2018-09-09 16:41:58 +07:00
Sergey Lipskiy
a14f737c29 GUI: Minor fix in ConfigDialog::on_buttonBox_clicked 2018-08-15 10:58:21 +07:00
Sergey Lipskiy
2f60502c3e GUI: Remove on_customSettingsCheckBox_clicked
This function is useless now because custom settings control is disabled when game is running.
2018-08-15 10:57:52 +07:00
Sergey Lipskiy
7d026f069b Add warning that settings will be applied for the current game only. 2018-08-15 10:54:09 +07:00
Sergey Lipskiy
bd566e67ed Fix custom rom settings save.
Fixed Profiles introduced issues with save/load feature on PJ64. #1879
2018-08-13 22:31:00 +07:00
Sergey Lipskiy
027810ad4a Fix typo: onScreenDispaly => onScreenDisplay 2018-08-13 22:24:32 +07:00
Sergey Lipskiy
a3e34aa426 GUI: import settings from old version of ini file. 2018-06-22 16:38:54 +07:00
Sergey Lipskiy
0a59366936 GUI: clear resolution comboboxes before inserting items. 2018-06-18 16:48:14 +07:00
Sergey Lipskiy
6a1a4b590d Add profiles support to zilmar-spec build.
Details: #1836
2018-06-17 21:21:51 +07:00
Sergey Lipskiy
2322f5f53f Implement Overscan feature.
Remove Crop feature.
Change settings save-load when "per game settings" enabled:
    * When config dialog opens, show custom settings for the running game. If no game run yet, show main settings.
    * When user press OK button, save settings to the custom ini file and to the main ini file.
2018-06-17 20:04:45 +07:00
Sergey Lipskiy
e317bb5071 Support config.frameBufferEmulation.forceDepthBufferClear setting in UI. 2018-05-01 19:22:39 +07:00
Sergey Lipskiy
822b098d6a Implement OSD Display: Internal Resolution and Rendering Resolution
Fixed #1733
2018-03-05 22:56:14 +07:00
Sergey Lipskiy
486e041c1b Do not disable aspect settings when fb emulation disabled.
Aspect settings work fine without fb emulation.
2018-01-05 15:46:12 +07:00
Aquatakat
f955a181ad UI: New texture path visual adjustment 2017-11-28 16:27:14 +07:00
Aquatakat
d3fbff82f2 UI: Gamma correction moved to emulation tab 2017-11-25 21:01:30 +07:00
Sergey Lipskiy
2da7be29d4 Add 'texture cache path' and 'texture dump path' config option.
Implemented request mult htc support #1383
2017-11-25 21:01:25 +07:00
Sergey Lipskiy
942dc78271 Do not run config and about dialogs in separate thread.
I can't find another way to avoid
"QObject::~QObject: Timers cannot be stopped from another thread"
error when emulator closed.
2017-11-20 21:25:22 +07:00
Sergey Lipskiy
76066ecd4c Fix compilation for MSVS 2013 2017-11-09 00:02:49 +07:00
Sergey Lipskiy
4e36fa07a2 Remove 'Video RAM usage limit' config option. 2017-11-04 18:43:29 +07:00
Sergey Lipskiy
bc1f2d37d4 Code cleanup: remove commented code for blur post filter.
It will not be refactored.
2017-10-24 20:36:08 +07:00
Sergey Lipskiy
57da967e7c Switch to png screen shot format for zilmar-spec builds. 2017-10-01 11:37:49 +07:00
Sergey Lipskiy
2e71226b71 Update VisualStudio project files.
Note: two environment variables must be set:
* N64PluginsDir points to Plugin folder for zilmar-spec emulators
* Mupen64PluginsDir points to folder with plugins for mupen64plus

Post build step will copy results of building to these folders.
2017-09-30 19:00:11 +07:00
Sergey Lipskiy
5455604f64 Fix QT error: invalid initialization of non-const reference of type ‘QString&’ from an rvalue of type ‘QString’ 2017-09-28 13:36:46 +07:00
Sergey Lipskiy
1035a0d432 Enable WPO for windows release build. 2017-09-08 20:55:14 +07:00
Aquatakat
fbd13c3940 UI: Debug spacer fix
Spacers in Qt 5.4 don't work without a size hint. It's fixed in later
versions.
2017-06-25 11:11:56 -06:00
Aquatakat
b71b2699ff UI: Debug tab cleanup 2017-06-25 10:37:41 -06:00
Sergey Lipskiy
2f88a695a6 Add config option for debug dump. 2017-06-25 15:57:20 +07:00
Aquatakat
08366f5c09 UI: Language drop down displays languages in foreign languages 2017-06-19 11:21:57 +07:00
Aquatakat
16f556e1a5 UI: Adding translation description for Hz 2017-05-23 17:20:39 -06:00
Aquatakat
8df408c0f8 UI: All strings are translatable 2017-05-23 17:06:53 -06:00
Aquatakat
716bcee896 UI: Custom windowed resolution set via combo box 2017-05-20 13:40:45 +07:00
Aquatakat
a4d0796e73 UI: Fullscreen resolution list displays aspect ratio 2017-05-14 18:30:07 +07:00
Aquatakat
38060cc368 UI: Fix duplicate fullscreen refresh rates 2017-04-17 17:38:22 +07:00
Aquatakat
41f40ed140 UI: New font selection 2017-04-07 14:31:43 +07:00
Sergey Lipskiy
1bf327b67c Read screen shot data only from front buffer. 2017-04-01 10:49:32 +07:00
Sergey Lipskiy
f3482904f7 Do not mirror screen shot image. 2017-03-16 19:07:53 +07:00
Aquatakat
2fa86eee4f Custom windowed resolution option is translatable 2017-03-12 19:17:27 +07:00
Aquatakat
d72adc6b3a UI: Texture filter/enhancement dropdowns can now be localised 2017-03-11 18:33:53 +07:00
Aquatakat
27cc8099e7 UI: Custom crop and windowed resolution shows/hides rather than enables/disables 2017-03-07 19:03:58 +07:00
Aquatakat
339c63fa42 UI: Fixing contributor typos 2017-03-01 13:40:27 -07:00