Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fixed OvGame build folder generation #326

Draft
wants to merge 1 commit into
base: feature/shadow_mapping
Choose a base branch
from

Conversation

adriengivry
Copy link
Owner

@adriengivry adriengivry commented Nov 21, 2024

Description

  • Fixed OvGame to properly generate the output folder required to make a build
  • Added "TryGet" method to the IniLoader, so we can load a value from an ini file, OR keep the current value if the ini file isn't found
  • Updated OvGame to make it "runnable" without a project. This will allow for easier debugging, and potentially testing test projects directly without the editor.
  • Updated window settings to default to 800x600

To-Do

Related Issues

Fixes #325

* fixed OvGame to properly generate the output folder required to make a build
* added "TryGet" method to the IniLoader, so we can load a value from an ini file, OR keep the current value if the ini file isn't found
* updated OvGame to make it "runnable" without a project. This will allow for easier debugging, and potentially testing test projects directly without the editor.
* updated window settings to default to 800x600
@adriengivry adriengivry self-assigned this Nov 21, 2024
@adriengivry adriengivry added Bug Something isn't working Critical Something that should be fixed quickly Project Configuration Anything related to setuping our projects labels Nov 22, 2024
@adriengivry adriengivry changed the title Fixed OvGame build folder generation [WIP] Fixed OvGame build folder generation Nov 22, 2024
@adriengivry adriengivry changed the base branch from develop to feature/shadow_mapping November 28, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Critical Something that should be fixed quickly Project Configuration Anything related to setuping our projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DLLs aren't properly copied when building the game
1 participant