Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-10 | This fixed yesterday's problem... | Chris Xiong | |
In fact there was no object slicing, but it was due to my laziness... I reused the code from BLR2 in bullet.hpp and there was no inheritance in BLR2... Also start the implementation of the plugin system. | |||
2015-10-09 | Suffering from object slicing (?)... | Chris Xiong | |
However a test program doesn't... I am really puzzled. | |||
2015-10-06 | Forgot to add '-a'... | Chris Xiong | |
2015-10-05 | Enable the BLR script VM (prototype). | Chris Xiong | |
The code (definitely) still require improvements. TODOs: Reimplement the call stack. Unify float data types. | |||
2015-10-03 | Port the VM function caller from the testbed version. | Chris Xiong | |
This part still requires refinement. | |||
2015-10-02 | Add BLR3 files. Modify Readme. | Chris Xiong | |
Currently BLR3 is VERY primitive!! |