Difference between revisions of "Talk:Main Page"
(→LOVE:About: Volunteers?) |
(question about deleting a page) |
||
Line 16: | Line 16: | ||
: So... who will do that? --[[User:Robin|Robin]]-<sub>[[User_talk:Robin|gvx]]</sub> 10:03, 20 February 2010 (UTC) | : So... who will do that? --[[User:Robin|Robin]]-<sub>[[User_talk:Robin|gvx]]</sub> 10:03, 20 February 2010 (UTC) | ||
+ | |||
+ | == Requesting a deletion == | ||
+ | |||
+ | Is there a good way to suggest a page to be deleted. I would suggest this: | ||
+ | |||
+ | http://love2d.org/wiki/DistanceJoint:setDampingRatio | ||
+ | |||
+ | The reason is that the function does not exist in the Lua binding by that name, but is called [[DistanceJoint:setDamping]] instead. You can verify this from the source code. You should see that only the C++ side calls it by the longer name. -- [[User:Pekka| Pekka]] |
Revision as of 14:52, 7 March 2010
This needs links to Games and Libraries, at the very least.
Yeah, I guess so. --Rude 22:42, 16 February 2010 (UTC)
I would like "Tutorials" to be "Tutorials and Examples" --Technocat
Suggesting more links
I'd linkify the first LÖVE in the page, and also add a link to the forum and another to the HG tree.
LOVE:About
Do we want to fill out LOVE:About or not? Because it is linked to from the bottom of every page. --Robin-gvx 09:45, 20 February 2010 (UTC)
If it's on every page... we can't say no, can we? --Bartbes 10:00, 20 February 2010 (UTC)
Requesting a deletion
Is there a good way to suggest a page to be deleted. I would suggest this:
http://love2d.org/wiki/DistanceJoint:setDampingRatio
The reason is that the function does not exist in the Lua binding by that name, but is called DistanceJoint:setDamping instead. You can verify this from the source code. You should see that only the C++ side calls it by the longer name. -- Pekka