Mav

Results 55 comments of Mav

Did this cause unicode characters to display as `?` or scrambled chars for you? I couldn't get windows to display unicode examples even with mutlibyte char support set to true...

Can confirm the axis is inverted on Linux. Tried with Rock Candy (xbox) controller and Logitech F310. All other buttons seem to be A-OK.

@eliasdaler I'm familiar with the DB. If it's a driver issue I agree there should be an SFML DB for gamepads. Please share the repo so I can contribute a...

I prefer vcpkg over git submodules for my large projects. Having this lib on vcpkg manager would make it stand out and draw lots of users.

https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows I said I had to copy the output DLLs from the /modules output.

I used cmake and the opened the project in visual studio

nmake is window's makefile build tool. and vs uses it. I've never come across a build guide for modern software that required CLI for the entire project. Are you not...

I wanted to experiment with potential features from source. I'll check out CLI only and see if it works.

@dmjio I've written a scripting language with bnfc and booleans are just a string literal e.g. ``` DefVarBool. EVarType ::= EBool; DefVarString. EVarType ::= String; DefVarInt. EVarType ::= Integer; DefVarId....