Quote:
Originally Posted by Marco
Just to let you know it, I made a commit in my angband branch for the first step of refactoring datafile parsers organization. I think that who is interested can explore the changes on my GitHub branch (MarcoAngband), or I have to do a merge request?
Beyond the .c/.h modifications, the makefiles are yet to be updated. I can try to do this.
|
I suggest getting your branch to a state where it compiles and runs before committing. Probably the only thing you need to change is Makefile.src; you need to remove files from the list that you've deleted, and add your new ones.
When you've done that, you can either make a pull request, or just mentio it here and I can pull your code in directly.