Author Topic: Jumper Two is coming to teh mobile!  (Read 64477 times)

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #45 on: October 02, 2016, 10:08:58 AM »
Does anyone of you use a to-do tasks app/program? (Like Thunderbird/Icedove, DAVdroid or iPhone/iPad built-in.) If you add the online "CalDAV calendar" for Jumper Two Mobile, you can report bugs and request features there: http://imanuelhab.mooo.com/caldav.php/JumperTwoMobile/calendar

Login information:
Username: JumperTwoMobile
Password: JumperTwo

I'll edit the post with a screenshot of how it looks like...

EDIT:


Quite handy!
« Last Edit: October 02, 2016, 10:46:25 AM by Yambam »

SquareWheel

  • Administrator
  • Cutester
  • *****
  • Posts: 802
  • Cutes: 139
    • View Profile
Re: Jumper Two is coming to teh mobile!
« Reply #46 on: October 02, 2016, 11:29:19 AM »
Well, I keep a notepad file named Todo.txt.  Does that count?

hubol

  • Cutesterest
  • ******
  • Posts: 1135
  • Cutes: 630
    • View Profile
    • hubolhubolhubol
Re: Jumper Two is coming to teh mobile!
« Reply #47 on: October 02, 2016, 02:40:47 PM »
my ide is sophisticated enough that i can leave //TODO tags everywhere and jump to them. good shiut

SquareWheel

  • Administrator
  • Cutester
  • *****
  • Posts: 802
  • Cutes: 139
    • View Profile
Re: Jumper Two is coming to teh mobile!
« Reply #48 on: October 02, 2016, 03:10:18 PM »
Oh actually IntelliJ IDEA does that too.  Rather convenient.

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #49 on: October 02, 2016, 05:58:10 PM »
my ide is sophisticated enough that i can leave //TODO tags everywhere and jump to them. good shiut

The to-do list doesn't need any context for the bugs themselves, so you don't have to know what part of the code to "put" them in. It's just so I can remember what bugs I still need to fix! And everyone can log in to add stuff to it... but I don't know how that will go, but I make local backups of it anyway. xD

Well, I keep a notepad file named Todo.txt.  Does that count?

Yeah, just use the public to-do list to report bugs or request features. Or just leave a message, I guess. :)

Oh the post about the new save data system is on the previous page already! Here are some screens of the new "Load game" screen. http://cutey.zone/index.php/topic,77.msg1766.html#msg1766

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #50 on: October 02, 2016, 06:07:10 PM »
The to-do list also has an easy to parse format (iCal) which I can use to generate a changelog, by detecting the tasks which I have marked as completed. It looks like this after the script parses it a little:

Code: [Select]
{
VCALENDAR: {
PRODID: "-//davical.org//NONSGML AWL Calendar//EN"
VERSION: "2.0"
CALSCALE: "GREGORIAN"
X-WR-CALNAME: "Jumper Two Mobile (To-do) calendar"
VTODO: {
CREATED: "20161001T214342Z"
LAST-MODIFIED: "20161001T214424Z"
DTSTAMP: "20161001T214424Z"
UID: "f97abc33-3719-4d34-be1e-ad696cb943c2"
SUMMARY: "Tweet to @NoelFB"
}
VTODO: {
DTSTAMP: "20160930T134710Z"
UID: "c1bc3692-b1c2-4255-9876-4d9bc89a3b74"
SEQUENCE: 2
CREATED: "20160923T213254Z"
LAST-MODIFIED: "20160930T134613Z"
SUMMARY: "Floor optimizations (black)"
LOCATION: ""
STATUS: "COMPLETED"
COMPLETED: "20160930T134613Z"
PERCENT-COMPLETE: 100
}
VTODO: {
CREATED: "20160924T220638Z"
LAST-MODIFIED: "20161002T101526Z"
DTSTAMP: "20161002T101526Z"
UID: "1613d73d-cc55-4640-b596-5f5723df1c59"
SUMMARY: "Mine explosion and electrification animations"
STATUS: "NEEDS-ACTION"
SEQUENCE: 2
DESCRIPTION: [
"[ ] Mine explosion effect",
"[ ] Ogmo electrification effect? (Not too sure about this, but Jumper: OF had it)",
"[ ] Slight wobble (Train Sector)",
"[ ] Nicer looking wheels (Train Sector)"
]
PERCENT-COMPLETE: 0
X-MOZ-GENERATION: 2
}
VTODO: {
DTSTAMP: "20161002T102616Z"
UID: "f42ee697-2b02-4b16-9c65-e29b5bc46ca8"
SEQUENCE: 3
CREATED: "20160930T131221Z"
LAST-MODIFIED: "20161002T102515Z"
SUMMARY: "Bug fixes"
DESCRIPTION: [
"[x] Pause screen causes problems with room persistence",
"[x] Save/load system has glitches and other annoying stuff",
"[ ] Final boss' first movement shouldn't be nearly as impossible or boring as it is now",
"[ ] Cave boss is too laggy!",
"[ ] Help boxes need a nicer message box that don't pause the game temporarily",
"[ ]"
]
STATUS: "IN-PROCESS"
PERCENT-COMPLETE: 67
}
}
}

Here are the screenshots again from the previous page:

Now you can see your progress and import and export your game data! Mostly backwards/forwards compatible, but don't know how long.


My progress "on my mobile". I actually did most of it on my mobile phone, but practically all of the the red gems were done on my computer (when I was "testing" the new save data system). xD
« Last Edit: October 02, 2016, 06:27:22 PM by Yambam »

