Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Let's make this working on Android
onager Offline
Junior Member

Posts: 5
Threads: 2
Joined: Mar 2020
Reputation: 0
#3
RE: Let's make this working on Android

(03-30-2020, 01:13 AM)Mudbill Wrote: Interesting stuff! Been dabbling with compiling this thing myself but appeared tricky.
BTW are you sure the mouse issues were not because it's in a VM? I know this is very common.

Also I might have an older Newton version around here somewhere...
Ah yes, here's version 1.53. I believe this is the version that Penumbra uses since the headers match.
https://cdn.discordapp.com/attachments/6....53.tar.gz

Thank you Mudbill for a copy of old Newton! I investigated a little bit, I believe archive doesn't contain many source files, so I can't recompile the source with new compiler, but it should help.
It's possible that mouse issues are related to VM. I will think about a possibility to try it on hardware. Also MouseSDL.h (in HPL1Engine/include/impl) has these spicy TODOs (Fix so it works and handles screen size) and code like
// Do a transform with the screen-size to the the float coordinates.
cVector2f vPos = mvMouseRelPos;
//Ok this is?
mvMouseRelPos = cVector2f(0,0);

return vPos;

So it looks like original developers knew about these problems.
(This post was last modified: 03-30-2020, 08:54 AM by onager.)
03-30-2020, 08:54 AM
Find


Messages In This Thread
Let's make this working on Android - by onager - 03-29-2020, 09:33 PM
RE: Let's make this working on Android - by onager - 03-30-2020, 08:54 AM



Users browsing this thread: 1 Guest(s)