Garry's Mod
Track Assembly Tool
401件中 321-330 を表示
< 1 ... 31  32  33  34  35 ... 41 >
更新: 2015年11月22日 @ 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

更新: 2015年11月15日 @ 9時10分

Added all of Bobter's rails.

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

更新: 2015年11月14日 @ 23時46分

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

更新: 2015年11月7日 @ 23時30分

Fixed: CVAR enqstore description.

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

更新: 2015年11月7日 @ 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

更新: 2015年10月25日 @ 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

更新: 2015年10月18日 @ 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.

更新: 2015年10月10日 @ 11時23分

Added/Removed some logs

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

更新: 2015年10月10日 @ 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

更新: 2015年10月4日 @ 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