Commit graph

43 commits

Author SHA1 Message Date
Marat Tanalin
54db3496fc bsnes-mt 1.3.4 2022-09-05 01:03:15 +03:00
Marat Tanalin
5ca6261f19 Fixed: state-slot number was not shown in status bar
when iterating one by one via hotkeys.
2022-09-05 00:24:35 +03:00
Marat Tanalin
f975752601 bsnes-mt 1.3.3 2020-10-07 21:22:34 +03:00
Marat Tanalin
80b2d94642 Widened settings nav. for Russian items to fit into at 100%
...OS-level zoom without horizontal scrolling.
2020-10-07 21:12:39 +03:00
Marat Tanalin
3a06831464 Built-in hotkeys: unused modifiers are now taken into account
So that pressing `Alt+F11` does not trigger the `F11` hotkey anymore.
2020-10-07 20:56:41 +03:00
Marat Tanalin
f1dc1386e4 target-bsnes/presentation/presentation.hpp: Fixed indentation 2020-10-07 20:49:50 +03:00
Marat Tanalin
134f5b0c17 bsnes-mt 1.3.2 2020-09-28 06:35:32 +03:00
Marat Tanalin
78e4e80a72 bsnes-mt 1.3.1 2020-09-25 05:25:37 +03:00
Marat Tanalin
83639f8142 Disabled exclusive full-screen mode by default
VSync does not work in exclusive full-screen mode with Direct3D, and OpenGL does not have exclusive mode at all.
2020-09-15 00:28:10 +03:00
Marat Tanalin
bebefe99a1 bsnes-mt 1.3 2020-09-13 07:18:49 +03:00
Marat Tanalin
a1fea8e5ab Drivers' settings: one-item dropdowns are now disabled 2020-09-13 05:58:57 +03:00
Marat Tanalin
d5b8dcd523 Better layout in Input settings 2020-09-13 05:58:00 +03:00
Marat Tanalin
98cb1f3477 Formatting & cleanup 2020-09-13 05:55:09 +03:00
Marat Tanalin
4d50e8b87a Added settings for managing built-in hotkeys 2020-09-13 05:51:55 +03:00
Marat Tanalin
368c611a55 Added settings' section title into window titlebar 2020-09-13 05:42:30 +03:00
Marat Tanalin
43b8a325e3 Even more built-in hotkeys: F9, F11, Ctrl+F4
* `F9` to take screenshot;
* `F11` to toggle full-screen mode;
* `Ctrl+F4` to close game.
2020-09-13 05:15:35 +03:00
Marat Tanalin
6bf2d70050 More built-in hotkeys: Esc, Ctrl+W, F5, Pause, PrnScrn
* `Escape` to exit full-screen or pseudo-full-screen mode;
* `Ctrl+W` to close game;
* `F5` to reset system;
* `Pause/Break` to pause emulation;
* `PrintScreen` to take screenshot.
2020-09-13 05:07:47 +03:00
Marat Tanalin
5d5803b530 Moved <Windows.h> out of utils.h 2020-09-13 04:53:39 +03:00
Marat Tanalin
27d172988d Scaling info is now only shown when changed 2020-09-13 04:49:28 +03:00
Marat Tanalin
dcdfafdbee Support for optional 8:7 PAR instead of 4:3 AR 2020-09-13 04:23:29 +03:00
Marat Tanalin
f7d82b8732 New translation approach with external text files 2020-09-13 04:16:49 +03:00
Marat Tanalin
1855cad188 Added version meta info into executable 2020-09-13 03:34:52 +03:00
Marat Tanalin
5f8917f5b7 Updated resource handling 2020-09-13 03:33:10 +03:00
Marat Tanalin
c82333105b bsnes/.../presentation.*: Some reformatting & refactoring. 2020-09-13 02:28:20 +03:00
Marat Tanalin
ee3bda9dec Confirmation before clearing recent games' list 2020-09-13 02:19:15 +03:00
Marat Tanalin
5cc96436ec More generic manifest and *.rc file names 2020-08-27 09:49:43 +03:00
Marat Tanalin
b9a4c099b8 Manifest reformatting, cleanup and update 2020-08-27 09:43:54 +03:00
Marat Tanalin
168d3a4bbf Added underscore prefix to names of #include'd *.cpp files 2020-08-13 06:45:41 +03:00
Marat Tanalin
c867dd422e bsnes/target-bsnes/*: Reformatted, slightly refactored and cleaned-up 2020-08-13 06:26:13 +03:00
Marat Tanalin
501dbf4f35 Added NTSC/PAL indication in status bar after opening game 2020-08-13 06:13:33 +03:00
Marat Tanalin
4f219352f1 Translated 'Redo' in 'Quick States' list in state manager 2020-08-09 05:34:55 +03:00
Marat Tanalin
d7cc46c7e0 Translated 'Slot' in status-bar message after quick save 2020-08-09 05:06:08 +03:00
Marat Tanalin
051845c963 Disabled the 'No Recent Games' menu metaitem 2020-08-03 19:59:41 +03:00
Marat Tanalin
849368ba7d Moved repeating colors to variables 2020-08-03 19:56:43 +03:00
Marat Tanalin
d24652fb2c Alias for bsnesMt::app 2020-08-03 19:55:00 +03:00
Marat Tanalin
75112a4a0b Fixed a crash when closing with Alt+F4 in Windows 7
Windows 10 is probably affected too, but suppresses the crash notification.
2020-07-30 01:46:10 +03:00
Marat Tanalin
d720c1d94a Built-in hotkeys for full-screen, pseudo-fs, opening game, Alt+F4
* Alt+Enter to toggle full-screen mode;
* Shift+Enter to toggle pseudo-full-screen mode;
* Ctrl+O to open a game;
* Alt+F4 now works in full-screen mode.
2020-07-27 17:38:24 +03:00
Marat Tanalin
7991fa7fbe Completed translation + pixel-perfect scaling in Hires modes
+ cleanup, reformatting, etc.
2020-07-27 17:26:08 +03:00
Marat Tanalin
389432c6cc Fixed: main window was unfocused after start 2020-07-27 16:58:56 +03:00
Marat Tanalin
e033bacc36 Translated windows about bsnes and SameBoy 2020-06-18 17:02:52 +03:00
Marat Tanalin
156fb2a073 Addition to the previous cleanup 2020-06-18 17:01:44 +03:00
Marat Tanalin
1b8fcf1d5c More consistent main-window title 2020-06-12 00:52:48 +03:00
Marat Tanalin
382bb3f0cc bsnes-mt 1.0 2020-06-02 20:53:45 +03:00