Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2109 5170 d 18 h runge /trunk/PcSoftware/Atom1.5/ Some changes to the JsPipe interface  
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/JsPipe.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
2107 5171 d 4 h runge /trunk/PcSoftware/Atom1.5/ Added a new TCP inteface for accessing the javascript VM directly. This is a potential security risk even though the console is not much safer.
This is a preperation for a simpler interface toward the webgui.
 
/trunk/PcSoftware/Atom1.5/src/vm/plugin/JsPipe.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/JsPipe.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
1741 5535 d 22 h runge /trunk/PcSoftware/Atom1.5/ Changes to how atomd uses Google V8, nothing major but seems to prevent crashes du to different threads trying to access V8 at the same time  
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp
1740 5539 d 18 h runge /trunk/PcSoftware/Atom1.5/src/vm/ Added locking before all v8 scope creations to make it thread-safe, not very tested but seems to have not made it worse at least  
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp
1657 5738 d 18 h runge /trunk/PcSoftware/Atom1.5/ Added some color to the logging
Created a new plugin Node
It is now possible to list modules, list nodes, and reset nodes via atomic
Some more minor fixes and stuff done
 
/trunk/PcSoftware/Atom1.5/script/plugin/node.js
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/interface/irin.js
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/common/common.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.h
/trunk/PcSoftware/Atom1.5/src/control/Node.cpp
/trunk/PcSoftware/Atom1.5/src/control/Node.h
/trunk/PcSoftware/Atom1.5/src/logging/Logger.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h
1656 5739 d 7 h runge /trunk/PcSoftware/Atom1.5/ User scripts are now kept seperate from standard scripts and stored in /etc/atom/uscript, they should not be overwritten on a new install
Storage is now /etc/atom/storage and atom.conf.templates has moved to /etc/atom which also means that the real atom.conf should be placed there
 
/trunk/PcSoftware/Atom1.5/script/interface/list.js
/trunk/PcSoftware/Atom1.5/uscript
/trunk/PcSoftware/Atom1.5/script/user
/trunk/PcSoftware/Atom1.5/uscript/autostart.js
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/atom.conf.template
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
1647 5742 d 16 h runge /trunk/PcSoftware/Atom1.5/ JS scripts should now have a good way of doing things, will move them around a bit though
More scripts to be created
Atomic can now take server adress and port from the commandline
Reworked the Atomic Atomd protocol to be more robust, now supports creating prompts from scripts in a more correct way
Reimplemented the IR record functionallity with the new atomic prompt system
Started to record a new remote for a LG tv
Added support for sending keypresses to the active Xorg-windows, though this introduces a dependency on Xorg wich we might not want, this needs to be configurable
Some other fixes here and there
 
/trunk/PcSoftware/Atom1.5/src/common/common.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.h
/trunk/PcSoftware/Atom1.5/storage/Remote_LG_MKJ42519615
/trunk/PcSoftware/Atom1.5/storage/Xorg_Keymap
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/module/dimmer.js
/trunk/PcSoftware/Atom1.5/script/module/irin.js
/trunk/PcSoftware/Atom1.5/script/module/irout.js
/trunk/PcSoftware/Atom1.5/script/module/serial.js
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/common/common.h
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
/trunk/PcSoftware/Atom1.5/storage/RemoteList
1644 5756 d 22 h runge /trunk/PcSoftware/Atom1.5/ Have started to implement new javascript, dimmer and irout are okay and working, everything else needs to be changed  
/trunk/PcSoftware/Atom1.5/script/module/dimmer.js
/trunk/PcSoftware/Atom1.5/script/module/irout.js
/trunk/PcSoftware/Atom1.5/script/module/Dimmer230.js
/trunk/PcSoftware/Atom1.5/script/module/irTransmit.js
/trunk/PcSoftware/Atom1.5/script/module/BusVoltage.js
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/plugin/timer.js
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
1642 5759 d 17 h runge /trunk/PcSoftware/Atom1.5/ Moved some files around for better structure
Implemented a new state machine for nodes
Nativ support for programming bios and application
 
