Garry's Mod
Track Assembly Tool
Mostrando 321-330 de 401 aportaciones
< 1 ... 31  32  33  34  35 ... 41 >
Actualización: 22 NOV 2015 a las 7:39

Fixed: navigation by only one key
Added: Mamory manager for PHYSPROPERTIES
Changed: CacheQuery% now returns RestartTimer()/AttachTimer() as a standart
Changed: Every CacheQuery function now uses its own memory timer bound by its table definition

https://github.com/dvdvideo1234/TrackAssemblyTool/commit/e5d7424702a1ee84e1b7c8ac6f1b792261c9bcdf

Actualización: 15 NOV 2015 a las 9:10

Added all of Bobter's rails.

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

Actualización: 14 NOV 2015 a las 23:46

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

Actualización: 7 NOV 2015 a las 23:30

Fixed: CVAR enqstore description.

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

Actualización: 7 NOV 2015 a las 10:15

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

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

Actualización: 25 OCT 2015 a las 5:10

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

Actualización: 18 OCT 2015 a las 9:27

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.

Actualización: 10 OCT 2015 a las 11:23

Added/Removed some logs

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

Actualización: 10 OCT 2015 a las 11:21

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

Actualización: 4 OCT 2015 a las 11:46

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