Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7272 - snapshot: printing floats in decimal | Kartik Agaram | 2020-11-25 | 1 | -1/+12 |
| | | | | | | I've made some progress to where I can print whole integers right. But this whole approach of mixing decimals with binary exponents is going to be super confusing. I need to bite the bullet and just use decimal exponents. | ||||
* | 7197 - tile: render screen contents and cursor | Kartik Agaram | 2020-11-06 | 1 | -2/+1 |
| | |||||
* | 7165 | Kartik Agaram | 2020-11-03 | 1 | -2/+2 |
| | | | | | All tasks of https://github.com/akkartik/mu/issues/45#issuecomment-719990879 should now be complete. | ||||
* | 7158 | Kartik Agaram | 2020-11-02 | 1 | -329/+266 |
| | |||||
* | 7106 - tile: arrays of ints | Kartik Agaram | 2020-10-25 | 1 | -0/+19 |
| | |||||
* | 6946 - print floats somewhat intuitively in hex | Kartik Agaram | 2020-10-04 | 1 | -0/+39 |
| | |||||
* | 6777 | Kartik Agaram | 2020-09-14 | 1 | -0/+15 |
| | | | | Print answers in decimal in apps/arith.mu | ||||
* | 6768 - better error messages when checking screen state | Kartik Agaram | 2020-09-10 | 1 | -94/+332 |
| | |||||
* | 6745 | Kartik Agaram | 2020-09-07 | 1 | -8/+300 |
| | | | | So copypasta, much wow. | ||||
* | 6744 | Kartik Agaram | 2020-09-07 | 1 | -10/+83 |
| | |||||
* | 6743 | Kartik Agaram | 2020-09-07 | 1 | -4/+6 |
| | |||||
* | 6742 - support for formatting in fake screens | Kartik Agaram | 2020-09-07 | 1 | -6/+112 |
| | | | | | We still need a few primitives, but we can implement these as needed. I'm ready to call the fake screen done. | ||||
* | 6741 - fake screen now scrolls correctly | Kartik Agaram | 2020-09-06 | 1 | -10/+73 |
| | |||||
* | 6740 | Kartik Agaram | 2020-09-06 | 1 | -0/+19 |
| | |||||
* | 6739 | Kartik Agaram | 2020-09-06 | 1 | -9/+3 |
| | |||||
* | 6738 | Kartik Agaram | 2020-09-06 | 1 | -5/+17 |
| | |||||
* | 6737 | Kartik Agaram | 2020-09-06 | 1 | -10/+131 |
| | |||||
* | 6736 | Kartik Agaram | 2020-09-02 | 1 | -13/+13 |
| | |||||
* | 6735 - print unicode string to fake screen | Kartik Agaram | 2020-09-02 | 1 | -0/+29 |
| | |||||
* | 6734 - first test for text-mode screen primitives | Kartik Agaram | 2020-09-02 | 1 | -4/+37 |
| | |||||
* | 6729 | Kartik Agaram | 2020-08-28 | 1 | -19/+25 |
| | |||||
* | 6728 - new skeleton for screen primitives | Kartik Agaram | 2020-08-22 | 1 | -1/+132 |
| | | | | Finally this compiles. | ||||
* | 6713 - move-cursor on fake screen | Kartik Agaram | 2020-08-02 | 1 | -0/+9 |
| | |||||
* | snapshot: encoding code-points to utf-8 | Kartik Agaram | 2020-08-02 | 1 | -0/+5 |
| | | | | | I have it partly working, but just realized I've been reversing the output bytes. | ||||
* | 6708 | Kartik Agaram | 2020-08-02 | 1 | -0/+288 |