Jeremy DeHaan

Results 32 issues of Jeremy DeHaan

According to the SFML 2.4 documentation, the `TcpSocket` class should have a `send` method for raw data that returns the number of bytes sent as an out parameter. In non-blocking...

`EventType` is a little verbose and a little annoying to type. Especially if you have to do something like `Event.EventType.XXXX`. I think that it should be renamed to just `Type`,...

There's a segfault mentioned in some comments in SoundRecorder with some strange temporary fix in place. This should be investigated and correctly fixed.

Following #299, DSFML needs to be updated to only use dstring/dchar when passing strings between DSFML and SFML.

Some parts of documentation is missing from ddox builds due to the documentation being dependent on ddoc macro files. It should be investigated if ddoc files can be added to...

Most (but not all) objects in DSFML do not use polymorphism, but they are declared as classes. I think that for a lot of reasons, anything that can be a...

Just as the title says. Since you need a bit more to get things set up than vanilla SFML, I might make a separate repo for this.

enhancement

I should write some tutorials for IDE's that people are most likely going to use. Visual Studio (with VisualD plug in) Monodevelop (With the Mono-D plug in) Code::Blocks (Does this...

There are a couple of annotations that I would like to add including but not limited to: nothrow pure(where I can) safe/trusted(maybe?) nogc

enhancement

I seem to have some strange aversion or dislike for the standard library. Is it actually that strange? I dunno. Regardless, it is silly to not make use of it...