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
66d5876cba
bsnes-mt/keyboard.cpp: Got rid of one-time variables
2020-10-07 20:52:57 +03:00
Marat Tanalin
f1dc1386e4
target-bsnes/presentation/presentation.hpp: Fixed indentation
2020-10-07 20:49:50 +03:00
Marat Tanalin
ddb7672a06
Remove BOM before parsing translation for VS compatibility
2020-10-07 20:48:00 +03:00
Marat Tanalin
cdf56ef50d
pt-br.txt: removed unneeded trailing empty line
...
Apparently not removed at the pull-request stage for some reason.
2020-09-29 05:06:02 +03:00
Marat Tanalin
a231510365
Merge pull request #8 from wtuemura/patch-1
...
Misspell fix and add preposition for "about"
2020-09-29 05:02:51 +03:00
Marat Tanalin
2fc173e282
pt-br.txt: removed uneeded trailing empty line
2020-09-29 05:01:53 +03:00
Wellington Uemura
1858883e92
Misspell fix and add preposition for "about"
2020-09-28 21:48:50 -03:00
Marat Tanalin
134f5b0c17
bsnes-mt 1.3.2
2020-09-28 06:35:32 +03:00
Marat Tanalin
e56bfb8471
Added Brazilian-Portuguese translation (pt-BR)
...
By Wellington Uemura aka wtuemura.
2020-09-28 06:13:00 +03:00
Marat Tanalin
121aa01991
Support for language subtags and custom locales
2020-09-28 06:09:38 +03:00
Marat Tanalin
78e4e80a72
bsnes-mt 1.3.1
2020-09-25 05:25:37 +03:00
Marat Tanalin
e8f19ed812
Fixed: the executable did not run on some systems
...
...due to the `local` compilation flag set to `true` by default. Now switched to `false`. Fixed #6 .
2020-09-25 05:13:08 +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
12018fb672
Updated readme
2020-09-13 07:18:09 +03:00
Marat Tanalin
3b26091bf1
Fixed: UI was localized anyway if English was specified via command line
...
Now embedded English strings are used in this case.
2020-09-13 07:16:07 +03:00
Marat Tanalin
dee1b4ce6d
Updated bsnes-mt description in about window
2020-09-13 05:59:59 +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
189b680ef9
Better logic with nonexistent translation set via command line
2020-09-13 05:45:20 +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
97d2e78e64
Center, fixed: overscan ignored with AR correction
2020-09-13 04:32:18 +03:00
Marat Tanalin
8fd06810f8
Scale mode: potentially more precise calculations
2020-09-13 04:27:58 +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
858cb3768a
bsnes/out/.gitignore: Added bsnes-mt.exe
2020-09-13 03:36:36 +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
ab5319b1f0
nall/string/markup/node.hpp: Better VS compatibility
2020-09-13 02:07:08 +03:00
Marat Tanalin
f67d09e836
nall/windows/guard.hpp: Better VS compatibility
2020-09-13 02:04:19 +03:00
Marat Tanalin
8f74fc6826
Updated bundled PizzaPNG
2020-09-13 01:20:54 +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
b741efec53
Update README.md
2020-08-20 21:28:15 +03:00
Marat Tanalin
1aa25b51a2
Removed bsnes/Locale/Japanese.bml
...
This project uses a different translation approach.
2020-08-20 01:04:06 +03:00
Marat Tanalin
cc02c1513b
Removed libretro core
...
This project is focused on the standalone app.
2020-08-20 00:30:26 +03:00
Marat Tanalin
30940e3aaa
Replaced JP
with JA
to match ISO 639-1
2020-08-15 21:46:49 +03:00
Marat Tanalin
c712991529
translations.h: removed trailing empty line
...
Unneeded in modern C++.
2020-08-15 21:36:14 +03:00
Marat Tanalin
e9a9bdf405
Added internal support for Italian translation
2020-08-15 21:32:15 +03:00