Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Release Version 3.0.0 #2

Merged
merged 19 commits into from
Jun 28, 2023
Merged

Release Version 3.0.0 #2

merged 19 commits into from
Jun 28, 2023

Commits on May 17, 2023

  1. Changed Renderer

    - add ghost effect to bricks and Paddle
    - Simplifies Wall Collision
    - Removed redundant Files
    - General Optimized
    Phoenixfirewingz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    64719f3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Add Read Me Working

    TODO: add dev setup support
    Phoenixfirewingz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e45e129 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Change Overall Program Architecture

    - Move from OpenTK to Avalonia
    - Remove All OpenTK except for the OpenTK.Mathematics
    - Remove ImGUI.net
    - Change renderer to render based on floats instead of exact pixels
    - Fix multi brick break bug
    - Change paddle to not be ghosted
    - Add Audio support
    - Add Theme music
    - Add Ball Bounce
    - Update LICENSE
    - Update README
    - MultiThreaded Update and render loop (pause feature not implemented)
    - Clean redundant code
    - Do basic Optimization Pass
    - Remove gung from build script
    Phoenixfirewingz committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0f862fb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Patch the README

        - add controls
        - add small description
    Phoenixfirewingz committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    7caea16 View commit details
    Browse the repository at this point in the history
  2. Add ScoreBoard

        - add save to xml
        - add score display
        - add load from xml
    Phoenixfirewingz committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    393144c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Add sound To confirm button of new user

        - Add sound to assets folder
        - Add soundplayer to new user menu
    Phoenixfirewingz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2c2447b View commit details
    Browse the repository at this point in the history
  2. Add Setup Instructions to README

        - add steps to setup setups
        - add images for steps
    Phoenixfirewingz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ca3b79d View commit details
    Browse the repository at this point in the history
  3. Add Images To Mark up

        - add image for Visual Studio
    Phoenixfirewingz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    589fd90 View commit details
    Browse the repository at this point in the history
  4. Change README

        - remove blot
        - fix grammer error
    Phoenixfirewingz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ae197c8 View commit details
    Browse the repository at this point in the history
  5. Fix format issues

        - Fix format issues in QuadBatchRenderer
    Phoenixfirewingz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    987d25c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. change file ends

    	- \r\n to \n (gits fault)
    Phoenixfirewingz committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    efd685b View commit details
    Browse the repository at this point in the history
  2. ReadMe format change

    	- newline error
    Phoenixfirewingz committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b02ee5d View commit details
    Browse the repository at this point in the history
  3. Optimization Part 1

    	- remove unnessery realocations
    Phoenixfirewingz committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7c2730a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Optimization Part 2

    	- Remove redundant files
    	- Remove redundant Allocations
    	- Use Less Dynamic Memory
    Phoenixfirewingz committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    65c98a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix input lag loop

    	- make game less releient on events
    Phoenixfirewingz committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1abaeeb View commit details
    Browse the repository at this point in the history
  2. change loop caller

     - use avolonia
    Phoenixfirewingz committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    44113eb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Code Clean up

    	- format file structure
    	- remove reduntant code code
    	- move float to int
    Phoenixfirewingz committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dfa8a23 View commit details
    Browse the repository at this point in the history
  2. port to mac part 1

    	- change to .net cross platform
    Phoenixfirewingz committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8a1e07e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. rollback

    	- broke could not fix
    Phoenixfirewingz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4ce4a5c View commit details
    Browse the repository at this point in the history