-
# This bug report was migrated from our old Bugzilla tracker.
These attachments are available in the static archive:
* [1139.patch (1139.patch, text/plain, 2019-12-21 12:19:59 +0000, 716 bytes)](ht…
-
Tested with an Xbox One S controller on Windows 10. For some reason, only my trigger button events show up (axis 4 and axis 5 for this controller). Other buttons and axes do not generate events when…
-
Hi!! Any chance to Port this Game to sdl for use with opendingux handhelds, ie: rg350?
Regards!
-
First, this is a nice binding working out of the box, congrats.
Seems to me there is no reference to SDL_OpenAudio. I need it for the ffmpeg binding.
Is it already done somewhere or should I send a p…
-
Is it possible to run dota natively on wayland by exporting SDL_VIDEODRIVER=wayland ? I get these errors and the game doesn't start:
Unable to create dummy window for GLMDisplayDB.gl/togl/glmdisplayd…
-
I tried the appImage and it wouldn't work. I then tried to compile the game myself:
```
Scanning dependencies of target akhenaten
[ 20%] Building CXX object CMakeFiles/akhenaten.dir/src/platform…
-
```py
NotImplementedError: display module not available
(ImportError: dlopen failed: cannot locate symbol "alphablit_alpha_sse2_argb_surf_alpha"
referenced by "/data/data/org.test.myapp/files/app…
-
```c
SDL_PowerState state;
int charging = (packet->controllerState.ucBatteryAndConnection & 0x10);
int level = (packet->controllerState.ucBatteryAndConnection & 0xE0) >> 4;
int per…
-
Have there been any discussions to a potential SDL port? I am not quite familiar with all the inner workings of MEKA yet (although I was an avid user back in the early 00s when I was in "the scene"), …
-
Hi, is there a chance you will add the binding for the gfx lib?
It allows for a Much better handling of polygons and drawing shapes by points