]> git.lizzy.rs Git - nothing.git/history - src/game
TODO(#395)
[nothing.git] / src / game /
2018-10-13 reximTODO(#395)
2018-10-13 reximTODO(#394)
2018-10-13 rexim(#382) TODO
2018-10-13 rexim(#382) Implement region ctor
2018-10-13 rexim(#382) Introduce region entity
2018-10-06 Alexey KutepovMerge pull request #380 from TheKnarf/master
2018-10-06 Frank Lyder BredlandFixing Travis build error
2018-10-06 Frank Lyder BredlandRemoved one of the temporary defines
2018-10-06 Frank Lyder BredlandUsing defines should be fine for the two instances...
2018-09-30 Alexey KutepovMerge pull request #371 from tsoding/log
2018-09-30 reximMove edit_field and console to ui folder
2018-09-30 reximRemove edit_field_ring
2018-09-29 Alexey KutepovMerge pull request #367 from tsoding/353
2018-09-29 reximTODO(#369)
2018-09-29 reximTODO(#368)
2018-09-29 reximRemove TODO(#353)
2018-09-29 rexim(#353) Integrate edit_field_ring with console
2018-09-29 rexim(#353) Introduce LIDL version of edit_field_ring
2018-09-29 rexim(#353) Implement focus for edit_field
2018-09-29 Alexey KutepovMerge pull request #365 from tsoding/347
2018-09-29 reximTODO(#366)
2018-09-29 rexim(#347) Implement slide down animation
2018-09-29 reximRemove TODO(#345)
2018-09-29 reximRemove TODO(#346)
2018-09-29 Alexey KutepovMerge pull request #362 from tsoding/346
2018-09-29 reximTODO(#364)
2018-09-29 reximTODO(#363)
2018-09-29 rexim(#346) Add background to the consolé
2018-09-24 Alexey KutepovMerge pull request #352 from tsoding/345
2018-09-24 reximTODO(#360)
2018-09-24 reximTODO(#359)
2018-09-24 reximTODO(#358)
2018-09-24 reximTODO(#357)
2018-09-24 reximTODO(#356)
2018-09-24 reximTODO(#355)
2018-09-24 reximTODO(#354)
2018-09-24 reximTODO(#353)
2018-09-23 rexim(#345) TODOs
2018-09-23 rexim(#345) Make Console evaluate lisp expression on Enter
2018-09-23 Alexey KutepovMerge pull request #351 from tsoding/344
2018-09-23 Alexey KutepovMerge pull request #349 from tsoding/348
2018-09-23 rexim(#344) Make Edit_field print parens
2018-09-23 rexim(#348) Stringify MAX_ID_SIZE
2018-09-22 Alexey KutepovMerge pull request #343 from tsoding/sliding-console
2018-09-22 reximTODO(#348)
2018-09-22 reximTODO(#347)
2018-09-22 reximTODO(#346)
2018-09-22 reximTODO(#345)
2018-09-22 reximTODO(#344)
2018-09-22 reximConsole work
2018-09-22 reximTODO: it's impossible to type parens in the Edit_field
2018-09-22 reximIntroduce GAME_CONSOLE_STATE
2018-09-22 reximPut console inside of the game
2018-09-22 reximImplement console rendering
2018-09-22 reximIntegrate Edit_field with Console
2018-09-22 reximIntroduce Console
2018-09-22 reximImplement level_rigid_rect
2018-09-22 reximIntroduce ids for rigid_rects
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 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 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) 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
next