LeoD, on 05 June 2015 - 11:14 AM, said:
Any developer's news available?
The bug is high priority, but we've been really busy with Hail to the King Collection and another unannounced project. I'll definitely be looking at it soon though.
LeoD, on 05 June 2015 - 11:14 AM, said:
Hendricks266, on 09 June 2015 - 10:32 AM, said:
This post has been edited by Jblade: 09 June 2015 - 01:43 PM
Fox, on 09 June 2015 - 01:07 PM, said:
Jblade, on 09 June 2015 - 01:41 PM, said:
Micky C, on 13 June 2015 - 04:05 PM, said:
Daedolon, on 14 June 2015 - 10:07 AM, said:
This post has been edited by Paul B: 16 June 2015 - 08:22 AM
This post has been edited by Trooper Dan: 30 June 2015 - 01:33 PM
Paul B, on 16 June 2015 - 08:21 AM, said:
This post has been edited by Fox: 20 August 2015 - 12:27 PM
Initializing Polymer subsystem ... g_errorLineNum: 0, g_tw: 0
eduke32.log (1.22K)
Fox, on 11 September 2015 - 04:52 PM, said:
Helixhorned, on 20 September 2015 - 04:30 AM, said:
This post has been edited by Fox: 20 September 2015 - 08:53 AM
This post has been edited by Micky C: 20 September 2015 - 03:58 PM
Micky C, on 20 September 2015 - 03:53 PM, said:
build/src/winlayer.c: In function 'void UninitDirectInput()':
build/src/winlayer.c:1161:59: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
for (i=joynumaxes-1; i>=0; i--) Bfree(axisdefs[i].name);
^
In file included from build/src/winlayer.c:31:0:
C:/Progs/mingw64/x86_64-w64-mingw32/include/malloc.h:77:16: note: initializing argument 1 of 'void free(void*)'
void __cdecl free(void *_Memory);
^
build/src/winlayer.c:1166:64: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
for (i=joynumbuttons-1; i>=0; i--) Bfree(buttondefs[i].name);
^
In file included from build/src/winlayer.c:31:0:
C:/Progs/mingw64/x86_64-w64-mingw32/include/malloc.h:77:16: note: initializing argument 1 of 'void free(void*)'
void __cdecl free(void *_Memory);
^
build/src/winlayer.c:1171:58: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]
for (i=joynumhats-1; i>=0; i--) Bfree(hatdefs[i].name);
^
In file included from build/src/winlayer.c:31:0:
C:/Progs/mingw64/x86_64-w64-mingw32/include/malloc.h:77:16: note: initializing argument 1 of 'void free(void*)'
void __cdecl free(void *_Memory);
^
Failed building build/obj/winlayer.o from build/src/winlayer.c!
makefile:626: recipe for target 'build/obj/winlayer.o' failed
mingw32-make: *** [build/obj/winlayer.o] Error 1
This post has been edited by LeoD: 24 September 2015 - 11:50 AM