Garry's Mod

Garry's Mod

Piston Timing E2
Showing 1-10 of 25 entries
< 1  2  3 >
Update: 14 Jan, 2023 @ 4:54am

2023-01-14 14:54:05.90

https://github.com/dvdvideo1234/E2PistonTiming/commit/cea803d2f5a69381a24ddcffd157f83bfde7a81e

commit cea803d2f5a69381a24ddcffd157f83bfde7a81e
Author: dvdvideo1234 <dvd_video@abv.bg>
Date: Sat Jan 14 14:03:34 2023 +0200

Added: Centralized extract skipping

Update: 5 Oct, 2022 @ 11:32am

2022-10-05 21:25:41.63

https://github.com/dvdvideo1234/E2PistonTiming/commit/06bc735306ef426b89b7e8c41c65f32f5579df26

Switch vector and angle types to use userdata types (wiremod/wire#2399)

Update: 10 Jan, 2021 @ 6:45am

Generated by batch

Update: 8 Oct, 2020 @ 12:25pm

2020-10-08 22:22:58.30

https://github.com/dvdvideo1234/E2PistonTiming/commit/5b29d29f38e51540e4361c057f968bd56c14cc15

Added: General function for tuning coefficient handling
Added: Some missing APIs and dedicated function to modify parameters

Update: 21 Jul, 2020 @ 10:44am

2020-07-21 20:44:04.27

https://github.com/dvdvideo1234/E2PistonTiming/commit/2d416a23de9fcb7c7c90c354477b978ed901df81

Removed: Global visibility of the expression chip dedicated spot handler

Update: 21 Jul, 2020 @ 10:36am

2020-07-21 20:36:01.63

https://github.com/dvdvideo1234/E2PistonTiming/commit/c254d951e6780819cd13c1f5fab5a9e2a01b2fef

Optimized: Trapezoid piston
Divided: Piston data reader and evaluator
Updated: Piston internal data checker

Update: 7 Jun, 2020 @ 11:55pm

2020-06-08 16:29:28.59

https://github.com/dvdvideo1234/E2PistonTiming/commit/dd2011affb94605025c678adefe74fac8356cddf

Removed: Global value for current variable name as not needed

Update: 17 Mar, 2020 @ 7:49am

Added: Trapezoidal routine/coefficient
Updated: The square root timed piston now supports other powers as well
Added: exp(n) and log(n) parameterization
Fixed: The tuning coefficient name of power timed piston `[0,1)`
Removed: Use condition selection statement for the trapezoidal routine
Added: Tune coefficient for exponential pistons is stored in `tSpot.Tune`
Added: Manipulation of the global tuning exponential coefficient via `setPistonTune`
Updated: The `e:setPistonExpo(nn)` now uses the global coefficient `tSpot.Tune`
Optimized: Type comparing of `enSetupData` with empty string

https://github.com/dvdvideo1234/E2PistonTiming/commit/5d4f725227d0cc4ca84751f896b084493f88e6b1

Update: 29 Feb, 2020 @ 6:56am

2020-02-29 16:58:15.47

https://github.com/dvdvideo1234/E2PistonTiming/commit/0484243219f45c5d426142716ccd9908276b5a79

Fixed: Description displaying incorrect exponential coefficient limit 100 instead of 500
Fixed: General axis reader to correct description `getPistonAxis`

Update: 25 Feb, 2020 @ 12:14pm

2020-02-25 22:13:41.89

https://github.com/dvdvideo1234/E2PistonTiming/commit/3cc07a6efd296404c24bedf9399d6915e1b9bc0f

Added: Exponential piston control
Added: Square root control
Added: Piston modes and tuning
Changed: Maximum exponential coefficient is now 500