Fen Dweller
677e369d70
Add new planet-eating lines, and significantly increase planet/star/solar system density
il y a 6 ans
Fen Dweller
7faa627146
Add Rai
il y a 6 ans
Fen Dweller
5b39b3623d
Enable auto-growth when the subcategory is enabled.
il y a 6 ans
Fen Dweller
038cd5ef99
Bump version number
il y a 6 ans
Fen Dweller
0799b71091
Reformat presets file; add Cinnamon
il y a 6 ans
Fen Dweller
8e68e27036
Improve layout of action buttons on mobile
il y a 6 ans
Fen Dweller
a0582defa9
Add cities to the approx area function
il y a 6 ans
Fen Dweller
11ea5eb01a
Add approxArea function
il y a 6 ans
Fen Dweller
9043c7f776
Remove spurious logging
il y a 6 ans
Fen Dweller
96f032bc1c
Use the superscript 3 character instead of a 3 for m^3
The transformNumbers function was turning m^3 into m^3.00
il y a 6 ans
Fen Dweller
898c68cc2d
Numbers can now have their number of decimal points set explicitly.
This lets the volume meters not jitter around, but also lets things that should be fixed precision
il y a 6 ans
Fen Dweller
b210cc4276
Show floats with two decimals instead of calling toString()
il y a 6 ans
Fen Dweller
213bedcea7
Remove many update() calls and just call it in a loop
Every separate fill function was calling update(), which was redundant
il y a 6 ans
Fen Dweller
b53abc26ce
Make the filling frequencies configurable (and set it to 60 times per second)
il y a 6 ans
Fen Dweller
767191587d
Make autogrowth factors percentages
il y a 6 ans
Fen Dweller
31ae692ea6
Percentages are now divided by 100 when loaded
This marks the first time anything more than parsing is done to a setting when
loaded or saved. Hopefully floating point errors will not wind up causing problems!
il y a 6 ans
Fen Dweller
3bf1035c42
Disable selection on the feature boxes
il y a 6 ans
Fen Dweller
ae4f2ea325
Fix alignment of radio options; add tooltips
il y a 6 ans
Fen Dweller
c779e8929a
Tidy up the creation screen a bit
il y a 6 ans
Fen Dweller
75b0c71faf
Change base production values to be percentages.
Old saves will have their base production values cleared.
il y a 6 ans
Fen Dweller
5b735b50fa
Merge pull request #11 from jsb5468/clonk2u-working-branch
Unit Symbols
il y a 6 ans
jsb5468
5352e14f25
More Unit Options
*added symbolic units for metric and customary. (EX m instead of metet)
*removed some "-" from body part descriptions that didn't make sense
*toggle units button now displays the correct units on start
il y a 6 ans
jsb5468
b6e7bc7f3f
Merge branch 'clonk2u-working-branch' of https://github.com/jsb5468/stroll into clonk2u-working-branch
il y a 6 ans
jsb5468
64664b0f53
Revert "More Unit Options"
This reverts commit 29f0302020 .
il y a 6 ans
jsb5468
29f0302020
More Unit Options
*added symbolic units for metric and customary. (EX m instead of metet)
*removed some "-" from body part descriptions that didn't make sense
*toggle units button now displays the correct units on start
il y a 6 ans
jsb5468
8a90bfdad6
Merge pull request #1 from chemicalcrux/master
update to master
il y a 6 ans
Fen Dweller
b2584888c1
Shade the background for subcategories. Remove excess margin.
il y a 6 ans
Fen Dweller
fd5e0f1c04
Make second-level subcategory titles smaller
il y a 6 ans
Fen Dweller
afecd177c5
Make soul vore type a dropdown box. Fix incorrect defaults and loading for selects
il y a 6 ans
Fen Dweller
763d582fd7
Adjust spacing in the character creation screen
il y a 6 ans
Fen Dweller
ee34d8e3c0
Add firefox scrollbar styling
il y a 6 ans
Fen Dweller
32511920d8
Capitalize automatic transfer too
il y a 6 ans
Fen Dweller
8e6a7a9746
Capitalize automatic digestion
il y a 6 ans
Fen Dweller
35f72bf4ee
Add option to make text vanish entirely.
il y a 6 ans
Fen Dweller
a5bfd2e399
Remove duplicate scale-growth-with-size button
il y a 6 ans
Fen Dweller
123bad2449
Make text fading an option
il y a 6 ans
Fen Dweller
e7ff051607
Log items fade out over time
il y a 6 ans
Fen Dweller
41ec1b0f74
Adjust appearance of text items in the creation screen. Add arousal help
il y a 6 ans
Fen Dweller
fd0174c9f3
Add tooltips for passive production settings
il y a 6 ans
Fen Dweller
10e7136eff
Make layout improvements for character creation.
Nested subcategories are now centered.
Toggleable settings have proper widthsn ow
il y a 6 ans
Fen Dweller
9a36ed3b1e
Make automatic digestion toggleable.
This replaces the old behavior of setting digestion time to 0.
Doing so does still work, but it is no longer mentioned.
This introduces a save migration, since the option needs to be
set based on the digestion times.
il y a 6 ans
Fen Dweller
8f3ba09a2c
Allow subcategories to be on by default; fix spurious export of default-true subcategories
il y a 6 ans
Fen Dweller
184e3c4d57
Fix failure to export checkboxes that default to true
This was because the game threw out all false settings when exporting -
in the past, every checkbox defaulted to false. This was done because
many checkboxes lack default settings of false, meaning their
defualt value was undefined, not false. The code now checks for this
case - false setting, undefined default - before moving on to the more
general check for equivalence.
il y a 6 ans
Fen Dweller
a3a4125a13
Rearrange the biome settings; allow for labels in the character creation
screen
il y a 6 ans
Fen Dweller
24dda716a2
Merge pull request #10 from jsb5468/Text-Addition
Full Biome Implementation
il y a 6 ans
jsb5468
c5e95de84f
Merge branch 'master' into Text-Addition
il y a 6 ans
Fen Dweller
81bf4f262e
Update changelog link
il y a 6 ans
Fen Dweller
85c50ad408
Make a first stab at a mobile layout
il y a 6 ans
Fen Dweller
503a449a1a
Add a priority attribute to presets. Now Fen is #1
il y a 6 ans
Fen Dweller
a3df4adb60
Bring back all of the old presets
il y a 6 ans