User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:28, 21 May 2011 (diff | hist) . . (+19) . . love.thread
- 00:26, 21 May 2011 (diff | hist) . . (+18) . . m love.sound
- 14:25, 28 March 2011 (diff | hist) . . (+8) . . love.filesystem.newFile
- 14:23, 28 March 2011 (diff | hist) . . (+11) . . love.filesystem (fixed mac save directory)
- 02:34, 6 January 2011 (diff | hist) . . (+12) . . love.physics.newWorld (Français)
- 06:46, 25 December 2010 (diff | hist) . . (+410) . . N ImageData:encode (Created page with 'Encodes the ImageData. == Function == === Synopsis === <source lang="lua"> data = ImageData:encode( format ) </source> === Arguments === {{param|ImageFormat|format|The format to …')
- 16:34, 12 December 2010 (diff | hist) . . (+321) . . N Source:resume (Created page with '{{newin|0.7.0}} Resumes a paused Source. == Function == === Synopsis === <source lang="lua"> Source:resume() </source> === Arguments === None. === Returns === Nothing. == See…')
- 03:43, 18 November 2010 (diff | hist) . . (+129) . . love.thread
- 09:20, 16 October 2010 (diff | hist) . . (0) . . m Joint (subtypes probably more important than enums)
- 09:19, 16 October 2010 (diff | hist) . . (-22) . . Joint (using the proper semantic syntax for getting the subtypes)
- 09:19, 16 October 2010 (diff | hist) . . (-12) . . RevoluteJoint
- 09:18, 16 October 2010 (diff | hist) . . (+22) . . PulleyJoint (setting parent to Joint)
- 09:17, 16 October 2010 (diff | hist) . . (+25) . . PrismaticJoint (setting parent to Joint)
- 09:16, 16 October 2010 (diff | hist) . . (-12) . . MouseJoint (setting parent to Joint)
- 09:16, 16 October 2010 (diff | hist) . . (+32) . . GearJoint (added newGearJoint link)
- 09:15, 16 October 2010 (diff | hist) . . (-12) . . GearJoint (setting parent to Joint)
- 09:15, 16 October 2010 (diff | hist) . . (+23) . . DistanceJoint (only showing the Joint functions)
- 09:14, 16 October 2010 (diff | hist) . . (-34) . . DistanceJoint (setting parent to Joint)
- 09:12, 16 October 2010 (diff | hist) . . (+89) . . Joint (added enums (well, enum))
- 09:12, 16 October 2010 (diff | hist) . . (-7) . . JointType (parent should probably be Joint)
- 09:11, 16 October 2010 (diff | hist) . . (+327) . . N JointType (Created page with 'Different types of joints. == Constants == ;distance: A DistanceJoint. ;gear: A GearJoint. ;mouse: A MouseJoint. ;prismatic: A PrismaticJoint. ;pulley: A [[Pulley…')
- 09:09, 16 October 2010 (diff | hist) . . (+111) . . BlendMode (added new blend modes)
- 09:01, 16 October 2010 (diff | hist) . . (+1,015) . . 0.7.0 (Updated and linkified!)
- 08:48, 16 October 2010 (diff | hist) . . (+392) . . N FileData:getExtension (Created page with '{{newin|0.7.0|type=function}} Gets the extension of the FileData. == Function == === Synopsis === <source lang="lua"> ext = FileData:getExtension( ) </source> === Arguments =…')
- 08:47, 16 October 2010 (diff | hist) . . (+386) . . N FileData:getFilename (Created page with '{{newin|0.7.0|type=function}} Gets the filename of the FileData. == Function == === Synopsis === <source lang="lua"> name = FileData:getFilename( ) </source> === Arguments ==…')
- 08:45, 16 October 2010 (diff | hist) . . (+566) . . N love.filesystem.newFileData (Created page with '{{newin|0.7.0|type=function}} Creates a new FileData object. == Function == === Synopsis === <source lang="lua"> data = love.filesystem.newFileData( contents, name, deco…')
- 08:44, 16 October 2010 (diff | hist) . . (+143) . . FileData (forgot the semantic stuff)
- 08:43, 16 October 2010 (diff | hist) . . (+198) . . N FileData (Created page with '{{newin|0.7.0|type=class}} Data representing the contents of a file. == Functions == {{#ask: Category:Functions parent::FileData OR parent::Data | headers=hi…')
- 08:42, 16 October 2010 (diff | hist) . . (+16) . . Data:getPointer (fixed wording and return)
- 08:34, 16 October 2010 (diff | hist) . . (+100) . . love.filesystem (added enums (well, enum))
- 08:33, 16 October 2010 (diff | hist) . . (+269) . . N FileDecoder (Created page with '{{newin|0.7.0|type=enum}} How to decode a given FileData. == Constants == ;file: The data is unencoded. ;base64: The data is base64-encoded. == See Also == * [[parent::lo…')
- 08:27, 16 October 2010 (diff | hist) . . (+4) . . m Shape:getBody (linkifying)
- 18:11, 10 October 2010 (diff | hist) . . (+253) . . love.graphics.setFont
- 17:48, 10 October 2010 (diff | hist) . . (+191) . . love.graphics.newFont
- 19:26, 18 June 2010 (diff | hist) . . (+4) . . LOVE:About
- 19:26, 18 June 2010 (diff | hist) . . (+218) . . N LOVE:About (Created page with 'LÖVE is an *awesome* framework you can use to make 2D games in Lua. It’s free, open-source, and works on Windows, Mac OS X and Linux. There's really nothing else you need to k…')
- 19:11, 18 June 2010 (diff | hist) . . (0) . . m The King and the Crown (picture link was broken thanks to the name being mis-capitalized, fixed)
- 14:49, 4 May 2010 (diff | hist) . . (+89) . . Shape (added enums section, for ShapeType)
- 14:49, 4 May 2010 (diff | hist) . . (+11) . . ShapeType (this belongs to Shape, not love.physics.)
- 14:48, 4 May 2010 (diff | hist) . . (-97) . . love.physics (Actually, never mind, the constant belongs to Shape anyway.)
- 14:46, 4 May 2010 (diff | hist) . . (+3) . . Shape:getType (this should return a ShapeType constant)
- 14:45, 4 May 2010 (diff | hist) . . (+97) . . love.physics (Added enums section, for ShapeType)
- 14:44, 4 May 2010 (diff | hist) . . (+313) . . N ShapeType (Created page with 'The different types of Shapes, as returned by Shape:getType. == Constants == ;circle: The Shape is circular. ;polygon: The Shape is polygonal. == See Also == * [[pa…')
- 16:45, 3 April 2010 (diff | hist) . . (+6) . . m love.graphics.newSpriteBatch (added size's default value)
- 18:26, 30 March 2010 (diff | hist) . . (-2) . . m SourceType
- 05:14, 24 March 2010 (diff | hist) . . (+1) . . SoundData
- 19:27, 13 March 2010 (diff | hist) . . (-343) . . DistanceJoint:setDampingRatio (Redirected page to DistanceJoint:setDamping)
- 23:47, 1 March 2010 (diff | hist) . . (+4) . . m love.audio.newSource (actually I'm pretty sure that creating a Source from SoundData is actually "static": see src/scripts/audio.lua)
- 23:33, 1 March 2010 (diff | hist) . . (+34) . . N Developers (Redirected page to Category:Developers) (current)
- 23:02, 1 March 2010 (diff | hist) . . (+42) . . User:Anjo (bringing in line with the other dev pages)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)