π
<-

Demo de Jumpman 0.81...

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

Re: Demo de Jumpman 0.81...

Unread postby Lionel Debroux » 02 Feb 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.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Unread postby Lionel Debroux » 02 Feb 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.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Unread postby Ranman » 04 Feb 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.
User avatar
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 14
Joined: 04 Feb 2013, 04:48
Location: Fort Worth, Texas, USA
Gender: Male
Calculator(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Unread postby Ranman » 18 Feb 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.
User avatar
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 14
Joined: 04 Feb 2013, 04:48
Location: Fort Worth, Texas, USA
Gender: Male
Calculator(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Unread postby Lionel Debroux » 18 Feb 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.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Unread postby Ranman » 19 Feb 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.
User avatar
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 14
Joined: 04 Feb 2013, 04:48
Location: Fort Worth, Texas, USA
Gender: Male
Calculator(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Unread postby Lionel Debroux » 19 Feb 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.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Unread postby Ranman » 20 Feb 2013, 04:51

Lionel Debroux wrote:
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.
User avatar
Ranman
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Level up: 0%
 
Posts: 14
Joined: 04 Feb 2013, 04:48
Location: Fort Worth, Texas, USA
Gender: Male
Calculator(s):
MyCalcs profile

Re: Demo de Jumpman 0.81...

Unread postby Lionel Debroux » 20 Feb 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.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: Demo de Jumpman 0.81...

Unread postby Loulou 54 » 20 Feb 2013, 17:30

Sympa ! :)

Bonne continuation à Ranman ! ;)
Mes programmes => ici !
User avatar
Loulou 54Premium
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Level up: 1.6%
 
Posts: 1985
Images: 8
Joined: 02 Aug 2009, 00:00
Location: 54, près de Metz
Gender: Male
Calculator(s):
MyCalcs profile
Class: Ingé Logiciel chez Amazon

PreviousNext

Return to News TI-68k (TI-89, TI-92, TI-Voyage 200)

Who is online

Users browsing this forum: ClaudeBot [spider] and 3 guests

-
Search
-
Social TI-Planet
-
Featured topics
Grand Concours 2024-2025 - Programmation Python
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
12345
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
747 utilisateurs:
>730 invités
>9 membres
>8 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)