Code Monkey home page Code Monkey logo

billyfrontier's Introduction

Welcome!

Check out my modernized ports of Pangea Software classics:

Nanosaur Bugdom Cro-Mag Rally
Otto Matic Mighty Mike
Bugdom 2 Nanosaur II: Hatchling Billy Frontier


Would you like to support the creation of these ports?
Buy Me a Coffee at ko-fi.com

Have fun! -Iliyas

billyfrontier's People

Contributors

ahribellah avatar jorio avatar tobiasjordan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

billyfrontier's Issues

POMME assumes that characters are signed; this is false.

Building Billy Frontier on Linux with gcc 12, I get:

.../billy-frontier/src/billy-frontier/Source/System/Main.c: In function ‘PlayGame_Arcade’:
.../billy-frontier/src/billy-frontier/Source/System/Main.c:163:55: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  163 |                                 if (gPlayerInfo.lives < 0)
      |                                                       ^
.../billy-frontier/src/billy-frontier/Source/System/Main.c:217:47: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  217 |                         if (gPlayerInfo.lives < 0)
      |                                               ^

In player.h, the definition of lives is SInt8. That's an old Apple datatype, which you have defined in Pomme. The problem is that Pomme defines it as typedef char SInt8;, but char is unsigned as per the C Language Specification, leading to the above.

Changing window size settings?

I was wondering if Video Mode settings and regular settings could be somehow added back in? Or, if there's some other way to change the size of the game window, that'd be awesome. It looks like the video mode settings were removed with this commit. Thanks!

big endian port

Howdy ! :) This game also works fine now, except one issue : while sounds are good, music are distored , like not endian swapped. But gameplay itself and whole game in terms of colors, etc all fine.

How to skip duel on Linux?

The ReadMe says we can skip the dual. What is the key? Is this referring to the Windows key? The equivalent keystroke on Linux Super+F10 does not seem to manifest this cheat.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.