server
|
189552ac65
|
Working on custom prioritySchemes
|
2023-05-03 23:09:37 -04:00 |
|
server
|
42149ffab2
|
Working on priority management
|
2023-04-30 23:53:54 -04:00 |
|
server
|
03dbe1ee5b
|
Working on new priority scheme
|
2023-04-30 01:06:20 -04:00 |
|
server
|
8cf047d713
|
removed extra __cores in lanes/pseudo
|
2023-04-29 13:47:25 -04:00 |
|
server
|
9e1d31fc2a
|
Modified tests to make it more seamless
|
2023-04-25 22:32:24 -04:00 |
|
server
|
0e6c30b478
|
Updated files for testing
|
2023-04-25 22:05:32 -04:00 |
|
server
|
d8218f0bf7
|
All tests working
|
2023-04-25 21:57:25 -04:00 |
|
server
|
45b51c15c7
|
Fixed love2d to succeed with tests
|
2023-04-25 21:31:36 -04:00 |
|
server
|
61b5ea9d14
|
Added test cases for threading, fixed issues. Todo test love2d
|
2023-04-25 00:13:47 -04:00 |
|
server
|
d2cfdfa8e8
|
Writing tests for system threading
|
2023-04-24 00:15:35 -04:00 |
|
server
|
8e6d174f20
|
Plan on testing parity between the threading modules
|
2023-04-20 23:23:51 -04:00 |
|
server
|
c65b850529
|
Updated changes.md
|
2023-04-04 23:07:39 -04:00 |
|
server
|
a105d8a575
|
removed test
|
2023-01-22 23:04:09 -05:00 |
|
server
|
7da192e8dc
|
Fixed some issues with threads
|
2023-01-21 13:18:44 -05:00 |
|
server
|
ef9267d8fc
|
Fixed broken threads for love
|
2023-01-20 00:11:55 -05:00 |
|
server
|
0994ee2d2a
|
Working on issue where threads created in threads don't work
|
2023-01-19 00:16:32 -05:00 |
|
server
|
22f1375380
|
Working on issue with love threaded functions not waiting when in a thread
|
2023-01-18 15:42:38 -05:00 |
|
server
|
6ed5555706
|
Fixed issue with double thread activations (Looking for another solution)
|
2023-01-17 23:45:26 -05:00 |
|
server
|
a7a902acd6
|
Updated connections
|
2023-01-15 13:28:45 -05:00 |
|
server
|
3776fdff9d
|
Connections can be % with functions
|
2023-01-11 22:53:03 -05:00 |
|
server
|
7114b87bdd
|
Testing types
|
2023-01-10 00:07:12 -05:00 |
|
server
|
0bccc0dd87
|
Concat conns now properly transfer events
|
2023-01-07 09:57:31 -05:00 |
|
server
|
cf980951a4
|
Updated version
|
2023-01-07 01:35:32 -05:00 |
|
server
|
a81e55f41c
|
Updated readme
|
2023-01-07 01:34:41 -05:00 |
|
server
|
5cf3947b15
|
Updated files
|
2023-01-07 01:32:22 -05:00 |
|
server
|
298529edc2
|
Merge branch 'master' into v16.0.0
|
2023-01-07 01:26:29 -05:00 |
|
server
|
1639de5d0f
|
Update README.md
|
2023-01-04 19:50:13 -05:00 |
|
server
|
59462df9a6
|
Merge pull request #52 from rayaman/15.3.1
15.3.1
|
2023-01-04 10:36:39 -05:00 |
|
server
|
72733394ac
|
Fixed connections *
|
2023-01-04 10:33:36 -05:00 |
|
server
|
dc9cee5a3e
|
Fixing connection * issue
|
2023-01-04 10:28:02 -05:00 |
|
server
|
5137bb9483
|
Fixed spelling, started ideaing for 16.0.0
|
2022-12-31 17:06:04 -05:00 |
|
server
|
71ab702a75
|
Updated progress
|
2022-12-31 02:23:12 -05:00 |
|
server
|
1bb7410210
|
Merge pull request #51 from rayaman/v15.3.0
V15.3.0
|
2022-12-31 02:22:22 -05:00 |
|
server
|
ec5bf74009
|
Fixed love2d STCs! Actually before new years :P
|
2022-12-31 02:21:01 -05:00 |
|
server
|
7ea6873c1f
|
Fixed issue where fastmode connections wouldn't properly be removed
|
2022-12-30 15:22:37 -05:00 |
|
server
|
8c3d66a7b1
|
Added Unconnect to connections. Allows fastmode connections to be removed
|
2022-12-25 21:14:34 -05:00 |
|
server
|
f5e95b8c9f
|
Removed print statement
|
2022-12-20 15:11:00 -05:00 |
|
server
|
2f11a80a28
|
Fixed > 1 which prevented tasks from being processed if only on task was in queue
|
2022-12-20 14:35:13 -05:00 |
|
server
|
8b6b56164a
|
Merge branch 'v15.3.0' of https://github.com/rayaman/multi into v15.3.0
|
2022-12-10 22:48:29 -05:00 |
|
server
|
bbc83acc0f
|
Modified changes
|
2022-12-10 22:48:26 -05:00 |
|
server
|
35a86a6cda
|
Fixed code hanging due to thread.chain not processing varargs properly
|
2022-11-20 13:19:52 -05:00 |
|
server
|
019855d81f
|
Fixed #args when args was a number
|
2022-11-20 12:31:37 -05:00 |
|
server
|
2a47de9fd8
|
Added thread.chain(...)
|
2022-11-20 12:17:55 -05:00 |
|
server
|
0d3de6e31d
|
Fixed multiplying connections together
|
2022-11-07 10:01:22 -05:00 |
|
server
|
d6d4934a7e
|
Tests failing with connections * connections, not counting triggers properly
|
2022-11-06 01:00:04 -04:00 |
|
server
|
6369450d2f
|
Merge branch 'v15.3.0' of https://github.com/rayaman/multi into v15.3.0
|
2022-11-05 23:20:47 -04:00 |
|
server
|
a90b1d09b1
|
testing
|
2022-11-05 23:20:44 -04:00 |
|
server
|
92090f0a0a
|
Merge branch 'v15.3.0' of https://github.com/rayaman/multi into v15.3.0
|
2022-11-05 23:19:36 -04:00 |
|
server
|
5cfd155241
|
Updated rockspec
|
2022-11-05 23:19:20 -04:00 |
|
server
|
0b2b2f9613
|
Merge pull request #49 from rayaman/testing_restruct
Restructure to allow submodules
|
2022-11-05 23:16:17 -04:00 |
|
server
|
a5b59ee601
|
testing
|
2022-11-05 22:21:19 -04:00 |
|
server
|
f240588edd
|
Added changes to changelog
|
2022-10-31 00:09:18 -04:00 |
|
server
|
6abfb9c3d9
|
Fixed issue with opt_finding thread.hold
|
2022-10-30 23:54:56 -04:00 |
|
server
|
e5ac4d3d9e
|
Testing new optimization features
|
2022-10-24 23:24:24 -04:00 |
|
server
|
7353fde799
|
Working on some nice features
|
2022-10-06 18:36:45 -04:00 |
|
server
|
4c088b9080
|
Working on new features
|
2022-09-29 23:10:39 -04:00 |
|
server
|
b727fb15b5
|
Reverted changes with code structure
|
2022-09-29 12:29:05 -04:00 |
|
server
|
57b4871a85
|
added missing files
|
2022-09-29 12:14:38 -04:00 |
|
server
|
3ae2acbd78
|
how did pseudothreading go away
|
2022-09-29 12:13:33 -04:00 |
|
server
|
df429b617e
|
Changed the structure of the code
|
2022-09-29 12:12:24 -04:00 |
|
server
|
0d3a7b9393
|
Fixed some buges with love2d support
|
2022-09-29 11:57:37 -04:00 |
|
server
|
6de93c10af
|
Fixed issue where the Connection Host wouldn't trigger itself when a non host calls Fire
|
2022-09-22 23:06:45 -04:00 |
|
server
|
a14cbb45d3
|
working on STC
|
2022-09-22 10:29:11 -04:00 |
|
server
|
827d3d8c45
|
Merge pull request #48 from rayaman/15.3.0-SystemThreadedConnections
15.3.0 system threaded connections
|
2022-09-22 10:28:12 -04:00 |
|
server
|
7bbb217018
|
Working with lanes, todo implement for love2d and test. 'Should work' the way it is with love2d
|
2022-09-21 23:16:38 -04:00 |
|
server
|
62e05788d2
|
Working on STC
|
2022-09-21 00:06:48 -04:00 |
|
server
|
772095431f
|
Some changes to extensions, working on STC
|
2022-09-20 16:52:51 -04:00 |
|
server
|
bb7fab0857
|
working on systemthreadedconnections
|
2022-09-18 13:56:00 -04:00 |
|
server
|
1546076c80
|
Protection is handled by Fire Funcction
|
2022-09-18 12:22:34 -04:00 |
|
server
|
8f3eb6d9a3
|
Fixed changelog order
|
2022-09-18 09:36:47 -04:00 |
|
server
|
ccc4a15121
|
merge comflict
|
2022-09-18 09:35:41 -04:00 |
|
server
|
9050e65d93
|
Back and making progress
|
2022-09-18 09:33:13 -04:00 |
|
server
|
8f7183f998
|
Merge branch 'master' into 15.3.0-SystemThreadedConnections
|
2022-06-11 23:46:35 -04:00 |
|
server
|
3d07e774a0
|
Merge pull request #34 from rayaman/network_parallelism_test_branch
Network parallelism
|
2022-06-11 23:44:59 -04:00 |
|
server
|
99ba411781
|
Merge branch 'master' into network_parallelism_test_branch
|
2022-06-11 23:44:11 -04:00 |
|
server
|
23eaf42cad
|
Merge branch 'v15.3.0' into 15.3.0-SystemThreadedConnections
|
2022-06-11 23:42:07 -04:00 |
|
server
|
5bca4e3383
|
Merge pull request #46 from rayaman/v15.3.0
V15.3.0
|
2022-06-11 23:41:07 -04:00 |
|
server
|
bf2f495812
|
Merge pull request #45 from rayaman/15.2.1
15.2.1
|
2022-06-06 19:29:40 -04:00 |
|
server
|
beddecc742
|
Merge pull request #44 from rayaman/master
Added rockspec and modified version number
|
2022-06-06 19:29:09 -04:00 |
|
server
|
86f31bbe52
|
Update README.md
|
2022-06-06 19:28:06 -04:00 |
|
server
|
d8f3db6972
|
Merge pull request #43 from rayaman/master
Merge pull request #42 from rayaman/15.2.1
|
2022-06-06 19:27:29 -04:00 |
|
server
|
e14fa83681
|
Merge pull request #42 from rayaman/15.2.1
15.2.1
|
2022-06-06 19:24:35 -04:00 |
|
server
|
7b70838567
|
Planning stuff
|
2022-04-23 21:07:56 -04:00 |
|
server
|
fcc0717115
|
Update README.md
|
2022-04-19 18:46:38 -04:00 |
|
server
|
47d8ac30c4
|
Merge pull request #33 from rayaman/v15.2.0
V15.2.0
|
2022-04-19 18:45:52 -04:00 |
|
server
|
3646a1a074
|
Syntax changes
|
2022-04-19 18:45:14 -04:00 |
|
server
|
b0ab40d410
|
Fixed some bugs, a little more testing needed
|
2022-04-19 18:39:30 -04:00 |
|
server
|
440995b1c8
|
Cleaned up rockspec file
|
2022-04-18 22:56:55 -04:00 |
|
server
|
8da4c4c1de
|
made lanes optional(Removed it from the dependency list)
|
2022-04-18 22:51:38 -04:00 |
|
server
|
2cc2a57a46
|
Fixed system threads calling OnDeath incorrectly, finished full update showcase
|
2022-04-18 22:44:08 -04:00 |
|
server
|
6527dc1aaa
|
Fixed test script to not use globally installed version and the dev version
|
2022-04-18 21:25:36 -04:00 |
|
server
|
bd49805c25
|
testing...
|
2022-04-18 21:04:44 -04:00 |
|
server
|
40dd293bf8
|
Fixed issue with pesudo threading not working properly
|
2022-04-18 21:03:14 -04:00 |
|
server
|
568c95fa73
|
Issue with love2d system threaded functions pushstatus fixed
|
2022-04-16 00:02:54 -04:00 |
|
server
|
d30ee3788e
|
THREAD.pushStatus for lanes works, todo love
|
2022-04-11 23:48:45 -04:00 |
|
server
|
79f58a79f9
|
Love2d newFunction working
|
2022-04-10 20:00:20 -04:00 |
|
server
|
d8aeefd202
|
Working on love2d threaded functions
|
2022-04-02 23:06:06 -04:00 |
|
server
|
c0fb94ddbb
|
Fixed and documented the newProcessor changes. Rockspec fix
|
2022-04-02 00:22:34 -04:00 |
|
server
|
e8a3cd731d
|
Added ST to THD namespace, old way still works
|
2022-04-02 00:07:06 -04:00 |
|
server
|
03ffb6bc0a
|
Removed locking
|
2022-02-25 14:36:21 -05:00 |
|