1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
Commit Graph

789 Commits

Author SHA1 Message Date
Alain Pitiot
0aa0f41067
Merge pull request #522 from TEParsons/main-shape-arrow
NF: Add "arrow" to named shapes in ShapeStim
2023-07-19 10:58:44 +02:00
Alain Pitiot
bf2b75f0c8
Merge pull request #559 from lightest/survey_signature_pad_resize_bug
Signature pad resize bug.
2023-07-19 10:00:33 +02:00
Alain Pitiot
e9da57194a
Merge pull request #551 from TEParsons/main-textbox-placeholder
FF: Allow TextBox to accept "placeholder" as an input
2023-07-19 09:58:25 +02:00
Alain Pitiot
1eb69ed6fb
Merge pull request #537 from lightest/xlsx_upgrade
xlsx upgrade due to a string parsing bug
2023-07-19 09:52:25 +02:00
Alain Pitiot
324fa88a7a
Merge pull request #470 from RebeccaHirst/_addLinspace
add linspace to util.js
2023-07-19 09:50:55 +02:00
lgtst
5f32881be2 removed dead code. 2023-03-24 13:23:50 +00:00
lgtst
bff887b793 src/visual 2023-03-24 13:20:34 +00:00
Alain Pitiot
e92bb527e8
Merge pull request #558 from apitiot/2023.1.1
ENH: improved super-flow survey; ENH: release of resources
2023-03-23 15:22:48 +01:00
Alain Pitiot
d9f5cfae63 ENH: improved super-flow survey; ENH: release of resources 2023-03-23 15:19:08 +01:00
Alain Pitiot
ec3283bb7b
Merge pull request #552 from apitiot/2023.1.0
ENH: Survey super-flow
2023-02-02 12:58:57 +01:00
Alain Pitiot
0c578e26d0 FF: Allow TextBox to accept placeholder as input 2023-02-02 12:56:23 +01:00
Alain Pitiot
61a2f4286a _ 2023-02-02 12:49:53 +01:00
Alain Pitiot
f87431e6af ENH: Survey super-flow 2023-02-02 12:49:26 +01:00
Todd Parsons
c2be1a04ec FF: Allow TextBox to accept "placeholder" as an input 2023-01-26 12:47:28 +00:00
Todd Parsons
da9b892ead ENH: Alias "star" and "star7" 2023-01-13 14:46:07 +00:00
Alain Pitiot
57025709ad
Merge pull request #549 from apitiot/2022.2.5
_
2023-01-05 11:38:26 +01:00
Alain Pitiot
443dd4c4e5
Merge pull request #548 from apitiot/2022.3.0
ENH Survey: better management of vendor libraries
2023-01-05 11:37:19 +01:00
Alain Pitiot
be5292480b _ 2023-01-05 11:31:26 +01:00
Alain Pitiot
be2f24f4c5 ENH Survey: better management of vendor libraries 2023-01-05 11:29:30 +01:00
tpronk
941b4425b9
Upgrade to node 15 2022-12-13 19:49:13 +00:00
tpronk
49512063a7
Upgrade to node 15 2022-12-12 16:27:36 +00:00
tpronk
4e3d11ff6c
BF: Downgrade node version to 14 2022-12-12 16:17:50 +00:00
tpronk
c4c7cd8747
Update node version to 16 2022-12-09 16:19:30 +00:00
Alain Pitiot
c20bbef448
Merge pull request #544 from lightest/hw_accel_check_improvements
added checkWebGLSupport flag check in openWindow();
2022-11-30 10:52:19 +01:00
lgtst
1f6a816fbf wgl fail if perf issues flag moved to setupPixi(); 2022-11-30 09:49:29 +00:00
lgtst
395e7fba41 added checkWebGLSupport flag check in openWindow(); 2022-11-29 13:24:02 +00:00
Alain Pitiot
1dc2617028
Merge pull request #543 from apitiot/2022.3.0
NF: conditional check for hardware accelerated WebGL support
2022-11-29 09:47:51 +01:00
Alain Pitiot
f2e630c3d1 Merge branch '2022.3.0' of github.com:apitiot/psychojs into 2022.3.0 2022-11-29 09:46:29 +01:00
Alain Pitiot
bb36bee542 NF: conditional check for hardware accelerated WebGL support in PsychoJS constructor 2022-11-29 09:45:07 +01:00
Alain Pitiot
7088ee6a1f
Merge pull request #542 from apitiot/2022.3.0
2022.3.0
2022-11-22 14:10:29 +01:00
Alain Pitiot
ac19ad0c19
Update ServerManager.js 2022-11-22 14:04:02 +01:00
Alain Pitiot
bfe046cf13 NF: detect support for WebGL 2022-11-22 13:59:58 +01:00
Alain Pitiot
da0fd77f54 NF: Pavlovia Survey 2022-11-22 10:37:20 +01:00
lgtst
2dbfc9c43c xlsx upgrade due to a string parsing bug; 2022-10-24 13:19:44 +01:00
Alain Pitiot
0e659b0856
Merge pull request #534 from lightest/wgl1_shaders_derivatives_handling
manual derivatives calculation for radial stim;
2022-10-08 09:05:03 +02:00
lgtst
0d9ca6ba14 manual derivatives calculation for radial stim; 2022-10-07 23:21:31 +01:00
Alain Pitiot
934d5c91a7
Merge pull request #533 from lightest/wgl1_shaders
webgl1 shaders for gratingStim
2022-10-07 11:07:33 +02:00
lgtst
8eee61cf4e wgl1 shaders for gratingStim; 2022-10-06 19:40:31 +01:00
Alain Pitiot
24c08055a0
Merge pull request #531 from lightest/grating_incorrect_mask_position
Proper positioning of the mask sprite for gratings.
2022-09-22 11:15:26 +02:00
Alain Pitiot
23c0ccbb6c
Merge pull request #532 from apitiot/2022.2.4
BF SoundPlayer.accept outputs false instead of undefined, which needed to be reflected in Sound.setValue
2022-09-22 11:12:26 +02:00
Alain Pitiot
e1ffc9550a BF SoundPlayer.accept outputs false instead of undefined, which needed to be reflected in Sound.setValue 2022-09-22 10:26:20 +02:00
lgtst
b89b33e294 final tweaks in the comments; 2022-09-21 14:03:49 +01:00
lgtst
25aef3d500 Fix for incorrect mask position, when grating vertices centered around (0, 0); 2022-09-20 02:01:03 +01:00
Nikita Agafonov
f483f6de1c
Merge branch 'psychopy:2022.2.4' into 2022.2.4 2022-09-15 23:08:29 +01:00
Alain Pitiot
f8a2b10e88
Merge pull request #529 from apitiot/2022.2.4
ENH Sound values can be changed without instantiating a new SoundPlayer
2022-09-15 13:35:32 +02:00
Alain Pitiot
6a0cefb5da small edits 2022-09-15 13:21:41 +02:00
Alain Pitiot
442b9a079f ENH Sound values can be changed without instantiating a new SoundPlayer 2022-09-15 10:43:42 +02:00
Alain Pitiot
858bbb067c improved survey stimulus 2022-09-12 13:20:16 +02:00
Alain Pitiot
5a77610e22
Merge pull request #525 from psychopy/2022.2.3
2022.2.3
2022-08-06 07:45:12 +02:00
Alain Pitiot
e79f0d8e1f
Merge pull request #519 from lightest/CU-25m6jrz_anchor_for_web
Unified anchor implementation for visual stims
2022-08-03 10:49:56 +02:00