Merge lines.love

[?]
Sep 26, 2022, 10:24 PM
ETXNVRPTSI43GZYSCQCXKU5E4TC4HSNSK7MEGHAHDTIKWANYUSNAC

Dependencies

  • [2] ATQO62TF Merge lines.love
  • [3] A4STVUZI fix support for absolute paths in Windows
  • [4] K2X6G75Z start writing some tests for drawings
  • [5] CE4LZV4T drop last couple of manual tests
  • [6] 3QNOKBFM beginnings of a test harness
  • [7] D2GCFTTT clean up repl functionality
  • [8] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [9] VHUNJHXB Merge lines.love
  • [10] XX7G2FFJ intermingle freehand line drawings with text
  • [11] FS2ITYYH record a known issue
  • [12] 6LJZN727 handle chords
  • [13] 73OCE2MC after much struggle, a brute-force undo
  • [14] MD3W5IRA new fork: rip out drawing support
  • [15] JOPVPUSA editing source code from within the app
  • [16] 3PSFWAIL Merge lines.love
  • [17] D4B52CQ2 Merge lines.love
  • [18] LXTTOB33 extract a couple of files
  • [19] T4FRZSYL delete an ancient, unused file
  • [20] VXORMHME delete experimental REPL
  • [21] 2CTN2IEF Merge lines.love
  • [22] NFI42KGX more correct absolute path detection
  • [23] VBU5YHLR Merge lines.love
  • [24] OTIBCAUJ love2d scaffold
  • [25] TLOAPLBJ add a license
  • [26] GUOQRUL7 Merge lines.love
  • [27] TVCPXAAU rename
  • [28] OI4FPFIN support drawings in the source editor
  • [29] C3NYQP57 Merge lines.love
  • [30] AYX33NBC Merge lines.love
  • [31] KKMFQDR4 editing source code from within the app
  • [32] RSZD5A7G forgot to add json.lua
  • [33] BULPIBEG beginnings of a module for the text editor
  • [34] AVTNUQYR basic test-enabled framework
  • [35] 66X36NZN a little more prose describing manual_tests
  • [36] 2L5MEZV3 experiment: new edit namespace
  • [37] VHQCNMAR several more modules
  • [38] OGUV4HSA remove some memory leaks from rendered fragments
  • [39] BLWAYPKV extract a module
  • [40] KMSL74GA support selections in the source editor
  • [41] 32V6ZHQB Merge lines.love
  • [42] A23MMLJH migrate old settings, attempt #3
  • [43] 4YDBYBA4 clean up memory leak experiments
  • [44] R5QXEHUI somebody stop me

Change contents

  • file deletion: source_file.lua (----------)source_file.lua (----------)
    [4.2][4.152399:152438](),[4.2][4.152399:152438](),[4.152438][4.150241:150241]()
    if path:sub(2,2) == ':' then return true end -- DOS drive letter followed by volume separator
    local f = path:sub(1,1)
    return f == '/' or f == '\\'
    else
    error('What OS is this? LÖVE reports that the path separator is "'..os_path_separator..'"')
    end
    end
    function is_relative_path(path)
    return not is_absolute_path(path)
  • edit in source_file.lua at line 209
    [4.255]
    [4.255]
    if path:sub(2,2) == ':' then return true end -- DOS drive letter followed by volume separator