]> git.lizzy.rs Git - nothing.git/history - src
(#427) Fix svg2rects failure on newlines in labels
[nothing.git] / src /
2018-09-02 rexim(#285) Fix failing tests
2018-09-02 rexim(#285) Implement scope
2018-09-01 rexim(#285) Introduce equals operation
2018-08-28 Alexey KutepovMerge pull request #306 from tsoding/303
2018-08-28 reximTODO(#307)
2018-08-28 rexim(#303) Implement read_expr_from_file
2018-08-28 rexim(#303) read_expr_from_stream -> read_expr_from_file
2018-08-28 rexim(#303) Introduce string and stream readers
2018-08-27 Alexey KutepovMerge pull request #305 from tsoding/test-refine
2018-08-27 reximRemove script_test
2018-08-26 reximTTY color support is outside of the scope of this project
2018-08-26 reximRemove dead code
2018-08-26 Alexey KutepovMerge pull request #302 from tsoding/301
2018-08-26 rexim(#301) Make parser support lists
2018-08-26 reximTODO(#301)
2018-08-26 Alexey KutepovMerge pull request #300 from tsoding/299
2018-08-26 rexim(#299) Internalize token()
2018-08-26 rexim(#299) Simplify parser with tokenizer
2018-08-26 rexim(#299) create_expr_from_str -> parse_expr
2018-08-26 rexim(#299) Introduce tokenizer
2018-08-25 Alexey KutepovMerge pull request #298 from tsoding/296
2018-08-25 rexim(#296) Make print_cons_as_sexpr support lists
2018-08-25 Alexey KutepovMerge pull request #295 from tsoding/289
2018-08-25 reximTODO(#297)
2018-08-25 reximTODO(#296)
2018-08-25 rexim(#289) Implement symbol parsing
2018-08-25 Alexey KutepovMerge pull request #290 from tsoding/288
2018-08-25 reximTODO(#294)
2018-08-25 reximTODO(#293)
2018-08-25 reximTODO(#292)
2018-08-25 reximTODO(#291)
2018-08-25 rexim(#288) Introduce ParseError
2018-08-25 rexim(#288) Try to initialize anonymous struct
2018-08-25 rexim(#288) Implement string parsing
2018-08-25 rexim(#288) fix project build
2018-08-25 rexim(#288) split create_atom
2018-08-25 rexim(#288) implement print_parse_error
2018-08-25 rexim(#288) Extend ParseResult with error_cursor
2018-08-25 rexim(#288) TODO: create_expr_from_str doesn't no support...
2018-08-19 Alexey KutepovMerge pull request #287 from tsoding/283
2018-08-19 reximTODO(#289)
2018-08-19 reximTODO(#288)
2018-08-19 rexim(#283) More interesting test case
2018-08-19 rexim(#283) Implement number parsing
2018-08-19 rexim(#283) Extract parser related stuff to a separate trans...
2018-08-19 rexim(#283) start parser implementation
2018-08-19 Alexey KutepovMerge pull request #286 from tsoding/284
2018-08-19 rexim(#284) Implement print_expr_as_sexpr
2018-08-18 Alexey KutepovMerge pull request #282 from tsoding/280
2018-08-18 reximTODO(#285)
2018-08-18 reximTODO(#284)
2018-08-18 reximTODO(#283)
2018-08-18 rexim(#280) lay down the unfinished work
2018-08-18 rexim(#280) Introduce AST of scripting language
2018-08-18 Alexey KutepovMerge pull request #281 from tsoding/posix-friendly...
2018-08-18 reximfind -type f -exec sed -i "s/\b\(\w\)\(\w*\)_t\b/\U...
2018-08-12 Alexey KutepovMerge pull request #279 from tsoding/207
2018-08-12 rexim(#207) Implement boxes_float_in_lava
2018-08-12 rexim(#207) implement lava_float_rigid_rect
2018-08-12 rexim(#207) Remove wavy_rect_overlaps
2018-08-12 rexim(#207) introduce wavy_rect_hitbox
2018-08-12 rexim(#207) lava_float_solid -> lava_float_rigid_rect
2018-08-12 rexim(#207) remove wavy_rect_overlap_area
2018-08-12 rexim(#207) Make lava_overlaps_rect use bool type
2018-08-12 rexim(#207) Remove dead code
2018-08-12 rexim(#207) introduce lava_float_solid
2018-08-05 reximRemove edit_field from game
2018-08-05 reximRemove test_text from edit_field_t
2018-08-05 Alexey KutepovMerge pull request #275 from tsoding/274
2018-08-05 rexim(#274) Implement edit_field_insert_char
2018-08-05 rexim(#274) implement edit_field_delete
2018-08-05 rexim(#274) EDIT_FIELD_BUFFER_INIT_SIZE -> BUFFER_CAPACITY
2018-08-04 rexim(#270) Remove TODO
2018-08-04 Alexey KutepovMerge pull request #271 from tsoding/debug-edit-field
2018-08-04 reximTODO(#274)
2018-08-04 reximTODO(#273)
2018-08-04 reximTODO(#272)
2018-08-04 reximImplement edit_field_backspace
2018-08-04 reximStatic private methods for edit_field_t
2018-08-04 reximImplementing moving edit_field cursor around
2018-08-04 reximMake edit_field_t more customizable
2018-08-04 reximImplement edit_field_render
2018-08-04 reximEmbed testing edit_field into the game
2018-08-04 reximIntroduce edit_field entity
2018-08-04 Alexey KutepovMerge pull request #269 from tsoding/226
2018-08-04 reximTODO(#270)
2018-07-29 rexim(#226) TODO
2018-07-29 rexim(#226) Introduce debug_node interface
2018-07-29 rexim(#226) Make debug_tree available only in debug mode
2018-07-29 rexim(#226) Provide sprite_font for debug_tree
2018-07-29 rexim(#226) Integrate debug_tree into the game
2018-07-29 rexim(#226) introduce debug_tree entity
2018-07-29 rexim(#263) Improve easing for tutorial labels animation
2018-07-29 Alexey KutepovMerge pull request #266 from tsoding/265
2018-07-29 rexim(#265) Fix label appear bug
2018-07-29 rexim(#265) Implement camera_is_text_visible
2018-07-29 rexim(#265) color -> c
2018-07-29 rexim(#265) sprite_font_boundary_box
2018-07-29 rexim(#265) Implement labels_enter_camera_event
2018-07-29 Alexey KutepovMerge pull request #264 from tsoding/256
next