Merge lines.love

[?]
Mar 25, 2023, 6:30 PM
4U4VQWNYWI53T7JQ2WSA4HZU3AWUIVXWMFCHOGUKT3ZN5C3GF6AQC

Dependencies

  • [2] VOU73AK6 Merge lines.love
  • [3] OMLASW7K experiment at avoiding some merge conflicts
  • [4] LXTTOB33 extract a couple of files
  • [5] EMG7SDLW bugfix: cold start
  • [6] GUOQRUL7 Merge lines.love
  • [7] A4BSGS2C Merge lines.love
  • [8] HCFDBUXH fix stale comment
  • [9] BULPIBEG beginnings of a module for the text editor
  • [10] RSZD5A7G forgot to add json.lua
  • [11] XX7G2FFJ intermingle freehand line drawings with text
  • [12] 3PSFWAIL Merge lines.love
  • [13] TVCPXAAU rename
  • [14] 6LJZN727 handle chords
  • [15] BLWAYPKV extract a module
  • [16] 4YDBYBA4 clean up memory leak experiments
  • [17] GFXWHTE6 mouse wheel support
  • [18] 3QNOKBFM beginnings of a test harness
  • [19] 66X36NZN a little more prose describing manual_tests
  • [20] X3CQLBTR set window title within each app
  • [21] VHUNJHXB Merge lines.love
  • [22] Q7XPSKII Merge lines.love
  • [23] ORKN6EOB Merge lines.love
  • [24] OGUV4HSA remove some memory leaks from rendered fragments
  • [25] CE4LZV4T drop last couple of manual tests
  • [26] T4FRZSYL delete an ancient, unused file
  • [27] VXORMHME delete experimental REPL
  • [28] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [29] 2CTN2IEF Merge lines.love
  • [30] YMNOUE2M ugh, missed deleting an arg
  • [31] MD3W5IRA new fork: rip out drawing support
  • [32] ZTZOO2OQ Merge lines.love
  • [33] OTIBCAUJ love2d scaffold
  • [34] 73OCE2MC after much struggle, a brute-force undo
  • [35] 2TQUKHBC Merge lines.love
  • [36] QS3YLNKZ Merge lines.love
  • [37] D76MS2G2 Merge lines.love
  • [38] K2X6G75Z start writing some tests for drawings
  • [39] JOPVPUSA editing source code from within the app
  • [40] VP5KC4XZ Merge lines.love
  • [41] U3MJNFUY Merge lines.love
  • [42] 7VGDIPLC more robust state validation
  • [43] 2CK5QI7W make love event names consistent
  • [44] ATQO62TF Merge lines.love
  • [45] KMSL74GA support selections in the source editor
  • [46] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [47] ETXNVRPT Merge lines.love
  • [48] KKMFQDR4 editing source code from within the app
  • [49] D2GCFTTT clean up repl functionality
  • [50] FS2ITYYH record a known issue
  • [51] AKZWDWIA Merge lines.love
  • [52] 2L5MEZV3 experiment: new edit namespace
  • [53] L2FWWEQL source: remember cursor position of multiple files
  • [54] G54H3YG2 get rid of all bifold text
  • [55] VHQCNMAR several more modules
  • [56] AVTNUQYR basic test-enabled framework
  • [57] CQYKYJJU remember window positions across restart/ctrl+e
  • [58] TLOAPLBJ add a license
  • [59] R5QXEHUI somebody stop me
  • [60] DCO5BQWV Merge lines.love
  • [61] K74U4BAU Merge lines.love

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [4.2][4.177652:177686](),[4.2][4.177652:177686](),[4.177686][4.165766:165766]()
    end
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
    love.window.setTitle('lines.love - source')
    end
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
    love.window.setTitle('lines.love - source')
  • file deletion: run.lua (----------)run.lua (----------)
    [4.2][4.184046:184077](),[4.2][4.184046:184077](),[4.184077][4.178044:178044]()
    end
    function run.draw()
    edit.draw(Editor_state)
    end
    function run.update(dt)
    Cursor_time = Cursor_time + dt
    edit.update(Editor_state, dt)
    end
    function run.quit()
    edit.quit(Editor_state)
    end
    function run.settings()
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
    love.window.setTitle('lines.love - '..Editor_state.filename)
    if #arg > 1 then
    print('ignoring commandline args after '..arg[1])
    end
    if rawget(_G, 'jit') then
    jit.off()
    jit.flush()
    end
    end
    function run.load_settings()
    love.graphics.setFont(love.graphics.newFont(Settings.font_height))
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
    love.window.setTitle('lines.love - '..Editor_state.filename)
  • edit in source.lua at line 75
    [4.167379]
    [4.11]
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
  • edit in source.lua at line 80
    [4.56]
    [4.167379]
  • edit in source.lua at line 228
    [4.172434]
    [4.57]
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
  • edit in source.lua at line 233
    [4.102]
    [4.172434]
  • edit in run.lua at line 36
    [4.875]
    [4.178990]
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
  • edit in run.lua at line 42
    [4.179053]
    [4.179053]
  • edit in run.lua at line 126
    [4.908]
    [4.182051]
    -- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708
  • edit in run.lua at line 131
    [4.182113]
    [4.182113]
  • resurrect zombie in main.lua at line 242
    [2.889][4.925:956](),[4.925][4.925:956](),[4.925][4.925:956]()
    if Current_app == 'run' then
  • resurrect zombie in main.lua at line 244
    [2.961][4.1021:1059](),[4.1021][4.1021:1059](),[4.1021][4.1021:1059]()
    elseif Current_app == 'source' then