I really really wanted to avoid weighing in on this, mostly because of how I feel guilty about just disappeared from the scene, but what the hell.
I am not saying I'd resume working as a dev on rA if the switch to GIT and a RE-branch was made. That would be grossly unfair, untrue and I am not sure I would have the time and motivation to go through with it. But I will say that not adressing my issues with the code bloat from #defines has played a part in my silent retirement and cease to work on RE-atk. In my opinion, to do RE right, it has to be done.We know so much more about the internal workings of AEGIS these days that rewriting the atk/battle system should come with a complete revision of a LOT of parts of the code. And that is just plainly not doable without breaking the compatibility of that branch with pre-RE. For those who care, here is what I think would need to happen for a really good implementation fo RE-atk, gathered in my months of working on it:
Item DB needs a column for MDef (in addition to the script command). The reason for this is complicated (lr_flag)
Item scripts would need a complete overhaul. Race/Size/Ele/Range/Etc modifiers need to be changed to a format that more closely follows AEGIS' (to simplify battle calcs); struct weapon_data needs to follow suit
The special treatment of the arrow equip slot needs to be changed. It results in so much redundant, unnecessary code (lr_flag)
A lot of the status code needs adapting to those new formats (most prevalently, status_calc_def2)
A few side effects should be put from the battle calcs to more fitting places. A calc function should be able to be called without side effects
I'm sure I'm forgetting something
A lot of stats/substats need to be re-typed to signed types (atk, def...). this is probably one of the biggest ones on my list
I dont think a "proper" solution is possible without branching. One could argue for putting those db/script changes into pre-re as well, but I plainly don't see that happening. There are too many unknowns.
All that said, this is just my rambling as a short-time ex-dev. You guys have to find your own priorities, and I cannot promise you I will ever find the drive to work on rA again. I wish I could!
Best of luck with the project,
Wildcard