1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-13 17:06:54 +00:00
Commit Graph

307 Commits

Author SHA1 Message Date
kepler155c@gmail.com
2fd2b552fc cleanup + app changes 2019-01-17 23:33:19 -05:00
kepler155c@gmail.com
644fd0352f rework turtle policies 2019-01-17 13:31:05 -05:00
kepler155c@gmail.com
eabfde64e9 safe digging 2019-01-13 13:24:37 -05:00
kepler155c@gmail.com
9edb4e7d5b fix package preload (for cloud-catcher) 2019-01-12 19:51:56 -05:00
kepler155c@gmail.com
cb5f690cf4 add git api key support 2019-01-12 10:17:56 -05:00
kepler155c@gmail.com
25031bfdc2 ui grid header sizing 2019-01-11 16:04:31 -05:00
kepler155c@gmail.com
712ffdb97c package manager ui update 2019-01-11 10:01:06 -05:00
kepler155c@gmail.com
7c26258f88 kiosk mode 2019-01-10 02:27:02 -05:00
kepler155c@gmail.com
3cc368f33a kiosk mode 2019-01-10 02:22:06 -05:00
kepler155c@gmail.com
f0a65d87ce kiosk mode 2019-01-09 08:50:42 -05:00
kepler155c@gmail.com
4977ea94d7 package manager 2019-01-09 06:59:19 -05:00
kepler155c@gmail.com
4387264960 package manager updates 2019-01-08 11:38:19 -05:00
kepler155c@gmail.com
b761b3429a dont require heading for point.closest 2019-01-08 04:40:58 -05:00
kepler155c@gmail.com
f5294d4fce better options icon 2019-01-05 10:35:25 -05:00
kepler155c@gmail.com
5ae6434d62 fix ui setTab 2019-01-03 12:54:14 -05:00
kepler155c@gmail.com
aef22987fa stereo sound! 2019-01-02 23:56:01 -05:00
kepler155c@gmail.com
02b12d87dc multi-device input support in UI 2019-01-02 10:33:47 -05:00
kepler155c@gmail.com
0e921edaf5 add util.any 2019-01-02 03:04:24 -05:00
kepler155c@gmail.com
6ef23908de UI page not calling disable on window 2019-01-01 07:29:44 -05:00
kepler155c@gmail.com
c95c22ff4d inactivate tabs 2018-12-31 11:35:13 -05:00
kepler155c@gmail.com
da20397b22 file associations 2018-12-30 13:54:09 -05:00
kepler155c
6143671dfb
Update README.md 2018-12-30 13:53:39 -05:00
kepler155c@gmail.com
49849ecfea file associations 2018-12-30 09:50:02 -05:00
kepler155c@gmail.com
852bf3f6a6 require order issue 2018-12-30 06:50:59 -05:00
kepler155c@gmail.com
f19d439314 upgrade shell config file 2018-12-30 06:15:16 -05:00
kepler155c@gmail.com
09f436a3c2 more help 2018-12-30 00:07:29 -05:00
kepler155c@gmail.com
89e47f8b93 file associations 2018-12-29 22:33:58 -05:00
kepler155c@gmail.com
44d2d13e40 env cleanup 2018-12-27 03:08:11 -05:00
kepler155c@gmail.com
e3a8e4e790 env cleanup 2018-12-27 03:05:12 -05:00
kepler155c@gmail.com
8cfeaad061 turtle.unequip + justified headings bug 2018-12-27 00:45:03 -05:00
kepler155c@gmail.com
0b326589c2 reorg app db 2018-12-26 04:01:40 -05:00
kepler155c@gmail.com
6343589183 javascript style table functions 2018-12-23 19:49:28 -05:00
kepler155c@gmail.com
1264b0149b require overhaul part 2 2018-12-23 17:32:06 -05:00
kepler155c@gmail.com
26564cbcc1 custom help files + redo System UI 2018-12-22 22:11:16 -05:00
kepler155c@gmail.com
3de03bef22 manipulator device :( 2018-12-21 20:58:41 -05:00
kepler155c@gmail.com
e14a71ab6a Pointt.iterateClosest 2018-12-21 19:47:39 -05:00
kepler155c@gmail.com
5d38c307b3 disable red server 2018-12-20 19:28:26 -05:00
kepler155c@gmail.com
7d64b0c6db update shell with require 2018-12-16 22:17:19 -05:00
kepler155c@gmail.com
0aa0841b76 better turtle.condense 2018-12-16 02:44:01 -05:00
kepler155c@gmail.com
bd5cba8656 better turtle.condense 2018-12-16 02:28:16 -05:00
kepler155c@gmail.com
abec4a9740 dynamic overview shortcuts 2018-12-10 10:33:56 -05:00
kepler155c
a6c8ecccd4
Merge pull request #5 from sorucoder/develop-1.8
Removed util.random, added util.randomFloat
2018-12-09 15:43:26 -05:00
sorucoder
eb8b823674 Fixed util.signum 2018-12-09 14:52:52 -05:00
sorucoder
2e94b61dff Fixed util.randomFloat
Fixed if both max or min is nil, it returns a number between 0 and 1
2018-12-09 01:04:24 -05:00
sorucoder
30640fd415 Fixed util.randomFloat
Fixed if max is nil, that it behaves like math.random()
2018-12-09 01:01:20 -05:00
sorucoder
3f3a2deaa8 Removed util.random, added util.randomFloat
Removed util.random as it is a duplicate of math.random. Added util.randomFloat, which returns a random floating point number.
2018-12-09 00:58:05 -05:00
kepler155c
68217cfd52
Merge pull request #4 from sorucoder/develop-1.8
Added util.signum, util.clamp, and fixed util.round
2018-12-09 00:40:15 -05:00
sorucoder
3c9f03477a Added util.signum, util.clamp, and fixed util.round
Added commonly used math operations. Fixed bug where util.round(-0.5) returns 0.
2018-12-09 00:37:23 -05:00
kepler155c@gmail.com
70a98e33d7 switch branch to develop-1.8 2018-12-08 14:10:46 -05:00
kepler155c@gmail.com
bc4f6cdb95 merge from master-1.8 2018-12-08 14:09:38 -05:00