Automatically add drop shadows to text without creating multiple text objects. Adds TorqueScript methods to t2dTextObject.
Author Noby Nobriga Date 05/02/2012 (6:49 pm) Comment 6 comments
Are you using StringUnit::getUnit all the time in your code? If so you may be wasting valuable CPU time since getUnit scans the entire string from the beginning each call. Instead, this handy helper will only scan the string once, caching the unit positions in a vector.
Author James Urquhart Date 04/29/2012 (1:47 am) Comment 0 comments
T3D 1.2 Port of the TGE Based Armor Piercing Rounds with projectile explosions for Players and Vehicles.
Author CSMP Date 04/28/2012 (7:26 am) Comment 0 comments
Unfortunately some assumptions in the engine about retina display are now invalid due to the release of the 3rd gen iPad with retina display. The result is that an iPad or Universal app run on the new iPad will suffer from a major input problem where touch input does not match up to the display. This resource details what changes I made to the engine to enable 1.5 to both support the new retina resolution of 2048x1536, and to fix the touch input issues.
Author John Vanderbeck Date 04/27/2012 (2:00 pm) Comment 14 comments
Inspired by Philip Gregory's resource: "A resource for musicians" I decided to make a simple tutorial for maintaining the engine code base. It show you how to compile more than one project from the same source. Each project maintains it's own changes to the source tree. New projects are not affected by those changes unless merged into the main engine directory.
Author Demolishun Date 04/25/2012 (11:42 pm) Comment 14 comments
This neat resource explains the tools available to help one make music, particularly how to simplify the loop writing process
Author Philip Gregory Date 04/25/2012 (9:53 am) Comment 1 comments
This little Torque3D 1.1 final resource returns the currently playing action animation of a (AI)player.
Author Richard Marrevee Date 04/20/2012 (1:28 pm) Comment 3 comments
Ever missed a readFlag() in your network stream to later see a bunch of "disagree" messages? Spent days if not weeks until you found the culprit? This resource is a php script that will help you by finding such possible issues.
Author Konrad Kiss Date 04/17/2012 (10:13 am) Comment 6 comments
I came across the problem when i was doing some work on a spellsystem. So i came across 2 solutions to make it possible to move decals in real time.
Author Lukas Joergensen Date 04/07/2012 (12:31 pm) Comment 4 comments
A script-only spellcasting system. Makes it easy to create new spells with a very simple pipeline. Meant to be noob friendly so it is script only! No source code knowledge needed!
Author Lukas Joergensen Date 04/07/2012 (12:17 pm) Comment 8 comments








