User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:05, 1 May 2022 (diff | hist) . . (+210) . . Game Distribution (Français) (→Distribution pour Linux)
- 20:02, 1 May 2022 (diff | hist) . . (+206) . . Game Distribution (Français) (remet un peu les choses à leur place)
- 19:57, 1 May 2022 (diff | hist) . . (+12) . . Game Distribution (→Create a .love-file)
- 19:39, 1 May 2022 (diff | hist) . . (+715) . . Game Distribution (Français) (traduit une section qui n'était pas présente)
- 07:28, 1 May 2022 (diff | hist) . . (0) . . Game Distribution (→Distribution for Linux)
- 07:22, 1 May 2022 (diff | hist) . . (+20) . . Category:Tutorials (Français) (current)
- 07:19, 1 May 2022 (diff | hist) . . (+8) . . Category:LÖVE (Français) (current)
- 07:18, 1 May 2022 (diff | hist) . . (+7,637) . . N Building LÖVE (Français) (Created page with "{{notice (Français)|Cette page est encore incomplète, vous pouvez être dévoré par une grue.}} {{notice (Français)|Cette page comporte les informations de compilation de...") (current)
- 11:53, 27 April 2022 (diff | hist) . . (+10) . . love.data.compress (Français) (current)
- 11:53, 27 April 2022 (diff | hist) . . (+5) . . love.data.compress (Français) (→Retourns)
- 11:53, 27 April 2022 (diff | hist) . . (+5) . . love.data.compress (Français) (→Retourne)
- 11:52, 27 April 2022 (diff | hist) . . (+21) . . love.data.compress (Français)
- 11:50, 27 April 2022 (diff | hist) . . (+17) . . CompressedData (Français) (→Voir également) (current)
- 11:47, 27 April 2022 (diff | hist) . . (+3,463) . . N ImageData:mapPixel (Français) (Created page with "Transforme une image en appliquant une fonction à chacun de ses pixels. Cette fonction est une [https://fr.wikipedia.org/wiki/Fonction_d'ordre_supérieur fonction d'ordre su...") (current)
- 11:34, 27 April 2022 (diff | hist) . . (+2,717) . . N love.image.newImageData (Français) (Created page with "Crée un nouvel objet ImageData (données d'image). {{newobjectnotice (Français)}} == Fonction == === Synopsis === <source lang="lua"> imageData = l...") (current)
- 11:26, 27 April 2022 (diff | hist) . . (+49) . . GlyphData (Français) (→Fonctions) (current)
- 11:26, 27 April 2022 (diff | hist) . . (+547) . . N GlyphData:getBearing (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne l'approche du glyphe. == Fonction == === Synopsis === <source lang="lua"> bx, by = GlyphData:getBearing() </source>...") (current)
- 11:20, 27 April 2022 (diff | hist) . . (+693) . . N GlyphData:getBoundingBox (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne le cadre des limites du glyphe. == Fonction == === Synopsis === <source lang="lua"> x, y, width, height = GlyphData:...") (current)
- 11:17, 27 April 2022 (diff | hist) . . (+539) . . N GlyphData:getGlyphString (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne la Chaîne de caractères du glyphe. == Fonction == === Synopsis === <source lang="lua"> glyph = GlyphData:getGlyphS...") (current)
- 11:16, 27 April 2022 (diff | hist) . . (+600) . . N GlyphData:getFormat (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Retourne le format de pixel du glyphe. == Fonction == === Synopsis === <source lang="lua"> format...") (current)
- 11:14, 27 April 2022 (diff | hist) . . (+562) . . N GlyphData:getDimensions (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne les dimensions du glyphe. == Fonction == === Synopsis === <source lang="lua"> width, height = GlyphData:getDimension...") (current)
- 11:13, 27 April 2022 (diff | hist) . . (+458) . . N GlyphData:getGlyph (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne le numéro du glyphe. == Fonction == === Synopsis === <source lang="lua"> glyph = GlyphData:getGlyph() </source> ===...")
- 11:12, 27 April 2022 (diff | hist) . . (+7) . . GlyphData:getAdvance (Français) (current)
- 11:11, 27 April 2022 (diff | hist) . . (+18) . . GlyphData:getWidth (Français) (current)
- 11:11, 27 April 2022 (diff | hist) . . (+480) . . N GlyphData:getHeight (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne la hauteur du glyphe. == Fonction == === Synopsis === <source lang="lua"> height = GlyphData:getHeight() </source> =...") (current)
- 11:10, 27 April 2022 (diff | hist) . . (+451) . . N GlyphData:getWidth (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne la largeur du glyphe. == Fonction == === Synopsis === <source lang="lua"> width = GlyphData:getWidth() </source> ===...")
- 11:09, 27 April 2022 (diff | hist) . . (+478) . . N GlyphData:getAdvance (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne la chasse du glyphe. == Fonction == === Synopsis === <source lang="lua"> advance = GlyphData:getAdvance() </source>...")
- 08:04, 27 April 2022 (diff | hist) . . (+25) . . GlyphData (Français) (→Constructeurs)
- 08:03, 27 April 2022 (diff | hist) . . (+711) . . N love.font.newGlyphData (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Crée un nouvel objet GlyphData. == Fonction == === Synopsis === <source lang="lua"> glyphData = love.font.newGlyphData( rast...") (current)
- 08:00, 27 April 2022 (diff | hist) . . (+528) . . N FileData:getFilename (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne le nom de fichier du FileData. == Fonction == === Synopsis === <source lang="lua"> name = FileData:getFilename( ) </...") (current)
- 07:58, 27 April 2022 (diff | hist) . . (+523) . . N FileData:getExtension (Français) (Created page with "{{newin (Français)|0.7.0|070|type=function}} Retourne l'extension du FileData. == Fonction == === Synopsis === <source lang="lua"> ext = FileData:getExtension( ) </source...") (current)
- 07:56, 27 April 2022 (diff | hist) . . (+25) . . ByteData (Français) (→Fonctions) (current)
- 07:54, 27 April 2022 (diff | hist) . . (-1) . . Data:getFFIPointer (Français) (current)
- 20:02, 26 April 2022 (diff | hist) . . (-9) . . ImageData:encode (→Draw a circle in a canvas, save it in file and display it on screen)
- 20:01, 26 April 2022 (diff | hist) . . (+31) . . ImageData:encode (Français) (→Exemples) (current)
- 20:00, 26 April 2022 (diff | hist) . . (+30) . . ImageData:encode (Français) (→Trace un cercle dans un canvas, le sauvegarde en PNG et l'affiche à l'écran)
- 20:00, 26 April 2022 (diff | hist) . . (+30) . . ImageData:encode (→Examples)
- 19:59, 26 April 2022 (diff | hist) . . (+24) . . ImageData:encode (→Examples)
- 19:58, 26 April 2022 (diff | hist) . . (-31) . . ImageData:encode (Français) (→Exemples)
- 19:57, 26 April 2022 (diff | hist) . . (+140) . . ImageData:encode (Français) (→Notes d'utilisateurs)
- 19:56, 26 April 2022 (diff | hist) . . (-1) . . ImageData:encode (Français)
- 19:55, 26 April 2022 (diff | hist) . . (0) . . ImageData:encode
- 19:54, 26 April 2022 (diff | hist) . . (+512) . . ImageData:encode (→See Also)
- 19:54, 26 April 2022 (diff | hist) . . (+522) . . ImageData:encode (Français) (→Notes d'utilisateurs)
- 13:16, 26 April 2022 (diff | hist) . . (+2,841) . . N love.filesystem.getDirectoryItems (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function|text=C'est un renommage de la fonction love.filesystem.enumerate}} Retourne une table comportant les noms des fichiers et...") (current)
- 20:11, 11 April 2022 (diff | hist) . . (+553) . . N Löve Frames (Français) (Created page with "Löve Frames est une bibliothèque d'interface graphique avancée crée par Nikolai Resokav pour LÖVE. == Liens == * [https://love2d.org/forums/viewtopic.php?f=5&t=9116 Fil...") (current)
- 20:07, 11 April 2022 (diff | hist) . . (+9) . . sfxr.lua (Français) (→Joue un son au hasard à chaque touche pressée) (current)
- 18:55, 11 April 2022 (diff | hist) . . (+2,129) . . N sfxr.lua (Français) (Created page with "'''sfxr.lua''' est un portage en pur Lua du générateur de son de jeu sfxr. Il fonctionne assez rapidement pour des sons brefs ou des plus longs pregénérés. File:sfxr_l...")
- 21:07, 26 March 2022 (diff | hist) . . (0) . . love.graphics.arc (→Drawing a rounded borders rectangle) (current)
- 21:06, 26 March 2022 (diff | hist) . . (+1) . . love.graphics.arc (Français) (→Trace un rectangle avec des angles arrondis) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)