Commit Graph

947 Commits

Author SHA1 Message Date
lixianjing
4f81a242d1 refactor fscript and tests 2021-01-10 17:12:01 +08:00
lixianjing
5960ec3bac update docs 2021-01-10 09:58:41 +08:00
lixianjing
ed29b4171a add doc fscript_math.md 2021-01-09 17:30:54 +08:00
lixianjing
b2c5be2c58 add event_from_name 2021-01-08 18:30:33 +08:00
lixianjing
b8bcd8d725 improve fscript_date_time 2021-01-08 17:35:25 +08:00
lixianjing
c7bc0c4b1c update tests 2021-01-08 17:19:12 +08:00
lixianjing
0e0bd11ca0 wrap object_array for fscripts 2021-01-08 17:07:27 +08:00
lixianjing
e760b78332 improve object_array 2021-01-08 12:08:32 +08:00
lixianjing
0074e13109 improve fscript and wrap date time to fscript 2021-01-08 10:00:40 +08:00
lixianjing
c0f1fcb0b7 improve object_default 2021-01-08 09:45:37 +08:00
lixianjing
0bc2f7f117 improve date time 2021-01-08 07:24:04 +08:00
lixianjing
388ebdeb92 add date_time_to_time 2021-01-07 17:32:32 +08:00
lixianjing
5879a6fab1 wrap json/ubjson for fscript 2021-01-07 16:17:01 +08:00
lixianjing
51560cf43f wrap app_conf for fscript 2021-01-07 15:14:14 +08:00
lixianjing
51d28cfda2 wrap fs for fscript 2021-01-07 14:36:33 +08:00
lixianjing
061ae729a5 fscript support c++ like comments 2021-01-07 11:34:05 +08:00
lixianjing
7234d9dd25 wrap bits operation for fscript 2021-01-07 10:57:19 +08:00
lixianjing
768f027aaf wrap tcp/udp/serial to fscript 2021-01-06 18:05:50 +08:00
lixianjing
e94f928a68 improve fscript_ext 2021-01-06 15:49:03 +08:00
lixianjing
bd3dadc6dc improve fscript 2021-01-05 21:52:00 +08:00
lixianjing
e79b882ee2 improve fscript and fscript_ext 2021-01-05 17:55:24 +08:00
lixianjing
f35f2d9356 improve fscript 2021-01-05 13:58:58 +08:00
lixianjing
20c661332c refactor 2021-01-05 09:39:27 +08:00
lixianjing
da3d1c28a5 rework input engine candidates 2021-01-05 09:04:57 +08:00
lixianjing
80a881853e improve fscript_ext 2021-01-04 18:19:16 +08:00
lixianjing
7fbd6e1dd7 wrap wbuffer/rbuffer to fscript 2021-01-04 17:22:32 +08:00
lixianjing
464f7aaeb7 add tk_strtoll 2021-01-04 17:21:18 +08:00
lixianjing
2be61283e0 wrap endian fuctions to fscript 2021-01-04 10:44:15 +08:00
lixianjing
df045810db improve crc and wrap to fscript 2021-01-04 09:47:30 +08:00
lixianjing
23fee87e4d improve wbuffer/rbuffer 2021-01-04 08:35:19 +08:00
lixianjing
0c48fca4a2 format code 2021-01-03 18:42:56 +08:00
lixianjing
651445e403 wrap typed_array and object for fscript 2021-01-03 18:39:44 +08:00
lixianjing
7f921d4cfd add typed_array 2021-01-03 12:02:59 +08:00
lixianjing
fa9024d038 fscript support continue/break 2021-01-02 23:07:37 +08:00
lixianjing
58d4904a3f update copyright date 2021-01-02 18:46:08 +08:00
lixianjing
e1f865a193 improve fscript error handling 2021-01-02 18:34:09 +08:00
lixianjing
ddfbed2fc7 improve fscript docs and testcase 2021-01-02 12:36:30 +08:00
lixianjing
3d7c785d32 update data 2020-12-30 15:39:08 +08:00
lixianjing
050a9f269b format code 2020-12-29 17:54:57 +08:00
lixianjing
7ca7d9648c add str_encode_hex 2020-12-28 08:45:24 +08:00
lixianjing
5b367007a0 add url parser 2020-12-25 22:02:34 +08:00
lixianjing
7c9ebc7681 fix infer found warnings 2020-12-25 10:13:02 +08:00
lixianjing
72ff9fa247 improve tests 2020-12-23 17:53:39 +08:00
lixianjing
a61e41ade7 add conf_ini_create/conf_json_create/conf_ubjson_create 2020-12-23 17:41:30 +08:00
lixianjing
134d3a966d improve data readers 2020-12-23 15:55:57 +08:00
lixianjing
f8bbe318c9 add data_writer_wbuffer/data_reader_mem 2020-12-23 14:59:38 +08:00
lixianjing
ebda8d2194 improve data_reader_asset to support all asset 2020-12-22 14:13:24 +08:00
lixianjing
228dedcbec add tk_strncpy_s 2020-12-22 14:12:45 +08:00
lixianjing
acd8bb8e34 fix date_time_get_wday 2020-12-18 22:57:20 +08:00
lixianjing
6e2dd582b9 add some fs functions 2020-12-18 16:34:29 +08:00
lixianjing
80455a9194 format code 2020-12-14 11:33:25 +08:00
lixianjing
f5479822c5 improve mmap 2020-12-14 11:31:42 +08:00
lixianjing
ba97d3470f overlay support always_on_top prop 2020-12-14 11:03:58 +08:00
lixianjing
9044231842 improve mmap 2020-12-11 22:54:23 +08:00
lixianjing
4b1b129280 add mmap 2020-12-11 22:22:06 +08:00
lixianjing
9e25eb10cc fix tests 2020-12-11 16:50:09 +08:00
lixianjing
1ee029b7f1 improve read_line and tests 2020-12-10 17:49:13 +08:00
lixianjing
17c3d726d1 add testcase 2020-12-10 16:05:48 +08:00
lixianjing
f5db2f26d9 add fs_file_read_line 2020-12-10 09:18:38 +08:00
lixianjing
e2aa89d6aa progressbar support reverse prop 2020-12-08 10:08:44 +08:00
lixianjing
19e9fae076 format code 2020-12-06 11:43:25 +08:00
lixianjing
9408791f95 improve fscript 2020-12-06 11:41:52 +08:00
lixianjing
471a106f52 fscript support register global functions 2020-12-04 08:29:06 +08:00
lixianjing
c8bdd63aa5 improve fscript 2020-12-01 18:11:44 +08:00
lixianjing
a9cf3f83de format code 2020-12-01 14:46:46 +08:00
lixianjing
74724ac9ce memory leak found by valgrind 2020-12-01 10:30:44 +08:00
lixianjing
71bb25203a memory leak found by valgrind 2020-12-01 10:09:24 +08:00
lixianjing
88929cc2e6 fix memory leak 2020-11-29 01:18:01 -08:00
lixianjing
fb052fd673 improve fscript and remove expr_eval 2020-11-28 21:35:07 +08:00
lixianjing
57a5fbfe34 add date_time_add_delta 2020-11-28 09:23:55 +08:00
lixianjing
9fc876599a improve fscripts 2020-11-27 21:17:31 +08:00
lixianjing
8365d13df9 improve fscript 2020-11-27 18:36:50 +08:00
lixianjing
4388f0dc03 popup support close_when_timeout prop 2020-11-26 14:42:15 +08:00
lixianjing
acfe57c310 improve theme_gen 2020-11-25 11:16:33 +08:00
lixianjing
6d9caa832e fscript support while 2020-11-23 16:10:23 +08:00
lixianjing
3c8fd154e7 fix test 2020-11-20 21:23:01 +08:00
lixianjing
de87b04e37 add timer_resume/timer_suspend 2020-11-20 18:03:21 +08:00
lixianjing
5d0dbef111 add rlog 2020-11-18 21:47:33 +08:00
lixianjing
32d28de165 improve object 2020-11-16 17:47:42 +08:00
lixianjing
ca892fc6f2 add object_to_json 2020-11-15 18:09:31 +08:00
lixianjing
d89e592d07 improve fscript 2020-11-15 07:30:01 +08:00
lixianjing
e4aa9ee3bf improve fscript 2020-11-13 17:09:17 +08:00
lixianjing
e298f62872 rework fscripts 2020-11-13 08:57:05 +08:00
lixianjing
142653f5ee improve fscripts 2020-11-12 15:04:36 +08:00
lixianjing
d1e90e1f80 improve fscript 2020-11-11 22:18:50 +08:00
lixianjing
e65d820e1e format code 2020-11-11 15:53:21 +08:00
lixianjing
2c8fb3c526 improve fscripts 2020-11-11 15:25:37 +08:00
lixianjing
663acd421b improve fscripts 2020-11-11 09:33:33 +08:00
lixianjing
57b06133fe improve fscript 2020-11-10 22:06:48 +08:00
lixianjing
3ab41829ff add fscript 2020-11-09 18:03:19 +08:00
lixianjing
ded21d32e0 improve assets manager 2020-11-06 14:46:52 +08:00
xianjimli
638a5266dc improve ubjson 2020-11-05 17:39:02 +08:00
xianjimli
93df022906 fix tests 2020-11-05 11:37:21 +08:00
xianjimli
9b20c809f5 fix memory leak when asset name exceed 31 2020-11-04 15:00:39 +08:00
xianjimli
91c071a26e fix tests leak 2020-11-03 17:12:03 +08:00
xianjimli
e78e02ff50 improve xml_file_expand 2020-11-03 11:34:20 +08:00
lixianjing
d5dae68d2a improve object_default 2020-10-30 17:39:25 +08:00
xianjimli
8a33799afd improve dialog_highlighter_factory 2020-10-29 16:29:19 +08:00
xianjimli
e33e999585 format code 2020-10-28 15:59:45 +08:00
xianjimli
42e6c1264c label supported word_wrap 2020-10-28 13:55:34 +08:00