libcubescript/src
Daniel Kolesa 59c0d16d50 make threads work
this means ensuring all required fields are set when creating
new threads. as well as respecting the "global" ident flags when
an alias is not pushed (in order to erase the UNKNOWN flag for
all threads)
2021-04-05 00:55:31 +02:00
..
cs_bcode.cc remove some more raw bcode usage 2021-04-01 05:25:21 +02:00
cs_bcode.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_error.cc remove reliance on hardcoded indexes entirely 2021-04-04 06:52:02 +02:00
cs_gen.cc sanitize var names, provide cached builtins for var handlers 2021-04-04 06:47:17 +02:00
cs_gen.hh remove reliance on hardcoded indexes entirely 2021-04-04 06:52:02 +02:00
cs_ident.cc make threads work 2021-04-05 00:55:31 +02:00
cs_ident.hh minor cleanups 2021-04-04 05:36:19 +02:00
cs_parser.cc remove more problematic public members 2021-03-31 01:48:56 +02:00
cs_parser.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_state.cc make threads work 2021-04-05 00:55:31 +02:00
cs_state.hh remove reliance on hardcoded indexes entirely 2021-04-04 06:52:02 +02:00
cs_std.cc make p_tstate actually private 2021-03-26 03:05:14 +01:00
cs_std.hh remove most variable code and leave it to user-defined handlers 2021-04-03 03:16:57 +02:00
cs_strman.cc up the default warning level, turn off rtti by default 2021-03-31 01:35:02 +02:00
cs_strman.hh rename namespace to cubescript 2021-03-23 23:32:25 +01:00
cs_thread.cc re-add some support for persistent/overridable flags + fix unknown 2021-04-04 01:08:30 +02:00
cs_thread.hh remove the 255 run-depth limitation 2021-04-04 19:31:29 +02:00
cs_val.cc make more api private 2021-04-03 06:16:43 +02:00
cs_vm.cc remove public is_in_loop api 2021-04-04 19:43:28 +02:00
cs_vm.hh remove the 255 run-depth limitation 2021-04-04 19:31:29 +02:00
lib_base.cc rea-add proper handling of variable overrides 2021-04-04 02:33:28 +02:00
lib_list.cc rename alias_stack to alias_local 2021-04-02 04:43:57 +02:00
lib_math.cc msvc warning fixes 2021-03-31 02:21:32 +02:00
lib_str.cc msvc warning fixes 2021-03-31 02:21:32 +02:00
meson.build always define LIBCUBESCRIPT_BUILD for build 2021-04-01 04:39:13 +02:00