Commit Graph

136 Commits

Author SHA1 Message Date
Lorenzo Carletti
0267d9a161 Fix winusbcdc issues 2024-01-27 19:56:48 +01:00
Lorenzooone
582117f7c4 Fix bad read timeout 2023-11-17 07:31:50 +01:00
Lorenzooone
f82b172758
Add missing pyserial suggestion 2023-09-16 22:42:08 +02:00
Lorenzooone
02b7ad3fef Account for editing of \r in certain firmwares 2023-09-02 18:43:34 +02:00
Lorenzooone
c6c95a72bd Add PySerial support (need to test winusbcdc again) 2023-08-29 10:53:14 +02:00
Lorenzooone
dcf9fb2b32 Add proper RNG send to console 2023-07-17 03:52:57 +02:00
Lorenzooone
65e08438b6 Improve reliability of synchronous trades 2023-07-16 19:36:09 +02:00
Lorenzooone
c0b2eda976 Fix issues with winusbcdc 2023-07-11 06:17:53 +02:00
Lorenzo Carletti
4c316d40a2 Fix issue with stat exp contribution value not being clamped in gen 1/2 2023-03-19 15:03:50 +01:00
Lorenzo Carletti
c6fe58f7bd Fix position of parenthesis altering calculations 2023-03-19 14:30:56 +01:00
Lorenzooone
2c1bc1dd01 Update base pool data for gen 3 2023-03-17 23:11:15 +01:00
Lorenzooone
4782dcd3cb Prevent issues with speed. Will improve it significantly later on 2023-03-16 08:59:10 +01:00
Lorenzooone
bdf4c046da Update 2023-03-15 20:44:03 +01:00
Lorenzooone
a3d71bc626 Update 2023-03-15 20:43:15 +01:00
Lorenzooone
3fde3189f1 Update 2023-03-15 20:39:04 +01:00
Lorenzooone
0003685f4c Update 2023-03-15 20:35:20 +01:00
Lorenzooone
7d521bbdaf Prevent issue with resetting too soon 2023-03-14 23:00:43 +01:00
Lorenzo Carletti
7c11747bef Add multibooting ability 2023-03-14 22:49:16 +01:00
Lorenzo Carletti
29949c8296 Fix issues preventing 2 player gen 3 trades 2023-03-14 18:55:57 +01:00
Lorenzooone
83a97f95e2 Add RSE SP 2023-03-14 17:07:54 +01:00
Lorenzooone
fc08e5a510 Remove deprecated SetDaemon 2023-03-12 08:35:59 +01:00
Lorenzooone
efb65e743e Add default testing for server 2023-03-12 08:26:56 +01:00
Lorenzo Carletti
c2b1d32823 Add data for better testing from other people 2023-03-10 19:20:42 +01:00
Lorenzo Carletti
f3572200c4 Fix issue with speed of skipping 2023-03-10 17:03:51 +01:00
Lorenzo Carletti
e67dd1e9a6 Fix patch sets validation 2023-03-10 16:23:47 +01:00
Lorenzooone
0867dd4d37 Improve ability to adapt to updates 2023-03-10 08:13:43 +01:00
Lorenzooone
9db086164f Version bump 2023-03-09 19:23:14 +01:00
Lorenzooone
91530deacc Improve communications reliability 2023-03-09 19:19:58 +01:00
Lorenzo Carletti
ff0eafcde1 Fix sleep between commands being too low on Linux 2022-05-31 18:31:47 +02:00
Lorenzo Carletti
13e9b4a9e1 Fix mail not being bufferable anymore 2022-05-28 18:14:19 +02:00
Lorenzooone
a2183a7399
Merge pull request #27 from Lorenzooone/fix-patch-sets
Fix patch sets
2022-05-28 14:40:08 +02:00
Lorenzo Carletti
afc956cd53 Fix issues with patch sets in rby 2022-05-28 14:36:16 +02:00
Lorenzo Carletti
c2151d6f36 Implement patch sets checks for mail 2022-05-28 12:56:28 +02:00
Lorenzo Carletti
0765b746db Fix gen2 japanese
Start implementing sanity checks for patch sets
2022-05-28 02:47:29 +02:00
Lorenzo Carletti
362caa5c1c Fix gen2 international 2022-05-26 01:18:55 +02:00
Lorenzo Carletti
f4ed93599c Start implementing patch sets 2022-05-25 01:27:27 +02:00
Lorenzo Carletti
c05859808a Properly fix the success hangup 2022-05-13 00:12:33 +02:00
Lorenzo Carletti
c017b6b3f9 Reduce upload frequency to storage 2022-05-01 23:54:26 +02:00
Lorenzo Carletti
2245415b45 Fix success not waiting for device's confirmation
Also changes how the data is stored for the pools' data
2022-05-01 22:07:38 +02:00
Lorenzo Carletti
52db1b2edd Fix printing a traceback when -h is the argument 2022-04-28 16:03:32 +02:00
Lorenzo Carletti
a811470c94 Add proper mail data handling
Closes #11 .
Also adds proper egg handling (by making sure received eggs have 0 HPs).
2022-04-28 05:07:45 +02:00
Lorenzo Carletti
4ce0f979bc Fix possible inaccuracy 2022-04-27 17:25:47 +02:00
Lorenzo Carletti
cb23edcfec Refactor fillers, fix synchronous deadlock, add missing values
Closes #25 .
2022-04-27 17:12:32 +02:00
Lorenzo Carletti
b7dec59d85 Add pool trading options for max level and eggify
Closes #21 .
Closes #23 .
2022-04-26 04:25:07 +02:00
Lorenzo Carletti
f930df4cb9 Implement Japanese trading
Closes #24 and #22 .
Very surprised synchronized trading CAN still work. It depends a ton on the connection's stability though.
2022-04-26 00:58:25 +02:00
Lorenzo Carletti
4be1798e11 Fix RBY issue with duplicate Level value 2022-04-23 21:32:48 +02:00
Lorenzo Carletti
820e657850 Fix waiting for data in-menu and fix gen-1 issue with moves 2022-04-23 20:49:31 +02:00
Lorenzo Carletti
2cffee468a Fix typo and handle NoBackendError
The typo caused the trade following evolutions with move learning to crash
2022-04-23 18:43:00 +02:00
Lorenzooone
2ed28eb8f5
Update README.md 2022-04-22 17:35:08 +02:00
Lorenzo Carletti
0ac804da8b Add host information 2022-04-22 17:23:22 +02:00