]> git.cworth.org Git - zombocom-ai/shortlog
zombocom-ai
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 WorthDrop unneeded semicolons from python code
2022-12-23 Carl WorthAdd bus object to default state
2022-12-23 Carl WorthAdd some convenience functions with implicit cairo...
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 WorthShrink the font size a bit for the word prompts
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 WorthCommit some structure for the Doctor's puzzle/game
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 WorthMake the censored images more obvious in the stream
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-11 Carl WorthOnly generate a figcaption if image has both prompt...
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-09 Carl WorthTell server a name at first connection
2022-12-09 Carl WorthFix name tracking to be persistent
2022-12-09 Carl WorthRevert "Don't show any images until the user generates...
2022-12-08 Carl WorthValidate numeric code before form is submitted
2022-12-08 Carl WorthLog the user name when generating an image
2022-12-08 Carl WorthExpand the safety-prompt possibilities a bit
2022-12-08 Carl WorthDon't show any images until the user generates a new one
2022-12-08 Carl WorthAdd a reuse button
2022-12-08 Carl WorthFix replay of comments by putting them after replay...
2022-12-08 Carl WorthFix some overloaded use of "name" variable
2022-12-08 Carl WorthMake a separate comments section for each image
2022-12-08 Carl WorthFix class of comments element
2022-12-08 Carl WorthRemove the cancel button from the profile dialog
2022-12-08 Carl WorthSend along the user's name with each comment made
2022-12-08 Carl WorthAdd a new profile button that lives at the upper-right...
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 dependencies on express-session and session-file...
2022-12-08 Carl WorthMake the safety prompt dynamic
2022-12-08 Carl WorthFix bug in clearing the spinner after image generation...
2022-12-08 Carl WorthAdd exception handling to execution of image generation...
2022-12-08 Carl WorthTimeout on image generation after 60 seconds
2022-12-08 Carl WorthDisplay spinner while image is being generated
2022-12-08 Carl WorthPrepend images as they are generated
2022-12-08 Carl WorthHide image-generation form while generation is happening
2022-12-08 Carl WorthPut the safety-prompt button up by the label of the...
2022-12-08 Carl WorthAllow user to zoom
2022-12-07 Carl WorthLimit generated filename to something not crazy
2022-12-07 Carl WorthSwitch to new 2.1 model of Stable Diffusion and also...
2022-12-07 Carl WorthGenerate new structure for images
2022-12-07 Carl WorthFix a mix-up of "code" vs. "seed"
2022-12-07 Carl WorthFix DOM code so that prompt and code appear for each...
2022-12-07 Carl WorthReplay previous images to a client when it first connects
2022-12-07 Carl WorthClient: Add received images to the DOM
2022-12-07 Carl WorthHook the server up to actually generate images
2022-12-07 Carl WorthAdd generate_image.py script
2022-12-07 Carl WorthAdd code to submit image generation instructions to...
2022-12-07 Carl WorthFix typo
2022-12-07 Carl WorthShift flex layout down into a new div below form-row
2022-12-07 Carl WorthDrop explicit size from numeric code text input
2022-12-07 Carl WorthSimple reword of "Numeric code" placeholder text
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 WorthAdd socket.io as a dependency
2022-12-07 Carl WorthFloat the "safety prompt" button to the right.
2022-12-07 Carl WorthAllow the generate button to get its own styling
2022-12-07 Carl WorthRestrict code input field to 10 characters
2022-12-07 Carl WorthMake the prompt a textarea to fit more text into it.
2022-12-07 Carl WorthMake the "Safety Prompt" button actually do something.
2022-12-07 Carl WorthMove some padding from every p to a new "content" div
2022-12-07 Carl WorthAdd some labels to the form fields
2022-12-07 Carl WorthFix the mute toggle
2022-12-07 Carl WorthAdd a "volume" class to the volume button
2022-12-07 Carl WorthAdd a simple form to the main page
2022-12-07 Carl WorthRewrite primary path as /index.html
2022-12-07 Carl WorthAdd a simple express server
2022-12-06 Carl WorthAdd express4 as a dependency
2022-12-06 Carl WorthAdd initial packages.json