TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

BusyBox grep doesn't support long form option style. #71

Closed gmm42 closed 10 years ago

TheJosh commented 10 years ago

Hi @igzivkov. Thanks for this! It's great when others get involved in your pet project!

If you don't mind me asking, what are you doing with Chaotic Rage on BusyBox anyway? Some sort of embedded platform, or is it just your platform of choice?

gmm42 commented 10 years ago

No probs. Your game seems to require OpenGL 3.1 so I still didn't manage to play it on my hardware. I hope to get my hands on some newer graphics card soon so I can leave you more feedback. :-)

I'm just experimenting with BusyBox on my system at the moment, checking what are the limitations and which utilities can be replaced.

TheJosh commented 10 years ago

I did previously have an OpenGL 2 compatible render back-end, but removed this because it was annoying to keep two render back-ends up-to-date. I could possibly re-introduce the legacy support back into the code base, if that would be useful to yourself or to others.