fewtarius
fcbda2d170
Merge remote-tracking branch 'upstream/master'
2023-12-26 17:23:07 +00:00
Nikolai Wuttke
d3cc00a500
Merge pull request #20 from shantigilbert/master
...
Fix compiling for GCC 10+
2023-11-29 22:08:34 +01:00
shantigilbert
6740398552
Fix compiling for GCC 10+
2023-11-29 12:26:39 -06:00
fewtarius
16d4c69d46
Merge changes from the textviewer package.
2023-09-07 15:37:58 +00:00
fewtarius
a5475df284
Merge 001-sdl2-header.patch, convert to unix format.
2023-09-07 15:36:10 +00:00
Nikolai Wuttke
a01d9c23db
Add some more documentation
2022-08-11 14:17:28 +02:00
Nikolai Wuttke
8c2b945af5
Add some documentation
2022-08-10 10:50:52 +02:00
Nikolai Wuttke
f3d2ecd727
Merge pull request #19 from shantigilbert/master
...
User Start as confirm (same as A) and Select as global quit
2022-02-26 19:22:19 +01:00
shantigilbert
f9f9d695b7
User Start as confirm (same as A) and Select as global quit
2022-02-26 11:07:33 -06:00
Nikolai Wuttke
3e95de9170
Merge branch 'script-execution'
2022-02-17 09:00:52 +01:00
shantigilbert
284e0b5721
Scroll with script execution / Fix segfault on quit
2022-02-17 08:56:31 +01:00
Nikolai Wuttke
2cd7fe0891
Implement script execution
2022-02-13 12:10:13 +01:00
Nikolai Wuttke
6820fd6e03
Merge pull request #16 from Langerz82/master
...
Load gamecontrollerdb.txt before SDL init
2021-08-27 07:56:17 +02:00
Joshua L
787c72f8f1
Load gamecontrollerdb.txt before SDL init
2021-08-26 11:01:07 +10:00
Nikolai Wuttke
fee8c65e83
Merge pull request #14 from lethal-guitar/fix-start-btn-quit
...
Fix quit via start button
2021-03-06 21:37:31 +01:00
Nikolai Wuttke
1d2a38635a
Fix quit via start button
2021-03-06 21:33:57 +01:00
Nikolai Wuttke
c42c8c161d
Implement optional text wrapping
2021-03-06 11:46:24 +01:00
Nikolai Wuttke
e881fce0f6
Refactor
2021-03-06 11:32:59 +01:00
Nikolai Wuttke
e55db1904d
Disable the window switch interaction
2021-02-21 13:13:38 +01:00
Nikolai Wuttke
2cb6e920cf
Formatting
2021-02-21 13:05:03 +01:00
Nikolai Wuttke
935bc0bd87
Move some code into a new file
2021-02-21 12:57:07 +01:00
Nikolai Wuttke
0ed5b0ca44
Cleanup: Remove unnecessary controller enumeration
2021-02-21 12:31:46 +01:00
Nikolai Wuttke
605e37838c
Prevent creation of imgui.ini
...
Originally, I had assumed that `ImGuiWindowFlags_NoSavedSettings` would be
sufficient to prevent the creation of the ini file, but turns out that's
not the case.
So we disable ini writing completely instead.
2021-02-21 12:28:46 +01:00
Nikolai Wuttke
41e5e8d87f
Fix and improve error message for controller DB
...
Fixes bogus error message in case mappings were
loaded successfully, and adds more info in case
it fails.
2021-02-06 14:19:16 +01:00
Nikolai Wuttke
517525eed3
Merge pull request #12 from lethal-guitar/improvements
...
Better controller support & other improvements
2021-02-05 13:28:10 +01:00