a few more renames

[?]
Dec 24, 2022, 4:30 AM
WZZGVKSGCAEPDTHCT4IKNNAWDHUEATGOAT4FBLQUPF64CSJSNVJQC

Dependencies

  • [2] NVVHJWJE a new event: receiving code changes from the driver
  • [3] RXNR3U5E Merge text.love
  • [4] 36Z442IV back to commit 8123959e52f without code editing
  • [5] WNHI74P7 load manifest in correct order
  • [6] LRDM35CE app running again
  • [7] YJ6ASFBG yet another fork trying to integrate my live framework with everything else
  • [8] OTIBCAUJ love2d scaffold
  • [9] 5OVKHVY6 nice way to make on.* handlers more discoverable

Change contents

  • replacement in main.lua at line 83
    [3.5643][3.145:191]()
    if on.filedropped then on.filedropped() end
    [3.5643]
    [3.183]
    if on.file_drop then on.file_drop() end
  • replacement in main.lua at line 108
    [3.6894][3.297:364]()
    if on.mouse_pressed then on.mouse_pressed(x,y, mouse_button) end
    [3.6894]
    [3.6955]
    if on.mouse_press then on.mouse_press(x,y, mouse_button) end
  • replacement in main.lua at line 113
    [3.7080][3.365:434]()
    if on.mouse_released then on.mouse_released(x,y, mouse_button) end
    [3.7080]
    [3.7142]
    if on.mouse_release then on.mouse_release(x,y, mouse_button) end
  • replacement in live.lua at line 151
    [3.5013][2.8:60]()
    if on.code_changed then on.code_changed() end
    [3.5013]
    [3.5013]
    if on.code_change then on.code_change() end
  • replacement in 0001-on at line 7
    [3.247][2.74:155]()
    -- on.code_changed (runs after every time the driver sends a new definition)
    [3.247]
    [3.247]
    -- on.code_change (runs after every time the driver sends a new definition)
  • replacement in 0001-on at line 11
    [3.296][3.296:318]()
    -- on.filedropped
    [3.296]
    [3.318]
    -- on.file_drop
  • replacement in 0001-on at line 13
    [3.334][3.334:557]()
    -- on.mouse_pressed (see love.mousepressed)
    -- on.mouse_released (see love.mousereleased)
    -- on.keychord_pressed (see keychord.lua in this repo)
    -- on.textinput
    -- on.key_released (see love.keyreleased)
    [3.334]
    [3.557]
    -- on.mouse_press (see love.mousepressed)
    -- on.mouse_release (see love.mousereleased)
    -- on.keychord_press (see keychord.lua in this repo)
    -- on.text_input (see love.textinput)
    -- on.key_release (see love.keyreleased)