-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
12 lines (11 loc) · 810 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
Ideas:
- Use regex to validate input?
- Unable to patch only one of the files and then revert that patch again, should we support some kind of way to only patching one of them?
- Send broadcast out all interfaces instead of selecting just one for LAN play? Iterate thru all interfaces? EDIT: Not possible because of ip address info in packets?
Compiling:
- Build MPPatch.dll and static link libwinpthread.dll instead of dynamic linking.
- Workaround for Windows:
Download: https://sourceforge.net/projects/mingw/files/MinGW/Base/libiconv/libiconv-1.14-3/libiconv-1.14-3-mingw32-dev.tar.lzma/download
Copy mingw32/lib/ and mingw32/include/ from file to C:\Qt\Tools\mingw730_32\i686-w64-mingw32
Download: libiconv-1.14-3-mingw32-bin.tar.lzma from same place.
Copy bin/ from file to C:\Qt\Tools\mingw730_32\