Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projection-engine/projection-engine-2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: projection-engine/projection-engine-2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 219 files changed
  • 2 contributors

Commits on Feb 10, 2024

  1. Merge pull request #89 from projection-engine/86-engine-hierarchy

    [STD-86] C++ engine hierarchy
    FacoBackup authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    000cfca View commit details
    Browse the repository at this point in the history
  2. [STD-68] engine world tests

    - Removing unused files
    - Removing JSON class
    - Fixing tests
    FacoBackup committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1ac1ca9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from projection-engine/68-engine-world-tests

    [STD-68] engine world tests
    FacoBackup authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f77df56 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. [STD-65] c++ entity and engine inspector

    - Removing unused files
    - Rewriting property definition
    - Creating new form declaration system
    - Refactoring inspector view
    - Adding components to component type enum
    FacoBackup committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ab9393b View commit details
    Browse the repository at this point in the history
  2. [STD-65] c++ entity and engine inspector

    - Creating form
    - Form for MovementComponent
    FacoBackup committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2d16e55 View commit details
    Browse the repository at this point in the history
  3. [STD-65] c++ entity and engine inspector

    - Removing unused stores
    - Creating engine service methods
    - Refactoring InspectorView
    FacoBackup committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    27789c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. [STD-65] c++ entity and engine inspector

    - Creating listener classes
    - Refactoring EngineService
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    367b41a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from projection-engine/65-c-ui-inspector

    [STD-65] c++ entity and engine inspector
    FacoBackup authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    19fe733 View commit details
    Browse the repository at this point in the history
  3. [STD-92] Inspector methods and serialization

    - Crating Serialization classes
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    465c1bf View commit details
    Browse the repository at this point in the history
  4. [STD-92] Inspector methods and serialization

    - Creating missing methods for inspector
    - Starting implementation of serialization for entity and other classes
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    10f57ec View commit details
    Browse the repository at this point in the history
  5. [STD-92] Inspector methods and serialization

    - Creating basic test for serialization
    - Implementing serialize and parse methods for components
    - Creating TerrainComponent
    - Adding components to ComponentFactory.cpp
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0244f9a View commit details
    Browse the repository at this point in the history
  6. [STD-92] Inspector methods and serialization

    - Fixing startup
    - Fixing root entity id returning nullptr
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    308daa5 View commit details
    Browse the repository at this point in the history
  7. [STD-92] Inspector methods and serialization

    - Fixing form rendering
    - Fixing nullptr in WorldChangeListener.cpp
    FacoBackup committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c7e7b05 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [STD-92] Inspector methods and serialization

    - Fixing form rendering
    - Fixing serialization of components
    FacoBackup committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c87f2e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. [STD-92] Inspector methods and serialization

    - Fixing matrix/vector serialization
    - Fixing logger
    - Fixing WindowRepository initialization
    - Adding fields to RuntimeState
    - Reworking color picker to be simpler
    - Fixing component tabs
    - Fixing component update
    - Adding labels to forms
    - Improving styling of inspector fields
    FacoBackup committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8477b39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from projection-engine/92-implement-c-inspecto…

    …r-methods
    
    [STD-92] Inspector methods and serialization
    FacoBackup authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6602a53 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. [STD-94] Multi-webview support

    - Refactoring classes
    - Removing old structure
    FacoBackup committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    aa6e684 View commit details
    Browse the repository at this point in the history
  2. [STD-94] Multi-webview support

    - Finishing implementation
    FacoBackup committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1e2ba83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from projection-engine/94-multiple-webviews-su…

    …pport2
    
    [STD-94] Multi-webview support
    FacoBackup authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c93577f View commit details
    Browse the repository at this point in the history
Loading