.. |
cbaselib.c
|
Added math.rad() and math.deg()
|
2021-02-15 14:06:43 -06:00 |
cbaselib.h
|
Added trig. functions to the math library
|
2021-02-15 14:00:26 -06:00 |
cchunk.c
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
cchunk.h
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
cdebug.c
|
Added OP_POW to cdebug.c; refactored cosmoV_registerProtoObject
|
2021-02-13 20:08:35 -06:00 |
cdebug.h
|
Minor refactoring, added OP_GETMETHOD
|
2021-01-16 15:40:58 -06:00 |
clex.c
|
Added power operator '^', added OP_POW
|
2021-02-10 17:26:20 -06:00 |
clex.h
|
Added power operator '^', added OP_POW
|
2021-02-10 17:26:20 -06:00 |
cmem.c
|
refactored cosmoV_set & cosmoV_get, renamed COSMO_TOBJ->COSMO_TREF
|
2021-02-07 14:32:39 -06:00 |
cmem.h
|
Minor VM refactor + GC bug fix
|
2021-01-23 17:16:45 -06:00 |
cobj.c
|
Added CMake support
|
2021-02-11 20:34:04 -06:00 |
cobj.h
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
coperators.c
|
minor refactor, fixed many warnings
|
2021-01-01 23:06:24 -06:00 |
coperators.h
|
Added power operator '^', added OP_POW
|
2021-02-10 17:26:20 -06:00 |
cosmo.h
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
cparse.c
|
Added CMake support
|
2021-02-11 20:34:04 -06:00 |
cparse.h
|
minor refactor, fixed many warnings
|
2021-01-01 23:06:24 -06:00 |
cstate.c
|
Fixed table iteration bug, added vm.globals to debug lib
|
2021-01-25 16:14:51 -06:00 |
cstate.h
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
ctable.c
|
refactored cosmoV_set & cosmoV_get, renamed COSMO_TOBJ->COSMO_TREF
|
2021-02-07 14:32:39 -06:00 |
ctable.h
|
Minor table refactor, added cosmoV_compileString and loadstring() to baselib
|
2021-01-10 14:38:53 -06:00 |
cvalue.c
|
refactored cosmoV_set & cosmoV_get, renamed COSMO_TOBJ->COSMO_TREF
|
2021-02-07 14:32:39 -06:00 |
cvalue.h
|
Added C99 support, refactored headers
|
2021-02-15 16:20:04 -06:00 |
cvm.c
|
Added OP_POW to cdebug.c; refactored cosmoV_registerProtoObject
|
2021-02-13 20:08:35 -06:00 |
cvm.h
|
Added OP_POW to cdebug.c; refactored cosmoV_registerProtoObject
|
2021-02-13 20:08:35 -06:00 |