Garry's Mod

Garry's Mod

Track Assembly Tool
Zobrazuje se 321–330 z 401 položek
< 1 ... 31  32  33  34  35 ... 41 >
Aktualizace: 22. lis. 2015 v 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

Aktualizace: 15. lis. 2015 v 9.10

Added all of Bobter's rails.

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

Aktualizace: 14. lis. 2015 v 23.46

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

Aktualizace: 7. lis. 2015 v 23.30

Fixed: CVAR enqstore description.

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

Aktualizace: 7. lis. 2015 v 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

Aktualizace: 25. říj. 2015 v 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

Aktualizace: 18. říj. 2015 v 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.

Aktualizace: 10. říj. 2015 v 11.23

Added/Removed some logs

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

Aktualizace: 10. říj. 2015 v 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

Aktualizace: 4. říj. 2015 v 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