Commit graph

12 commits

Author SHA1 Message Date
Dangrain
b8f48243f1
Fixes fixes fixes!!
I fixed the main issue we've been having, but I still can't receive the data by listening to port 4000 on the server. I'll try writing a simple server for It.
2025-02-13 22:00:28 +01:00
Dangrain
68e1ec5460
Poked around a bit, broke It kinda :)
I fixed some issues, but broke more :)
2025-02-13 18:09:15 +01:00
Dangrain
f206d6172d
Absolutely broke things :)
Added stuff related to sending over the required details to server.

Broken

BROKEN

YASMINA, IT'S BROKEN!!!
2025-01-27 01:00:15 +01:00
VerbenaIDK
3dac28831b shhhhhh
you saw nothing
2025-01-03 13:19:18 -03:00
VerbenaIDK
0d12403a45 fixed shit for you
dickhead
2025-01-03 13:06:41 -03:00
VerbenaIDK
2e0926ca6a Minor fix
Changed net_active to a boolean
2024-12-19 15:48:35 -03:00
VerbenaIDK
f1a452f2ed Add networking things
Simple networking things

 - Internal protocol for networking thread (code that determines what
should be done with the recieved data)
 - Networking thread (the meat of the thing)
 - Functions to kill, debug and send data to the thread
 - That's all I think

To use this:
 First start the network thread with the function network() from net.rs
 That should start the thread and return a variable "tx" which is the
sender for the thread communication
 To use the networking thread, you must use one of the functions in
net.rs related to communication and you must input the necessary values,
the first value is ALWAYS the tx returned by the network() function and
WILL NOT work without it, so the network() function must be called and
within the same scope (where the tx variable containing the sender is)
you must use one of the communication functions

 To do (for Dan):
  - Networking implementation for the GUI
  - Server
  - Further expand things that the network thread does (if necessary)

 To do (for me):
  - Once GUI implementation is finished, properly test the changes
  - Probably will have to do debugging idk... suffering...

      - VerbenaIDK, yasmina :3
2024-12-19 15:12:08 -03:00
Dangrain
cafd444799
Added portwhisper.rs
This little bit of ChatGPT code here opens  port 4000 (the client-to-server port we're thinking of) and takes a bunch of variables in an array and tells them to the server or as we nicknamed It - whispering to the server.
2024-12-18 22:27:33 +01:00
Dangrain
ad204d06e9
Add files via upload 2024-12-18 22:24:43 +01:00
Dangrain
4adc7e1651
Updated main.rs adding a fix for multithreading
I added a fix for multithreading {I am actively in pain send help aaaaaaaaaaaa}
Once activated autoclicker now doesn't kill the program instead making a background thread that adds X amount to the current players score.
The thread Is currently not killed upon program close and you should probably not run It, since It leaves a dangling thread.
Cheers
~ Dan
2024-12-18 20:28:28 +01:00
Dangrain
7a94b86b08
Add files via upload 2024-12-17 12:20:28 +01:00
Dangrain
2830304b02
Initial commit 2024-12-17 12:19:13 +01:00