Leon Styhre
|
192bec6f5c
|
Added a function to generate MD5 hashes.
|
2021-08-18 21:03:25 +02:00 |
|
Leon Styhre
|
816d79c32f
|
(Windows) Silenced some MSVC compiler warnings related to the C++17 language standard.
|
2021-08-18 18:58:43 +02:00 |
|
Leon Styhre
|
91339bf1fa
|
(Windows) Fixed a MinGW compiler error.
|
2021-08-18 18:52:41 +02:00 |
|
Leon Styhre
|
b6b431f0fd
|
Fixed two debug messages that contained incorrect function names.
|
2021-08-17 22:51:28 +02:00 |
|
Leon Styhre
|
83c0bc5ca6
|
Moved MoveCameraAnimation.h from es-app to es-core.
|
2021-08-17 22:23:42 +02:00 |
|
Leon Styhre
|
12c853bc31
|
Moved the remaining math functions to a math utility namespace.
|
2021-08-17 22:11:16 +02:00 |
|
Leon Styhre
|
74e21e8c03
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
|
Leon Styhre
|
71d0e14a77
|
Removed the deprecated built-in matrix and vector code.
|
2021-08-17 19:27:08 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
1fb0ccef0d
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
|
Leon Styhre
|
64a7b8e54a
|
Replaced the internal Vector3f and Vector4f data types and functions with the GLM library equivalents.
|
2021-08-15 22:03:17 +02:00 |
|
Leon Styhre
|
722468129e
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
Also changed some vectors.
|
2021-08-15 19:30:31 +02:00 |
|
Leon Styhre
|
18949d375c
|
Minor cosmetic code cleanup.
|
2021-08-11 12:09:58 +02:00 |
|
Leon Styhre
|
d596c96181
|
Merge branch '517-make-the-application-quit-shortcut-configurable-e-g-f4-alt-f4-alt-q-command-q'
|
2021-08-11 12:01:42 +02:00 |
|
Leon Styhre
|
c958a94ca6
|
(Windows) Hiding of console windows during game launches can now be configured via the %HIDEWINDOW% variable.
|
2021-07-16 17:56:16 +02:00 |
|
Leon Styhre
|
82f81f89a6
|
(Windows) Fixed an issue where the console window was displayed when launching scripts.
|
2021-07-16 17:17:19 +02:00 |
|
SophiaHadash
|
75bf7781e3
|
update from master
|
2021-07-16 10:10:55 +02:00 |
|
Leon Styhre
|
b4d85c5b34
|
Fixed a heisenbug in AudioManager that was actually caused by a bug in SDL_AudioStreamAvailable().
|
2021-07-15 18:07:01 +02:00 |
|
Leon Styhre
|
977ab5e683
|
(RPi) Fixed an issue where the window focus would sometimes get lost when returning from a game.
|
2021-07-14 19:19:45 +02:00 |
|
Leon Styhre
|
9bbba93edf
|
Added experimental hardware decoding support to VideoFFmpegComponent.
Also fixed some memory leaks and removed the video frame skipping code as it caused more harm than good.
|
2021-07-14 19:13:25 +02:00 |
|
Leon Styhre
|
1cee40f291
|
Some minor changes proposed by the static analyzer.
|
2021-07-09 19:58:21 +02:00 |
|
Leon Styhre
|
3b4bb74ac0
|
VideoFFmpegComponent now prioritizes audio by dropping video frames if the computer can't keep up.
|
2021-07-09 19:47:33 +02:00 |
|
Leon Styhre
|
7ea91f08af
|
Removed the deprecated VideoOmxComponent.
|
2021-07-08 18:26:01 +02:00 |
|
Leon Styhre
|
1d706ec7f3
|
Removed some obsolete audio settings.
Also set VLC as the default video player on Raspberry Pi.
|
2021-07-08 18:18:59 +02:00 |
|
Leon Styhre
|
1c31a8a49e
|
Hack to be able to build on Raspberry Pi.
|
2021-07-08 18:08:43 +02:00 |
|
Leon Styhre
|
a62be38c85
|
Fixed an issue where fractional rating values were always rounded up.
|
2021-07-07 22:08:19 +02:00 |
|
Leon Styhre
|
b030ab5b8b
|
(Windows) Fixed a MinGW compiler warning.
|
2021-07-07 20:48:38 +02:00 |
|
Leon Styhre
|
23fdc00044
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
|
SophiaHadash
|
e24c92effe
|
code style and comments style
|
2021-07-07 14:31:32 +02:00 |
|
SophiaHadash
|
ba2ef814de
|
code-words for options
|
2021-07-07 14:24:15 +02:00 |
|
SophiaHadash
|
17d28ea88b
|
remove exit combo ESC, add combo Alt+Q
|
2021-07-07 14:13:46 +02:00 |
|
Leon Styhre
|
aa67020326
|
(Windows) Fixed an MSVC compiler warning.
|
2021-07-04 21:34:21 +02:00 |
|
Leon Styhre
|
483311f7f2
|
Switched the order of the Back and Start buttons in the input configurator.
Also removed some legacy code.
|
2021-07-04 15:03:22 +02:00 |
|
Leon Styhre
|
45d3bb9bad
|
Small refactoring of VideoFFmpegComponent.
|
2021-07-04 11:36:16 +02:00 |
|
Leon Styhre
|
f59223927e
|
Added a message to GuiDetectDevice if only accepting input from the first controller.
|
2021-07-03 12:25:36 +02:00 |
|
Leon Styhre
|
52e12da55a
|
Fixed an issue where the joystick counter would not decrease when removing a controller.
|
2021-07-03 12:24:23 +02:00 |
|
Leon Styhre
|
651b7a4d02
|
Fixed an issue with an endless loop when attempting to load a corrupt image file.
|
2021-07-02 20:33:50 +02:00 |
|
Leon Styhre
|
b59f2da3e3
|
Now skipping missing font file checks for bundled fonts.
|
2021-07-02 18:51:01 +02:00 |
|
Leon Styhre
|
a277b9693b
|
Fixed an issue where missing theme font files would crash the application.
|
2021-07-02 18:34:04 +02:00 |
|
Leon Styhre
|
6178830504
|
Improved scaling relative to the screen aspect ratio for various GUI components.
|
2021-07-02 17:57:52 +02:00 |
|
Leon Styhre
|
6e28300a5a
|
The ComponentList padding is now scaled properly to the screen aspect ratio and resolution.
|
2021-07-02 17:44:27 +02:00 |
|
Leon Styhre
|
e957e96e20
|
Window corner sizes are now calculated based on the screen height instead of the screen width.
|
2021-07-02 17:36:05 +02:00 |
|
Leon Styhre
|
3dea4bc8ec
|
Minimal code cleanup of HelpComponent.
|
2021-07-02 17:32:55 +02:00 |
|
Leon Styhre
|
4a3b24e770
|
Removed a ComponentGrid assert that prevented portrait orientation to work at all.
|
2021-07-02 17:31:35 +02:00 |
|
Sophia Hadash
|
7a072674d3
|
Merge branch 'quit-button-config' into '517-make-the-application-quit-shortcut-configurable-e-g-f4-alt-f4-alt-q-command-q'
Added a menu option in 'other options' for setting the exit button combo.
See merge request leonstyhre/emulationstation-de!3
|
2021-07-01 15:55:08 +00:00 |
|
SophiaHadash
|
2ecb105c5c
|
Added a menu option in 'other options' for setting the exit button combo.
Added 4 button combos including Apple and Windows key combos.
|
2021-07-01 17:46:03 +02:00 |
|
Leon Styhre
|
3185083ca5
|
Added separate controller deadzone values for the triggers and thumbsticks.
|
2021-07-01 17:39:08 +02:00 |
|
Leon Styhre
|
0b47a90b3e
|
(Windows) Added game launch workaround for an AMD and Intel GPU issue.
|
2021-06-30 18:08:13 +02:00 |
|
Leon Styhre
|
1478bbf550
|
Enabled the option on all operating systems to run ES-DE in the background while a game is launched.
|
2021-06-30 17:19:57 +02:00 |
|
Leon Styhre
|
e19f0beace
|
(Windows) Removed a log output hack that was a genuinely bad idea.
|
2021-06-29 18:20:55 +02:00 |
|