Skip to content

Industrialization 1.03.1

Latest
Compare
Choose a tag to compare
@ATPHHe ATPHHe released this 16 Apr 20:35
4f266fa

version 1.03.1

  • Minor fixes to ISMachineInfoWindow.lua to prevent some errors.

version 1.03

  • Created 4 new Frameworks for GlobalObject and GlobalObjectSystem to allow for less redundant coding and allow for more easier management of code.
    • SIndustrializationGlobalObject (sub-class derived from SGlobalObject)
    • SIndustrializationGlobalObjectSystem (sub-class derived from SGlobalObjectSystem)
    • CIndustrializationGlobalObject (sub-class derived from CGlobalObject)
    • CIndustrializationGlobalObjectSystem (sub-class derived from CGlobalObjectSystem)
  • Restructuring of the Audio system to allow for easier management of code.
  • Restructuring of the BuildMenu to allow for easier management of code.
  • Code Restructured to work for Multiplayer.
    • Restructuring of code to allow for Server-to-Client and Client-to-Server communication between objects and object systems.