]> git.lizzy.rs Git - nothing.git/shortlog
nothing.git
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) remove -Wbool-compare
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-12 reximFix up a slit between platforms
2018-08-11 Alexey KutepovMerge pull request #276 from tsoding/268
2018-08-11 rexim(#268) Move attention away from the Double Jump label
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(#225) Fix links in docs/oop.md
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 reximA little bit of the level progress
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
2018-07-29 reximTODO(#265)
2018-07-28 rexim(#256) Remove dead code
2018-07-28 rexim(#256) Animate labels
2018-07-28 Alexey KutepovMerge pull request #262 from tsoding/257
2018-07-28 rexim(#257) Add tutorial labels
2018-07-28 Alexey KutepovMerge pull request #258 from tsoding/255
2018-07-28 rexim(#255) Add label support in level format
2018-07-22 Alexey KutepovMerge pull request #254 from tsoding/246
2018-07-22 reximTODO(#256)
2018-07-22 reximTODO(#255)
2018-07-22 rexim(#246) TODO for svg2rects labels support
2018-07-22 rexim(#246) Add TODO about animation
2018-07-22 rexim(#246) Implement label object and integrate it with...
2018-07-22 rexim(#246) Introduce label object
2018-07-22 Alexey KutepovMerge pull request #253 from tsoding/249
2018-07-22 rexim(#249) Enable alpha channel support for sprite_font
2018-07-22 rexim(#249) Resize the font in all of the possible dimensions
2018-07-22 rexim(#249) Make size factor of sprite_font_render_text...
2018-07-22 Alexey KutepovMerge pull request #252 from tsoding/250
2018-07-22 rexim(#250) Reset player velocity on death
2018-07-22 reximLock game to 30 fps because of #251
2018-07-22 reximDon't even invoke game_render if it's not the render...
2018-07-21 reximClean up create_sprite_font_from_file
next