]> git.cworth.org Git - zombocom-ai/history - index.js
Reword Coda's final message
[zombocom-ai] / index.js
2022-12-24 Carl WorthReword Coda's final message main
2022-12-24 Carl WorthDisable the art-generation form when the puzzle hunt...
2022-12-24 Carl WorthAdd an endgame to the hunt
2022-12-23 Carl WorthSet bus timer to 30 seconds
2022-12-23 Carl WorthMake any code execution errors visible to the users
2022-12-23 Carl WorthAdd Zombo's corruptions to the Magic School Bus artwork
2022-12-23 Carl WorthAssign different default code to each boy
2022-12-23 Carl WorthAdd bus object to default state
2022-12-23 Carl WorthHook the code panel up to actually execute something
2022-12-23 Carl WorthAdd initial structure of a Magic School Bus puzzle
2022-12-22 Carl WorthAdd an error page if the user has no name set
2022-12-22 Carl WorthAdd a closing message and make the reboot button functional
2022-12-22 Carl WorthAdd answer checking and level advancement
2022-12-22 Carl WorthImplement the logic for sending one word at a time...
2022-12-22 Carl WorthAdd a welcome stage to the TARDIS
2022-12-21 Carl WorthUse a single function for the tardis app
2022-12-21 Carl WorthExtend maxAge of cookies to be a full week
2022-12-21 Carl WorthSet session to be "rolling"
2022-12-21 Carl WorthMake ZomboCom's random number generator degrade even...
2022-12-21 Carl WorthImplement code to detect target image prompts with...
2022-12-21 Carl WorthRoute /tardis to another page
2022-12-20 Carl WorthAdd support for an image that contains a link
2022-12-19 Carl WorthHide images with a censored attribute
2022-12-14 Carl WorthMake the server generate a non-random random seed occas...
2022-12-11 Carl WorthMerge remote-tracking branch 'origin/main'
2022-12-09 Carl WorthPerform a complete round trip when setting a name
2022-12-09 Carl WorthAdd empty comments array when creating a new image
2022-12-09 Carl WorthBring newly-commented images up to the top of the feed
2022-12-09 Carl WorthRework the state structure so comments live as part...
2022-12-08 Carl WorthLog the user name when generating an image
2022-12-08 Carl WorthFix replay of comments by putting them after replay...
2022-12-08 Carl WorthMake a separate comments section for each image
2022-12-08 Carl WorthSend along the user's name with each comment made
2022-12-08 Carl WorthAdd a save of the session object when name is set
2022-12-08 Carl WorthAdd dialog for setting the user's name
2022-12-08 Carl WorthAdd a new 'reset' event from server to client before...
2022-12-08 Carl WorthAdd infrastructure for doing proper sessions
2022-12-08 Carl WorthAdd exception handling to execution of image generation...
2022-12-08 Carl WorthHide image-generation form while generation is happening
2022-12-07 Carl WorthReplay previous images to a client when it first connects
2022-12-07 Carl WorthHook the server up to actually generate images
2022-12-07 Carl WorthAdd code to submit image generation instructions to...
2022-12-07 Carl WorthAnd now read in saved comments at server start
2022-12-07 Carl WorthWrite comments out to disk when the server exits
2022-12-07 Carl WorthAdd peristence of comments
2022-12-07 Carl WorthAdd the second half necessary for functional comments
2022-12-07 Carl WorthAdd a (half)-functional comment field
2022-12-07 Carl WorthMake a socket connection from client to server
2022-12-07 Carl WorthRewrite primary path as /index.html
2022-12-07 Carl WorthAdd a simple express server