summaryrefslogtreecommitdiff
path: root/src/virtualmachine
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20Remove old unfinished virtual machine and Lua bindings for itSimon Robertshaw8-2460/+0
2013-06-23Add back replace mode and specific delete *jacob11-1/+1
* only usable by Lua
2013-05-11D:mniip3-3/+3
2012-09-30Fix some uninitialized variables, add back sandcolor changingjacob11-0/+13
2012-09-16fix some errors in visual studiojacob11-1/+2
2012-09-15Hooked more functions to VM.Savely Skresanov2-4/+12
2012-09-15Some work on adding new hooks.Savely Skresanov4-13/+23
2012-09-15Fix file reading, fix ARG implementationSimon Robertshaw3-5/+3
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw4-29/+159
assigning to update function
2012-09-13Disable JIT for nowSimon Robertshaw1-2/+6
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw5-26/+298
2012-09-11Fix buffer overflow with HTTP headers caused by recent \r\n commit"Simon Robertshaw1-0/+921
2012-09-09More VM syscallsSimon Robertshaw4-79/+74
2012-09-09Allow terminating the VMSimon Robertshaw2-0/+6
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw6-447/+455
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Virtual machineSimon Robertshaw5-0/+1093