Jonny
|
510068d501
|
Use enum class instead of plain enum for PrimitiveType (#2286)
Co-authored-by: Jean Tampon <jean.tampon@gmail.com>
|
2022-11-27 12:17:27 -07:00 |
|
Chris Thrasher
|
e2528de20a
|
Replace sf::Uint8 with std::uint8_t
|
2022-09-09 10:28:53 +02:00 |
|
Chris Thrasher
|
4f52793f7d
|
Run clang-format
|
2022-07-11 20:04:56 +02:00 |
|
Chris Thrasher
|
539483d329
|
Use std::array
|
2022-06-16 23:56:39 +02:00 |
|
Chris Thrasher
|
dbac180db5
|
Limit the scope of event object
|
2022-06-08 13:16:40 +02:00 |
|
Chris Thrasher
|
0785093ebc
|
Use sf::Vector2<T> for numeric parameter pairs
|
2022-05-17 08:33:11 +02:00 |
|
Vittorio Romeo
|
a3b27b4a6d
|
Use pre-increment when post-increment is not necessary
|
2022-02-17 00:39:35 +00:00 |
|
Vittorio Romeo
|
b069f88127
|
Avoid overuse of 'std::endl'
|
2022-02-16 16:28:39 +00:00 |
|
Vittorio Romeo
|
e9e353a7b2
|
Remove redundant APIs taking '(x, y)' in favour of ones taking 'sf::Vector'
|
2021-12-15 11:22:46 +01:00 |
|
Vittorio Romeo
|
b33f4bb205
|
Replace SFML multithreading primitives with standard C++ ones
|
2021-12-14 01:07:29 +01:00 |
|
Vittorio Romeo
|
363e964acc
|
Strategic use of '[[nodiscard]]' in 'Graphics' module
|
2021-12-10 01:27:05 +00:00 |
|
Vittorio Romeo
|
756a399909
|
Remove deprecated 'Keyboard::Key' enumerators and adjust usages
|
2021-12-09 13:12:03 +00:00 |
|
Vittorio Romeo
|
87e84bc9e5
|
Minor modernization changes: 'nullptr', range-based 'for' loops, ...
|
2021-12-08 21:41:20 +00:00 |
|
Anton Vasiliev
|
f03a415121
|
Use std::vector.data() where appropriate
|
2021-12-08 16:26:03 +00:00 |
|
Vittorio Romeo
|
6cf124db66
|
Fix remaining warnings
- Fixes in examples
- Fixes across all the modules
|
2021-11-30 11:25:58 +01:00 |
|
Lukas Dürrenberger
|
bc628c6b28
|
Fix warnings in examples
- Convert where necessary
- Adjust type where reasonable
- Use SYSTEM headers for gl.h, stb* and vulkan
|
2021-11-30 11:25:58 +01:00 |
|
MrZeusTheCoder
|
20238e758e
|
Switch example resources to public domain ones.
|
2021-04-02 22:16:22 +02:00 |
|
binary1248
|
d032050ccf
|
Added example demonstrating sf::VertexBuffer, sf::Shader and sf::Thread usage.
|
2018-04-06 00:16:27 +02:00 |
|