Chris Thrasher
|
fa28722ff7
|
Improve const correctness
|
2024-10-30 16:21:40 -06:00 |
|
Chris Thrasher
|
c8cf84511d
|
Fix clang-tidy-19 errors
|
2024-09-24 18:42:31 -06:00 |
|
kimci86
|
bdd348c142
|
Make Sound::Status a scoped enumeration
|
2024-04-28 16:36:57 +00:00 |
|
Chris Thrasher
|
249caa2fb2
|
Require that variables are initialized
|
2024-04-27 19:20:52 +00:00 |
|
binary1248
|
34fde883b9
|
Replaced OpenAL with miniaudio.
Co-authored-by: Chris Thrasher <chrisjthrasher@gmail.com>
Co-authored-by: kimci86 <kimci86@hotmail.fr>
Co-authored-by: vittorioromeo <mail@vittorioromeo.com>
|
2024-04-25 10:24:11 +02:00 |
|
vittorioromeo
|
b552148e26
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
|
Chris Thrasher
|
c3f69e5d64
|
Remove leading newlines
|
2023-11-29 15:54:38 -07:00 |
|
Chris Thrasher
|
b16114fa23
|
Replace std::memcpy with a more expressive alternative
|
2023-11-10 00:24:51 -07:00 |
|
Chris Thrasher
|
fb1cfdc48d
|
Add misc-const-correctness clang-tidy check
|
2023-05-04 16:22:03 -06:00 |
|
vittorioromeo
|
cbfa9cbb65
|
Reorder includes hierarchically
|
2023-04-25 17:25:33 +02:00 |
|
Chris Thrasher
|
8a5b206bb8
|
Add clang-tidy modernize-use-default-member-init check
|
2023-01-18 08:03:10 -07:00 |
|
Jim-Marsden
|
b2009e2fca
|
Changed from std::scoped_lock to std::lock_guard
|
2023-01-11 15:07:29 -07:00 |
|
Chris Thrasher
|
a5dbe59f07
|
Merge branch '2.6.x'
|
2022-10-13 14:33:11 -06:00 |
|
kimci86
|
d0cf86d516
|
Fix minor inconsistency in type cast in voip example
because m_samples is a vector of Int16 values.
|
2022-10-01 19:51:48 +02:00 |
|
Chris Thrasher
|
34ee40c835
|
Use scoped enumerations in Network module
|
2022-09-27 17:30:13 +02:00 |
|
Chris Thrasher
|
05690b963d
|
Replace sf::Int64 with std::int64_t
|
2022-09-13 11:15:03 -06:00 |
|
Chris Thrasher
|
e21ae3204e
|
Replace sf::Int16 with std::int16_t
|
2022-09-12 21:36:13 +03: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 |
|
Vittorio Romeo
|
8c8d97c6c9
|
IpAddress is always valid
|
2022-06-28 00:31:12 +02:00 |
|
Vittorio Romeo
|
18bb892625
|
Improve compilation times by removing some includes and avoiding heavy dependencies
|
2021-12-19 18:13:07 +01:00 |
|
Vittorio Romeo
|
b33f4bb205
|
Replace SFML multithreading primitives with standard C++ ones
|
2021-12-14 01:07:29 +01:00 |
|
Vittorio Romeo
|
d12a2cd319
|
Use 'override' whenever possible instead of 'virtual'
|
2021-12-09 09:07:03 +01: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 |
|
Vittorio Romeo
|
f162b3a037
|
Enable support for unity builds
|
2021-08-12 21:00:16 +02: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
|
8d0da1d9d6
|
Replaced char* arguments with void* for raw data
|
2012-04-03 19:06:32 +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
|
4116ad033c
|
Added the sf::Time class
|
2012-01-19 23:51:06 +01:00 |
|
Laurent Gomila
|
e775bd0169
|
Renamed SoundStream::Chunk::NbSamples to SampleCount, and renamed other nbSamples variables to sampleCount
|
2012-01-13 15:09:30 +01:00 |
|
Laurent Gomila
|
aaa21dfaf6
|
Corrected the name of some functions/variable
|
2011-12-25 23:42:43 +01:00 |
|
Laurent Gomila
|
e4c6c30e0b
|
Times in SFML are now Uint32 milliseconds instead of float seconds
Added the sf::Uint64 and sf::Int64 types
|
2011-05-19 08:19:42 +02:00 |
|
LaurentGom
|
a991fe8e4d
|
Added support for the CMake build system
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1550 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-08-19 15:59:24 +00:00 |
|