]> git.lizzy.rs Git - nothing.git/history - src
Add TODO(#537)
[nothing.git] / src /
2018-12-01 reximAdd TODO(#537)
2018-12-01 reximAdd TODO(#536)
2018-12-01 rexim(#527) add greaterThan native function to STD library
2018-12-01 rexim(#527) Load STD library in REPL
2018-12-01 reximRemove TODO(#503)
2018-12-01 reximRemove TODO(#530)
2018-12-01 Alexey KutepovMerge pull request #534 from tsoding/530
2018-12-01 rexim(#530) Implement tail format argument for unpack_args
2018-11-25 Alexey KutepovMerge pull request #529 from tsoding/526
2018-11-25 reximAdd TODO(#530)
2018-11-25 rexim(#526) Eval the body of `when`
2018-11-25 rexim(#526) Introduce eval_block
2018-11-25 rexim(#526) introduce (print) for REPL
2018-11-25 Alexey KutepovMerge pull request #528 from tsoding/525
2018-11-25 rexim(#525) Make level_script functions static
2018-11-25 Alexey KutepovMerge pull request #520 from tsoding/513
2018-11-25 reximAdd TODO(#525)
2018-11-25 reximAdd TODO(#524)
2018-11-25 reximAdd TODO(#523)
2018-11-25 reximAdd TODO(#522)
2018-11-25 reximAdd TODO(#521)
2018-11-25 rexim(#513) Logging problem
2018-11-25 rexim(#513) Introduce (get-player-jump-count)
2018-11-25 rexim(#513) Remove player script
2018-11-25 rexim(#513) Assign script to player
2018-11-25 rexim(#513) inline create_player
2018-11-25 rexim(#513) Introduce (hide-label) and (show-label)
2018-11-25 Alexey KutepovMerge pull request #519 from tsoding/518
2018-11-25 rexim(#518) undefined reference
2018-11-25 Alexey KutepovMerge pull request #517 from voldyman/master
2018-11-24 Akshay[509] svg2rects.py can now handle multiple scripts
2018-11-24 Alexey KutepovMerge pull request #516 from tsoding/494
2018-11-24 rexim(#494) No need to handle cue state in script
2018-11-24 Alexey KutepovMerge pull request #515 from tsoding/512
2018-11-24 rexim(#512) Introduce unpack_args_empty_list_test
2018-11-18 Alexey KutepovMerge pull request #510 from tsoding/507
2018-11-18 rexim(#507) Refactor show_goal
2018-11-18 rexim(#507) Move unpack_args to interpreter unit
2018-11-18 rexim(#507) use unpack_args in hide_goal
2018-11-18 rexim(#507) Implement unpack_args
2018-11-17 Alexey KutepovMerge pull request #508 from tsoding/502
2018-11-17 rexim(#502) Implement script region arguments
2018-11-17 Alexey KutepovMerge pull request #506 from tsoding/503
2018-11-17 reximAdd TODO(#507)
2018-11-17 rexim(#503) Make hide-goal and show-goal accessible in console
2018-11-13 reximRemove TODO(#366)
2018-11-13 reximRemove TODO(#477)
2018-11-13 reximRemove TODO(#456)
2018-11-13 reximRemove TODO(#448)
2018-11-12 Alexey KutepovMerge pull request #505 from tsoding/108
2018-11-12 rexim(#108) color_from_hexstr -> hexstr
2018-11-12 rexim(#108) remove dead code
2018-11-12 rexim(#108) color -> rgba
2018-11-12 Alexey KutepovMerge pull request #504 from tsoding/475
2018-11-12 rexim(#475) Remove error unit
2018-11-12 Alexey KutepovMerge pull request #501 from tsoding/493
2018-11-12 reximRemove TODO(#493)
2018-11-12 reximAdd TODO(#503)
2018-11-11 rexim(#493) Remove hiding regions from goals
2018-11-11 Alexey KutepovMerge pull request #499 from tsoding/goal-visibility...
2018-11-11 reximAdd TODO(#500)
2018-11-11 reximMake goals_is_goal_hidden to not ignore goals->visible
2018-11-11 reximUse wrong_argument_type everywhere
2018-11-11 reximImplement string_p
2018-11-11 reximImplement goal_show
2018-11-11 reximImplement hide_goal
2018-11-11 reximImplement goals_show
2018-11-11 reximImplement goals_hide
2018-11-11 Alexey KutepovMerge pull request #492 from tsoding/488
2018-11-10 reximAdd TODO(#498)
2018-11-10 reximAdd TODO(#497)
2018-11-10 reximAdd TODO(#496)
2018-11-10 reximAdd TODO(#495)
2018-11-10 reximAdd TODO(#494)
2018-11-10 reximAdd TODO(#493)
2018-11-10 rexim(#488) Outline goal region migration
2018-11-10 rexim(#488) goals_hide -> goals_hide_from_player
2018-11-10 Alexey KutepovMerge pull request #491 from tsoding/89
2018-11-10 rexim(#89) Show goal hiding regions in the debug mode
2018-11-10 Alexey KutepovMerge pull request #490 from tsoding/487
2018-11-10 rexim(#487) Show regions in the debug mode
2018-11-06 reximTODO(#486)
2018-11-06 Alexey KutepovMerge pull request #485 from tsoding/476
2018-11-06 rexim(#476) Replace printf with log_info
2018-11-06 rexim(#476) Replace fprintf(stderr, ...) with log_fail
2018-11-06 Alexey KutepovMerge pull request #484 from tsoding/478
2018-11-06 rexim(#478) replace all calloc instance with nth_calloc
2018-11-05 Alexey KutepovMerge pull request #483 from tsoding/480
2018-11-05 rexim(#480) introduce nth_realloc
2018-11-05 Alexey KutepovMerge pull request #482 from tsoding/481
2018-11-05 rexim(#481) ui/log -> ui/console_log
2018-11-05 Alexey KutepovMerge pull request #479 from tsoding/477
2018-11-05 reximTODO(#481)
2018-11-05 reximTODO(#480)
2018-11-05 rexim(#477) Replace all instances of malloc with nth_alloc
2018-11-05 Alexey KutepovMerge pull request #473 from tsoding/426
2018-11-05 reximTODO(#478)
2018-11-05 reximTODO(#477)
2018-11-05 reximTODO(#476)
2018-11-05 reximTODO(#475)
next