Skip to content

Commit ca3d8a1

Browse files
committed
chore: move editor/retired to internal & bump version to v0.9.1 WIP
1 parent 2d69bb0 commit ca3d8a1

32 files changed

Lines changed: 210 additions & 214 deletions

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ game/
1212
app/
1313
cache/
1414

15-
editor/model-index.json
15+
internal/editor/model-index.json
1616

1717
# python
1818
build/__pycache__/
1919
scripts/__pycache__/
2020

2121
# debug files
22-
editor/*.pdb
22+
internal/editor/*.pdb
2323
src/*.pdb
2424
examples/*.pdb
2525
tests/*.pdb
@@ -40,21 +40,18 @@ extensions/*_user.*
4040
scripts/*_user.*
4141
examples/*_user.*
4242
shaders/*_user.*
43-
editor/*_user.*
4443

4544
src/*_custom.*
4645
extensions/*_custom.*
4746
scripts/*_custom.*
4847
examples/*_custom.*
4948
shaders/*_custom.*
50-
editor/*_custom.*
5149

5250
src/*_mod.*
5351
extensions/*_mod.*
5452
scripts/*_mod.*
5553
examples/*_mod.*
5654
shaders/*_mod.*
57-
editor/*_mod.*
5855

5956
# misc
6057
.DS_Store

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ A template application can be found [here](https://git.pilotlight.tech/pilotligh
4444
* <ins>extensions</ins> - Contains extensions (most functionality is provided through these extensions).
4545
* <ins>libs</ins> - Contains standalone "stb-style" libraries that can be used in other projects.
4646
* <ins>build</ins> - Contains a lightweight python-based build system used for this project.
47-
* <ins>editor</ins> - Contains janky code used for development & eventual editor.
48-
* <ins>retired</ins> - Contains old code I may still find helpful.
47+
* <ins>internal</ins> - Contains code for internal development.
4948
* <ins>scripts</ins> - Contains helper scripts for various things.
5049
* <ins>shaders</ins> - Contains shader code.
5150
* <ins>src</ins> - Contains the small core of Pilot Light.

docs/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.9.0
1+
v0.9.1 WIP
22

33
-----------------------------------------------------------------------------
44
Versioning

examples/build_linux.sh

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

examples/build_macos.sh

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

examples/build_win32.bat

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)