Zorz42 / Terralistic

Terralistic is a Terraria fan game. It has some technical stuff that I miss in Terraria, like: native mod support, good performance, online accounts, good ui and so on...
https://zorz42.itch.io/terralistic
GNU General Public License v3.0
25 stars 3 forks source link

Major refactoring #14

Closed NrdyBhu1 closed 3 years ago

NrdyBhu1 commented 3 years ago

Well, what you say is also true, but what I had in my mind was after you merge this pr, there would be no conflictions and then I was going to read all the headers and source files and kind of like purge and remove all unnecessary part or move into a single file to reduce even compile time. So when most of the things are in few files it would be a little bit more easier to search. Also we do not have to create different files for different classes and structs, like playerHandler, player, playerRenderer, etc... can be moved into a single file called player, that would remove few files. But then again, the compile time would reduce drastically. I was also going to fix all the warnings (#13) and fix even (#12)

NrdyBhu1 commented 3 years ago

Closing this