20,741
edits
| Line 61: | Line 61: | ||
I think I have to look at depth ordering of groups and especially the ability to hide groups. Not too complicated but not possible from Nasal yet (you could do it by deleting and re-adding all elements but that's not a good solution | I think I have to look at depth ordering of groups and especially the ability to hide groups. Not too complicated but not possible from Nasal yet (you could do it by deleting and re-adding all elements but that's not a good solution | ||
== Symbolic Constants vs. Magic Numbers == | === Symbolic Constants vs. Magic Numbers === | ||
We want to use symbolic constants everywhere and most parts already use them. I've also added them now to the clipboard (will commit it later with some more changes). | |||
Constants will always be integer variables so we the constants defined in eg. api.nas should stay there. Maybe we can also write them from C++ to always stay in sync if anything changes, but that needs to wait until James has done his code. | Constants will always be integer variables so we the constants defined in eg. api.nas should stay there. Maybe we can also write them from C++ to always stay in sync if anything changes, but that needs to wait until James has done his code. | ||