kraxie
kraxie
When setting a defaultValue in the xml file for the settings, it doesn't show or set it until the dialog is opened. There, the default color is shown. No color...
I tried messing around a little bit, but as you can see [here](http://i.imgur.com/nk1qOUj.png), this applesmc-isa-0300 Takes up a lot of space and I want to hide it. I tried some...
* [ ] Builds are unsigned, which can cause a SmartScreen warning and false positives from some anti-virus applications. * [x] Built using MinGW, which removes the need to install...
Store cache in an SQLite database instead to avoid unnecessary duplicate data and to easier fetch specific items.
Decided to reopen this from the closed issue #391. Why is `SteamFriends.ChatEnterCallback` triggered when getting invited to a group or accepting a group invite from Steam Community? Is there any...
I'm trying to play music from an artist, for example by doing a call to the Web API using `me/player/play` with `spotify:artist:70BYFdaZbEKbeauJ670ysI`, although, any artist seem to cause issues. A...
Trying to use `al_set_display_icon(display, al_load_bitmap("icon.tga"));`, but doesn't work on Linux. Works fine on Windows with the same code and bitmap. Loading the icon from an archive with PhysFS.
Tried loading an .xm file and it fails to load and doesn't play with no error in the console
Trying to compile on Kubuntu 15.04 x64 Installed all the dependencies. Getting this error while compiling, which seems to issue with the Razer SDK thing, but I'm using a Corsair...
The "SDL3/SDL_main.h" header should only be included with the application entry point, which a renderer probably shouldn't include. In my setup, when included with the renderer, I get an error...