faraphel
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-11 14:10:04 +01:00
9646c2d09b improved messages and structure of the program
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-11 13:39:26 +01:00
3c044249f4 improved messages and structure of the program
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-11 13:22:26 +01:00
454e86a982 fixed small overflow in the serialization
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-11 13:20:35 +01:00
cd239e1eea improved packet serialization and readability
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-11 10:03:03 +01:00
349e807649 fixed IPv6 mode not receiving loopback messages
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-10 19:26:32 +01:00
05142cbb1f fixed IPv6 mode not being able to receive response
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-10 15:05:41 +01:00
5567ad0df0 added argparse
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-10 14:45:38 +01:00
ec72e8888b improved program startup stability
faraphel pushed to restructure at study-faraphel/M2-PT-DRP 2024-11-10 13:10:11 +01:00
0745b725a7 use broadcast address
faraphel opened issue Atlas/Atlas-Launcher#16 2024-09-02 08:42:29 +02:00
Implement Image Manipulation Into the Script Language
faraphel opened issue Atlas/Atlas-Launcher#15 2024-08-27 15:37:23 +02:00
Atlas Archive Integration
faraphel commented on issue Atlas/Atlas-Launcher#14 2024-08-27 15:32:26 +02:00
Dolphin Integration

Interesting ressources can be found here about the Dolphin main renderer.

/Source/Core/DolphinQt/MainWindow.h
/Source/Core/DolphinQt/RenderWidget.h

faraphel opened issue Atlas/Atlas-Launcher#14 2024-08-27 15:31:44 +02:00
Dolphin Integration
faraphel opened issue Atlas/Atlas-Launcher#13 2024-08-27 14:37:17 +02:00
# Implement Atlas Engine Libraries
faraphel opened issue Atlas/Atlas-Launcher#12 2024-08-27 14:29:39 +02:00
Implement IDE
faraphel commented on issue Atlas/Atlas-Launcher#8 2024-08-27 14:21:04 +02:00
Implement Wiimm's WIT Tools Into the Script Language

CISO

Source : https://github.com/Wiimm/wiimms-iso-tools/blob/master/project/src/lib-ciso.h

enumError SetupReadCISO	( SUPERFILE * sf );
enumError ReadCISO	( SUPERFILE * sf, off_t
faraphel commented on issue Atlas/Atlas-Launcher#7 2024-08-27 14:19:48 +02:00
Implement Wiimm's SZS Tools Into the Script Language

Spotting

After some research in the source code of this tools, some functions seem interesting to expose in our new library.

SZS

An SZS file is represented with the szs_file_t

faraphel opened issue Atlas/Atlas-Launcher#11 2024-08-27 14:10:11 +02:00
Implement the Command Line Interface
faraphel opened issue Atlas/Atlas-Launcher#10 2024-08-27 14:06:08 +02:00
Implement the Graphical User Interface
faraphel opened issue Atlas/Atlas-Launcher#9 2024-08-27 14:01:10 +02:00
Input and Output of the Patcher