Commit Graph

35 Commits

Author SHA1 Message Date
Edwin Jakobs
c1d6f698ec Add Vector2/Vector3/Vector4 parameters and controls 2020-03-26 21:43:46 +01:00
Edwin Jakobs
5a349da9b7 Replace .subscribe with .listen 2020-03-26 20:19:42 +01:00
Edwin Jakobs
ebda93dc8d Fix what 'code clean-up' broke 2020-03-26 19:37:50 +01:00
Edwin Jakobs
d88f258f9c Add sequence editor control and DoubleListParameter 2020-03-26 19:36:14 +01:00
Edwin Jakobs
0eab156b7c Move Panel into orx-panel 2020-03-26 12:01:58 +01:00
Edwin Jakobs
686583b7b5 Add invertY to annotation, remove keyboardIncrement, rename showAngle to showVector, reorder min-max arguments 2020-03-20 00:10:11 +01:00
Edwin Jakobs
963038d74e Add XYParameter annotation 2020-03-19 23:50:12 +01:00
Rein van der Woerd
a93ad5b4c5 Renamed vector2 to planarPad 2020-03-17 22:26:23 +01:00
Rein van der Woerd
cba59e6a89 Vector control in GUI
Also using snapshot of panel
2020-03-14 16:17:45 +01:00
Rein van der Woerd
1d31ac5a3f Added a stronger randomize() to the GUI when holding Shift...
With different styling to indicate that the effect will be greater...
2020-03-04 22:15:32 +01:00
Edwin Jakobs
5b23e1898c Fix bias in integer randomization 2020-02-27 22:27:50 +01:00
Edwin Jakobs
c55f32915d Fix gradle files to be future proof 2020-02-26 19:31:46 +01:00
Edwin Jakobs
81ce0ad9b2 Change loadParameters, saveParameters to be public, add label to addTo 2020-02-16 23:08:18 +01:00
Edwin Jakobs
c2791fb851 Fix fragmentTransform of linearGradient 2020-02-14 14:32:14 +01:00
Edwin Jakobs
f446aab9e8 Fix retaining of Boolean values in orx-gui 2020-02-14 00:13:50 +01:00
Edwin Jakobs
44b27c5d06 Update readme for orx-gui 2020-02-13 18:30:31 +01:00
Edwin Jakobs
b9fe0b695f Improve randomization of orx-gui 2020-02-13 17:19:59 +01:00
Edwin Jakobs
99e951b511 Fix bug in orx-gui serialization 2020-02-13 15:13:46 +01:00
Edwin Jakobs
13872fb601 Add a <T:Any>.addTo(GUI) extension method to ease adding items to the sidebar 2020-02-12 18:35:31 +01:00
Edwin Jakobs
de2103bd0c Replace slider for Boolean parameters with a toggle 2020-02-12 18:24:13 +01:00
Edwin Jakobs
88d321f677 Fix for default slider values not being emitted on load 2020-02-11 11:45:04 +01:00
Edwin Jakobs
33f038ab88 Add ctrl-click to open compartment and collapse all others 2020-02-11 00:00:45 +01:00
Edwin Jakobs
a6d4e38fb9 Add tracking of orx-gui sidebar hide, collapse and scroll state 2020-02-08 20:17:33 +01:00
Edwin Jakobs
7785103510 Fix incorrect assumptions in getPersistedOrDefault() in orx-gui 2020-02-08 18:22:17 +01:00
Edwin Jakobs
8dd4f92366 Add randomization, saving and loading of parameters in orx-gui 2020-02-06 23:38:48 +01:00
Edwin Jakobs
5111bd6fb8 Add inter-evaluation persistence for orx-gui 2020-02-06 00:07:33 +01:00
Edwin Jakobs
2af3b89d36 Add persistent collapse states in orx-gui 2020-02-04 16:19:21 +01:00
Edwin Jakobs
84d60b4a51 Add option to override labels in orx-gui 2020-02-04 14:56:20 +01:00
Edwin Jakobs
4a819ed5bb Add collapsible panels to orx-gui 2020-02-04 13:54:29 +01:00
Edwin Jakobs
2738b2f287 Rework and fix for orx-parameter/orx-gui ButtonParameter (now ActionParameter) 2020-02-04 12:24:18 +01:00
Edwin Jakobs
d9e28fc886 Add ui generator for ColorParameter 2020-02-02 23:01:23 +01:00
Edwin Jakobs
2a118f6146 Add GUI generator TextParameter annotations 2020-02-02 21:36:35 +01:00
Edwin Jakobs
44f93decdb Add README.md for orx-gui 2020-02-02 14:11:20 +01:00
Edwin Jakobs
396f859d6a Fix for IntParameters in orx-gui 2020-02-02 11:12:44 +01:00
Edwin Jakobs
df65502cbe Add orx-gui
Includes changes to orx-parameters to make it work
2020-02-02 01:09:44 +01:00