Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
topsideduck pushed 19 commits to main topsideduck/BeamX
- Create BeamX Solution a8e7e7d
- Create FileTransfer Class Library 5518a61
- Create AesEncryption utility functions for encrypting and decrypting file chunks using AES a98ff2a
- Create HashUtil utility functions for file hash operations e3b03cd
- Create RsaKeyImporter utility functions for loading public and private key files 24c1869
- Create RsaKeyManager utility functions for generating and storing public and private keys e1dd40c
- Create Client class to handle sending files to the server and create its constructor 1f1562c
- Create method to get the RSA object from the public key byte array that was sent by the server 61afd54
- Create method to send the file metadata (file name, size) to the server ec6e00b
- Create method to send the file hash to the server 38eb115
- Create method to send the AES key used for file encryption to the server dd8b2de
- Create method to send the file contents in chunks to the server 4d03ebd
- Encrypt the file hash with RSA before sending so that it cannot be tampered 256c9ca
- Create Server class to handle receiving files from the client and create its constructor 8be0bc8
- Create method to send the public key to the client 6ba465a
- Create method to receive file metadata from the client 98a2b01
- Create method to receive the encrypted file hash from the client and decrypt it ba035d1
- Create method to receive the encrypted AES key from the client and decrypt it edf4770
- Create method to receive the file from the client in chunks and write it to the destination file 648853d
topsideduck created a repository: topsideduck/BeamX
https://github.com/topsideduck/BeamX - Simple, Fast, and Direct File Sharing
topsideduck pushed 4 commits to main topsideduck/SDP-Project
topsideduck pushed 16 commits to main topsideduck/SDP-Project
- Get rid of the MarkDown docs as they are no longer required 454d5a2
- Update documentation for score handler e29514f
- Update documentation for controls menu e8b380d
- Update documentation for Menus enum 708a3c7
- Update the Menus enum header file path 3f09383
- Update documentation for credits menu 1b32c06
- Update documentation for instructions menu a2e1c5e
- Update documentation for quit menu bcc68b4
- Update documentation for score menu 79777c4
- Update documentation for statistics menu cf30247
- Update documentation for music picker menu b1ed1cb
- Update documentation for main menu 890533d
- Update documentation for arrow class 9a87a49
- Update documentation for display score class 2dd027c
- Update documentation for arrow manager class 6971cc6
- Update documentation for the main game f95e5e3
topsideduck pushed 5 commits to main topsideduck/SDP-Project
topsideduck pushed 1 commit to main topsideduck/SDP-Project
- Update rate of arrow generation to slowly increase as the game progresses 7dc23c9
topsideduck pushed 2 commits to main topsideduck/SDP-Project
topsideduck pushed 1 commit to main topsideduck/SDP-Project
- Menu music now plays in music picker menu 451f156
topsideduck pushed 2 commits to main topsideduck/SDP-Project
topsideduck pushed 8 commits to main topsideduck/SDP-Project
- Update menu sprites 021ebc5
- Create score handler that reads and writes to a file 9f904b2
- Update new statistics menu constants e41a88d
- Update handling of new high score in score menu 14cd052
- Set starting score to 0 37e2bb5
- Update statistics menu to show actual scores instead of placeholders 98ca68f
- Integrate score handling de5dfb3
- Add score handler to CMakeLists.txt 56e9865
topsideduck pushed 1 commit to main topsideduck/SDP-Project
- Update the high score coordinates on the score menu 684bd3b
topsideduck pushed 7 commits to main topsideduck/SDP-Project
- Create ScoreMenu entry in Menus enum 157d530
- Create score menu sprites fd1ae65
- Update score menu constants 852145d
- Create score menu handlers ce72076
- Main game loop returns score to be displayed and saved f0ee0fd
- Display score after the main game loop is executed e45177b
- Update CMakeLists.txt with new menus a9f36ee
topsideduck pushed 22 commits to main topsideduck/SDP-Project
- Create audio manager to play audios in game d1929e1
- Add audio manager to CMakeLists.txt 966efaa
- Add game songs assets 8815f41
- Update game assets 7809593
- Add main menu music 9bb0709
- Add main menu music d08c967
- Play music in all menus c1b776b
- Rename FEHImage background image identifier d24e906
- Add three songs to available songs to play 5027ba3
- Update music picker menu sprite 2072855
- Create music picker menu manager f01149f
- Create a new entry for music picker menu in Menus enum 611cff7
- Navigate to the music picker when the play game button is clicked on the main menu 96ae203
- Add a case statement for the music picker menu e06daa5
- Update music constants in constants.h f4c4b8d
- Create info sprites for current music playing 494b3e2
- Update info sprites for current music playing d2b31eb
- Delete ding.mp3 7013cf8
- Delete placeholder play game menu 2494ab7
- Remove unused constants 223da2a
- and 2 more ...