Thanks I have merged this now. Sorry for being slow, I have quite a lot of stuff on my plate and this is low priority for me. So I think for future changes it would be best if you just push them directly yourself (I have given you commit/push rights I believe). If you prefer to keep sending merge-requests chances are they will get delayed again. As for your plans to run dos2unix followed by clang-format that sounds good to me. I also noticed when I converted things over to git that this project does...
Fix an incorrect function prototype
I'll follow this up with a commit that runs dos2unix on all the files and clang-format, including a clang-format configuration file.
Fix an incorrect function prototype
Let me open a PR for what I have so far. You can take a look and then we can go from there.
A long time ago I worked on getting various allegro4 games which came with source re-licensed under a proper FOSS license (where necessary) and then porting them to Linux. worminator was actually one of the first games which I did this for and I pretty much have not touched it since. So if you want to work on it you are more then welcome to. As for using an auto-formatter, yes that might actually be a good idea in this case. But please make sure you do a single git commit for all the autoformat changes...
A long time ago I worked on getting various allegro4 games which came with source re-licensed under a proper FOSS license (where necessary) and then porting them to Linux. worminator was actually one of the first games which I did this for and I pretty much have not touched it since. So if you want to work on it you are more then welcome to. As for using an auto-formatter, yes that might actually be a good idea in this cas. But please make sure you do a single git commit for all the autoformat changes...
I'd like to do some further modernization work on the code base. Starting with running it through an autoformatter like clang-format. Would you accept that big of a change?
Fixes C99 compliance issues
Limit framerate
Fix -Wformat-security compiler warnings
Add data files to git repo
Add a missing int to particle_ai.h sprint_number param. c99
Thanks I had not touched this project in ages, so I've gone ahead and converted the source-code management system to git, and imported all the Fedora patches including this one.
Initial revision
Accidently imported the binary (oops)
Opened as part of this effort: https://fedoraproject.org/wiki/Toolchain/PortingToModernC
Add a missing int to particle_ai.h sprint_number param. c99