Skip to content
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

Rewrite world system #94

Closed
8 tasks done
Sataniel98 opened this issue Jun 22, 2016 · 0 comments
Closed
8 tasks done

Rewrite world system #94

Sataniel98 opened this issue Jun 22, 2016 · 0 comments
Assignees

Comments

@Sataniel98
Copy link
Member

Sataniel98 commented Jun 22, 2016

  • Create a resource world class for unloaded worlds (ResourceWorld)
  • Create a world handler class instead of using the main class (Worlds)
  • Create an abstract class to handle instances clearlier (InstanceWorld)
  • Create a class to represent sign data
  • Modify GameWorld and EditWorld to work as intended with InstanceWorld
  • Modify remaining code to work as intended with the changes
  • Improve the remaining code to make use of the improved system
  • Testing
@Sataniel98 Sataniel98 added this to the Release 1.0 milestone Jun 22, 2016
@Sataniel98 Sataniel98 self-assigned this Jun 22, 2016
Sataniel98 added a commit that referenced this issue Jun 22, 2016
- Added world handler class (Worlds)
- Added representation class for unloaded worlds (ResourceWorld)
- Added abstract representation class for all loaded worlds
(InstanceWorld)
- Added class to represent sign data file (SignData)
Sataniel98 added a commit that referenced this issue Jun 30, 2016
@Sataniel98 Sataniel98 removed the META label Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant