User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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)
- 01:38, 24 February 2010 (diff | hist) . . (+4,896) . . N Tutorial:Isometric Graphics (Created page with 'Isometric graphics are quite popular in RPGs and strategy games, so learning how to draw a grid of isometric cubes could be useful. For the sake of this tutorial I will assume th…')
- 22:18, 23 February 2010 (diff | hist) . . (+9,148) . . N Tutorial:Efficient Tile-based Scrolling (Created page with 'This tutorial introduces the SpriteBatch class for more efficient tile-based scrolling. For a tutorial on basic tile-based scrolling, see Tutorial:Tile-based_Scrolling. …')
- 22:12, 23 February 2010 (diff | hist) . . (+160) . . m Tutorial:Tile-based Scrolling (added see also section)
- 22:10, 23 February 2010 (diff | hist) . . (+9) . . m Tutorial:Tile-based Scrolling
- 22:09, 23 February 2010 (diff | hist) . . (-1) . . m Tutorial:Fine Tile-based Scrolling (extra period)
- 22:09, 23 February 2010 (diff | hist) . . (+4,306) . . N Tutorial:Fine Tile-based Scrolling (Created page with 'This is an expansion upon the code in Tile-based Scrolling.. It assumes a tile size of 16x16 and a window size of 320x240. <source lang="lua"> …')
- 22:07, 23 February 2010 (diff | hist) . . (+6,876) . . N Tutorial:Tile-based Scrolling (Created page with 'In this little tutorial we will cover a widely used technique used to draw game backgrounds: tilemaps. Using this technique, our backgrounds are going to be made up of pieces (ti…')
- 21:59, 23 February 2010 (diff | hist) . . (+4,944) . . N Tutorial:Drawing Order (Created page with 'As LÖVE doesn't have a built-in z-ordering system (it's a suggested future feature, but not a high priority) you may encounter some issues when trying to create a game that auto…')
- 21:52, 23 February 2010 (diff | hist) . . (+1,879) . . N Tutorial:Audio (I basically ended up rewriting most of this because audio changed so much in 0.6.1)
- 21:26, 23 February 2010 (diff | hist) . . (+6,090) . . N Tutorial:Using Input (Created page with 'Capturing input events with LÖVE is really easy; in this tutorial we'll cover how to capture keyboard and mouse events using both object methods and [[:C…')
- 18:25, 23 February 2010 (diff | hist) . . (-24) . . Tutorials
- 18:25, 23 February 2010 (diff | hist) . . (+83) . . N Category:Tutorials (Created page with '== All Tutorials == {{#ask: Category:Tutorials | headers=hide | ?Description }}')
- 18:09, 23 February 2010 (diff | hist) . . (+4,192) . . N Tutorial:Callback Functions (Created page with 'The callback functions in LÖVE are used by the engine to perform various tasks and are all optional. However, a fully-featured game experience would prob…')
- 17:58, 23 February 2010 (diff | hist) . . (+16) . . m Tutorial:Fonts and Text (fixed mention of love.graphics.draw)
- 17:56, 23 February 2010 (diff | hist) . . (0) . . m Tutorial:Fonts and Text (removed leading whitespace)
- 17:56, 23 February 2010 (diff | hist) . . (+5,077) . . N Tutorial:Fonts and Text (Created page with '{{#set:LOVE Version=0.6.0}} {{#set:Description=Fonts and Text}} Adding and using fonts in LÖVE isn't very complicated, but what you have to keep in mind is that you need to set…')
- 17:44, 23 February 2010 (diff | hist) . . (+5) . . m Tutorial:Hamster Ball (added keyconstant link)
- 17:40, 23 February 2010 (diff | hist) . . (+4,358) . . N Tutorial:Hamster Ball (Created page with '{{#set:LOVE version=0.6.0}} {{#set:Description=Image loading, key movement}} thumb|Screenshot of the hamster ball. This game is a very simple example o…')
- 17:35, 23 February 2010 (diff | hist) . . (+938) . . N Tutorials (Created page with '<gallery caption="Tutorials" widths="160px" heights="128px" perrow="4"> Image:Hamster_ball.png|Image loading, key movement Image:Text_drawing.png|[[Tuto…')
- 15:00, 23 February 2010 (diff | hist) . . (+282) . . love.graphics.line (added polyline info)
- 03:33, 18 February 2010 (diff | hist) . . (+4) . . User:Anjo
- 20:53, 16 February 2010 (diff | hist) . . (+111) . . Image (added parentheses note)
- 20:51, 16 February 2010 (diff | hist) . . (-1) . . Image
- 20:50, 16 February 2010 (diff | hist) . . (+501) . . N (Image):setFilter (Created page with 'Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation. == Function == === Synopsis === <source lang="lua"> Image:setFilter( min, mag ) <…')
- 20:50, 16 February 2010 (diff | hist) . . (-502) . . File:setFilter (move it!) (current)
- 20:49, 16 February 2010 (diff | hist) . . (+320) . . N (Image):getWidth (Created page with 'Returns the width of the Image. == Function == === Synopsis === <source lang="lua"> w = Image:getWidth( ) </source> === Arguments === None. === Returns === {{param|number|w|The w…')
- 20:49, 16 February 2010 (diff | hist) . . (-321) . . File:getWidth (gotta love those namespaces) (current)
- 20:45, 16 February 2010 (diff | hist) . . (+324) . . N (Image):getHeight (Created page with 'Returns the height of the Image. == Function == === Synopsis === <source lang="lua"> h = Image:getHeight( ) </source> === Arguments === None. === Returns === {{param|number|h|The…')
- 20:45, 16 February 2010 (diff | hist) . . (-325) . . File:getHeight (moving to (Image):getHeight) (current)
- 20:42, 16 February 2010 (diff | hist) . . (-360) . . File:getFilter (clearing this out) (current)
- 20:42, 16 February 2010 (diff | hist) . . (+359) . . N (Image):getFilter (Hooray parentheses)
- 19:41, 14 February 2010 (diff | hist) . . (+33) . . KeyConstant (fixed hash and asterisk keys)
- 19:38, 14 February 2010 (diff | hist) . . (+283) . . N User:Anjo (Created page with 'I make LÖVE (work) on the Mac! If you use OS X and have problems with LÖVE, I'm always happy to help. '''No, I am not going to make LÖVE for the iPhone.''' I've also done so…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)