Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
I
idle rpg irc
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Déploiement
Releases
Registre de conteneurs
Registre de modèles
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
ElTata
idle rpg irc
Validations
b8680dc1
Valider
b8680dc1
rédigé
Il y a 5 ans
par
ElTata
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
updated changelog and version
parent
ab8b358e
Branches
Branches contenant la validation
Étiquettes
Étiquettes contenant la validation
Aucune requête de fusion associée trouvée
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
CHANGELOG.md
+10
-0
10 ajouts, 0 suppression
CHANGELOG.md
irpg_bot.pl
+1
-1
1 ajout, 1 suppression
irpg_bot.pl
avec
11 ajouts
et
1 suppression
CHANGELOG.md
+
10
−
0
Voir le fichier @
b8680dc1
...
@@ -13,6 +13,16 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
...
@@ -13,6 +13,16 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
comments, or post them in the issues of the project for public view.
comments, or post them in the issues of the project for public view.
--
## v5.2.1: released 10/28/19
-
fixed actions delay : now you wait one hour after an action, and not one hour
per action
-
new subroutine execute_delayed in Utils to execute a subroutine after a given time
-
actions results show the raw roll and the atk/def modifier
-
the command POINTS shows how many points the user has to spend
-
fixed bug when partially matching commands caused an error
-
some text/style improvements
--
--
## v5.2.0: released 10/22/19
## v5.2.0: released 10/22/19
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
irpg_bot.pl
+
1
−
1
Voir le fichier @
b8680dc1
...
@@ -38,7 +38,7 @@ use Irpg::Main;
...
@@ -38,7 +38,7 @@ use Irpg::Main;
my
$opts
=
readconfig
();
my
$opts
=
readconfig
();
my
$version
=
"
5.
1.0
";
my
$version
=
"
5.
2.1
";
sub
help
{
# print help message
sub
help
{
# print help message
(
my
$prog
=
$
0
)
=~
s/^.*\///
;
(
my
$prog
=
$
0
)
=~
s/^.*\///
;
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter