issues
search
SFML
/
CSFML
Official binding of SFML for C
https://www.sfml-dev.org
Other
349
stars
124
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade to clang-format-17
#375
ChrisThrasher
closed
5 days ago
0
Fix Nix pkg-config support
#374
drawbu
opened
3 weeks ago
8
Add GitHub Sponsors and OpenCollective buttons
#373
eXpl0it3r
closed
3 weeks ago
0
Match parameter types with SFML types
#372
ZXShady
closed
1 month ago
0
Remove references to `sf::` types in public documentation
#371
ChrisThrasher
closed
1 month ago
0
Remove unused headers
#370
ChrisThrasher
closed
1 month ago
0
Clean up `sfIpAddress` implementation
#369
ChrisThrasher
closed
1 month ago
0
Align sfRenderStates with sf::RenderStates
#368
Marioalexsan
closed
1 month ago
0
Fix trailing comment style inconsistency between `///<` and `//!<`
#367
ChrisThrasher
opened
1 month ago
0
Make enumeration counts constant expressions
#366
ZXShady
closed
1 month ago
3
Pass by reference if it is never null
#365
ZXShady
closed
1 month ago
0
Move ConvertEvent.hpp file into window module folder.
#364
ZXShady
closed
1 month ago
0
Remove unnecessary `static_cast`s
#363
ChrisThrasher
closed
1 month ago
0
make static variables const via lamdbas
#362
ZXShady
closed
1 month ago
0
check malloc return value for NULL and update docs
#361
ZXShady
closed
1 month ago
0
cast to larger type before doing arithmetic to avoid signed integer o…
#360
ZXShady
closed
1 month ago
0
remove cstyle default init
#359
ZXShady
closed
1 month ago
0
use aggregate initialization to initialize
#358
ZXShady
closed
1 month ago
0
make sfTime_Zero const global variable
#357
ZXShady
closed
1 month ago
0
remove unnecessary boolean comparison `!= 0`
#356
ZXShady
closed
1 month ago
0
Use functions from the C++ standard library
#355
ChrisThrasher
closed
1 month ago
0
Update enumerations to match SFML 3
#354
ChrisThrasher
closed
1 month ago
0
Intermittent no audio playback device notice
#353
jarroddavis68
closed
1 month ago
4
Prefix library options with `CSFML_`
#352
ChrisThrasher
closed
1 month ago
0
Simplify shader creation functions
#351
ChrisThrasher
closed
1 month ago
0
Implement new graphics, system and window functions
#350
Marioalexsan
closed
1 month ago
0
Implement new audio functions
#349
Marioalexsan
closed
1 month ago
0
make sfRenderStates_default an extern const variable like sfColor constants
#348
ZXShady
closed
1 month ago
0
Use inheritance to remove `This` data member
#347
ChrisThrasher
closed
1 month ago
5
Implement new `sf::Clock` functions
#346
ChrisThrasher
closed
1 month ago
0
Implement `getGeometricCenter`
#345
ChrisThrasher
closed
1 month ago
0
Manually inline `sfShapeImpl`
#344
ChrisThrasher
closed
1 month ago
0
add missing asserts in Font.cpp
#343
ZXShady
closed
1 month ago
0
Remove unnecessary constructors
#342
ChrisThrasher
closed
1 month ago
0
fix clang tidy warning about reserved identifier in WindowHandle.h
#341
ZXShady
closed
1 month ago
0
possible null pointer dereference in sfRenderTexture_destroy
#340
ZXShady
closed
1 month ago
0
Assert against arguments which would invoke UB
#339
ChrisThrasher
closed
1 month ago
0
assert for nullptr when passing to functions taking std::string_view implicitly.
#338
ZXShady
closed
1 month ago
0
Remove all `delete` calls outside of `_destroy` functions
#337
ChrisThrasher
closed
1 month ago
0
use non-throwing new operator to allocate memory for sfObj_create / sfObj_copy
#336
ZXShady
opened
1 month ago
0
Assert string arguments are not null
#335
ChrisThrasher
closed
1 month ago
0
Stop converting null string arguments into empty strings
#334
ChrisThrasher
opened
1 month ago
0
Assert that filepath strings are not null
#333
ChrisThrasher
closed
1 month ago
0
assert for `filepath` const char* parameters for nullptr
#332
ZXShady
closed
1 month ago
0
CSFML v3 missing functionalities
#331
Marioalexsan
opened
1 month ago
0
Assert that shader uniform names are not null
#330
ChrisThrasher
closed
1 month ago
0
assert for `name` if equal to nullptr in sfShader_setXXXUnfiorm
#329
ZXShady
closed
1 month ago
0
Clean up documentation and corresponding build system code
#328
ChrisThrasher
closed
1 month ago
0
Improve const correctness of `_destroy` functions
#327
ChrisThrasher
closed
1 month ago
0
Fix Doxygen warnings
#326
ChrisThrasher
closed
1 month ago
0
Next