Merge lines.love

[?]
Jan 7, 2023, 1:47 AM
KG7YVGVRDJVCKZ3SZMNWO4QGYPVOT27DH7TBQGRUMPOUDVQ6J5XQC

Dependencies

  • [2] DB7HJBHJ Merge lines.love
  • [3] ZQDQLLCL bugfix
  • [4] TLOAPLBJ add a license
  • [5] VP5KC4XZ Merge lines.love
  • [6] K2X6G75Z start writing some tests for drawings
  • [7] XGHCLIKB Merge lines.love
  • [8] ORKN6EOB Merge lines.love
  • [9] 4YDBYBA4 clean up memory leak experiments
  • [10] GUOQRUL7 Merge lines.love
  • [11] T4FRZSYL delete an ancient, unused file
  • [12] 6LJZN727 handle chords
  • [13] LXTTOB33 extract a couple of files
  • [14] CE4LZV4T drop last couple of manual tests
  • [15] JOPVPUSA editing source code from within the app
  • [16] DCO5BQWV Merge lines.love
  • [17] KMSL74GA support selections in the source editor
  • [18] TVCPXAAU rename
  • [19] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [20] 3PSFWAIL Merge lines.love
  • [21] 2CK5QI7W make love event names consistent
  • [22] FS2ITYYH record a known issue
  • [23] XX7G2FFJ intermingle freehand line drawings with text
  • [24] VHQCNMAR several more modules
  • [25] 73OCE2MC after much struggle, a brute-force undo
  • [26] ETXNVRPT Merge lines.love
  • [27] VO2ZVTWK Merge lines.love
  • [28] VXORMHME delete experimental REPL
  • [29] 2CTN2IEF Merge lines.love
  • [30] BULPIBEG beginnings of a module for the text editor
  • [31] VHUNJHXB Merge lines.love
  • [32] 3QNOKBFM beginnings of a test harness
  • [33] MD3W5IRA new fork: rip out drawing support
  • [34] OTIBCAUJ love2d scaffold
  • [35] R5QXEHUI somebody stop me
  • [36] RSZD5A7G forgot to add json.lua
  • [37] AVTNUQYR basic test-enabled framework
  • [38] UTDSCN3G Merge lines.love
  • [39] CQYKYJJU remember window positions across restart/ctrl+e
  • [40] 66X36NZN a little more prose describing manual_tests
  • [41] KKMFQDR4 editing source code from within the app
  • [42] D2GCFTTT clean up repl functionality
  • [43] OGUV4HSA remove some memory leaks from rendered fragments
  • [44] BLWAYPKV extract a module
  • [45] 2L5MEZV3 experiment: new edit namespace

Change contents

  • file deletion: run.lua (----------)run.lua (----------)
    [4.2][4.184046:184077](),[4.2][4.184046:184077](),[4.184077][4.178044:178044]()
    return edit.mouse_press(Editor_state, x,y, mouse_button)
    end
    function run.mouse_press(x,y, mouse_button)
    Cursor_time = 0 -- ensure cursor is visible immediately after it moves
  • replacement in run.lua at line 152
    [4.182826][4.182826:182872]()
    function run.mouse_pressed(x,y, mouse_button)
    [4.182826]
    [4.182872]
    function run.mouse_press(x,y, mouse_button)
  • replacement in run.lua at line 154
    [4.182946][4.182946:183007]()
    return edit.mouse_pressed(Editor_state, x,y, mouse_button)
    [4.182946]
    [4.183007]
    return edit.mouse_press(Editor_state, x,y, mouse_button)