Fabian Dill
|
dc73fa0f33
|
Factorio integration
|
2021-04-01 11:40:58 +02:00 |
Fabian Dill
|
dcce53f8c8
|
Merge branch 'main' into breaking_changes
# Conflicts:
# Adjuster.py
# Gui.py
# MultiClient.py
# setup.py
# worlds/alttp/AdjusterMain.py
# worlds/alttp/Main.py
|
2021-02-21 20:15:07 +01:00 |
Fabian Dill
|
129d2ec037
|
remove unnecessary ternaries in multiclient
|
2021-02-19 13:50:41 +01:00 |
Fabian Dill
|
122e360ec8
|
Merge branch 'main' into breaking_changes
# Conflicts:
# MultiClient.py
# Utils.py
# worlds/alttp/ItemPool.py
# worlds/alttp/Main.py
# worlds/alttp/Shops.py
|
2021-02-19 13:45:50 +01:00 |
Chris Wilson
|
db6642f290
|
Update WebUI to show unique items as a different color, and with a drop-shadow
|
2021-02-02 22:58:22 -05:00 |
Fabian Dill
|
670b8b4b11
|
Merge branch 'main' into breaking_changes
# Conflicts:
# MultiClient.py
# WebUI.py
|
2021-01-21 05:36:16 +01:00 |
Fabian Dill
|
276d49981e
|
Convert WebUI to logging.Handler subclass
|
2021-01-19 06:37:35 +01:00 |
Fabian Dill
|
4f8c737eec
|
squashed commit of many breaking changes
Dropping Support for Python 3.7; adding support for Python 3.9
|
2020-10-19 08:26:31 +02:00 |
Chris Wilson
|
c11fe9cb51
|
Fix misleading data in WebUI. Server Version is now called ClientVersion
|
2020-09-13 00:39:52 -04:00 |
Fabian Dill
|
2096d6ae5b
|
Use proper OS-specific path uris in many more places
also move path.join into local_path and output_path to simplify use
|
2020-08-25 13:22:47 +02:00 |
Fabian Dill
|
7353b489ce
|
add available hint points to UI
|
2020-06-15 06:30:51 +02:00 |
Chris
|
e11f33b589
|
Update WebUI to display server, check, and hint info. CURRENT HINT POINTS DO NOT WORK YET
|
2020-06-14 18:04:03 -04:00 |
Fabian Dill
|
cd3c2f3c84
|
remove HTTP logging as it confuses users
might be worth to log it to a file, if we ever need to debug it
|
2020-06-10 19:10:11 +02:00 |
Fabian Dill
|
493906f0c5
|
fix crash if no cached server is in persistent storage
|
2020-06-09 04:53:49 +02:00 |
Fabian Dill
|
829c9c2045
|
restore python 3.7 client compat
|
2020-06-06 22:54:09 +02:00 |
Fabian Dill
|
59a26e071c
|
clean up
|
2020-06-04 21:12:05 +02:00 |