30 Commits

Author SHA1 Message Date
e85ad14ae3
Update ReadMe.md 2018-06-07 15:42:20 -04:00
1f1e61b23f Updated code for server stuff
Will intergrate all of this code into unity when as many bugs as possible are hammered out
2018-04-26 21:40:07 -04:00
0bd1ebd2e6 fixed main 1.4.x 2017-09-20 11:30:37 -04:00
5f023fdfd3 1.4.2 (Internal Activation) 2017-09-20 11:24:53 -04:00
31f09c0e47 1.4.0 2017-09-07 00:04:18 -04:00
d31c682f30 Version 1.4.0
Tweaked some methods
Working on better thread management
Removed useless methods
Added a pause and resume method (does not work on the main thread)
Added method randomseed(seed)
Invoking internal methods from c# is now supported... May have bugs haven't done much testing yet!
2017-09-06 17:06:26 -04:00
f8c968cbaa Version 1.3.2
Fixed bugs
Added new syntax to concat
str="!"
num=3
"Lets do this$str*3$"
becomes
"Lets do this!!!"
you can even replace 3 for num
2017-09-05 11:19:41 -04:00
16ada0e707 Version 1.3.1
Added repeat(s,n) method takes a string and returns that string repeated n times
2017-09-05 10:38:30 -04:00
b4cca046a3 Stability Increases! Ver: 1.3!
Still work to be done though
2017-09-01 23:29:25 -04:00
e5d5f884ad updated readme 2017-08-29 00:01:51 -04:00
e0644f82a9 Version 1.0
Its stable enough and has decent features!
v1.0
2017-08-28 22:56:50 -04:00
8dfb0cb367 Focus controls, and stablity improvments
Many console enhancements!
2017-08-28 00:46:03 -04:00
70fa89de8c Added threading support and fixed bugs
Internal functions fixed!
now empty args on internal functions will not bug out!

Added some new methods
2017-08-26 20:53:49 -04:00
2c849eb01b Fixed minor bugs and made the library thread safe 2017-08-26 11:25:44 -04:00
433ec4eb81 Stable ish 👍 2017-08-24 17:29:32 -04:00
ca279d07dc sigh 2017-08-24 13:36:25 -04:00
505879f80e new code 2017-08-24 13:25:44 -04:00
ce12e8d615 debugging stuff 2017-08-24 13:17:56 -04:00
3a0bc4dfe0 added tables and wrote the math parser 2017-08-24 01:29:57 -04:00
42929b7f8c minor changes 2017-08-23 17:41:11 -04:00
6123423f78 I think math is stable now
I need to rewrite how math is done to allow for the introduction of constructs
2017-08-22 22:34:16 -04:00
74324b86c3 Started to implement expressions 2017-08-21 23:41:05 -04:00
5a990e4313 added logic 2017-08-21 19:23:03 -04:00
85770ebcb0 more updates 2017-08-21 00:37:14 -04:00
fb35acbf45 More stuff
Added function returns
Added assignments(Simple)
TODO:
Assignments and lists
Assignments and Dicts
2017-08-20 00:04:08 -04:00
81c9ae229b Happy with current progress... 2017-08-19 20:19:40 -04:00
f07975965b still a WIP but much progress has been made 2017-08-18 14:10:35 -04:00
9fa39ada57 updated some stuff 2017-08-18 00:32:42 -04:00
1589340f36 changes 2017-08-17 17:36:30 -04:00
df57e96033 Initial commit 2017-08-17 17:27:15 -04:00