summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-11add materials and images processingyacc-xmlsanine
2023-02-07remove FOR_CHILD_OF_TYPE macrosanine
2023-02-07refactor: use KAI_FILL_ARRAY_FROM_TAGSsanine
2023-02-07add KAI_FILL_ARRAY_FROM_TAGSsanine
2023-02-07fix parser using REJECT so that example workssanine
2023-02-06add kai_read_geometry and fix kai_read_source error handlingsanine
2023-02-06implement kai_read_mesh()sanine
2023-02-06implement kai_read_trianglessanine
2023-02-06add kai_tag_get_first_child_with_type() and kai_tag_get_next_sibling_with_type()sanine
2023-02-06add kai_read_vertices()sanine
2023-02-05implement kai_read_input_*()sanine
2023-02-05implement kai_read_source() and add kai_release_ functionssanine
2023-02-05begin implementing kai_read_source()sanine
2023-02-04use kai_alloc instead of mallocsanine
2023-02-04implement kai_read_accessor()sanine
2023-02-04add kai_tag_num_children()sanine
2023-02-04implement kai_read_param() and upgrade lily-test versionsanine
2023-02-04add kai_tag_attr_to_dup()sanine
2023-02-04implement kai_read_float_arraysanine
2023-02-03add kai_tag_attr_to_longsanine
2023-02-03implement kai_tag_get_attrsanine
2023-02-03begin implementing kai_read_float_array()sanine
2023-02-03begin refactor with bison xml parsersanine
2023-02-01add kalmia_parse_file()sanine
2023-01-31fix all memory leakssanine
2023-01-31parse xml into memorysanine
2023-01-31begin simplifying parsersanine
2023-01-18parse param nodesyaccsanine
2023-01-18parse float_array nodessanine
2023-01-18working prefixessanine
2023-01-18working reentrant parsersanine
2023-01-18begin reentrant refactorsanine
2023-01-16add initial parsersanine
2023-01-08add kai_allocmainsanine
2023-01-08add kai_parse_float_arraysanine
2023-01-05revert to pure C89sanine
2023-01-04add kai_text_to_longs()sanine
2023-01-04add kai_text_to_realssanine
2023-01-03add kai_expand_arraysanine
2022-12-10add basic float_array parsingsanine
2022-12-10refactor: remove node.* and util.* and move 3rdparty libs into separate direc...sanine
2022-12-10implement node transform processingsanine
2022-11-27add dynamic array functionssanine
2022-11-27add matrix multiplicationsanine
2022-11-27add scale parsingsanine
2022-11-27add rotation parsingsanine
2022-11-26implement basic matrix parsingsanine
2022-11-24initial commitsanine