hubol

  • Cutesterest
  • ******
  • Posts: 1135
  • Cutes: 630
    • View Profile
    • hubolhubolhubol
Re: Jumper Two is coming to teh mobile!
« Reply #51 on: October 02, 2016, 06:51:43 PM »
your level of dedication to this project is fascinating. are you also developing or have you developed any games of your own?

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #52 on: October 02, 2016, 08:09:27 PM »
your level of dedication to this project is fascinating. are you also developing or have you developed any games of your own?

Thanks! :) Yes, well... I'm planning to make a new original platformer game some time soon. I have other projects of mine too however, really making games or having an idea for a game and sticking with it doesn't happen upon to me that often, unless when my younger sister Gabriƫlle had a great idea for a game (and sometimes my brother Michael) which she wanted to become true (I suggested her to make a game together, so yeah xD), or when I dedicated the game for my mother one time. (I made a complete PacMan engine which took the data files from PacMania (1999), it looked and feeled exactly the same, except it had a level editor which my mother loved! :D) Just let me know if you want to try something.

I'm 15 years old, but I love to make games and stuff, it's my hobby! :D Jumper Two is one of my favorite games, I like platformers and shoot 'em up, metroidvania too. Jumper Two is probably my favorite platformer game. I love the challenge and the puzzles sometimes. xD

I found the Jumper series and some others of my other favorite games on the YoYo Games Sandbox, while it was still there. It wasn't really called the Sandbox back then. I remember it went downhill after it was renamed to that. Now the Sandbox is gone, but I have been working on something special!

In November 2014 I launched my first own-built indie developer forum site, then called GameMaker Sandbox, which was built as replacement and archive for sandbox.yoyogames.com, now that the "real" website was made unusable. I managed to bring some members to my new site, including one person, whom I had known from the YYG Sandbox since I registered on there around 2009. His "A Trip to Mars" game is now in the spotlight of my site. :D

EDIT: The website is on my profile! xD
« Last Edit: October 02, 2016, 08:19:00 PM by Yambam »

hubol

  • Cutesterest
  • ******
  • Posts: 1135
  • Cutes: 630
    • View Profile
    • hubolhubolhubol
Re: Jumper Two is coming to teh mobile!
« Reply #53 on: October 02, 2016, 08:20:19 PM »
very cool, i encourage you to create things of your own design!!!!!!

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #54 on: October 02, 2016, 08:37:43 PM »
very cool, i encourage you to create things of your own design!!!!!!

Thank you! :D

Alienwear

  • Cutey
  • **
  • Posts: 15
  • Cutes: 2
    • View Profile
Re: Jumper Two is coming to teh mobile!
« Reply #55 on: October 03, 2016, 06:35:12 AM »
Too bad my idea of super smash brothers marvel vs mortal kombat edition was shit I had to stop from Thor.
But hey I think porting AUS to mobile can attract some players.

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #56 on: October 04, 2016, 06:57:19 AM »
Too bad my idea of super smash brothers marvel vs mortal kombat edition was shit I had to stop from Thor.
But hey I think porting AUS to mobile can attract some players.

Yes I think so too. :) What was that game you were making though, who is Thor? (I looked it up, so you're making a combat game that doesn't exist yet, though people would want if it did exist? How does it play anyway?)

Just an update, I'm working on the dynamic changelog that simply loads in my to-do list (iCal format, from my Davical server). The release is not real yet though.
http://imanuelhab.mooo.com/jumpertwo/changelog
« Last Edit: October 05, 2016, 02:33:15 PM by Yambam »

Tinister

  • Cutest
  • ****
  • Posts: 461
  • Cutes: 25
    • View Profile
Re: Jumper Two is coming to teh mobile!
« Reply #57 on: October 05, 2016, 04:16:42 AM »
Man, you young'ns with your energy and your passion and your free time.  I'm jelly.

Alienwear

  • Cutey
  • **
  • Posts: 15
  • Cutes: 2
    • View Profile
Re: Jumper Two is coming to teh mobile!
« Reply #58 on: October 05, 2016, 08:49:14 AM »
Quote
Yes I think so too. :) What was that game you were making though, who is Thor? (I looked it up, so you're making a combat game that doesn't exist yet, though people would want if it did exist? How does it play anyway?)

This is the link for the abandoned game lol: http://www.mediafire.com/file/bqhp5o8eux1g5ux/MultiHero097%28Thor%29.zip
The game is called Multihero and it was developed on a very old language.

Our forum went dead as soon as I stopped adding contents.
« Last Edit: October 06, 2016, 08:29:21 AM by Alienwear »

Yambam

  • Cutey
  • **
  • Posts: 49
  • Cutes: 4
    • View Profile
    • Jumper Two for Mobile!
  • Pronouns: he, him
Re: Jumper Two is coming to teh mobile!
« Reply #59 on: October 05, 2016, 08:53:04 PM »
Quote
Yes I think so too. :) What was that game you were making though, who is Thor? (I looked it up, so you're making a combat game that doesn't exist yet, though people would want if it did exist? How does it play anyway?)

This was the link for the abandoned game lol: http://www.mediafire.com/file/bqhp5o8eux1g5ux/MultiHero097%28Thor%29.zip
The game is called Multihero and it was developed on a very old language.

Our forum went dead as soon as I stopped adding contents.

I'll check it out tomorrow. ;) Hey I think my dynamic changelog and bug reporter is pretty much done! The new link is here: http://imanuelhab.mooo.com/jumpertwo/changelog

« Last Edit: October 06, 2016, 08:20:04 AM by Yambam »