Free Hero Mesh

History of default.heromeshrc of bb9043ee137277f5
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

History of the file that is called default.heromeshrc at check-in bb9043ee137277f5

2023-10-31
23:36
Make control and middle button to draw lines from clicked location for helping with alignment. file: [336d543bb0] check-in: [382666e88a] user: user, branch: trunk, size: 7606 [annotate] [blame] [check-ins using] [diff]
2023-10-17
01:33
Implement SHIFT+DELETE to delete moves up to the mark. file: [15c07e1dd4] check-in: [5c766650a2] user: user, branch: trunk, size: 7586 [annotate] [blame] [check-ins using] [diff]
2023-10-16
00:12
Implement save state slots, including loading personal best solutions. file: [d8800e43cf] check-in: [cc0df8402f] user: user, branch: trunk, size: 7529 [annotate] [blame] [check-ins using] [diff]
2023-09-03
23:39
Implement shift+leftclick to try to move Hero the number of steps toward where it is clicked, similar to the MESH:Hero. file: [5051924df1] check-in: [215e7bbe96] user: user, branch: trunk, size: 6649 [annotate] [blame] [check-ins using] [diff]
2023-08-29
19:25
Make CTRL+DEL to delete all moves ahead of the current point in the move list, as described in a note in the HEARTS1 puzzle set. file: [d62877237a] check-in: [e5df02f6f7] user: user, branch: trunk, size: 6174 [annotate] [blame] [check-ins using] [diff]
2023-01-31
19:26
Add 'mm' binding ALT with middle mouse button to write coordinates to the Misc value of MRU. file: [8c46116b52] check-in: [67716681cf] user: user, branch: trunk, size: 6148 [annotate] [blame] [check-ins using] [diff]
02:29
SHIFT+B in editor to fill only the border of the selection rectangle. file: [93e3b75442] check-in: [13bba11fed] user: user, branch: trunk, size: 6085 [annotate] [blame] [check-ins using] [diff]
2022-08-30
22:12
Add a "S" column to the "GRAPH" SQL table in the picture editor. The example ALT+M macro uses this to automatically apply horizontal mirror symmetry to a picture. file: [8adb826c84] check-in: [bb9043ee13] user: user, branch: trunk, size: 5949 [annotate] [blame] [check-ins using] [diff]
2022-07-06
19:36
Implement coordinate input. file: [f6f6f8f1b2] check-in: [87a8bc6a74] user: user, branch: trunk, size: 5839 [annotate] [blame] [check-ins using] [diff]
2022-06-08
03:41
Display number of solved levels if you push CTRL+K. file: [62267c997a] check-in: [e4f3f04743] user: user, branch: trunk, size: 5781 [annotate] [blame] [check-ins using] [diff]
2022-05-28
19:08
Add commands to select levels at random (either all levels or only unsolved levels) file: [e5dd73fea7] check-in: [61d1c94622] user: user, branch: trunk, size: 5566 [annotate] [blame] [check-ins using] [diff]
2022-04-24
20:33
Implement (Rook), (Bishop), and (Queen) blocks in class definition blocks. file: [8a1fa84fa5] check-in: [3a5d5440cc] user: user, branch: trunk, size: 5406 [annotate] [blame] [check-ins using] [diff]
2022-01-29
05:55
Implement the Sound instruction. (There are still a few problems such as clicks at the end of some sound effects, and a few problems with the sound test menu. However, it mostly works, now.) file: [eab9494892] check-in: [d15195a921] user: user, branch: trunk, size: 5405 [annotate] [blame] [check-ins using] [diff]
2022-01-04
02:21
Implement level index editor, including divisions. (Currently, the divisions is not used outside of the level index editor; later, this should be fixed) file: [7f0656bbc7] check-in: [8117ec3cff] user: user, branch: trunk, size: 5390 [annotate] [blame] [check-ins using] [diff]
2021-12-17
03:01
Implement list of levels (currently the tall mode lacks details; this will be added in future). file: [f54d91daf2] check-in: [2b9a22d541] user: user, branch: trunk, size: 5369 [annotate] [blame] [check-ins using] [diff]
2021-12-14
06:54
Start to implement the LEVELS table. file: [cf39f14a84] check-in: [c4208ea179] user: user, branch: trunk, size: 5348 [annotate] [blame] [check-ins using] [diff]
2021-11-25
01:17
Implement .autoWin option (to do something if you have won, e.g. auto advance to next level). file: [8008201b1c] check-in: [ccc683e688] user: user, branch: trunk, size: 5126 [annotate] [blame] [check-ins using] [diff]
2021-10-28
02:37
Implement ^x and also some , and = variants of a few instructions. file: [9cfd006fc7] check-in: [0d3bc1253d] user: user, branch: trunk, size: 5126 [annotate] [blame] [check-ins using] [diff]
2021-10-23
05:43
Implement move list deletion/insertion mode. file: [030154443a] check-in: [d950a4244a] user: user, branch: trunk, size: 5106 [annotate] [blame] [check-ins using] [diff]
2021-09-30
21:08
Add SOLUTION_MOVE_LIST function, F9 to flash player location, shift and middle mouse button, and a documentation correction. file: [663dcd3e34] check-in: [28b482dea1] user: user, branch: trunk, size: 5064 [annotate] [blame] [check-ins using] [diff]
03:21
Implement selection rectangles, and PLAYFIELD virtual table. file: [4827705334] check-in: [2119a02b07] user: user, branch: trunk, size: 4851 [annotate] [blame] [check-ins using] [diff]
2021-09-22
01:11
Add missing documentation for MAX_LEVEL SQL function, and default key bindings for go to first/last level. file: [6c809dba16] check-in: [f6ec7187a2] user: user, branch: trunk, size: 4644 [annotate] [blame] [check-ins using] [diff]
2021-09-18
22:37
Add 'am' editor command to make MRU item by SQL results file: [030ec22b1d] check-in: [16400482c5] user: user, branch: trunk, size: 4563 [annotate] [blame] [check-ins using] [diff]
2021-09-12
04:37
Add possibility to adjust replay speed at run time. file: [b7279ec6a0] check-in: [1d89b3ab66] user: user, branch: trunk, size: 4444 [annotate] [blame] [check-ins using] [diff]
00:57
Implement bizarro editing. file: [a8c6aa6da8] check-in: [6b326d94b8] user: user, branch: trunk, size: 4357 [annotate] [blame] [check-ins using] [diff]
2021-09-09
06:18
Free Hero Mesh is starting to be bizarro. file: [77e855c5b3] check-in: [9ded322f4f] user: user, branch: trunk, size: 4341 [annotate] [blame] [check-ins using] [diff]
2021-06-16
18:03
Corrections to default configuration, and some more stuff added to README file: [74d849228e] check-in: [9889c7bed6] user: user, branch: trunk, size: 4313 [annotate] [blame] [check-ins using] [diff]
2021-06-10
18:36
Do not try to access levels past beginning or end when skipping levels file: [3ae6768dd0] check-in: [b9447d4488] user: user, branch: trunk, size: 4393 [annotate] [blame] [check-ins using] [diff]
2021-05-23
02:22
Implement a key binding command to record the solution even if auto recording solutions is not enabled. file: [71d4d49167] check-in: [1a2fee8a44] user: user, branch: trunk, size: 4351 [annotate] [blame] [check-ins using] [diff]
2021-05-18
05:27
Implement slow replay mode. file: [1fdde48f53] check-in: [7498f8d701] user: user, branch: trunk, size: 4330 [annotate] [blame] [check-ins using] [diff]
2021-05-05
20:03
Add the possibility to edit Misc/Dir of existing objects. file: [f9d22c5234] check-in: [acca5b95d3] user: user, branch: trunk, size: 4310 [annotate] [blame] [check-ins using] [diff]
2021-04-26
03:20
Implement the $KEY_XY SQL host variable, to allow coordinate selection by keyboard, as suggested on IRC. file: [804c1e8ecd] check-in: [8c73b0a17e] user: user, branch: trunk, size: 4223 [annotate] [blame] [check-ins using] [diff]
2021-04-22
03:00
Add possibility of additional code pages. file: [b105198fc2] check-in: [9959860889] user: user, branch: trunk, size: 4185 [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:44
Implement pasting into text input prompts file: [322c2f0dbe] check-in: [b43a526002] user: user, branch: trunk, size: 4136 [annotate] [blame] [check-ins using] [diff]
2021-03-30
06:32
Add the maxTrigger resource, to try to prevent some kinds of infinite loops file: [29103a4844] check-in: [655771dcba] user: user, branch: trunk, size: 4111 [annotate] [blame] [check-ins using] [diff]
2021-03-28
06:01
Start to implement editing level strings (not finished yet) file: [3ef6cce4af] check-in: [59dfac25ca] user: user, branch: trunk, size: 4091 [annotate] [blame] [check-ins using] [diff]
2021-03-27
08:21
Implement the text editor, for editing the level title and level strings (currently, only editing the title is implemented). file: [bcc7dad1c1] check-in: [1665c0ca5d] user: user, branch: trunk, size: 4075 [annotate] [blame] [check-ins using] [diff]
2021-03-23
05:00
Implement the possibility to add new levels into the puzzle set. file: [7cb4207d79] check-in: [bbdc443497] user: user, branch: trunk, size: 4054 [annotate] [blame] [check-ins using] [diff]
2021-03-11
05:38
Implement importing levels file: [75fb89c738] check-in: [04cceae6dc] user: user, branch: trunk, size: 4033 [annotate] [blame] [check-ins using] [diff]
2021-03-06
06:04
Add level exporting. (Importing is not implemented yet.) file: [ed90c9d16e] check-in: [dd82c6e9b5] user: user, branch: trunk, size: 3992 [annotate] [blame] [check-ins using] [diff]
05:22
Add the global examine command file: [0a5a74d628] check-in: [c1b51c9521] user: user, branch: trunk, size: 3951 [annotate] [blame] [check-ins using] [diff]
2021-02-21
00:43
Add saving levels. (Now it is probably ready for public testing.) file: [f4fd84468a] check-in: [d89808c09a] user: user, branch: trunk, size: 3931 [annotate] [blame] [check-ins using] [diff]
2021-02-18
05:06
Add 'lc' and 'lv' to set level code and level version. file: [b489fce8f4] check-in: [5439829a5f] user: user, branch: trunk, size: 3921 [annotate] [blame] [check-ins using] [diff]
2021-02-16
07:11
In the level editor, add the possibility to clear levels, resize levels, and to fill the playfield with one kind of object. file: [57b9ba9aa2] check-in: [2f8784fac0] user: user, branch: trunk, size: 3840 [annotate] [blame] [check-ins using] [diff]
2021-02-13
04:46
Add Misc/Dir editing file: [0717a6e544] check-in: [94aad6dd1b] user: user, branch: trunk, size: 3537 [annotate] [blame] [check-ins using] [diff]
2021-02-10
04:52
Added: Add an example configuration file. file: [5c68efeaef] check-in: [8fd8c63a9e] user: user, branch: trunk, size: 3516 [annotate] [blame] [check-ins using]