Commit graph

27 commits

Author SHA1 Message Date
Victor Westerlund
6b18c90228 Remove promise anipattern 2022-01-21 13:07:16 +01:00
Victor Westerlund
46f3a07c85
Replace setTimeout with requestAnimationFrame (#3)
* dev21w45-a

* dev21w45-b

* Implement requestAnimationFrame

This commit replaces setTimeout with a working example of requestAnimationFrame. Some further testing will have to be done

* Add support for loop
2021-12-26 14:07:37 +01:00
Victor Westerlund
a6e51c1e48
Update README.md 2021-12-26 12:50:52 +01:00
Victor Westerlund
22eda97800
Merge pull request #2 from VictorWesterlund/feature/comlink
ES6 Proxies with Comlink
2021-11-10 14:48:14 +01:00
Victor Westerlund
9e362617e9
Update README.md 2021-11-10 12:52:43 +01:00
539690cbdd dev21w45c
Ready for review
2021-11-10 12:31:04 +01:00
675fe748e4 dev21w45b 2021-11-09 17:23:04 +01:00
86ea8cd031 dev21w45a 2021-11-08 16:38:56 +01:00
ff0ed25a3b dev21w44b 2021-11-07 13:36:26 +01:00
dd071ea8bb dev21w44a 2021-11-05 17:34:20 +01:00
4073785f93 Fix Content-Type test false negative
Some servers will append extra stuff (like encoding) to the `Content-Type` response header. This fixes that
2021-10-31 13:23:58 +01:00
b2556f1ced Added flag queue
Calls sent to setFlag before a monkey has been spawned will be queued until the next GIVE_MANIFEST event is received.

- Replaced this.monkey with let monkey
2021-10-18 13:12:04 +02:00
c713bb8755 Added ack function to class scope
Moved ack function from giveManifest to the MonkeyManager class so other functions can use it in the future.
2021-10-11 16:02:06 +02:00
f53bea079e
Update README.md
Fixed sample output (and song lyrics, very important stuff)
2021-10-11 10:40:14 +02:00
32493065fc
Fixed logo font
Replaced embedded font reference with outlines in logo
2021-10-09 17:50:54 +02:00
d1b04e406b Minor changes 2021-10-08 17:04:33 +02:00
3ab606641e Fixed task reference
And removed a console.log
2021-10-08 15:15:53 +02:00
f6e86a5892 Corrected manifest data references 2021-10-08 14:45:46 +02:00
17224b0a86 Renamed "worker" to "do"
Renaming the "worker" folder to "do" so we can add more workers without having to cram them all in one folder.
2021-10-08 13:56:10 +02:00
c275186126
Merge pull request #1 from VictorWesterlund/0.2.x
0.2.1
2021-10-07 14:11:36 +02:00
ef09a568e0
Initial README
Added the initial documentation, more will be added later (perhaps in a wiki)
2021-10-07 13:58:38 +02:00
4765f9dc17 0.2.1
- Replaced `eval()` with namespaced method calls.
- Created a class-scoped listener for incoming messages from worker
- Renamed TaskManager to MonkeyManager
2021-10-07 12:47:20 +02:00
6991138f85 0.2.0 2021-10-06 17:12:40 +02:00
19fa7ed3af 0.1.0
This commit contains the first working concept of Monkeydo.
2021-10-06 12:38:36 +02:00
b6ab338e07 dev21w40b 2021-10-05 17:24:37 +02:00
c3d584dc8f dev21w40a 2021-10-04 17:12:02 +02:00
Victor Westerlund
6cf7330acc
Initial commit 2021-10-04 13:26:38 +02:00