Gleb Mazovetskiy
|
1788d2f8ec
|
Remove miniwin
Event handling code moved to `engine/events.{hpp,cpp}`.
|
3 years ago |
Gleb Mazovetskiy
|
6dca019de2
|
Use `function_ref` instead of `function`
`function_ref` is a lightweight function pointer,
whereas `std::function` always involves a heap allocation.
|
3 years ago |
Gleb Mazovetskiy
|
4cf0053ece
|
Set underlying type for all the enums
Reduces rg99 binary size by 3 KiB.
|
4 years ago |
Anders Jenbo
|
0312bae93f
|
Remove more miniwin code
|
4 years ago |
ephphatha
|
19478b9aea
|
Use string_view for vita keyboard input
|
4 years ago |
Anders Jenbo
|
6b2481a76c
|
Touch support on all SDL2 platforms
|
4 years ago |
Gleb Mazovetskiy
|
cacf55bb34
|
CMake: Split out platform libraries
|
4 years ago |
Gleb Mazovetskiy
|
7e1fea6f76
|
clang-format all files in {Source,test}/
Also includes a few manual tweaks to comments and newlines for better results.
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
4 years ago |
Ivan Epifanov
|
525c57431d
|
Fix Vita IME input languages
|
4 years ago |
Ivan Epifanov
|
8e6f511d6c
|
Add vita tcp network support
|
4 years ago |
staphen
|
b29141048a
|
Move existing touch control logic to Vita platform
|
5 years ago |
Anders Jenbo
|
903d4bd2e1
|
Scope all for loops
This caused 7 of the loops to be rewriteen using range by clang-tidy
|
5 years ago |
Jmgr
|
c33182d6de
|
Modernize deprecated headers
|
5 years ago |
Anders Jenbo
|
5fdb9ce459
|
🎨 Format code
|
5 years ago |
Anders Jenbo
|
8c821e98d3
|
🚚 Restructure files
|
5 years ago |