| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 1625 |
5766 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Moved some things around in js.
Made the VM plugins all execute code in the VM thread which will improve safety and hopefully make it crash less |
|
| 1619 |
5768 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript |
|
| 1614 |
5773 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Now alias exists for modules, test implementation for dimmers, there is much work left to make this flexible |
|
| 1609 |
5776 d 10 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Dimmer commands now exposed to the atomic interface, with autocompletion of parameters! |
|
| 1608 |
5776 d 14 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
There is now a console client application with autocomplete to execute commands, commands have to be registered in the vm environment, there will be support for autocompleting arguments as well but it is not done yet |
|
| 1607 |
5779 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added support for legacy scripts, it is not 100% yet, missing functionality is socket support. |
|
| 1604 |
5779 d 11 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Changes |
|
| 1603 |
5782 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Have created basic implementations of javascript for a few modules |
|
| 1601 |
5782 d 15 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Created a virtual machine running using google v8
Uses a plugin architecture for exposing functionality to vm in a modular way
Current plugins are
- system: handles logging, system calls, loading of scripts
- timer: handles timeouts and intervals
More other random fixes |
|