Wykres commitów

1452 Commity (25bff780a790775af5fc98234684e5fa5f572d3f)

Autor SHA1 Wiadomość Data
Nina Paley 25bff780a7
modified 3 tomls for never_flip_attachments 2021-07-24 20:23:13 -05:00
Atul Varma 77496c6301
Store creature state in querystring (#210)
This is an attempt to help with #61 by storing the creature state in the querystring.

However, a crucial issue with this implementation as it stands is that it stores the random number seed used to generate the creature.  This is great for representing the state in a compact form, but it's also likely to break easily as the vocabulary and randomization algorithm changes.

So, in the future, we might want to represent the creature state by enumerating the actual structure of the creature, which is likely to be a bit more future-proof.  (It also makes it possible for us to add features in the future that allow users to tweak the randomly-generated creature.)

But for now at least, this will allow users to use the back and forward buttons in their browser to navigate between creatures, so that if they click randomize and skip past something that looked cool, it's easy to go back and visit it.
2021-07-24 14:00:42 -04:00
Nina Paley af62a4d66c
increased frequency of stars_7 2021-07-23 11:59:52 -05:00
Nina Paley e3b3d5ce5d
increased frequency multipliers of eye symbols 2021-07-20 08:28:35 -05:00
Nina Paley 307197665a
Update leg_crouch.toml 2021-07-20 08:19:06 -05:00
Atul Varma 59cd1d1915 Hover helper tooltips aren't obscured by cursor. 2021-07-18 16:52:18 -04:00
Nina Paley 4a4dcf3aa6
toml 2021-07-18 15:12:48 -05:00
Nina Paley 666a9d5f54
toml 2021-07-18 15:11:23 -05:00
Nina Paley ad032e9b70
Add files via upload 2021-07-18 09:30:37 -05:00
Nina Paley 98cb06e493
modified creature_frequency_multiplier 2021-07-18 09:23:42 -05:00
Atul Varma e4b401f97f
Add a 'creature_frequency_multiplier' TOML property. (#207)
Fixes #191.

Currently the implementation is fairly naive, in that a really large value for `creature_frequency_multiplier` will not be handled terribly efficiently, but we can optimize later if needed.
2021-07-17 14:39:19 -04:00
Atul Varma 34fb3080fa Enable gradients, set colors to randhue. Fixes #209. 2021-07-17 14:03:04 -04:00
Nina Paley 02c5b3ddd4
gradient 2021-07-13 15:08:36 -05:00
Nina Paley 2e226d65b3
added gradient 2021-07-13 11:05:59 -05:00
Nina Paley 93b2b387b5
removed gradient 2021-07-13 11:01:47 -05:00
Nina Paley 526c5257fb
gradients 2021-07-13 10:58:52 -05:00
Nina Paley b6f0680e52
gradients 2021-07-12 15:58:20 -05:00
Nina Paley 8c0ff752b8
gradients 2021-07-12 15:08:56 -05:00
Nina Paley 5ed1ba9e54
gradients 2021-07-12 14:40:44 -05:00
Nina Paley 357b3170e4
gradients 2021-07-12 12:03:34 -05:00
Nina Paley b32f180de5
gradients 2021-07-12 11:43:38 -05:00
Nina Paley 9242acf3bc
Add files via upload 2021-07-12 11:40:28 -05:00
Nina Paley cb2f8d2929
Add files via upload 2021-07-12 11:39:30 -05:00
Nina Paley 299157ee26
Add files via upload 2021-07-12 10:20:58 -05:00
Nina Paley 82148efca1
Add files via upload 2021-07-12 10:03:46 -05:00
Nina Paley 64b29385f2
added gradient to wing_bat 2021-07-12 09:59:54 -05:00
Atul Varma ea7673f70e
Split up CSS into multiple files and use CSS imports (#206)
This splits up our `styles.css` file into multiple CSS files that sit alongside the TSX files that use their classes.  All "generic" CSS that isn't used by any one particular component, such as our `thingy` class, is currently being put into `page.css`.

The CSS files are imported via `import` statements in their associated TSX files. As such, this fixes #164.

This also starts formatting our CSS using Prettier.

It also moves some of our `<head>` tags back into `index.html`, reverting a tiny bit of #205, to ensure that some of the metadata can be recognized by browsers, and start loading asynchronously, independently of the page's JavaScript (I see no reason why any of those elements need to change dynamically based on the app's state, so there don't seem to be any downsides to this).
2021-07-11 15:59:37 -04:00
Webaissance 86a39b56e0
#56 Add logo and favicon (#205)
This does the following:
* Adds logo
* Adds favicon
* Creates css directory in dist
* Creates img directory in dist
* Updates /lib/page.tsx to use helmet to incporate the logo, favicon and style.css file
* adds a new file .gitattributes to make Windows use Linux line endings per https://prettier.io/docs/en/options.html

Co-authored-by: Webaissance <git@webais.com>
2021-07-11 12:04:10 -04:00
Nina Paley a8b1c5e254
added gradients to hearts 2021-07-10 09:08:53 -05:00
Nina Paley b465c7b925
added some gradients to arms 2021-07-10 09:02:54 -05:00
Nina Paley f78a26c4ed
added gradient to face.svg 2021-07-10 08:50:40 -05:00
Atul Varma 9a80ead5b7
Add never_flip_attachments to TOML metadata. (#203)
This adds a new `never_flip_attachments` property to TOML metadata, as discussed in #184, and sets it to `true` for the `face_nest` symbol.
2021-07-05 19:35:39 -04:00
Nina Paley dd341b8074
testing wildcard arrows (#201)
* testing wildcard arrows

* introduced bike_recumbent

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2021-07-05 10:18:10 -05:00
Atul Varma 7d53e97262
Add a 'wildcard' (neutral) attachment point type. (#200)
This adds a new attachment point type called `wildcard` (colored `#000000` in the SVGs) which, as the name suggests, can contain _any_ kind of symbol.

Fixes #187.
2021-07-05 06:30:05 -04:00
Atul Varma f7bc1bdc56
Add some hills to the waves page. (#177)
This minimally fixes #143 by adding optional hills to the waves page (they default to being disabled but can be enabled via a checkbox).  It also adds haze to the waves, so that they are blended with the color of the sky as they recede into the distance.
2021-07-04 16:34:17 -04:00
Nina Paley 0056e005ad
added gradient to window 2021-07-03 21:17:08 -05:00
Nina Paley 13eeff8847
introduced wheel_of_fortune (#199)
* introduced wheel_of_fortune

* Add files via upload

* Add files via upload
2021-07-03 15:51:49 -05:00
Nina Paley f8a883a345
introduced wings_pair (#198)
* introduced wings_pair

* Add files via upload

* Add files via upload

* Add files via upload

* wings_pair2

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete wings_pair2.svg

* Delete wings_pair2.toml
2021-07-03 10:14:02 -05:00
mittimithai 303bc6b543
randHue color algorithm (#194)
Added new color algo, cleaned up random-colors a bit.
2021-07-03 09:34:30 -04:00
Nina Paley 9442af829e
Add files via upload 2021-06-30 21:14:36 -05:00
Nina Paley ddd1b50780
Add files via upload 2021-06-30 20:42:13 -05:00
Nina Paley caba7ada44
Add files via upload 2021-06-30 20:17:48 -05:00
Nina Paley df6877ccf3
Delete wing_o_pain.svg
didn't like
2021-06-30 15:59:05 -05:00
Nina Paley 2b0a48dc25
introduced pills (#197)
* introduced pills

* Add files via upload

* Add files via upload

* Add files via upload
2021-06-30 15:54:45 -05:00
Nina Paley 5b168f5c97
new symbols and modifications (#196)
* new symbols and modifications

* introduced cat

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2021-06-30 12:47:40 -05:00
Nina Paley d067db614e
small mod to brain.svg 2021-06-29 22:52:56 -05:00
Nina Paley db7f3c3447
new symbols (#195)
* new symbols

* Add files via upload

* Add files via upload

* Add files via upload

* introduced toilet

* Add files via upload

* Add files via upload

* Add files via upload

* BRAIN

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2021-06-29 22:50:26 -05:00
Nina Paley bbad511755
TOML 2021-06-29 17:51:54 -05:00
Nina Paley 981562c602
TOML rotate_clockwise 2021-06-29 17:48:56 -05:00
Nina Paley 2bac55766a
restored gradient to crown_hierophant 2021-06-29 11:15:16 -05:00