-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor preparations #6845
Comments
- remove few unused structures from mp2.h file and add appropriate comments about them in the code - add more checks while loading an MP2 file relates to #6845
As a part of efforts to clear the code and prepare it for the upcoming editor. Also make some methods in Heroes class inlined as they should be. relates to #6845
Rename some cryptic functions and variables. relates to #6845
No need to update map information for each town and hero. relates to #6845
based on the feedback Also, change some comments. relates to #6845
Hi @Branikolog , we mentioned that mountains are going to have unified passability. Therefore, we have a difference with the OG. |
@ihhub |
I am closing this issue as all major tasks have been completed. |
Preliminary checks
Describe the problem requiring a solution
The next major goal of the project is deliver an in-game editor. This issue serves as a collection of tasks related to the main task.
Describe the possible solution
This is a list of tasks we have to complete in order to deliver a base version of the Editor:
MapObjectType
type to uint16_t to support new objectsThe above list is going to be expanded based on the progress and discoveries.
Additional info
No response
The text was updated successfully, but these errors were encountered: