Commit graph

67 commits

Author SHA1 Message Date
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
Marat Tanalin
5888fb862b
Added partial Italian translation
Merged pull request #5 from theheroGAC/patch-1
2020-08-15 21:18:48 +03:00
Marat Tanalin
9e61d1a41f
translations.h: fixed syntax, formatting
and IT constant value.
2020-08-15 21:09:24 +03:00
theheroGAC
4a1266f409
Update translations.h 2020-08-15 12:47:50 +02:00
Marat Tanalin
f0fbfde495 bsnes-mt/translations.h: Made Visual-Studio-compatible 2020-08-14 04:06:47 +03:00
Marat Tanalin
ee8c4e0634 bsnes-mt 1.2 2020-08-13 08:55:42 +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
487a849066 Fixed bsnes bug: region detection didn't work with native file dialog 2020-08-13 06:07:09 +03:00
Marat Tanalin
9b6c234102 Fixed regression: Region autodetection with Russian UI
Region autodetection did not work even with the custom bsnes file dialog, when Russian user-interface language was used.
2020-08-13 05:55:57 +03:00