Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
82a59a5
Added trait ranks
maryrivlet Jun 7, 2022
1d436d1
High Population trait
maryrivlet Jun 7, 2022
b946891
Synthetic genus trait
maryrivlet Jun 7, 2022
0604c4d
I don't think there are supposed to be two fire events
maryrivlet Jun 7, 2022
6f91e1f
Fix Zealotry toggle
maryrivlet Jun 7, 2022
161eed0
Trait named "Cannibalize" instead of "Cannibal" in UI
maryrivlet Jun 7, 2022
3795080
Ooze trait
maryrivlet Jun 7, 2022
b51224f
Updated planet trait check
maryrivlet Jun 7, 2022
d6c9bd6
High Population fixes (and correctly apply Enhanced War Droids to def…
maryrivlet Jun 7, 2022
90d28cd
Update Evolve version number
maryrivlet Jun 8, 2022
3517f00
Fix war droid patrol logic
maryrivlet Apr 11, 2023
3d3ae8e
Updated patrol and surveyor soul gem logic
maryrivlet Apr 12, 2023
2de4d43
Updated attractor beacon calculation
maryrivlet Apr 12, 2023
4ec4d25
Updated import of prestige resources
maryrivlet Apr 12, 2023
1aa8a89
Update Elusive/Chameleon interaction
maryrivlet Apr 12, 2023
ce13a61
Updated Chamelon bonus numbers
maryrivlet Apr 12, 2023
1204ec1
Added Bureaucrat + Autocracy syngergy
maryrivlet Apr 12, 2023
0eca150
Fix governor id
maryrivlet Apr 12, 2023
982f15a
Update Evolve version string
maryrivlet Apr 12, 2023
c2d67cc
Create static.yml
maryrivlet Apr 12, 2023
caa518e
Rank 0.1 and Rank 4 traits
maryrivlet May 13, 2025
7cae289
Merge branch 'master' of https://github.com/maryrivlet/EvolveHellSim.git
maryrivlet May 13, 2025
7539501
Make pages happy, maybe
maryrivlet May 13, 2025
e785246
More pages ver updates
maryrivlet May 14, 2025
b9aa5bd
Unfathomable (thralls)
maryrivlet May 15, 2025
248daa3
Psychic assault (channelled only)
maryrivlet May 16, 2025
248b6f6
Thrall fixes
maryrivlet May 16, 2025
f867a50
Chicken trait
maryrivlet May 16, 2025
75e37da
Elemental trait
maryrivlet May 16, 2025
4b7507c
Ocular power trait
maryrivlet May 16, 2025
a5bca52
Swift and Grenadier traits
maryrivlet May 16, 2025
e754d0d
Max gem chance
maryrivlet May 17, 2025
787d567
Evil changes / basic authority model (constant)
maryrivlet May 17, 2025
5189a11
What is Best? perk
maryrivlet May 17, 2025
776caae
Allow fractions in new Evil fields
maryrivlet May 17, 2025
d2c9670
Updated soul forge can multi-craft and saves overflow
maryrivlet May 17, 2025
a4121f7
Astrology
maryrivlet May 17, 2025
919ad6c
Weather sim (for Cautious and forthcoming Tusked)
maryrivlet May 17, 2025
cb39463
Tusked trait
maryrivlet May 17, 2025
3b51f65
Weather trait fixes
maryrivlet May 17, 2025
e48d939
Add dictatorship to government selection box
maryrivlet May 17, 2025
b3c52d4
Government updates
maryrivlet May 17, 2025
df5a3c8
Governor updates
maryrivlet May 17, 2025
302f96a
Fractional healing update
maryrivlet May 17, 2025
19fb48d
Rejuvenated (post-Terraform) bonuses
maryrivlet May 17, 2025
6448433
Hivemind fix
maryrivlet May 17, 2025
b524f71
Add the new minimum army rating safeguard
maryrivlet May 17, 2025
c30e828
Update how forge staffing works with high pop and hivemind
maryrivlet May 17, 2025
c157e1d
Edenic Realm
maryrivlet May 18, 2025
48b2455
Reformat general params
maryrivlet May 18, 2025
8321fe0
Eden collapsed by default
maryrivlet May 18, 2025
0eb38c6
Star names, icon locations
maryrivlet May 19, 2025
eaaa767
Witch hunter
maryrivlet May 19, 2025
8c15265
Modeling more events
maryrivlet May 19, 2025
c21215a
Implementing current sort-of-broken revive trait behavior
maryrivlet May 31, 2025
e264ee2
Terror attack wasn't wounding the right number
maryrivlet May 31, 2025
b7ca757
Instincts help against terror attack
maryrivlet May 31, 2025
efa0cc1
Training update -- allow multiple per tick, save fraction, UI respect…
maryrivlet May 31, 2025
f272e2c
High pop updates
maryrivlet Jun 4, 2025
b96ea96
Fix Lamentis healing bonus
maryrivlet Jun 4, 2025
ebb40b0
Fix repair droid bonus to surveyors
maryrivlet Jun 4, 2025
49dce97
New death stats
maryrivlet Jun 4, 2025
17e962e
Marginal encounter rate
maryrivlet Jun 4, 2025
5a2f323
Re-add army rating rounding where appropriate (not forge)
maryrivlet Jun 5, 2025
cb6bd6d
Update version text
maryrivlet Jun 5, 2025
f32f374
Fix Soul Bait save parsing
maryrivlet Jun 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Loading