#341✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesSite Update 1/28/17:
Completely rewrote chat backend message system. The chat is running in almost a completely different way now, so if you see any errors, please let me know
Updated chat front-end to use the unified "polyChat" system now. Again, if you see any issues with chat, let me know.
Removed "fastProxy" in favor of making regular chat proxy even faster. If you used to use "fastProxy=1" because you couldn't use the chat otherwise, please use "proxy=1" now. It is even faster than fastProxy.
Posted
#342✎ 289Super_DefaultioVideo GamesI like to play video games!HobbiesDay PersonI like the warm sunshine and wake up early!Express YourselfZelda Is Awesome!I love The Legend Of Zelda!Express Yourself
Site Update 1/28/17:
Removed "fastProxy" in favor of making regular chat proxy even faster. If you used to use "fastProxy=1" because you couldn't use the chat otherwise, please use "proxy=1" now. It is even faster than fastProxy.
1) How does one obtain acces to fastProxy(proxy)? Would it still work in areas such as school?
2) Chat is down due to websocket error... but you already knew that did you? Hope everything goes smoothly.
Posted
#343✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!Hobbies
Site Update 1/28/17:
Removed "fastProxy" in favor of making regular chat proxy even faster. If you used to use "fastProxy=1" because you couldn't use the chat otherwise, please use "proxy=1" now. It is even faster than fastProxy.
1) How does one obtain acces to fastProxy(proxy)? Would it still work in areas such as school?
2) Chat is down due to websocket error... but you already knew that did you? Hope everything goes smoothly.
If you can browse the website at school but cannot use the chat, then proxy will work for you. Go to chat with the following URL for proxy: http://smilebasicsource.com/chat?proxy=1
Posted
#344✎ 289Super_DefaultioVideo GamesI like to play video games!HobbiesDay PersonI like the warm sunshine and wake up early!Express YourselfZelda Is Awesome!I love The Legend Of Zelda!Express Yourself
If you can browse the website at school but cannot use the chat, then proxy will work for you. Go to chat with the following URL for proxy: http://smilebasicsource.com/chat?proxy=1
Ok then, thanks King Random!
Posted
#345✎ 42PtcguyFirst WeekJoined in the very first week of SmileBASIC SourceWebsiteMinecraft Is Awesome!I love Minecraft!Express YourselfBeginner ProgrammerI'm just starting out! I'm still trying to grasp the basics.Programming Strength
Site update whatever man 1-14-17
Added dark theme for high compatibility mode. If you already have sub:dark in your special field, it will automatically be in dark mode for high compatibility mode. Otherwise, it's kinda hard to enable; you must either add sub:dark to your special field from the non-highcompatibility website, or you must go to smilebasicsource.com/query/testquery and add it to your special field there (it's in the big list of settings somewhere down the page). Using testquery is NOT recommended; you can seriously screw up your user settings.
How does smilebasicsource.com/query/testquery even supposed to work? It says ERROR404: Invalid page when I go there.
Posted
How does smilebasicsource.com/query/testquery even supposed to work? It says ERROR404: Invalid page when I go there.
It has been moved to //smilebasicsource.com/testquery.
Posted
#347✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesSite Update 2/12/17:
Because of an... interesting design choice on PHP's part, I have to reduce the amount of time you stay logged in. Now if you click "remember me", you will be logged in for a maximum of 1 week. It used to be a full month. I'm sorry for the change.
Posted
#348✎ 289Super_DefaultioVideo GamesI like to play video games!HobbiesDay PersonI like the warm sunshine and wake up early!Express YourselfZelda Is Awesome!I love The Legend Of Zelda!Express Yourself
Site Update 2/12/17:
Now if you click "remember me", you will be logged in for a maximum of 1 week. It used to be a full month. I'm sorry for the change.
That doesn't seem too bad.
Posted
#349✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!Hobbies4/26/2017:
I fixed a load of stuff in the chat drawing thing in preparation for more tools and upgrades.
The first pixel of size 1 lines should no longer be offset
Lines should be closer to the center of the cursor now.
Added a button to easily download posted chat drawings
Lines at the edge of the canvas no longer gets cut off
Canvas magnification can now range from 1x to 5x and is now manually set (there's a new button)
Hover color now matches the theme you're on (I hope)
Fixed a few mathematical errors.
There are now TWO canvases in the drawing area in preparation for new tools. Please note that if you have some chatdraw conversion thing, you should take this into account. The canvas with the "overlay" class is just a clear panel over the actual drawing area (which is a plain canvas).
Posted
#350✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesSite Update 5/14/17:
Completely overhauled the chat drawing thing (because why not):
Unified touch and mouse events so it should work on all devices (thank 12me and trinitro for that)
Added the square tool and line tool
Can undo/redo
Changed clearing to a tool. You have to click the screen with the clear tool active to clear it.
The chatDraw system is entirely generic and can be included in any of your pages (the system anyway, not the UI). If you're somehow interested in adding a drawing thing to your website, there will (eventually) be documentation here: http://scratch.smilebasicsource.com/documentation/Another update:
Added 12me's spray can, slow pen, and flood fill tools. Thank 12me for his wonderful contributions
Put the clear button back
Fill defaults to flood fill
Each tool can be clicked to cycle through similar tools. For instance, the freehand, slow pen, and spray can are all under the same tool.
IMPORTANT: The canvas that is displayed is just a temporary OVERLAY. If you have chatJS that puts images into that canvas (for instance, like the chatDraw image converter dithering thing), it WILL get overwritten. The correct way to put data into the ACTUAL chatdraw is to do the following:
var drawer = LocalChatDraw.getDrawer();
var realCanvas = drawer.buffers[0].canvas;
//do stuff with realCanvas
drawer.Redraw(); //You MUST do this!
Posted
Edited
by randomous
#351✎ 258h267RNGHiddenEaster EggsPokemon Is Awesome!I love Pokemon!Express YourselfGood PageHiddenAchievementsSounds pretty great! Keep up the good work!
Posted
#352✎ 961Y_ackHead AdminSite Update Hijack 6/2/17:
Added HTML access keys to most significant parts of the website. This allows you to navigate the website more easily using only your keyboard.
The access key modifier is usually Alt-Shift on Windows and Control-Option on Mac.
If you add the following script to your SiteJS, pressing Alt-? or Ctrl-? will display key tips for most elements for which they are available.
//Show [accesskey]::after when Ctrl+?/Alt+? held
document.addEventListener("keydown", function(e) {
if((e.altKey || e.ctrlKey) && e.which == '191') { document.body.dataset.keytips = true; }
});
document.addEventListener("keyup", function(e) {document.body.dataset.keytips = false});
A full list of available keys is available in https://smilebasicsource.com/forum?ftid=1334.
Please post any issues or comments there.
Posted
Edited
by Y_ack
#353✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesChat update 8/29/17:
There is now a user setting (on your /userhome) to enable a much more feature-full drawing application in chat. It runs off of http://draw.smilebasicsource.com, so you can share drawings between the two. However, it posts drawings as images rather than as special "chatdraw" messages, so other people will need the "show chat images" setting enabled in order to view your drawings directly in chat.
The new drawing application has 4 layers and as many colors as you want. You can also set the canvas size and it autosaves your drawings. You can store drawings separate from your SBS account using the "manage" button at the lower right. Come up with a hard-to-guess artist ID so you can access your drawings on multiple devices. Since the advanced drawing application is not linked to your SBS account, your uploaded drawings will instead go to a randomized artist ID UNLESS you come up with your own artist ID or memorize the random one.
Drawings that are uploaded "by name" are saved with all layer and drawing information so you can perfectly restore it later to continue drawing it. Drawings that are uploaded through the chat or through the "permalink" button (which is the same as posting to chat just without actually posting it) are just images and cannot be imported back into the drawing application.
If you have any questions, please let me know
Posted
#354✎ 372ChemicalexDrawingI like to draw!HobbiesRNGHiddenEaster EggsThird YearMy account is over 3 years oldWebsite
Chat update 8/29/17:
There is now a user setting (on your /userhome) to enable a much more feature-full drawing application in chat. It runs off of http://draw.smilebasicsource.com, so you can share drawings between the two. However, it posts drawings as images rather than as special "chatdraw" messages, so other people will need the "show chat images" setting enabled in order to view your drawings directly in chat.
The new drawing application has 4 layers and as many colors as you want. You can also set the canvas size and it autosaves your drawings. You can store drawings separate from your SBS account using the "manage" button at the lower right. Come up with a hard-to-guess artist ID so you can access your drawings on multiple devices. Since the advanced drawing application is not linked to your SBS account, your uploaded drawings will instead go to a randomized artist ID UNLESS you come up with your own artist ID or memorize the random one.
Drawings that are uploaded "by name" are saved with all layer and drawing information so you can perfectly restore it later to continue drawing it. Drawings that are uploaded through the chat or through the "permalink" button (which is the same as posting to chat just without actually posting it) are just images and cannot be imported back into the drawing application.
If you have any questions, please let me know
Should this be device-specific?
Posted
#355✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!Hobbies
Chat update 8/29/17:
There is now a user setting (on your /userhome) to enable a much more feature-full drawing application in chat. It runs off of http://draw.smilebasicsource.com, so you can share drawings between the two. However, it posts drawings as images rather than as special "chatdraw" messages, so other people will need the "show chat images" setting enabled in order to view your drawings directly in chat.
The new drawing application has 4 layers and as many colors as you want. You can also set the canvas size and it autosaves your drawings. You can store drawings separate from your SBS account using the "manage" button at the lower right. Come up with a hard-to-guess artist ID so you can access your drawings on multiple devices. Since the advanced drawing application is not linked to your SBS account, your uploaded drawings will instead go to a randomized artist ID UNLESS you come up with your own artist ID or memorize the random one.
Drawings that are uploaded "by name" are saved with all layer and drawing information so you can perfectly restore it later to continue drawing it. Drawings that are uploaded through the chat or through the "permalink" button (which is the same as posting to chat just without actually posting it) are just images and cannot be imported back into the drawing application.
If you have any questions, please let me know
Should this be device-specific?
idk
Posted
#356✎ 1065randomousOwnerRobotHiddenEaster EggsSecond YearMy account is over 2 years oldWebsiteDrawingI like to draw!HobbiesSite Update 9-2-17:
You may have noticed the huge pile of edits. This was done so your forum miiverse screenshots won't become broken links when miiverse shuts down. I replaced them with links to a local SBS copy.
Later, the same will be done for comments and pages. If you post new screenshots between now and miiverse's shutdown, we'll try to catch them.
Posted
#357✎ 232HTV04Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthAvatar TabooI didn't change my avatar for 180 daysWebsiteForum ContributorHiddenAchievements
Site Update 9-2-17:
You may have noticed the huge pile of edits. This was done so your forum miiverse screenshots won't become broken links when miiverse shuts down. I replaced them with links to a local SBS copy.
Later, the same will be done for comments and pages. If you post new screenshots between now and miiverse's shutdown, we'll try to catch them.
I was wondering why I had 42 notifications (including ones that aren't edits) 😂.
Posted
Edited
by HTV04
#358✎ 94Giant_GamerSpring 2017 Contest ParticipantI participated in the SmileBASIC Source Spring 2017 Contest!Programming ContestIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthWinter 2016 Contest ParticipantI participated in the SmileBASIC Source Winter 2016 Contest!Programming ContestThanks for your hard work! I will miss MiiVerse but I am glad you are working on a way to preserve a small part of it.
I am waiting to see just how broken Super Mario Maker (Wii U) becomes once MiiVerse is removed. I'm guessing that you will no longer be able to earn extra uploads, or be able to view where people died in the level. The only benifit is that levels won't be deleted anymore. Since likes are disabled. But that would also mean there will no longer be new levels to 100 Mario run Ect.
However a broken Mario Maker makes for a slightly less crowded "Maker" Market, with more room for indies developers to aim for that gap. :)
Posted
#359✎ 195PerskaSummer 2016 Contest WinnerI won the SmileBASICSource Summer 2016 Contest!Programming ContestExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthGreat PageHiddenAchievements
Thanks for your hard work! I will miss MiiVerse but I am glad you are working on a way to preserve a small part of it.
I am waiting to see just how broken Super Mario Maker (Wii U) becomes once MiiVerse is removed. I'm guessing that you will no longer be able to earn extra uploads, or be able to view where people died in the level. The only benifit is that levels won't be deleted anymore. Since likes are disabled. But that would also mean there will no longer be new levels to 100 Mario run Ect.
However a broken Mario Maker makes for a slightly less crowded "Maker" Market, with more room for indies developers to aim for that gap. :)
Super Mario Maker will continue to function after the Miiverse shutdown.
This is on Nintendo's site.
Posted
Edited
by Perska
#360✎ 103niconiiVideo GamesI like to play video games!HobbiesExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthDrawingI like to draw!Hobbies
Miiverse will continue to function after the Miiverse shutdown.
This is on Nintendo's site.
No. This post and this page go over everything, including that Miiverse will no longer be accessible at all by 3DS, Wii U, or browser, and that games will lose Miiverse functionality due to the service shutting down.
That said, uploading levels will still be possible in Mario Maker, and I imagine likes will still be around too. It sounds like it's just comments that are getting removed.
Posted
Edited
by niconii