User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:48, 6 April 2021 (diff | hist) . . (+565) . . N JoystickInputType (Français) (Created page with "{{newin (Français)|0.9.0|090|type=enum}} Types d'entrées des manettes de jeu. == Constantes == ;axis: Axe analogique. ;button: Bouton. ;hat: Valeur de JoystickHat (Fr...")
- 10:46, 6 April 2021 (diff | hist) . . (+3,598) . . N love.joystick.setGamepadMapping (Français) (Created page with "{{newin (Français)|0.9.2|092|type=function}} {{notice (Français)|En raison d'un bug, toute cartographie qui est le suffixe d'un autre (par exemple "x" est le suffixe de...")
- 10:29, 6 April 2021 (diff | hist) . . (+1,917) . . N love.joystick.saveGamepadMappings (Français) (Created page with "{{newin (Français)|0.9.2|092|type=function}} Sauvegarde les cartographies virtuelles des gamepad de tous les Joystick (manettes de jeu) qui sont...")
- 10:21, 6 April 2021 (diff | hist) . . (+19) . . love.joystick.loadGamepadMappings (Français) (current)
- 10:20, 6 April 2021 (diff | hist) . . (+1,912) . . N love.joystick.loadGamepadMappings (Français) (Created page with "{{newin (Français)|0.9.2|092|type=function}} Charge une chaîne de caractères ou fichier de cartographie de gamepad crée à l'aide de la fonction love.joystick.saveGa...")
- 10:13, 6 April 2021 (diff | hist) . . (+1,355) . . N require (Français) (Created page with "Ouvre et exécute des modules Lua. Utilisez des virgule pour séparer les dossier. Si le module est un fichier Lua, n'utilisez pas l'extension .lua dans la chaîne de caract...") (current)
- 10:06, 6 April 2021 (diff | hist) . . (+312) . . love.thread (Français)
- 23:27, 16 March 2021 (diff | hist) . . (+293) . . Config Files (Français) (→Older Versions)
- 23:15, 16 March 2021 (diff | hist) . . (+1,587) . . Config Files (Français)
- 22:38, 16 March 2021 (diff | hist) . . (+19) . . Object (Français) (→Voir également) (current)
- 22:36, 16 March 2021 (diff | hist) . . (-10) . . love.isVersionCompatible (Français) (current)
- 22:35, 16 March 2021 (diff | hist) . . (0) . . love.getVersion (Français) (current)
- 22:34, 16 March 2021 (diff | hist) . . (+10) . . love.hasDeprecationOutput (Français) (current)
- 22:33, 16 March 2021 (diff | hist) . . (+1,058) . . N love.setDeprecationOutput (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Règle si LÖVE doit ou non afficher les alertes lorsque une fonctionnalité dépréciée est utilisée. C'est désactivé par...") (current)
- 22:28, 16 March 2021 (diff | hist) . . (+20) . . love.hasDeprecationOutput (Français) (→Voir également)
- 22:27, 16 March 2021 (diff | hist) . . (+20) . . love.hasDeprecationOutput (→See Also) (current)
- 22:25, 16 March 2021 (diff | hist) . . (+1,016) . . N love.hasDeprecationOutput (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Récupère si LÖVE affiche les alertes lorsqu'une fonctionnalité dépréciée est utilisée. C'est désactivé par défaut,...")
- 22:19, 16 March 2021 (diff | hist) . . (+1,232) . . N love.isVersionCompatible (Français) (Created page with "{{newin (Français)|0.10.0|100|type=function}} Test si la version est compatible avec la version actuelle de LÖVE. == Fonction == === Synopsis === <source lang="lua"> co...")
- 22:15, 16 March 2021 (diff | hist) . . (+8) . . love.getVersion (Français)
- 22:15, 16 March 2021 (diff | hist) . . (+1,573) . . N love.getVersion (Français) (Created page with "{{newin (Français|0.9.1|091|type=function}} Récupère la version en cours de fonctionnement le LÖVE. == Fonction == === Synopsis === <source lang="lua"> major, minor,...")
- 13:36, 15 March 2021 (diff | hist) . . (+1,272) . . N love.timer.getFPS (Français) (Created page with "Retourne le nombre d'images par seconde (FPS) actuel. == Fonction == === Synopsis === <source lang="lua"> fps = love.timer.getFPS( ) </source> === Arguments === Aucun. === Re...") (current)
- 13:01, 15 March 2021 (diff | hist) . . (+548) . . N love.timer.getDelta (Français) (Created page with "Retourne le temps écoulé entre les deux dernières images. == Fonction == === Synopsis === <source lang="lua"> dt = love.timer.getDelta( ) </source> === Arguments === Aucun....") (current)
- 12:59, 15 March 2021 (diff | hist) . . (+1,217) . . N love.timer.getAverageDelta (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Retourne le delta de temps moyen (secondes par image) pendant la dernière seconde. == Fonction == === Synopsis === <source...")
- 12:54, 15 March 2021 (diff | hist) . . (+72) . . PolygonShape (Français) (current)
- 12:53, 15 March 2021 (diff | hist) . . (+11) . . Shape:testPoint (Français) (→Retourne) (current)
- 12:53, 15 March 2021 (diff | hist) . . (+1,620) . . N Shape:testPoint (Français) (Created page with "Vérifie si un point est situé à l'intérieure d'une forme. Cette fonction est particulièrement utile pour les interactions entre le curseur de la souris et les formes. E...")
- 12:46, 15 March 2021 (diff | hist) . . (+818) . . N Shape:getRadius (Français) (Created page with "Récupère le rayon de la forme. == Fonction == === Synopsis === <source lang="lua"> radius = Shape:getRadius() </source> Depuis le manuel de Box2D : <blockquote> Les polygon...") (current)
- 12:42, 15 March 2021 (diff | hist) . . (+525) . . N Shape:getChildCount (Français) (Created page with "{{newin (Français)|0.8.0|080|type=function}} Retourne le nombre d'enfants que la forme comporte. == Fonction == === Synopsis === <source lang="lua"> count = Shape:getChi...") (current)
- 12:40, 15 March 2021 (diff | hist) . . (+1,179) . . N Shape:computeAABB (Français) (Created page with "{{newin (Français)|0.8.0|080|type=function}} Retourne les points de la boîte de bordure pour l'objet transformé. == Fonction == === Synopsis === <source lang="lua"> to...") (current)
- 12:37, 15 March 2021 (diff | hist) . . (+812) . . N Shape:computeMass (Français) (Created page with "{{newin (Français)|0.8.0|080|type=function}} Calcule les propriétés de masse de la forme en fonction de la densité donnée. == Fonction == === Synopsis === <source la...") (current)
- 12:32, 15 March 2021 (diff | hist) . . (+75) . . Shape:getType (Français) (current)
- 12:31, 15 March 2021 (diff | hist) . . (+975) . . N Shape:getType (Français) (Created page with "Récupère une chaîne de caractère représentant la forme (Shape). Cette fonction peut être utile pour le tracé de débogue conditionnel. == Fonction == === Synopsis === <...")
- 21:33, 14 March 2021 (diff | hist) . . (+1,763) . . N love.math.triangulate (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Décompose une simple polygone convexe ou concave en triangles. == Fonction == === Synopsis === <source lang="lua"> triangles...")
- 21:28, 14 March 2021 (diff | hist) . . (+2,306) . . N love.graphics.polygon (Français) (Created page with "{{newin (Français)|0.4.0|040|type=function}} Trace un polygone. En suivant l'argument de mode, cette fonction accepte différents arguments numériques ou une table simp...")
- 21:18, 14 March 2021 (diff | hist) . . (+1,786) . . N love.math.isConvex (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Vérifie si le polygone est convexe. Les PolygonShape (formes polygonales) dans love.physics...") (current)
- 21:11, 14 March 2021 (diff | hist) . . (+1,666) . . N love.math.colorToBytes (Français) (Created page with "{{newin (Français)|11.3|113|type=function}} Convertit une couleur de l'intervalle 0..1 à 0..255. == Fonction == === Synopsis === <source lang="lua"> rb, gb, bb, ab = lo...")
- 21:07, 14 March 2021 (diff | hist) . . (+18) . . love.graphics.setColor (Français)
- 21:07, 14 March 2021 (diff | hist) . . (+1,804) . . N love.graphics.setColor (Français) (Created page with "{{newin (Français)|11.3|113|type=function}} Convertit une couleur de l'intervalle 0..255 à 0..1. == Fonction == === Synopsis === <source lang="lua"> r, g, b, a = love.m...")
- 21:03, 14 March 2021 (diff | hist) . . (+1,823) . . N love.math.colorFromBytes (Français) (Created page with "{{newin (Français)|11.3|113|type=function}} Convertit une couleur de l'intervalle 0..255 à 0..1. == Fonction == === Synopsis === <source lang="lua"> r, g, b, a = love.m...") (current)
- 21:16, 28 February 2021 (diff | hist) . . (+4,357) . . N love.graphics.newImage (Français) (Created page with "Crée une nouvelle Image depuis un chemin de fichier, FileData, une ImageData, ou une CompressedImag...")
- 20:55, 28 February 2021 (diff | hist) . . (+1,506) . . N love.image.newCompressedData (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Crée un nouvel objet CompressedImageData à partir d'un fichier d'image compressé. LÖV...") (current)
- 20:49, 28 February 2021 (diff | hist) . . (+1,391) . . N love.image.isCompressed (Français) (Created page with "{{newin (Français)|0.9.0|090|type=function}} Détermine si un fichier peut être chargé en tant que CompressedImageData (Données d'i...") (current)
- 20:42, 28 February 2021 (diff | hist) . . (+48) . . love.image (Français)
- 22:48, 25 February 2021 (diff | hist) . . (+19) . . Decoder:seek (Français) (current)
- 22:47, 25 February 2021 (diff | hist) . . (+19) . . Decoder:getDuration (Français) (current)
- 22:46, 25 February 2021 (diff | hist) . . (+4) . . Decoder (Français) (→Fonctions) (current)
- 22:46, 25 February 2021 (diff | hist) . . (+19) . . Decoder:clone (Français) (current)
- 22:44, 25 February 2021 (diff | hist) . . (+659) . . N Source:seek (Français) (Created page with "{{newin (Français)|0.8.0|080|type=function}} Règle la position de lecture actuelle de la Source. == Fonction == === Synopsis === <source lang="lua"> Source:seek( offset,...") (current)
- 22:42, 25 February 2021 (diff | hist) . . (+20) . . Decoder (Français) (→Fonctions)
- 22:42, 25 February 2021 (diff | hist) . . (+568) . . N Decoder:seek (Français) (Created page with "{{newin (Français)|11.0|110|type=function}} Règle la position de lecture actuelle du Decoder (décodeur). == Fonction == === Synopsis === <source lang="lua"> Decoder:see...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)