More roadmap updates
This commit is contained in:
parent
53bf12d211
commit
2d09db9605
20
roadmap.md
20
roadmap.md
@ -48,10 +48,10 @@ swig files and customizing the interface by hand. I also want to add a whole mes
|
|||||||
so that I don't have to test for keypresses. Lastly, I want to test if a function exists before
|
so that I don't have to test for keypresses. Lastly, I want to test if a function exists before
|
||||||
calling it from the lua file, so stubs aren't necessary to prevent a crash
|
calling it from the lua file, so stubs aren't necessary to prevent a crash
|
||||||
|
|
||||||
- [X] Combine files
|
- [x] Combine files
|
||||||
- [X] Better interface
|
- [x] Better interface
|
||||||
- [X] Constants for keys and the like
|
- [x] Constants for keys and the like
|
||||||
- [X] No crash on calling non-existant scripting hooks
|
- [x] No crash on calling non-existant scripting hooks
|
||||||
|
|
||||||
## Lighting
|
## Lighting
|
||||||
I'm a bit happier with the system now, I think it's time I started the lighting.
|
I'm a bit happier with the system now, I think it's time I started the lighting.
|
||||||
@ -71,15 +71,15 @@ to revert (shitty animation support). There are a number of systems I want to ad
|
|||||||
|
|
||||||
## Physics
|
## Physics
|
||||||
Yeah sure let's do physics
|
Yeah sure let's do physics
|
||||||
- [X] Static, Kinematic and Rigidbodies
|
- [x] Static, Kinematic and Rigidbodies
|
||||||
- [X] Collision areas
|
- [x] Collision areas
|
||||||
- [X] Ray tracing
|
- [ ] Ray tracing
|
||||||
- [X] Axis pinning
|
- [x] Axis pinning
|
||||||
|
|
||||||
## Great Refactor
|
## Great Refactor
|
||||||
Things are starting to smell, here's what I need to do
|
Things are starting to smell, here's what I need to do
|
||||||
- [ ] Replace all public attributes with accessors (on classes)
|
- [ ] Replace all public attributes with accessors (on classes)
|
||||||
- [X] Seperate prefabs from instances
|
- [x] Seperate prefabs from instances
|
||||||
- [ ] Combine related files (shaders)
|
- [ ] Combine related files (shaders)
|
||||||
- [ ] Create a testing suite
|
- [ ] Create a testing suite
|
||||||
- [ ] Have exceptions thrown to Lua if generated from a user program
|
- [x] Have exceptions thrown to Lua if generated from a user program
|
||||||
|
Loading…
Reference in New Issue
Block a user