powerful and flexible 2d game engine written in C++ with a custom scripting language

#game-engine #gameengine #gamedev #engine #2d #cpp #scripting #opengl

MelvMay-GG 0c8a29ef35 - Removed obsolete file from projects. %!s(int64=12) %!d(string=hai) anos
engine 0c8a29ef35 - Removed obsolete file from projects. %!s(int64=12) %!d(string=hai) anos
modules 1d007c26a4 - TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false). %!s(int64=12) %!d(string=hai) anos
tools 576d8666e8 - Added instructions and template code to export ImageAsset files directly from Zoptex (http://www.zwopple.com/zwoptex/) %!s(int64=13) %!d(string=hai) anos
tutorials f5406619aa changed the behavior tutorial to include its own copy of aquarium.cs (less coupling) %!s(int64=12) %!d(string=hai) anos
.gitignore a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos
OpenAL32.dll a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos
README.md ebc0d36f1b - Created README.md. Still needs filling out. %!s(int64=12) %!d(string=hai) anos
cleandso.bat a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos
main.cs e5ca28f3ba - Added a new module named "AppCore". This is the new entry module that gets loaded at the start, instead of Sandbox. This module contains the bare minimum required to run Torque 2D and present a blank window. Once it is loaded, it will load a module group named "gameBase". %!s(int64=13) %!d(string=hai) anos
main.runAllUnitTests.cs a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos
sandbox.torsion a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos
unicows.dll a20f2864a1 - First push of Torque 2D 2.0 (MIT) %!s(int64=13) %!d(string=hai) anos

README.md

Torque2D

MIT Licensed Open Source version of Torque 2D from GarageGames.

You can find the main Wiki page here