User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:08, 21 June 2020 (diff | hist) . . (-65) . . m Sublime Text (→Lua Love: Updated to LÖVE 11.3 :O (but not completions))
- 13:41, 18 June 2020 (diff | hist) . . (+59) . . m Sublime Text (Note about outdated Lua Love package + fixed some links)
- 13:28, 18 June 2020 (diff | hist) . . (+53) . . m Getting Started (→Windows: Added note about lovec.exe)
- 13:25, 18 June 2020 (diff | hist) . . (-1) . . m Getting Started (→Windows: Sublime Text 2 -> Sublime Text)
- 13:13, 9 June 2020 (diff | hist) . . (+637) . . N Joystick:getConnectedIndex (Created undocumented method, ***PLEASE CORRECT AVAILABLE SINCE VERSION***!!!)
- 12:26, 5 June 2020 (diff | hist) . . (+17) . . m SpriteBatchUsage (Русский) (→Examples: Fixed parent) (current)
- 12:17, 5 June 2020 (diff | hist) . . (-2) . . m love.graphics.newText (→Example: Removed trailing comma)
- 10:32, 22 May 2020 (diff | hist) . . (+94) . . m VideoStream:seek
- 10:30, 22 May 2020 (diff | hist) . . (+48) . . m VideoStream:tell (→See Also) (current)
- 10:30, 22 May 2020 (diff | hist) . . (+46) . . m VideoStream:rewind (→See Also)
- 10:30, 22 May 2020 (diff | hist) . . (+48) . . m VideoStream:seek (→See Also)
- 10:29, 22 May 2020 (diff | hist) . . (+47) . . m VideoStream:isPlaying (→See Also) (current)
- 10:28, 22 May 2020 (diff | hist) . . (+52) . . m VideoStream:play (→See Also)
- 10:28, 22 May 2020 (diff | hist) . . (+51) . . m VideoStream:pause (→See Also)
- 10:28, 22 May 2020 (diff | hist) . . (-24) . . m VideoStream:getFilename (Undo revision 25371 by Andlac028 (talk)) (current)
- 10:27, 22 May 2020 (diff | hist) . . (+462) . . N VideoStream:isPlaying (Function exists, but not documented. Please update it to reflect current usage.)
- 10:23, 22 May 2020 (diff | hist) . . (+24) . . m VideoStream:getFilename (Function exists, but not documented. Please update it to reflect current usage.)
- 10:21, 22 May 2020 (diff | hist) . . (+481) . . N VideoStream:tell (Function exists, but not documented. Please update it to reflect current usage.)
- 10:17, 22 May 2020 (diff | hist) . . (+394) . . N VideoStream:rewind (Function exists, but not documented. Please update it to reflect current usage.)
- 10:15, 22 May 2020 (diff | hist) . . (+387) . . N VideoStream:seek (Function exists, but not documented. Please update it to reflect current usage.)
- 10:13, 22 May 2020 (diff | hist) . . (+346) . . N VideoStream:pause (Function exists, but not documented. Please update it to reflect current usage.)
- 10:12, 22 May 2020 (diff | hist) . . (0) . . m VideoStream:getFilename
- 10:11, 22 May 2020 (diff | hist) . . (+342) . . N VideoStream:play (Function exists, but not documented. Please update it to reflect current usage.)
- 10:10, 22 May 2020 (diff | hist) . . (+438) . . N VideoStream:getFilename (Function exists, but not documented. Please update it to reflect current usage.)
- 10:08, 22 May 2020 (diff | hist) . . (+662) . . N VideoStream:setSync (Function exists, but not documented. Please update it to reflect current usage.)
- 13:59, 25 April 2020 (diff | hist) . . (+107) . . m CompressedData (→See Also: added links to love.data and marked love.math variants as deprecated)
- 11:01, 22 April 2020 (diff | hist) . . (+23) . . m love.font.newImageRasterizer (DPIScale since 11.0)
- 10:59, 22 April 2020 (diff | hist) . . (+314) . . m love.font.newBMFontRasterizer (Updated page **FIXME:There are other variants, but I can't determine it from source code (and I'm not sure, if these are correct)**)
- 10:50, 22 April 2020 (diff | hist) . . (+1,188) . . m love.font.newTrueTypeRasterizer (Updated page)
- 10:36, 22 April 2020 (diff | hist) . . (+35) . . m love.font.newBMFontRasterizer (Added love.font.newImageRasterizer)
- 10:28, 22 April 2020 (diff | hist) . . (+36) . . m love.font.newTrueTypeRasterizer (→See Also: Added love.font.newImageRasterizer)
- 10:27, 22 April 2020 (diff | hist) . . (+36) . . m love.font.newRasterizer (→See Also: Added love.font.newImageRasterizer)
- 10:26, 22 April 2020 (diff | hist) . . (+859) . . N love.font.newImageRasterizer (Some raw info about it (from love source code) because it seems not to be documented)
- 10:20, 22 April 2020 (diff | hist) . . (-8) . . m love.font.newTrueTypeRasterizer (If I'm not wrong, it creates rasterizer)
- 10:19, 22 April 2020 (diff | hist) . . (-12) . . m love.font.newBMFontRasterizer (If I'm not wrong, it creates rasterizer)
- 10:03, 22 April 2020 (diff | hist) . . (-1) . . m GlyphData:getFormat (Seems like since 11.0? (when added PixelFormat)) (current)
- 10:02, 22 April 2020 (diff | hist) . . (+307) . . m love.font (Added enums (PixelFormat for GlyphData:getFormat()) and deprecation support)
- 09:59, 22 April 2020 (diff | hist) . . (+51) . . m PixelFormat (→See Also: Added link to font's GlyphData:getFormat)
- 09:58, 22 April 2020 (diff | hist) . . (+423) . . N GlyphData:getFormat (Some raw info about it (from love source code) because it seems not to be documented)
- 09:53, 22 April 2020 (diff | hist) . . (+527) . . N GlyphData:getBoundingBox (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 09:50, 22 April 2020 (diff | hist) . . (+422) . . N GlyphData:getBearing (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 09:48, 22 April 2020 (diff | hist) . . (+389) . . N GlyphData:getAdvance (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 09:47, 22 April 2020 (diff | hist) . . (+390) . . N GlyphData:getGlyphString (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 09:46, 22 April 2020 (diff | hist) . . (0) . . m GlyphData:getGlyph (current)
- 09:46, 22 April 2020 (diff | hist) . . (+378) . . N GlyphData:getGlyph (Some raw info about it (from love source code) because it seems not to be documented)
- 09:42, 22 April 2020 (diff | hist) . . (+441) . . N GlyphData:getDimensions (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 09:00, 22 April 2020 (diff | hist) . . (+382) . . N GlyphData:getHeight (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 08:59, 22 April 2020 (diff | hist) . . (+375) . . N GlyphData:getWidth (Some raw info about it (from love source code) because it seems not to be documented) (current)
- 13:58, 16 April 2020 (diff | hist) . . (+12) . . m Rasterizer:getGlyphData (current)
- 13:51, 16 April 2020 (diff | hist) . . (+203) . . m Rasterizer:getAdvance (Some raw info about it (from love source code) because it seems not to be documented) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)