Garry's Mod

Garry's Mod

Track Assembly Tool
Showing 321-330 of 400 entries
< 1 ... 31  32  33  34  35 ... 40 >
Update: Nov 15, 2015 @ 9:10am

Added all of Bobter's rails.

https://github.com/dvdvideo1234/TrackAssemblyTool/commit/278138d4d6f94a33d6df2c48dd5241932d39f0e4

Update: Nov 14, 2015 @ 11:46pm

Added better POA exporter
Reorganized function names/locations
Renamed Convar handling to match the conceprion name

Update: Nov 7, 2015 @ 11:30pm

Fixed: CVAR enqstore description.

https://github.com/dvdvideo1234/TrackAssemblyTool/commit/09708676b1dba8d3114cac49c2d00d522606b120

Update: Nov 7, 2015 @ 10:15am

Added: Dynamic search engine for routine pieces
Added: Bobster's two gauge pack ( Rails )
Fixed: Minor things

https://github.com/dvdvideo1234/TrackAssemblyTool/tree/63860dde89651557101061ad3dda6ffd0f86644e

Update: Oct 25, 2015 @ 5:10am

Fixed: Attempt to index 'GetFoEnt' a nil value whem pasting weld ground property
Fixed: Bouncy ground welded rails. MOVETYPE_NONE inside piece.Anchior()
Added: Active point generation via E2

Update: Oct 18, 2015 @ 9:27am

Added: Full control over the memory manager settings by the server/client
( See in readme: "How can I configure the memory manager properly?" )
Added: Line ID per addition "base_model" on table ADDITIONS for properly retrieve the line ID in the wire extension
Added: Builded queries store caching is now able to be enabled on disabled by the server owners.
Changed: Timer key QTM to CQT ( CacheQueryTimer ) to match function type
Changed: Used piece to update the time prperly.
Changed: Dafault user interface center point comes from ENT:OBBCenter() fror pieces with one active point.

Update: Oct 10, 2015 @ 11:23am

Added/Removed some logs

https://github.com/dvdvideo1234/TrackAssemblyTool/commit/5d2cff97b03ac94d28db14747afb28f585f2e664

Update: Oct 10, 2015 @ 11:21am

Fixed kill timer OBJ and QTM modes
Removed the kill timer for database LUA mode ( not needed )
Tool screen now draws properly Database mode and anchor eintity ID
Added proper name genereating setting prom the piece model

Update: Oct 4, 2015 @ 11:46am

Major update !

Added: Mr.Train's rails
Added: Wiremod support ( E2 function api "trackasmlib" )
Added: Data store can work in Lua or SQL mode based of a ConVar for those who have third party SQLite software
Note: For the way to use the Lua mode please refer to the readme
Changed: Frequent pieces are not bound by a cache life timer
Changed: Undo messages now include the actual piece model
Cahnged: Rearranging to remove unneded ifs and replace those with propper error handling

Update: Oct 4, 2015 @ 11:34am

Added/Removes some Logs