Commit Graph

329 Commits

Author SHA1 Message Date
4836cae3fa
added speaker peripheral 2024-04-09 20:07:36 +02:00
3484503ba1
added NameSystem 2024-03-21 00:03:15 +01:00
1efa8fa212
renamed to nameserver in kernel settings 2024-03-21 00:02:57 +01:00
9541b653b5
fixed ServiceManager not loading kvstore 2024-03-21 00:01:37 +01:00
4ab3d868c1
interface name consistency 2024-03-13 10:39:22 +01:00
2ab5a38894
removed SRSC 2024-03-13 10:27:31 +01:00
e3875f76f6
removed hello world examples 2024-03-12 21:48:10 +01:00
fdcb81b565
removed export system 2024-03-12 21:47:49 +01:00
fe85c33d64
remade RPC system 2024-03-12 21:44:08 +01:00
1d9e08641e
added defrag to turtle command 2024-01-29 01:25:15 +01:00
638d1acbe0
TurtleSlot is now guaranteed to be in range 2024-01-29 01:24:49 +01:00
815ccdaab9
added equipTool to InvManager 2024-01-29 01:05:40 +01:00
c0741c48aa
fixed null for args in process handle 2024-01-29 00:46:51 +01:00
e2ab296e79
added terminal args for runnig command on start 2024-01-29 00:10:21 +01:00
64f4304626
fixed invManager wrong invState update
thanks chatGPT
2024-01-29 00:08:13 +01:00
8cd105b84c
start termianl if not advanced computer 2024-01-28 16:46:57 +01:00
ce0e89f5b3
improved turtle defrag 2024-01-28 16:13:09 +01:00
c9e0ceef32
fixed turtle defrag 2024-01-28 15:46:37 +01:00
6170fdd0d3
added turtle defrag 2024-01-28 15:40:28 +01:00
3fce8d515a
added InvManager.hx 2024-01-26 21:24:43 +01:00
fe88e065ab
minor turtle improvements 2024-01-26 21:23:56 +01:00
f109305f48
added bin info to other bins 2024-01-22 23:36:00 +01:00
295d284bc1
ALL NEW improved Binstore
also automaticly inlcude everything in src/bin
2024-01-22 03:34:19 +01:00
92deb7177f
added ui events to LayerdRootElement 2024-01-21 20:50:08 +01:00
3e09bcfad2
also stop turtle main loop on exit 2024-01-21 20:20:59 +01:00
762f72c160
added LayerdRootElement 2024-01-21 16:32:55 +01:00
1d2a43155a
added mirror function to structure 2023-11-19 01:43:58 +01:00
9bb6b8bf2b
newline support for TextElement 2023-11-16 02:29:41 +01:00
7f8c0d154c
added rotate to structure 2023-11-16 01:38:40 +01:00
f9c10cfc0b
improved turtle Printer 2023-11-15 20:39:08 +01:00
be89ca12bd
added rotate to Layer 2023-11-15 20:38:26 +01:00
ca79714e8d
added textRepresentation to Layer 2023-11-15 20:35:23 +01:00
e0d4844890
fixes terminal newline handling 2023-11-15 17:42:22 +01:00
12eb9d05de
added Structure Printer helper 2023-11-15 01:05:05 +01:00
e593fc52c4 added promise support for RPC macro 2023-08-10 21:52:02 +02:00
0cac0053e3 fixed native cc call to getMethods 2023-08-06 22:04:44 +02:00
a568c9cdd8 added example excavate app 2023-08-05 11:42:38 +02:00
44772557ba fixed INS when no GPS fix 2023-08-05 11:42:15 +02:00
0540cc465a added example turtle program 2023-08-03 18:01:12 +02:00
21387cd8e7 you can stop the turtle thread now 2023-08-02 17:14:54 +02:00
a46760e587 added seperate turtle thread 2023-08-02 16:32:52 +02:00
c83f457968 clipAppBase run final 2023-08-02 16:31:40 +02:00
b8f5ffb93a made Turtle a static class 2023-08-01 13:19:01 +02:00
4b8bc87db9 added printArgs debug function 2023-08-01 13:15:56 +02:00
0c7280a2f5 fixed turtle output text 2023-07-31 16:42:17 +02:00
98b8465436 isTurtle check 2023-07-31 16:40:11 +02:00
016063e3be formatting 2023-07-30 23:34:43 +02:00
0fc2d4d397 made SRSC a rpc thing 2023-07-30 23:34:35 +02:00
db50a93512 improved RPC macro 2023-07-30 23:18:51 +02:00
f3a13e4247 rpc now can handle args 2023-07-30 19:02:59 +02:00
91972107eb BIG FORMATING COMMIT 2023-07-30 15:55:22 +02:00
088fce0aaa made ServiceManager a static class 2023-07-30 15:48:22 +02:00
3b3c69ee56 made GPS and INS a static class 2023-07-30 15:45:30 +02:00
5a9d463192 made GPS a static class 2023-07-30 15:42:02 +02:00
97c906e013 made Net a static class 2023-07-30 15:38:46 +02:00
505d318ffb made Routing a static class 2023-07-30 15:35:43 +02:00
89f209130e made BinStore a static class 2023-07-27 20:45:37 +02:00
74d0232160 made WindowManager a static class 2023-07-27 20:41:23 +02:00
9deea0ee98 made peripherals a static class 2023-07-27 20:38:23 +02:00
a93ee1cddf made Log static class 2023-07-27 20:35:36 +02:00
e1e0180502 changed kernel events to static class 2023-07-27 20:30:39 +02:00
1a523cb3ce added startup file 2023-07-27 20:15:41 +02:00
dfaabea00d added styles to TextElement 2023-07-11 13:17:33 +02:00
8683eaf17a added very simple GPS GUI 2023-07-10 23:29:22 +02:00
5fa6c3ecbf added RPC macro 2023-07-10 22:56:07 +02:00
10a061c41b automatic add Process to DCEHack 2023-07-09 15:29:26 +02:00
c390519393 some ui stuff 2023-07-08 14:01:38 +02:00
4f881117cf added macro to export perph 2023-07-08 12:51:08 +02:00
63e279f879 added BigReactor Perph 2023-06-30 23:02:52 +02:00
f68ae00098 dynamic app selection on home context 2023-06-30 19:06:46 +02:00
2937de86d6 select output on home context 2023-06-30 18:42:23 +02:00
788c839937 made a func public 2023-06-30 18:42:06 +02:00
90e76c8cd9 clear screen on shutdown 2023-06-30 18:15:02 +02:00
d2873d6353 added list for srsc 2023-06-30 16:19:00 +02:00
07ad65d5cf added ID bin 2023-06-26 20:16:31 +02:00
3a2613d916 improved terminal with history 2023-06-26 20:04:26 +02:00
dbd8038851 removed unused import 2023-06-26 20:04:00 +02:00
7bfe594b4b improved exporter 2023-06-26 19:06:24 +02:00
4dcc060e9a added type to IPerph 2023-06-26 19:05:48 +02:00
f124525d2d added computer perph 2023-06-26 19:05:10 +02:00
7b55241e00 fixed Synopsys in srv 2023-06-25 21:21:33 +02:00
b60c9774e1 fixed missing Synopsys in Redstone 2023-06-25 21:21:15 +02:00
7861135c05 fixed missing synopsis in Drive 2023-06-25 21:20:52 +02:00
909aac941c added export to Redstone 2023-06-25 19:06:48 +02:00
e686afb298 implmented basic ressource exporting 2023-06-25 19:05:57 +02:00
7996dd062d changed synaopsis to srv 2023-06-25 19:02:45 +02:00
9d6979c8e8 added a type to Package and added GenericPackage
This forces you to use cast to if you want to force the package to have
a specific type
2023-06-07 23:42:23 +02:00
7c7529ae39 use new kernel settings 2023-06-07 21:29:29 +02:00
6fcbcfce8d added kernel settings 2023-06-07 21:29:10 +02:00
86793bfdc1 terminal kill runnig apps 2023-06-07 20:10:51 +02:00
644ebe1c05 improved HelloWord service 2023-06-07 20:09:54 +02:00
7aa5698486 improved Processhandle 2023-06-07 20:09:34 +02:00
9a9041bd98 killing non existing process does not throw error 2023-06-07 20:07:37 +02:00
f92d777ee1 added EndOfLoop 2023-06-07 20:07:03 +02:00
f85ff77728 added energyStorage perf 2023-06-07 15:15:50 +02:00
13fe7fbab1 added Perf bin 2023-06-04 21:47:26 +02:00
d0c01800a6 added inspect to perf 2023-06-04 21:29:02 +02:00
fd2b53167e big Peripheal refactor 2023-06-04 20:52:24 +02:00
2051f486d4 get local services 2023-06-04 16:36:29 +02:00
f8b226bae5 added SRSC 2023-06-04 16:28:26 +02:00