John Vanderbeck's Resources
This resource shows a very basic implementation of the A* pathfinding algorithm in Torque2D.
Author John Vanderbeck Date 04/17/2005 (7:33 pm) Comment 6 comments
This snippet of code enhances the terrain engine to allow control over terrain repeating through the world editor.
Author John Vanderbeck Date 04/17/2004 (1:18 pm) Comment 35 comments
This resource provides complete integration of SQLite into Torque, useable from TorqueScript.
Author John Vanderbeck Date 04/12/2004 (9:58 pm) Comment 110 comments
This simply illustrates a very basic C++ object that is scriptable in TGE. It doesn't do anything useful, it simply serves as an illustration to build your own useful ones. Hopefully this will unveil an extremely powerful part of the engine for others to take advantage of.
Author John Vanderbeck Date 04/09/2004 (7:53 pm) Comment 15 comments
I needed a way to search for a substr in a string BACKWARDS, and I couldn't find a way in the current console string handling, so I added one. Here it is for anyone else that wants it. Just stick this in consoleFunctions.cc right after the "strpos" console function.
Author John Vanderbeck Date 04/09/2004 (7:52 pm) Comment 0 comments
Custom protocol chat server and client written 100% in TorqueScript.
Author John Vanderbeck Date 04/01/2004 (8:28 pm) Comment 16 comments
This resource shows how to enable video playback in Torque, as well as replacing the older Video for Windows code with DirectShow code on Windows platforms.
Author John Vanderbeck Date 03/28/2004 (6:20 am) Comment 61 comments
This tutorial builds the majority of the MinApp's GUI and teaches how the GUI stack works.
Author John Vanderbeck Date 01/22/2004 (3:12 pm) Comment 26 comments
This third installment builds the basics of our Main Menu GUI.
Author John Vanderbeck Date 01/22/2004 (10:10 am) Comment 7 comments
The purpose of this tutorial is to add the GUI editor, World editor, and Terrain editor into our MinApp.
Author John Vanderbeck Date 01/22/2004 (10:10 am) Comment 25 comments
#1 in a series of tutorials building on a very minimal application base. This tutorial adds console functionality to the MinApp.
Author John Vanderbeck Date 01/21/2004 (6:25 pm) Comment 27 comments
