52 Commits

Author SHA1 Message Date
614e032aa5 Testing actions, fixing bugs with lanes 2023-07-04 13:05:07 -04:00
b2569118a2 Started work on the debugManager 2023-06-30 16:14:21 -04:00
660c10ec3b Removed extra bloat, proxies are portable now! 2023-06-25 21:46:37 -04:00
c39aa229f8 Fixed critical issue with coroutine based threads 2023-06-20 00:05:12 -04:00
c80f44c68e Debugging what is going on... 2023-06-19 00:24:07 -04:00
6fe10b22ab Testing 2023-06-17 21:33:34 -04:00
257ed03728 THREAD_NAME set for main thread, connections break the rules for proxies 2023-06-03 12:07:33 -04:00
5e2ab9af3d Added an easy way to share a table, found some limitations with lanes threading. 2023-05-31 21:51:47 -04:00
d520e0a93a Fixed some bugs 2023-05-30 23:50:36 -04:00
06c31bee85 Clean up connection events when holding, working on scheduling tasks/threads to system threaded processors 2023-05-27 23:57:58 -04:00
de9b08fa2e Proxies work with connections now :D 2023-05-24 23:17:18 -04:00
ab9e949b68 newProxy implemented 2023-05-21 09:43:44 -04:00
ea4be86ae2 newProxy and STP work 2023-05-16 23:40:14 -04:00
160c72d2f3 Working on systemthreadedprocess, and experimental newProxy for threading 2023-05-14 00:52:35 -04:00
a5add93747 Changes to threads 2023-05-07 23:03:15 -04:00
ec9f7dec61 Trying to fix exposeENV with pseudoThreading 2023-05-07 01:31:29 -04:00
cfa4c0f0b6 Fixed typo in pseudoManager 2023-05-07 00:19:34 -04:00
4fe428e572 THREAD.exposeENV(), thread:newProcessor() 2023-05-06 16:46:15 -04:00
5cc18b04ae Threaded processors 2023-05-06 03:18:00 -04:00
33202260e3 Fixed issues with missing code 2023-05-05 16:33:31 -04:00
189552ac65 Working on custom prioritySchemes 2023-05-03 23:09:37 -04:00
42149ffab2 Working on priority management 2023-04-30 23:53:54 -04:00
03dbe1ee5b Working on new priority scheme 2023-04-30 01:06:20 -04:00
7da192e8dc Fixed some issues with threads 2023-01-21 13:18:44 -05:00
ef9267d8fc Fixed broken threads for love 2023-01-20 00:11:55 -05:00
0994ee2d2a Working on issue where threads created in threads don't work 2023-01-19 00:16:32 -05:00
22f1375380 Working on issue with love threaded functions not waiting when in a thread 2023-01-18 15:42:38 -05:00
6ed5555706 Fixed issue with double thread activations (Looking for another solution) 2023-01-17 23:45:26 -05:00
a7a902acd6 Updated connections 2023-01-15 13:28:45 -05:00
3776fdff9d Connections can be % with functions 2023-01-11 22:53:03 -05:00
7114b87bdd Testing types 2023-01-10 00:07:12 -05:00
0bccc0dd87 Concat conns now properly transfer events 2023-01-07 09:57:31 -05:00
cf980951a4 Updated version 2023-01-07 01:35:32 -05:00
5cf3947b15 Updated files 2023-01-07 01:32:22 -05:00
298529edc2
Merge branch 'master' into v16.0.0 2023-01-07 01:26:29 -05:00
dc9cee5a3e Fixing connection * issue 2023-01-04 10:28:02 -05:00
5137bb9483 Fixed spelling, started ideaing for 16.0.0 2022-12-31 17:06:04 -05:00
7ea6873c1f Fixed issue where fastmode connections wouldn't properly be removed 2022-12-30 15:22:37 -05:00
8c3d66a7b1 Added Unconnect to connections. Allows fastmode connections to be removed 2022-12-25 21:14:34 -05:00
f5e95b8c9f Removed print statement 2022-12-20 15:11:00 -05:00
2f11a80a28 Fixed > 1 which prevented tasks from being processed if only on task was in queue 2022-12-20 14:35:13 -05:00
bbc83acc0f Modified changes 2022-12-10 22:48:26 -05:00
35a86a6cda Fixed code hanging due to thread.chain not processing varargs properly 2022-11-20 13:19:52 -05:00
019855d81f Fixed #args when args was a number 2022-11-20 12:31:37 -05:00
2a47de9fd8 Added thread.chain(...) 2022-11-20 12:17:55 -05:00
0d3de6e31d Fixed multiplying connections together 2022-11-07 10:01:22 -05:00
d6d4934a7e Tests failing with connections * connections, not counting triggers properly 2022-11-06 01:00:04 -04:00
a5b59ee601 testing 2022-11-05 22:21:19 -04:00
b727fb15b5 Reverted changes with code structure 2022-09-29 12:29:05 -04:00
df429b617e Changed the structure of the code 2022-09-29 12:12:24 -04:00