Recent content by haxpor

  1. H

    Android Custom APK

    msmalik681  As far as I recall, I double checked since that time of changes, and the resultant library is good to use. Note also since that time libsdl2 has slightly quite a leap in upgrade from older version to newer for better support in certain part. This gap might play a role in problem you...
  2. H

    compiling on Linux Errors

    Thanks. I confirm this compile error. I'll take a look for a clean fix.
  3. H

    Android Custom APK

    Hi both of you msmalik681 and bWWd , msmalik681 noted your report about crashing, I will find time to check if it relates to my changes (will be quite some time until I can look at it). Thanks! bWWd 100 MB is pain I guess. To my knowledge, there are at least 2 solutions, (I didn't test both of...
  4. H

    Questions I keep getting

    Add on top, for console, the reason there's not much information available on how to do things, how the process will look like is you need a devkit and permission to develop on their console. They will send devkit down to you, then you port your game on top of their SDK. OpenBOR is based on...
  5. H

    Complete TMNT: Rescue-Palooza!

    Spotted on kotaku https://kotaku.com/free-fan-made-teenage-mutant-ninja-turtle-game-is-a-fun-1835820169. Originally tweeted by Senile Team https://twitter.com/SenileTeam/status/1143416679231315968. Congratulations.
  6. H

    devconsole (during development)

    It's not merged yet. It's highly likely that I will revisit this again in the future. For now, it requires modifying too much of code-base, and risk producing more bugs and unstability. Thank you for feedback, I noted your suggested use case. It will be handy when I revisit the implementation...
  7. H

    [Techinal Post] Build all Android's dependencies on Linux

    Hey msmalik681 , that's a good question. It's good to stay as low as possible to remain compatible with oldest toolchains which are able to compile the stuff. There's a chance for newer toolchain to break stuff, or things not work. Yep, in short, for NDK, try to stay as low as possible. Talking...
  8. H

    [Techinal Post] Build all Android's dependencies on Linux

    Another guideline on how to build all Android's dependencies for modern architecture on Linux - https://wiki.abzi.co/openbor/posts/androiddeps.html. Feel free to use content in the link above mirroring it onto openbor wiki or somewhere belong to openbor if someone has privilege and would like...
  9. H

    Compile Android Build

    Thanks for info bWWd. I asked this just to validate the method used inside openbor. For your case, it's totally safe, < 100MB. For really big .pak above 100 MB mark, this will involve technique Google suggests which noted in Development.txt of android directory, yes, until then we will see real...
  10. H

    Compile Android Build

    Good you went through! Would you mind telling me how large is your .pak file? bWWd
  11. H

    [Tutorial] Cross-compile OpenBOR engine for Windows on Linux

    Sure, I'd love to do it. Anyway I can't edit a wiki or create new page on github wiki, and I can't seem to find register link for openbor wiki? Maybe someone would help me on this. Damon Caskey
  12. H

    [Tutorial] Cross-compile OpenBOR engine for Windows on Linux

    Thanks to msmalik681 for pointing me to post here in the forum. I wrote this guide for Linux users (although there might be just a few, but that's ok :) ) that need to build Windows build for your users on your favorite system; Linux, by doing cross-compile OpenBOR engine. The guide will go...
  13. H

    OpenBOR v3.0 Build 6412

    This is weird I think. I'm on 7023 but the latest changed for menu (sdl/menu.c) dated back in 2019-01-24 in which Plombo did apply crash fix. I have tested with 24 paks, and I can scroll up/down properly without crash. When I have tried on latest tip, I report back here.
  14. H

    Android Custom APK

  15. H

    devconsole (during development)

    You said it right about how devs solve the problem, haha. Funny though. Yeah, with that said, I don't plan to re-invent the wheel, the systems inside openbor can well serve such purpose. Anyway, I re-evaluate the effort, and whether this devconsole will really help reduce the time at the end. I...
Back
Top Bottom