50 check-ins occurring around 2021-04-14 21:41:17.
More ↑
2021-04-28
| ||
17:10 | Implement the (Others) block check-in: 1750e878e8 user: user tags: trunk | |
2021-04-27
| ||
23:08 | Implement subclassing. (Only partially tested so far) check-in: 757d440f6b user: user tags: trunk | |
2021-04-26
| ||
04:05 | Implement more operations with marks. check-in: e742adc13a user: user tags: trunk | |
03:20 | Implement the $KEY_XY SQL host variable, to allow coordinate selection by keyboard, as suggested on IRC. check-in: 8c73b0a17e user: user tags: trunk | |
01:05 | Implement case blocks. check-in: f4215e7216 user: user tags: trunk | |
2021-04-25
| ||
19:54 | Remove the "el ... if" block, which wasn't working. (Later, I may add a case block instead.) check-in: 932a5231ed user: user tags: trunk | |
02:39 | Implement the other kinds of pattern matching (=P) (P*) (,P*) (=P*) but it is untested so far. check-in: c0f558d8e6 user: user tags: trunk | |
2021-04-24
| ||
19:09 | Implement BroadcastAnd and BroadcastList instructions. check-in: a833709837 user: user tags: trunk | |
2021-04-22
| ||
03:00 | Add possibility of additional code pages. check-in: 9959860889 user: user tags: trunk | |
2021-04-20
| ||
02:32 | Add the possibility to specify the level version number when importing (optional) check-in: 2885d776fc user: user tags: trunk | |
2021-04-19
| ||
22:04 | Implement some more array operations. check-in: f731355880 user: user tags: trunk | |
21:12 | Display the PC character set in the internal test mode. check-in: 92d021271e user: user tags: trunk | |
2021-04-18
| ||
22:54 | Add the "next" pattern operator. check-in: 81587e71b1 user: user tags: trunk | |
22:44 | Implement pasting into text input prompts check-in: b43a526002 user: user tags: trunk | |
22:20 | Correct a mistake in importing level titles check-in: ce10815b30 user: user tags: trunk | |
09:45 | Correct some mistakes in pattern matching check-in: d402558420 user: user tags: trunk | |
09:25 | Remove an incorrect "Lump size of dependent picture is too short" message check-in: 9ee1615bef user: user tags: trunk | |
09:10 | Correct a mistake in the Coloc instruction. check-in: 1948866d52 user: user tags: trunk | |
03:04 | Implement more of pattern matching. (It is only partially tested so far. Also, only (P) and (,P) are implemented, and so far not (=P) and (P*) and (,P*) and (=P*).) check-in: de3822f0fe user: user tags: trunk | |
2021-04-17
| ||
05:53 | Check for unterminated flow control structures check-in: 288e31e44b user: user tags: trunk | |
05:52 | Start to implement parsing for pattern matching. Execution of pattern matching is not yet implemented. check-in: 646aebd36a user: user tags: trunk | |
2021-04-16
| ||
00:19 | Update the TODO file. check-in: fb7252b349 user: user tags: trunk | |
2021-04-15
| ||
03:37 | Implement loading dependent pictures. check-in: 55e7980567 user: user tags: trunk | |
2021-04-14
| ||
21:51 | Add the missing -lm flag for linking check-in: 7355156dce user: user tags: trunk | |
21:41 | Improve the information about requirements for compiling Free Hero Mesh. check-in: 84f3f11f61 user: user tags: trunk | |
02:58 | Complete the implementation of the dependent picture editor. check-in: 1e022e6c6d user: user tags: trunk | |
2021-04-13
| ||
23:36 | Start to implement the dependent picture editor; currently, colour filters and shift filters cannot be edited yet. check-in: a5c2814f64 user: user tags: trunk | |
2021-04-12
| ||
23:18 | Data structures for dependent images in picture editor check-in: 120405b3b4 user: user tags: trunk | |
03:43 | Start to implement dependent pictures in the picture editor. (Currently, it just does nothing.) check-in: ffd9bad655 user: user tags: trunk | |
2021-04-11
| ||
17:12 | Add another item into TODO list check-in: 52cb71156f user: user tags: trunk | |
04:56 | Start to implement loading dependent pictures (the file format isn't implemented yet, nor even defined yet, nor does the picture editor support this yet). check-in: e17ab8c4ed user: user tags: trunk | |
01:11 | Add "min", "max", "eq2", "Coloc", and "Target" instructions. check-in: aa4fea4bb5 user: user tags: trunk | |
00:38 | A few more additions to TODO check-in: 45284c54d0 user: user tags: trunk | |
2021-04-10
| ||
04:19 | Add more into TODO check-in: 2a11c254a7 user: user tags: trunk | |
01:11 | Add a misc/ directory, currently with an example of a sokoban implementation in Free Hero Mesh. check-in: 778b39e351 user: user tags: trunk | |
01:04 | Add an item into the TODO check-in: 7151612cc3 user: user tags: trunk | |
00:49 | Add a TODO file check-in: 455d10f279 user: user tags: trunk | |
00:05 | Validate picture names in the picture editor. check-in: c43fd7265c user: user tags: trunk | |
2021-04-09
| ||
23:23 | Add the possibility to rename a picture in the picture editor. check-in: 602174dd57 user: user tags: trunk | |
2021-04-08
| ||
21:25 | Change a comment in exec.c explaining another reason why finding loops in deferred movement might sometimes not find one, and why it doesn't matter in that case. check-in: a1dab8cccd user: user tags: trunk | |
14:44 | Add a compile-time assertion that multi-character literals are implemented in a suitable way. check-in: 6cb45f70ee user: user tags: trunk | |
2021-04-07
| ||
22:05 | Allow displaying help and level strings in the examine object menu. check-in: dc43d63bc6 user: user tags: trunk | |
21:59 | Some more additions to sound.c check-in: debe888931 user: user tags: trunk | |
2021-04-06
| ||
21:21 | Implement more of the deferred movement (untested so far, although it does compile). check-in: 6bc4ddf9d6 user: user tags: trunk | |
2021-04-05
| ||
05:50 | Start to implement deferred movement (incomplete and untested so far). check-in: 13bc344828 user: user tags: trunk | |
2021-04-03
| ||
00:30 | Fix the =Done instruction so that it clears the OF_DONE flag instead of the OF_BUSY flag. check-in: 72fc19f911 user: user tags: trunk | |
00:21 | Mention sound.c in the ARCHITECTURE file. check-in: a1420da63c user: user tags: trunk | |
2021-04-02
| ||
23:39 | Some improvements to documentation check-in: 536bbdfe8a user: user tags: trunk | |
19:32 | Implement diagonal shoving. check-in: 57d6d9a4f7 user: user tags: trunk | |
07:08 | Begin to implement sounds; it is currently unused and is not fully implemented, nor tested yet. check-in: c144d8069c user: user tags: trunk | |