User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:14, 28 November 2018 (diff | hist) . . (-1) . . m love.audio.isEffectsSupported (Move "Notes" to h2 instead of h3)
- 11:13, 28 November 2018 (diff | hist) . . (+654) . . N love.audio.getMaxSourceEffects (Created page with "{{newin|11.0|110|type=function}} Gets the maximum number of active Effects in a single Source object, that the system can support. == Function == === Synopsis === <so...")
- 10:54, 28 November 2018 (diff | hist) . . (+543) . . N love.audio.setMixWithSystem (Created page with "{{newin|11.0|110|type=function}} Sets whether the system should mix the audio with the system's audio. == Function == === Synopsis === <source lang="lua"> success = love....")
- 10:43, 28 November 2018 (diff | hist) . . (+607) . . N love.audio.isEffectsSupported (Created page with "{{newin|11.0|110|type=function}} Gets whether Effects are supported in the system. == Function == === Synopsis === <source lang="lua"> supported = love.audio.isEffectsSup...")
- 01:52, 25 November 2018 (diff | hist) . . (+2,729) . . Gradients (Better version with Mesh)
- 12:36, 22 November 2018 (diff | hist) . . (+1,613) . . N Live2LOVE (Created page with "LÖVE module to load and render Live2D Cubism 2 models. Due to Live2D restrictions, this library must be compiled from source. Furthermore, source modification to LÖVE is ne...")
- 05:21, 11 November 2018 (diff | hist) . . (-738) . . love.mousepressed
- 05:19, 11 November 2018 (diff | hist) . . (-606) . . love.mousereleased (Not really removed, but the arguments were added.)
- 14:39, 24 October 2018 (diff | hist) . . (-38) . . m Source:getType ("static or stream" but there's queue.)
- 14:34, 24 October 2018 (diff | hist) . . (-88) . . m SourceType
- 14:34, 24 October 2018 (diff | hist) . . (+99) . . m love.audio.newSource (specifying "queue" yields to "stream" Source.)
- 14:30, 24 October 2018 (diff | hist) . . (+178) . . m SourceType
- 03:25, 13 October 2018 (diff | hist) . . (+23) . . m (File):write (Windows 10 1809 Notepad now treats LF) (current)
- 03:17, 10 October 2018 (diff | hist) . . (-77) . . m love.data.hash
- 12:27, 24 September 2018 (diff | hist) . . (+148) . . m love.load (2nd param for `love.load` is unfiltered arg of 1st param.)
- 02:38, 31 August 2018 (diff | hist) . . (+53) . . m Game Distribution/APKTool
- 12:36, 23 July 2018 (diff | hist) . . (+221) . . m love.load
- 16:07, 3 July 2018 (diff | hist) . . (+65) . . m love.filesystem
- 16:35, 26 June 2018 (diff | hist) . . (+239) . . m Game Distribution/APKTool
- 15:54, 11 June 2018 (diff | hist) . . (+55) . . m CompressedData (It's love.data.decompress)
- 14:20, 11 June 2018 (diff | hist) . . (+39) . . m love.system.getProcessorCount ("processor" is more make sense since it's affected by Hyperthreading)
- 12:42, 11 June 2018 (diff | hist) . . (+4) . . m ContainerType (Ok so ByteData is actually a thing) (current)
- 11:23, 11 June 2018 (diff | hist) . . (+102) . . m Channel:push (Return ID in LOVE 11.0) (current)
- 11:54, 10 June 2018 (diff | hist) . . (+379) . . N CanvasMipmapMode (Created page with "{{newin|11.0|110|type=enum}} {{notice|This page needs more descriptive information}} == Constants == ;none: Do not enable mipmap. ;auto: Automatically generate mipmap. ;...")
- 06:04, 10 June 2018 (diff | hist) . . (-19) . . m SpriteBatch:setBufferSize (Use newinoldin template) (current)
- 15:28, 1 June 2018 (diff | hist) . . (+122) . . m User:AuahDark (Live2LOVE)
- 12:48, 29 May 2018 (diff | hist) . . (-494) . . m love.mousemoved (Use "New feature" template for `istouch` argument like love.graphics.draw)
- 11:43, 22 April 2018 (diff | hist) . . (+85) . . m Config Files (vsync iOS notice.)
- 16:12, 20 April 2018 (diff | hist) . . (+670) . . m love.graphics.draw (Transform variant)
- 14:47, 16 April 2018 (diff | hist) . . (+305) . . m love.run (love.run() return function in 11.0)
- 12:54, 12 April 2018 (diff | hist) . . (+1,275) . . m love.graphics.newVideo
- 02:47, 12 April 2018 (diff | hist) . . (-8) . . m Game Distribution/APKTool
- 15:39, 10 April 2018 (diff | hist) . . (+94) . . m love.graphics.newArrayImage
- 05:21, 10 April 2018 (diff | hist) . . (+5,019) . . m Config Files (Indonesia) (current)
- 05:14, 10 April 2018 (diff | hist) . . (+97) . . m Config Files (highdpi note for Android.)
- 04:01, 10 April 2018 (diff | hist) . . (+116) . . m Game Distribution (Who the hell wants to install Android SDK just to distribute LÖVE game for Android?)
- 03:58, 10 April 2018 (diff | hist) . . (+3,609) . . N Game Distribution/APKTool (Who the hell wants to install Android SDK just to distribute LÖVE game for Android?)
- 15:14, 7 April 2018 (diff | hist) . . (+46) . . m 11.0 (No-game screen)
- 15:13, 7 April 2018 (diff | hist) . . (+48) . . N File:11.0-NoGame.png (No-game screen of Mysterious Mysteries.) (current)
- 15:09, 7 April 2018 (diff | hist) . . (+23) . . m In-Memory Audio Streaming (Tutorial and snippet at same time.)
- 15:05, 7 April 2018 (diff | hist) . . (+1,940) . . N In-Memory Audio Streaming (Created page with "This code snippet is basically shows the possibly of loading audio FileData then let the Decoder decode the audio in-memory. This is different than loading the whole [...")
- 13:16, 7 April 2018 (diff | hist) . . (-2) . . m Decoder:getChannelCount (current)
- 13:16, 7 April 2018 (diff | hist) . . (-18) . . m Decoder:decode (Why it doesn't get displayed?)
- 13:11, 7 April 2018 (diff | hist) . . (+521) . . N Decoder:decode (Created page with "{{newin|11.0|110|type=function}} Decodes the audio and return SoundData object containing the decoded audio data. == Function == === Synopsis === <source lang="lua"> s...")
- 14:57, 5 April 2018 (diff | hist) . . (+1) . . m Config Files (Dang.)
- 14:51, 5 April 2018 (diff | hist) . . (+173) . . m Config Files
- 14:15, 2 April 2018 (diff | hist) . . (-2) . . m love.data.decompress (¯\_(ツ)_/¯) (current)
- 14:12, 2 April 2018 (diff | hist) . . (+4,531) . . Config Files (Mysterious Misteries edit :P)
- 13:14, 2 April 2018 (diff | hist) . . (-2) . . m ContainerType (¯\_(ツ)_/¯)
- 13:13, 2 April 2018 (diff | hist) . . (-2) . . m love.data.compress (¯\_(ツ)_/¯) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)