/trunk/PcSoftware/Atom1.5/src/common/Bitset.cpp
/trunk/PcSoftware/Atom1.5/src/common/Bitset.h
/trunk/PcSoftware/Atom1.5/src/common/Byteset.cpp
/trunk/PcSoftware/Atom1.5/src/common/Byteset.h
/trunk/PcSoftware/Atom1.5/src/common/common.h
/trunk/PcSoftware/Atom1.5/src/control
/trunk/PcSoftware/Atom1.5/src/control/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/control/Code.cpp
/trunk/PcSoftware/Atom1.5/src/control/Code.h
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.h
/trunk/PcSoftware/Atom1.5/src/control/Module.cpp
/trunk/PcSoftware/Atom1.5/src/control/Module.h
/trunk/PcSoftware/Atom1.5/src/control/Node.cpp
/trunk/PcSoftware/Atom1.5/src/control/Node.h
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Module.cpp
/trunk/PcSoftware/Atom1.5/src/can/Module.h
/trunk/PcSoftware/Atom1.5/src/can/Node.cpp
/trunk/PcSoftware/Atom1.5/src/can/Node.h
/trunk/PcSoftware/Atom1.5/src/type
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/can/Message.cpp
/trunk/PcSoftware/Atom1.5/src/can/Message.h
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.h
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.h
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.h
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.h
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/storage/Store.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
1625 5765 d 17 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
 
/trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/common/IoService.cpp
/trunk/PcSoftware/Atom1.5/src/common/IoService.h
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
1619 5767 d 17 h runge /trunk/PcSoftware/Atom1.5/ Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript
 
/trunk/PcSoftware/Atom1.5/script/common
/trunk/PcSoftware/Atom1.5/script/common/alias.js
/trunk/PcSoftware/Atom1.5/script/common/json.js
/trunk/PcSoftware/Atom1.5/script/module/irTransmit.js
/trunk/PcSoftware/Atom1.5/script/plugin/storage.js
/trunk/PcSoftware/Atom1.5/src/storage
/trunk/PcSoftware/Atom1.5/src/storage/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/storage/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/storage/Manager.h
/trunk/PcSoftware/Atom1.5/src/storage/Store.cpp
/trunk/PcSoftware/Atom1.5/src/storage/Store.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.h
/trunk/PcSoftware/Atom1.5/storage
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/atom.conf
/trunk/PcSoftware/Atom1.5/script/module/irReceive.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
1608 5776 d 1 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  
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/main.cpp
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/type/Byteset.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
1604 5778 d 22 h runge /trunk/PcSoftware/Atom1.5/ Changes  
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/main.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
/trunk/PcSoftware/Atom1.5/src/vm/types.h
1603 5781 d 17 h runge /trunk/PcSoftware/Atom1.5/ Have created basic implementations of javascript for a few modules  
/trunk/PcSoftware/Atom1.5/script/module
/trunk/PcSoftware/Atom1.5/script/module/BusVoltage.js
/trunk/PcSoftware/Atom1.5/script/module/Dimmer230.js
/trunk/PcSoftware/Atom1.5/script/module/SimpleDTMF.js
/trunk/PcSoftware/Atom1.5/script/module/irReceive.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/logging/Logger.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
1602 5781 d 21 h runge /trunk/PcSoftware/Atom1.5/ Added new vm plugin
- module: enables sending messages and receiving messages from modules as well as events on if the module is available or not
Changed the name of the binary from atom to atomd to better reflect that it is supposed to be used as a daemon
 
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Message.cpp
/trunk/PcSoftware/Atom1.5/src/can/Message.h
/trunk/PcSoftware/Atom1.5/src/can/Module.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/main.cpp
/trunk/PcSoftware/Atom1.5/src/type/common.h
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
1601 5782 d 1 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
 
/trunk/PcSoftware/Atom1.5/script
/trunk/PcSoftware/Atom1.5/script/plugin
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/plugin/timer.js
/trunk/PcSoftware/Atom1.5/script/user
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/src/timer/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Subscriber.h
/trunk/PcSoftware/Atom1.5/src/vm
/trunk/PcSoftware/Atom1.5/src/vm/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.h
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Plugin.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin
/trunk/PcSoftware/Atom1.5/src/vm/plugin/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
/trunk/PcSoftware/Atom1.5/src/vm/types.h
/trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/atom.conf
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Node.cpp
/trunk/PcSoftware/Atom1.5/src/can/Node.h
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/main.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/timer/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Manager.h
/trunk/PcSoftware/Atom1.5/src/xml/Node.cpp