Erich Loftis
|
744698f71e
|
Update PatternGenerator.ts
|
2020-03-01 23:11:27 -06:00 |
|
Yotam Mann
|
a7f1ad36a4
|
updating sequence description to account for greater depth
|
2019-12-22 11:07:57 -05:00 |
|
Yotam Mann
|
0f9c14575d
|
return the progress computed by the internal part
|
2019-12-22 01:31:27 -05:00 |
|
Yotam Mann
|
32fa0f3eba
|
values can be nested arrays of the generic type
|
2019-12-17 11:58:45 -05:00 |
|
Yotam Mann
|
fc84ec281b
|
adding clamp function
|
2019-12-16 16:50:07 -05:00 |
|
Yotam Mann
|
6d0e17d3d2
|
adding the category
|
2019-12-15 16:02:29 -05:00 |
|
Yotam Mann
|
94de75c1b4
|
no need to guard against the part being undefined now
|
2019-11-21 13:19:44 -05:00 |
|
Yotam Mann
|
15d5580cb3
|
schedule all the events at the end of the constructor
|
2019-11-21 13:19:03 -05:00 |
|
Yotam Mann
|
505ee32780
|
removing skipped test
|
2019-11-21 10:49:34 -05:00 |
|
Yotam Mann
|
b00853dc58
|
make sure time scheduling is always increasing in time
|
2019-11-18 14:52:53 -05:00 |
|
Yotam Mann
|
091fe6bf01
|
Make sure events are scheduling in increasing time order
addresses #581
|
2019-11-18 14:51:43 -05:00 |
|
Yotam Mann
|
09dc29191b
|
linting
|
2019-11-17 13:09:19 -05:00 |
|
Yotam Mann
|
eef8d0f620
|
exporting pattern
|
2019-11-07 14:39:44 -05:00 |
|
Yotam Mann
|
93eab5e6a3
|
converting Pattern to typescript
|
2019-11-07 14:39:28 -05:00 |
|
Yotam Mann
|
b9619d8c68
|
removing unused variables
|
2019-10-31 15:43:16 -04:00 |
|
Yotam Mann
|
d2b064f41e
|
docs: working on code examples
|
2019-10-25 16:54:33 -04:00 |
|
Yotam Mann
|
4266d2b93c
|
updating examples
|
2019-10-24 18:01:27 -04:00 |
|
Yotam Mann
|
42cfbcd456
|
linting docs and examples
|
2019-10-22 23:04:52 -04:00 |
|
Yotam Mann
|
981431f0d5
|
exporting loop
|
2019-10-15 22:42:45 -04:00 |
|
Yotam Mann
|
4c9e6cbd4e
|
testing the interval
|
2019-09-17 15:34:40 -04:00 |
|
Yotam Mann
|
abc6ef0e2b
|
removing old classes
|
2019-09-17 14:46:35 -04:00 |
|
Yotam Mann
|
64189a8685
|
converting Loop to typescript
|
2019-09-17 14:45:58 -04:00 |
|
Yotam Mann
|
dfcbfae824
|
adding Event category
|
2019-09-16 10:49:30 -04:00 |
|
Yotam Mann
|
1bde88a19b
|
linting
|
2019-09-14 18:12:44 -04:00 |
|
Yotam Mann
|
61c9f191b6
|
removing calls to tslint
getting rid of tslint from project and using eslint instead
|
2019-09-14 18:06:46 -04:00 |
|
Yotam Mann
|
286692e67b
|
updating block comment style
|
2019-09-14 17:47:07 -04:00 |
|
Yotam Mann
|
261a5f4c3b
|
normalizing whitespace in comments
|
2019-09-14 16:39:18 -04:00 |
|
Yotam Mann
|
736106de5f
|
accidentally put extra tab before name
|
2019-09-04 19:18:44 -04:00 |
|
Yotam Mann
|
75a35108af
|
name is a readonly string
|
2019-09-04 18:38:04 -04:00 |
|
Yotam Mann
|
c9d757aaa6
|
removing references to "@private"
old jsdoc comments
|
2019-08-30 09:08:29 -07:00 |
|
Yotam Mann
|
3e2de8f259
|
fixing spacing
typedoc wants one space before the "@"
|
2019-08-30 09:06:38 -07:00 |
|
Yotam Mann
|
7a5ca042d0
|
removing converting classes
|
2019-08-27 10:02:44 -07:00 |
|
Yotam Mann
|
b4c2153749
|
updating docs
|
2019-08-27 08:58:40 -07:00 |
|
Yotam Mann
|
949a123b47
|
can add a subsequence to a part
|
2019-08-14 12:03:32 -04:00 |
|
Yotam Mann
|
d4d7c8a78b
|
testing 'stop' method
plays the correct number of iterations
|
2019-08-14 12:03:21 -04:00 |
|
Yotam Mann
|
0f45fc9efd
|
removing unused import
|
2019-08-12 00:20:16 -04:00 |
|
Yotam Mann
|
4ed750bc1f
|
using Reflect instead of 'hasOwnProperty'
takes care of situation where time has a 'getter'
|
2019-08-04 13:44:37 -04:00 |
|
Yotam Mann
|
63a0b4e207
|
Part can accept any object-like thing with a 'time' property
|
2019-08-04 13:35:48 -04:00 |
|
Yotam Mann
|
6e5e8b3399
|
using specific types
importing them so there are not multiple import type errors
|
2019-07-30 15:35:27 -04:00 |
|
Yotam Mann
|
84a8fb0255
|
updating docs
|
2019-07-26 11:56:33 -04:00 |
|
Yotam Mann
|
4a266742af
|
making Event and Part values generic
gives better typing in the callback function
|
2019-07-26 11:50:29 -04:00 |
|
Yotam Mann
|
e3f5940afd
|
only relative imports
|
2019-07-25 13:32:34 -04:00 |
|
Yotam Mann
|
10cd309a12
|
exporting events
|
2019-07-24 21:54:26 -04:00 |
|
Yotam Mann
|
14cd707855
|
can use an object as a value
no longer gets copied over
|
2019-07-24 21:53:56 -04:00 |
|
Yotam Mann
|
7c4196a589
|
converting Sequence to ts
|
2019-07-24 21:53:35 -04:00 |
|
Yotam Mann
|
ba77fa509e
|
changing removeAll -> clear
|
2019-07-24 20:02:56 -04:00 |
|
Yotam Mann
|
e9f68103de
|
need to fix this, skipping test for now
the issue is that merge creates a new object
|
2019-07-23 15:18:23 -04:00 |
|
Yotam Mann
|
659e5e62ea
|
converting Part to ts
|
2019-07-23 15:17:45 -04:00 |
|
Yotam Mann
|
9306e5188c
|
adding additional option to StateTimeline.add
enables more strict typing of returned object
|
2019-07-23 13:43:11 -04:00 |
|
Yotam Mann
|
f6f2e78574
|
convert Event to typescript
|
2019-07-23 13:15:04 -04:00 |
|