| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 1999 |
5226 d 9 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Hopefully fixed bug with detecting packet start, end and handling packets shorter than 15 bytes. |
|
| 1987 |
5230 d 9 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Disabled byteset code, will remove it completly when we have had a bit more testing, things seem to work but there are big changes and a minimum of tests
A lot of ugly debug printouts now if you have debug level enabled, needs cleanup latery |
|
| 1986 |
5230 d 12 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Changed how atom works with client and server id:s, needs more work in the future but at least it works to start a server from js now
More work on the tracker code |
|
| 1971 |
5245 d 10 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Solved the reconnect issue, forgot an accept
Tried to fix a nasty crash when disconnecting a client, like running quit from atomic... did a workaround, but not 100% that it works in every case
Redid logging in control/Manager.cpp to new standard |
|
| 1945 |
5268 d 10 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Some work on changing the logging system to make it easier to use, not done and nothing of the old is yet converted to the new system.
Introduced a way of doing error handing with exceptions, only the MySql plugin uses this right now.
Added a plugin to access mysql from the js environment, it only exposes some basic functions right now but should be pretty useful, not fully tested yet but at least a select seems to work.
Some other small stuff. |
|
| 1902 |
5343 d 10 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Initial interface script for controlling an LG tv via a serial node, not a complete set of features and no support for reading settings out from the TV |
|
| 1652 |
5744 d 6 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Renamed module directory in scripts to interface
Made the Xorg plugin default off, can be compiled in with a flag
Version now uses the SVN number as it's third number
Made it possible to use cpack to create *.deb packages for installation, the text file INSTALL contains the instructions |
|
| 1625 |
5769 d 7 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 |
|
| 1601 |
5785 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 |
|
| 1593 |
5793 d 8 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added classes for timers and more work on network classes |
|