Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Kitty Hello

#16
and you're using systempointer true, autopause false?
#17
Android studio suggested another update of the gradle plugin and... it finally works!
I'll update the GIT tonight.
#18
All of them run nicely in my Firefox  :good:
#19
if you type "await" before a function call, it should not continue until the asynchronous task is completed.
#20
Are you trying to INLINE SDL? Because it's not used in Windows builds (yet). The size of the executable would increate significantly.
#21
Hours of trying - the error comes when upgrading gradle from 7.1.0 to 7.4.1.
What are you doing, google!?

Luckily I zipped the project before the upgrade. Bad is - I can't open the unzipped backup again. AS crashes. Are people really working with this crap?
#22
I got it working, by starting an SDL project from scratch. I will now slowly move the Java parts back in. But hey, it's compiling :)
#23
I could not hire anyone on fiverr to fix our Android troubles. So, maybe using an old Android Studio version, that sill works and then slowly upgrading the gradle version might give a clue?
Last resort: HTML5 :(
#24
I'll see to find time and implement your changes. I updated to the latest Emscripten version and thus, we're soon up to date with the latest and greatest technology.
#25
Looks awesome.
I updated the GIT repository with a lot of changes. The HTML5 port now uses SDL2. You can choose what SDL version to use with the WANT_SDL_VERSION 1 or 2 macro.
I plan focusing more on SDL2 in the future, maybe it's about time to remove some ancient code now (PALM_WEBOS, GPHWIZ, GP2X, TINYGL etc.)
Can you merge your changes with the mouse and the console logging, please?
I'll make a template html page, that has no extras - just the canvas. If you want fullscreen, F11 should do the trick on firefox - we must get that working. On mobile platforms, the html page should always start in fullscreen mode...
#26
Just create an icon.png file and add it to the project folder. The Compiler will add it as a resource to your exe file.
#27
Nein. Das sortiert immer alle Daten. Aber gewöhne Dir doch bitte an auch den Index 0 zu verwenden :)
#28
die kommt von
DIM x[2]; // x[0]=0
x[1] = 1; // jetzt ist immer noch x[0]=0
#29
z(i) muss z sein, sonst fehlt dir die Funktion "z".
#30
I'll try to update the HTML5 libraries. Did you try the "fulscreen" option and/or the MOUSEAXIS instead MOUSESTATE?