binary1248
|
359fe9088c
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01: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
|
d12a2cd319
|
Use 'override' whenever possible instead of 'virtual'
|
2021-12-09 09:07:03 +01:00 |
|
Vittorio Romeo
|
c9f7cb3d52
|
Use 'nullptr' instead of 'NULL'
|
2021-12-03 15:48:32 +00:00 |
|
Stefan Schindler
|
f24ca9a840
|
Source code changes.
* Changed newlines to \n.
* Removed whitespace before colons.
* Fixed several alignments.
|
2014-10-06 01:18:47 +02:00 |
|
Laurent Gomila
|
a0c1f5f50f
|
Removed the built-in default font
|
2012-08-04 00:08:14 +02:00 |
|
Laurent Gomila
|
14ac411542
|
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
|
2012-03-11 19:10:37 +01:00 |
|
Laurent Gomila
|
ff5b69d312
|
Changed the naming convention for member variables (prefix changed from "my" to "m_")
|
2012-03-09 01:48:45 +01:00 |
|
Laurent Gomila
|
c9b87ec8a9
|
Added support for vertex shaders in sf::Shader
Rewrote the Shader example
|
2011-12-10 13:02:38 +01:00 |
|