Topic:   HTML5 Docs - I need your input   (Read 41490 times)


0 Members and 5 Guests are viewing this topic.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #60 on: January 16, 2012, 07:53:14 PM »
Login works.

Now to make the main menu and saving.

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: HTML5 Docs - I need your input
« Reply #61 on: January 17, 2012, 09:26:45 PM »
I can't wait to see it. C:
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

Circuit


  • GMG-er

  • **


  • Posts: 299

  • blast from the past
Re: HTML5 Docs - I need your input
« Reply #62 on: January 22, 2012, 09:00:10 PM »
Hey Gan, how much longer until HTML5 GM is ready?  If you're stuck on the saving & loading features, just release HTML5 GM as it is, and add saving & loading later.  It's going to need a lot of testing, and we don't need to save games in order to test it.

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: HTML5 Docs - I need your input
« Reply #63 on: January 22, 2012, 09:49:47 PM »
There's not a lot of point in putting out a release date for it...
But it would be fun to test it out Gan!
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #64 on: January 22, 2012, 10:17:10 PM »
You guys are absolutely correct.

I need to release a beta soon and I dislike release dates with a passion. So I got my music blasting and I'm setting off with a fury.
I will work on it vehemently tomorrow as well. I want a beta released by Wednesday. I want saving cause it's irritating to lose awesome creations.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #65 on: January 23, 2012, 01:34:00 AM »
Saving and loading is finished. Well, autosave isn't in yet. You gotta hit the button when you want to save.

To do:
  • Fix the Game Close method to work
  • Fix the code editor to indent properly
  • Make autosave
  • Add the ability to download game source in the export tab
  • Add the ability to load game sources from the main menu
  • Add game templates and demos
  • Update the help docs more
  • Allow the user to delete their games
  • Increase security of php scripts to prevent SQL injection
  • Dummy proof the buttons so the user encounters less errors
  • Add the ability to share compiled versions of games to other users to the export tab
  • Autosave, alerts when unable to save and the ability to re-log back in without losing data
  • Fix graphical errors when using in mobile safari and firefox
  • Add ability to play video in the canvas

I think that's it. Ya know, besides further tweaks, feature add-ins, and graphical/layout updates.

The game maker is perfectly functional now. I can release a beta. Though first I want to add game templates and demos so you guys aren't going in blind.
« Last Edit: January 23, 2012, 01:40:11 AM by Gan »

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: HTML5 Docs - I need your input
« Reply #66 on: January 23, 2012, 07:06:28 AM »
Or at least put in a tutorial right?
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #67 on: January 23, 2012, 08:10:07 AM »
Would you guys rather have a demo game that explains everything in comments? Or an actual tutorial that you can select on the main menu that shows pictures with text describing every tool?

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #68 on: January 23, 2012, 08:35:21 AM »
Beh. I'll do both.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #69 on: January 23, 2012, 02:00:01 PM »
Made a tutorial for the HTML5 GM. Goes over the basic tools. Now I'm gonna work on Game Template functionality. Then I'll make some test games to be used as templates.
Then I'm going to fix some bugs from my previous list of todo. And then I want to add some more export features.

I think I want to release a stable and well featured beta. So I'm gonna do most of the stuff on the todo list before this becomes public.

Edit: I was making a test game and found some nasty bugs in key detection. Good thing. Fixed now.
« Last Edit: January 23, 2012, 02:06:07 PM by Gan »

GMG Kurt


  • GMG-er

  • **


  • Posts: 682

  • Sorry for being such a noob
Re: HTML5 Docs - I need your input
« Reply #70 on: January 24, 2012, 09:45:39 PM »
What did yu mean by SQL injection? I've only ever heard of mysql for logblock for minecraft servers.
Just your average Weekend Warrior.
Yes I know I have bad spelling, it's what makes me such a good programmer!

"Old art, weather magnificent or wretched, is always the raw material of new art. The artist's job, though, is to

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #71 on: January 24, 2012, 10:17:21 PM »
Sql databases hold data. SQL code manipulates the data. It is very fast and organized.
All data of this forum is stored in an SQL database.

SQL injection means sneaking some code in a query to manipulate or delete data.

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: HTML5 Docs - I need your input
« Reply #72 on: January 25, 2012, 12:17:56 AM »
The whole language is based around storing and retrieving information? Sounds useful.
And have you got saving to work?

PS: a tutorial OR templates is great but we could test it with only one of those.
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: HTML5 Docs - I need your input
« Reply #73 on: January 25, 2012, 12:21:12 PM »
Heh. You guys getting both.


Edit: Before you say it, this is not a self portrait!

Connors


  • ^ This guy is amazing.

  • ****


  • Posts: 2374

  • It's a secret to everyone...
Re: HTML5 Docs - I need your input
« Reply #74 on: January 25, 2012, 03:28:50 PM »
So who is it!? I MUST KNOW. O_O
Warning: The above post may have been modified multiple times.

"In a great game, the character must never perfectly obey the user's command"
 - Tim Rogers

http://connorspuzzles.tumblr.com/