began refactoring graphics out of this project
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 26 Oct 2022 16:31:58 +0000 (11:31 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 26 Oct 2022 16:31:58 +0000 (11:31 -0500)
commitaa4349df91fc34567725bb16b5aacc322ba6a4da
tree5e5c2f1faa686b7ffe5fc710af067ca93fb89bdd
parent6defeaa2395f4650644567e460e59f307d17c431
began refactoring graphics out of this project
46 files changed:
.vscode/launch.json
run_tree/run.sh
src/build.onyx
src/entity/components/background.onyx
src/entity/components/collision_mask.onyx
src/entity/components/dispenser.onyx
src/entity/components/entryway.onyx
src/entity/components/money.onyx
src/entity/components/movement.onyx
src/entity/components/patron.onyx
src/entity/components/player.onyx
src/entity/editor.onyx
src/entity/entities.onyx
src/entity/items.onyx
src/entity/scene.onyx
src/entity/schematics/background.onyx
src/entity/schematics/entryway.onyx
src/entity/schematics/furniture.onyx
src/entity/schematics/patron.onyx
src/entity/schematics/player.onyx
src/entity/schematics/tap.onyx
src/game.onyx
src/gfx/canvas.onyx [deleted file]
src/gfx/font.onyx [deleted file]
src/gfx/immediate.onyx [deleted file]
src/gfx/mesh.onyx [deleted file]
src/gfx/shader.onyx [deleted file]
src/gfx/texture.onyx [deleted file]
src/gfx/ui.onyx [deleted file]
src/main.onyx
src/ogre/canvas.onyx [new file with mode: 0644]
src/ogre/colors.onyx [new file with mode: 0644]
src/ogre/font.onyx [new file with mode: 0644]
src/ogre/immediate.onyx [new file with mode: 0644]
src/ogre/input.onyx [new file with mode: 0644]
src/ogre/mesh.onyx [new file with mode: 0644]
src/ogre/shader.onyx [new file with mode: 0644]
src/ogre/texture.onyx [new file with mode: 0644]
src/ogre/ui.onyx [new file with mode: 0644]
src/ogre/vecmath.onyx [new file with mode: 0644]
src/ogre/window.onyx [new file with mode: 0644]
src/sfx/audio_manager.onyx
src/utils/asset_loader.onyx
src/utils/colors.onyx [deleted file]
src/utils/input.onyx [deleted file]
src/utils/vecmath.onyx [deleted file]