Shane Tran Whitmire

Results 11 issues of Shane Tran Whitmire

## Subject of the issue setPosition applies an erroneous behind the scene offset when it is ran. ## Your environment * linux / x11 * SFML 2.5.1 * g++ main.cpp...

feature
m:doc

Main SFML has this feature merged: https://github.com/SFML/SFML/pull/1690 I was hoping to see if and when this feature will reach CSFML. I am no C wiz, so someone else will probably...

Feature

## SFML doesn't clarify the guarantee or lack thereof for random bits when creating render-textures/textures Whenever you create a render texture or a texture, SFML currently does not guarantee that...

feature
m:sfml-graphics
m:doc

New project, and doing `cargo add cv ; cargo run` will generate this error: ```rust error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/dogunbound/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitarray-0.2.6/src/lib.rs:2:1 | 2...

### Summary A auto action removing unnecessary parenthesis on each value in triple tuple function return causes weird behavior like removing the wrong text etc... If you do a write...

C-bug
A-language-server
S-waiting-on-author

I'm just creating an issue for every missing 2.6 feature. This list will just stay here. Whether we implement them or not will be based on personal needs/wants. If someone...

This doesn't need any testing, just documentation changes. I really do think a lot of this confusion may be avoided if we atleast mention this "top of the line" stuff

bug
m:doc

### Prerequisite Checklist - [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates - [X] I searched for [existing discussions on the forum](https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fen.sfml-dev.org) to prevent duplicates - [X] I am...

bug
m:sfml-graphics

### Summary ![image](https://github.com/user-attachments/assets/f76b4538-544a-4bc6-b84e-2bea7ed27c67) drag_direction "looks" like what a function argument is despite not being a function argument. ### Reproduction Steps Have similarly named function definition proceed after a function declaration...

C-bug
A-language-support