π
<-
Chat plein-écran
[^]

Demo de Jumpman 0.81...

:32ti89: :32ti892: :32ti89t: :32ti89tn: :32ti92: :32tiv200:

Re: Demo de Jumpman 0.81...

Message non lude Lionel Debroux » 02 Fév 2013, 08:26

Le niveau "Grand Puzzle 1" est fait, portant le nombre de niveaux à 25.
Image
Dans ce niveau, on peut construire des échelles et gagner des points de bonus... mais attention aux bombes mouvantes :)

Dans le screenshot précédent, on peut voir l'utilisation de la nouvelle police basées sur la police Apogee des années 1990, quand une bombe entraînant la distribution de points de bonus est ramassée:
Image
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Message non lude Lionel Debroux » 02 Fév 2013, 18:52

La police est utilisée dans le nouveau niveau "Spellbound", où pour avoir des points de bonus, il faut épeler le mot ou la phrase correctement :)
Image

Source: http://www.omnimaga.org/index.php?topic ... #msg282876
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Message non lude Ranman » 04 Fév 2013, 04:51

Thank you Lionel for updating TI Planet with my Jumpman progress! :)
--------------------------------

Je viens de finir le dernier niveau de Jumpman Junior, qui s'appelle Walls (murs):
I just completed the last level of Jumpman Junior. It is called Walls:


Image

Les murs peuvent déplacer le personnage, mais ils ne sont pas inpénétrables. On peut marcher contre le mur, ou sauter contre le mur, pour passer
The walls can push you around, but they are not impenetrable. You can walk or jump against the wall to push through it. :)
Ranman
Bringing Randy Glover's Jumpman to the TI-89 calculator.
Avatar de l’utilisateur
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 14
Inscription: 04 Fév 2013, 04:48
Localisation: Fort Worth, Texas, USA
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Message non lude Ranman » 18 Fév 2013, 04:19

Can macros (#define) be defined in TPR project files (used by TIGCC/GCC4TI)?
Ranman
Bringing Randy Glover's Jumpman to the TI-89 calculator.
Avatar de l’utilisateur
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 14
Inscription: 04 Fév 2013, 04:48
Localisation: Fort Worth, Texas, USA
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Message non lude Lionel Debroux » 18 Fév 2013, 08:31

Yup, through two methods:
* in the compiler flags, with -DDEFINE(=optionalvalue);
* on the tprbuilder command line, since a patch of mine (originally triggered by the need to have my TPR-converted builds of TICT-Explorer be more maintainable than having to make no less than 12 different TPRs to cope with the tooling's limitations...), using the same -DDEFINE(=optionalvalue) syntax.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Message non lude Ranman » 19 Fév 2013, 04:25

Thanks a bunch Lionel. It didn't work exactly how you said, but it got me on the right track.

What I found out is that a macro such as this:

#define JM_INTERMEDIATE_9_14

Must be defined in the compiler options like this:

-DJM_INTERMEDIATE_9_14

Which happens to be identical to the Greenhills AdaMulti GPJ build files.


One more question... Can GCC4TI be configured to generate the entire command line for a particular TPR file? I would love to build my multiple Jumpman level projects via the command line. This may seem like a silly question, other than GCC4TI I don't have much experience with GCC projects via the command line -- kinda embarrassing. LOL
Ranman
Bringing Randy Glover's Jumpman to the TI-89 calculator.
Avatar de l’utilisateur
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 14
Inscription: 04 Fév 2013, 04:48
Localisation: Fort Worth, Texas, USA
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Message non lude Lionel Debroux » 19 Fév 2013, 07:47

Can GCC4TI be configured to generate the entire command line for a particular TPR file?

tprbuilder -v, IIUC ?

I would love to build my multiple Jumpman level projects via the command line. This may seem like a silly question, other than GCC4TI I don't have much experience with GCC projects via the command line -- kinda embarrassing. LOL

Knowing how to invoke a compiler is useful in general, and it may just make your program easier to maintain if you have nontrivial build requirements, for which TPRs fall short in a number of ways. I converted too many TICT projects to TPRs, before I faced their limitations (which had been announced by others in the community, but I didn't take their input into account).
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Message non lude Ranman » 20 Fév 2013, 04:51

Lionel Debroux a écrit:
Can GCC4TI be configured to generate the entire command line for a particular TPR file?

tprbuilder -v, IIUC ?


Once again... A big thank you Lionel. It worked exactly as you described.

And now I understand what you were saying about passing macros into tprbuilder via the -D[DEFINE] option.

I feel like a dog that just learned a new trick. LOL

Thanks!!!
Ranman
Bringing Randy Glover's Jumpman to the TI-89 calculator.
Avatar de l’utilisateur
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 14
Inscription: 04 Fév 2013, 04:48
Localisation: Fort Worth, Texas, USA
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Message non lude Lionel Debroux » 20 Fév 2013, 08:32

Une paire de screenshots montrant les packs de niveaux en cours de construction, postés par Dave sur Omnimaga:

Image Image
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Avatar de l’utilisateur
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Prochain niv.: 11.2%
 
Messages: 6859
Inscription: 23 Déc 2009, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Message non lude Loulou 54 » 20 Fév 2013, 17:30

Sympa ! :)

Bonne continuation à Ranman ! ;)
Mes programmes => ici !
Avatar de l’utilisateur
Loulou 54Premium
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Prochain niv.: 1.6%
 
Messages: 1985
Images: 8
Inscription: 02 Aoû 2009, 00:00
Localisation: 54, près de Metz
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: Ingé Logiciel chez Amazon

PrécédenteSuivante

Retourner vers News TI-68k (TI-89, TI-92, TI-Voyage 200)

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 13 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1051 utilisateurs:
>1027 invités
>19 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)