User contributions
- 04:03, 29 August 2022 (diff | hist) . . (+168) . . Shader (prominently mention pragma language glsl3 (it took ages before I realized this was necessary).)
- 00:28, 1 May 2022 (diff | hist) . . (+304) . . love.window.setIcon (hint how to set icon in fused executables) (current)
- 00:20, 1 May 2022 (diff | hist) . . (+43) . . m love.graphics.setIcon (archive.org for dead bitbucket link)
- 16:10, 3 March 2022 (diff | hist) . . (+4,117) . . Contact (add example showing how to avoid "Attempt to use destroyed contact." I don't know how to make it shorter.) (current)
- 01:19, 31 December 2021 (diff | hist) . . (+613) . . love.gamepadpressed (Example: print the MRU gamepad name) (current)
- 01:15, 31 December 2021 (diff | hist) . . (+100) . . Joystick:isGamepad (clarify "virtual gamepad" from other documentation) (current)
- 01:07, 31 December 2021 (diff | hist) . . (+723) . . love.joystick.getGamepadMappingString (Example: print the MRU gamepad name) (current)
- 22:24, 24 November 2021 (diff | hist) . . (-9) . . m SoundData:setSample (→Example: Generate notes with a sine wave: rephrase comment bit)
- 22:19, 24 November 2021 (diff | hist) . . (+68) . . SoundData:setSample (→Example: Play a sine wave: play something that sounds closer to music)
- 22:11, 24 November 2021 (diff | hist) . . (+205) . . SoundData:setSample (Improved example that chooses better values and explains choices, and uses frequency. thanks to zorg for help.)
- 22:08, 23 November 2021 (diff | hist) . . (+1,006) . . SoundData:setSample (add Example: Play a sine wave)
- 15:49, 1 July 2021 (diff | hist) . . (+195) . . Contact (The lifetimes of Contacts are short)
- 15:46, 1 July 2021 (diff | hist) . . (+187) . . World:setCallbacks (Contacts may be destroyed: https://love2d.org/forums/viewtopic.php?f=4&t=91575&p=241914)
- 14:18, 1 July 2021 (diff | hist) . . (+56) . . Fixture:setSensor (clarify "collision responses"; use name for callbacks from World:setCallbacks page)
- 00:54, 28 June 2021 (diff | hist) . . (+6) . . Fixture:setFriction (Use the same [] notation for range as other pages.) (current)
- 00:54, 28 June 2021 (diff | hist) . . (+953) . . Fixture:setRestitution (summarize how Restitution works, it's range, and reference the implementation) (current)
- 22:44, 14 June 2021 (diff | hist) . . (+274) . . love.load (→Examples: use locals. demonstrate use of args (main use for load). include update to make defining position meaningful.)