User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:51, 9 May 2023 (diff | hist) . . (+736) . . User:Darkfrei/example functions (→Function overloading)
- 10:47, 9 May 2023 (diff | hist) . . (+485) . . User:Darkfrei/example functions (→Project point to line in 3D)
- 18:43, 26 April 2023 (diff | hist) . . (+388) . . User:Darkfrei/example functions (→Get dx and dy for diagonal marching)
- 15:46, 16 April 2023 (diff | hist) . . (+123) . . User:Darkfrei/example functions (→Insert multiple values at once)
- 14:58, 16 April 2023 (diff | hist) . . (-17) . . User:Darkfrei/example functions (→Special table insert)
- 14:49, 16 April 2023 (diff | hist) . . (+308) . . User:Darkfrei/example functions (→Merge tables)
- 14:53, 2 April 2023 (diff | hist) . . (+105) . . User:Darkfrei (→Shader examples) (current)
- 14:21, 2 April 2023 (diff | hist) . . (+199) . . User:Darkfrei
- 14:16, 2 April 2023 (diff | hist) . . (+92) . . Shader (→See Also) (current)
- 10:23, 31 March 2023 (diff | hist) . . (+549) . . User:Darkfrei/example functions (→Nearest point on the nearest diagonal)
- 08:34, 31 March 2023 (diff | hist) . . (+435) . . User:Darkfrei/example functions (→Sort by key values)
- 12:24, 23 March 2023 (diff | hist) . . (+20) . . love.math.random (→Examples) (current)
- 12:15, 23 March 2023 (diff | hist) . . (+333) . . love.math.random (→Examples)
- 10:02, 10 March 2023 (diff | hist) . . (+20) . . (Image):getData (→Examples) (current)
- 09:59, 10 March 2023 (diff | hist) . . (+346) . . (Image):getData (→Examples)
- 07:48, 8 March 2023 (diff | hist) . . (+17) . . love.mousereleased (→See Also) (current)
- 07:47, 8 March 2023 (diff | hist) . . (+17) . . love.mousepressed (→See Also) (current)
- 11:34, 28 February 2023 (diff | hist) . . (+748) . . User:Darkfrei/example functions (→Sort by key values)
- 11:18, 28 February 2023 (diff | hist) . . (+78) . . User:Darkfrei/example functions (→Sort by key values)
- 11:15, 28 February 2023 (diff | hist) . . (+384) . . User:Darkfrei/example functions (→Memoize function)
- 10:46, 28 February 2023 (diff | hist) . . (+663) . . User:Darkfrei/example functions (→Table partition)
- 10:18, 28 February 2023 (diff | hist) . . (+474) . . User:Darkfrei/example functions (→Merge tables)
- 10:02, 28 February 2023 (diff | hist) . . (+426) . . User:Darkfrei/example functions (→Flatten deep list)
- 08:10, 28 February 2023 (diff | hist) . . (+413) . . User:Darkfrei/example functions (→Make snake matrix)
- 12:35, 27 February 2023 (diff | hist) . . (+1) . . User:Darkfrei/example functions (→Make snake matrix)
- 12:35, 27 February 2023 (diff | hist) . . (+942) . . User:Darkfrei/example functions (→Reverse words, but not word sequence)
- 11:46, 27 February 2023 (diff | hist) . . (+509) . . User:Darkfrei/example functions (→Count vowels in the string)
- 11:31, 27 February 2023 (diff | hist) . . (+329) . . User:Darkfrei/example functions (→Easy vector math)
- 11:05, 24 February 2023 (diff | hist) . . (+952) . . love.math.newTransform (→Examples) (current)
- 11:16, 23 February 2023 (diff | hist) . . (+2,184) . . N Vectors (Created page with "Lua has operator overloading: <source lang="lua"> -- vector metatable: local Vector = {} Vector.__index = Vector -- vector constructor: function Vector.new(x, y) local v =...") (current)
- 10:30, 23 February 2023 (diff | hist) . . (+1,429) . . User:Darkfrei/example functions (→Push rectangle from line)
- 17:57, 20 February 2023 (diff | hist) . . (+949) . . User:Darkfrei/example functions (→Push rectangle from line)
- 17:50, 20 February 2023 (diff | hist) . . (+1,291) . . User:Darkfrei/example functions (→Push rectangle from line)
- 17:44, 20 February 2023 (diff | hist) . . (+31) . . User:Darkfrei/example functions (→Push rectangle from line)
- 17:43, 20 February 2023 (diff | hist) . . (+1,834) . . User:Darkfrei/example functions
- 17:11, 20 February 2023 (diff | hist) . . (+455) . . N Objects (Created page with "You can create own classes and make objects like: <source lang="lua"> -- objects.lua local Objects = {} function Objects:new(obj) obj = obj or {} setmetatable(obj, self)...") (current)
- 16:34, 3 February 2023 (diff | hist) . . (-2) . . love (→See also)
- 16:10, 3 February 2023 (diff | hist) . . (+33) . . love (There was no link to snippets)
- 15:26, 2 February 2023 (diff | hist) . . (+42) . . love.mousemoved (→See Also) (current)
- 21:36, 29 January 2023 (diff | hist) . . (+590) . . love.window.getSafeArea
- 21:33, 29 January 2023 (diff | hist) . . (+56) . . N File:safe-area-07.png (vertical safe area on Android License CC0) (current)
- 11:55, 9 January 2023 (diff | hist) . . (+20) . . Image (→See Also) (current)
- 14:44, 11 December 2022 (diff | hist) . . (+30) . . love.window.getSafeArea (→See Also)
- 15:52, 25 November 2022 (diff | hist) . . (+41) . . Löve Logo Graphics (→License) (current)
- 15:23, 22 November 2022 (diff | hist) . . (+40) . . N setLineWidth (How about redirect for better searching results?) (current) (Tag: New redirect)
- 14:15, 22 November 2022 (diff | hist) . . (+4) . . User:Darkfrei/example functions (→Sprit string with separator)
- 14:15, 22 November 2022 (diff | hist) . . (+2) . . User:Darkfrei/example functions (→Sprit string to list of symbols)
- 14:14, 22 November 2022 (diff | hist) . . (+2) . . User:Darkfrei/example functions (→Sprit string with separator)
- 14:14, 22 November 2022 (diff | hist) . . (+8) . . User:Darkfrei/example functions (→Sprit string to symbols)
- 14:14, 22 November 2022 (diff | hist) . . (+510) . . User:Darkfrei/example functions (→Evaluate a point from any amount of control points)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)