Commit Graph

2458 Commits

Author SHA1 Message Date
Becky Gilbert
13c39d29f6 fix typo 2021-02-03 11:17:18 -08:00
Becky Gilbert
bce6c030a7 minor edit to console.warn messages 2021-02-03 09:52:24 -08:00
Becky Gilbert
94bfef73ab use lower case letters in prompts and param values, fix image sizing/preloading 2021-02-02 18:13:23 -08:00
Becky Gilbert
b2fc3a0a77 switch example files to string-based keys #396 2021-02-02 17:07:36 -08:00
Becky Gilbert
1f16ed1ee6 remove keyCode-related functions from pluginAPI docs #396 2021-02-02 16:15:23 -08:00
Becky Gilbert
72af0b870f add console.warn to pluginAPI keyCode functions 2021-02-02 16:10:45 -08:00
Becky Gilbert
bc585ee64a fix minor errors in plugin/parameter descriptions 2021-02-02 15:02:26 -08:00
Becky Gilbert
41bc9d725e switch to only using strings for keyboard keys, change keyboard key parameter types/defaults, remove compareKeys fn #396 2021-02-02 15:01:38 -08:00
Becky Gilbert
9ea3c6517a change KEYCODE parameter type to KEY #396 2021-02-02 12:30:15 -08:00
Becky Gilbert
bc14216254 change all numeric key codes to key strings in docs #396 2021-02-02 12:25:11 -08:00
GEJ1
e2244eecb6 Documentation: screen resize and distance are optional 2021-02-02 15:18:09 -03:00
GEJ1
c9b95d377a Documents: deg data and resize functionalities 2021-02-02 13:03:04 -03:00
GEJ1
69b86ee328 documentation: the last commit was incomplete 2021-02-02 11:45:50 -03:00
GEJ1
637f654961 Documentation completed. Also I added description in some parameters. 2021-02-02 11:26:39 -03:00
Becky Gilbert
662b6c0d2e fix duration param typo 2021-02-01 18:08:44 -08:00
Becky Gilbert
fd097e996d switch from keyCodes to key strings, fix param description errors and typos 2021-02-01 17:48:52 -08:00
Becky Gilbert
8dadd0d8e5 function name typo 2021-02-01 14:15:24 -08:00
Peter J. Kohler
b038c66370 forgot to add try ... catch back into the code 2021-01-31 18:03:18 -05:00
Peter J. Kohler
2c5a45e90d fixed mouse-based scaling 2021-01-31 18:01:44 -05:00
GEJ1
35881c1e9a little change in prompts in order to have language consistency 2021-01-30 13:04:22 -03:00
Becky Gilbert
56abce0a2f revert webgazer commits #396 2021-01-29 17:42:16 -08:00
Becky Gilbert
665b0ce9fa finish adding/fixing tests #1351 2021-01-29 16:22:50 -08:00
Peter J. Kohler
24f185d3b0 button prompts added 2021-01-29 17:30:54 -05:00
Josh de Leeuw
7c14e31126 fix nested timeline test #1351 2021-01-29 17:30:47 -05:00
Becky Gilbert
bc39856bec add preload tests (not finished yet), nested timeline test fails #1351 2021-01-29 09:48:38 -08:00
Peter J. Kohler
000d64b9f6 removed unnecessary functions 2021-01-28 21:35:27 -05:00
Peter J. Kohler
9f7df71ae1 deleted one of the no longer useful functions 2021-01-28 21:27:31 -05:00
Peter J. Kohler
e4d7a7c46c removing commented out older code 2021-01-28 20:25:21 -05:00
Peter J. Kohler
1555a9e718 blindspot measurement optional 2021-01-28 20:23:16 -05:00
Becky Gilbert
87cde65fce add cancelPreloads calls, fix logic, load all media types regardless of loading failures #1351 2021-01-28 16:10:39 -08:00
Becky Gilbert
12bdd82b91 store preload requests and add pluginAPI.cancelPreloads function, fix 404 error logging for webaudio and video #1351 2021-01-28 16:06:53 -08:00
Becky Gilbert
f9b22f040a tweak preload example file, add comments #1351 2021-01-28 15:58:38 -08:00
GEJ1
1f813bc9f3 documentation update and resize decision (true or false) 2021-01-28 14:56:15 -03:00
Peter J. Kohler
e1d42e6a0f resizing built-in 2021-01-27 19:41:41 -05:00
Becky Gilbert
cd5f693a78 tweak examples, add console logs in on_success on_error params #1351 2021-01-27 16:36:09 -08:00
Becky Gilbert
8279cba460 switch to file load/error callbacks, improve logic, add detailed errors, add success/error callback params, add param descriptions #1351 2021-01-27 16:33:39 -08:00
Becky Gilbert
692b3cbfa2 change preload callback functions so that they return file name and error, rather than load count #1351 2021-01-27 16:28:24 -08:00
Peter J. Kohler
a4d97ceb28 function renamed 2021-01-27 18:35:14 -05:00
Josh de Leeuw
1caecc6bf9 fixes protection of nested function params, adds test 2021-01-27 11:47:54 -05:00
Pablo Bernabeu
c55648a12e
Fixed typo in media-preloading.md
Fixed typo (`timline`) in media-preloading.md
2021-01-27 03:15:01 +00:00
Josh de Leeuw
3ff8b7c719 still just a partial solution, transfer commit 2021-01-26 22:10:53 -05:00
Josh de Leeuw
c55c82c659 partial solution, in between commit to transfer environment 2021-01-26 20:24:57 -05:00
Josh de Leeuw
e0ee7f02e2 conditional_function only runs once when repetitions > 0 2021-01-26 15:32:57 -05:00
Josh de Leeuw
d22ce24264 update expected behavior of timeline events 2021-01-26 13:52:58 -05:00
Josh de Leeuw
87b210112d add on_timeline_finish when repetition happens 2021-01-26 13:51:31 -05:00
Peter J. Kohler
99bbe3c0d1 modifications to virtual chinrest 2021-01-26 10:20:52 -05:00
Pablo Bernabeu
3e86b0a176
Update style.md
Hello,

I would like to suggest a small expansion of the *initial* explanation about CSS selectors.

No worries if not needed.

Thanks!
2021-01-24 03:19:28 +00:00
Josh de Leeuw
cedd031af1 add timing params 2021-01-22 10:31:37 -05:00
Josh de Leeuw
ad051b0e36 add new calibration pattern 2021-01-22 10:12:02 -05:00
Josh de Leeuw
9225d27f0d improving validation plugin options 2021-01-21 18:19:28 -05:00