GTGameEngine icon indicating copy to clipboard operation
GTGameEngine copied to clipboard

Rename the "GT" namespaces in the scripting environment.

Open mackron opened this issue 10 years ago • 1 comments

Currently, there are still remnants of the old GTCore, GTGUI and GTEngine namespaces in the scripting environment. This should be replaced with just "GT".

Notes:

  • GT.Game needs to be removed, and all of the functions contained within moved to the GT table/namespace.
  • The GTEngine table needs to be moved to the GT table.
  • The GTCore table needs to be moved to the GT table.
  • Leave GTGUI alone and only use it for the existing GUI system which is about to be replaced. The new GUI system will be placed into a different namespace.

mackron avatar May 27 '14 20:05 mackron