Garry's Mod

Garry's Mod

Track Assembly Tool
Viser 321-330 af 400 forekomster
< 1 ... 31  32  33  34  35 ... 40 >
Opdatering: 15. nov. 2015 kl. 9:10

Added all of Bobter's rails.

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

Opdatering: 14. nov. 2015 kl. 23:46

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

Opdatering: 7. nov. 2015 kl. 23:30

Fixed: CVAR enqstore description.

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

Opdatering: 7. nov. 2015 kl. 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

Opdatering: 25. okt. 2015 kl. 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

Opdatering: 18. okt. 2015 kl. 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.

Opdatering: 10. okt. 2015 kl. 11:23

Added/Removed some logs

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

Opdatering: 10. okt. 2015 kl. 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

Opdatering: 4. okt. 2015 kl. 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

Opdatering: 4. okt. 2015 kl. 11:34

Added/Removes some Logs