Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
a4c0a5a
Update readme.md
archis-polyverse Jan 29, 2016
0e2928b
Committing the scuba-dive library, browserified
Jan 29, 2016
74683a3
It works\! Now to hosting it\!
Jan 29, 2016
3563d44
Allegedly this deploys to heroku automatically.
Jan 29, 2016
f341741
Added Google Analytics
Jan 29, 2016
63bd358
Adding API documentation
Jan 29, 2016
18c01ef
Added a javascript editor and evaluator
Jan 30, 2016
fd87ad3
Beginnings on a GUI
Jan 30, 2016
9d943cc
Added a rich UI to generate javascript from
Jan 31, 2016
dd7348c
Added console back in
Jan 31, 2016
0c39082
Fixed a message on a modal dialog
Jan 31, 2016
b59328b
Beautified tables and added ability to remove entries
Jan 31, 2016
ab5497b
Update readme.md
archis-polyverse Feb 4, 2016
39aa4af
Merged scuba-dive library with VPM support.
Feb 5, 2016
19e389a
Added UI for Buhlmann vs VPM selection
Feb 5, 2016
49b357f
Fixed a problem upstream to sort deco gasses.
Feb 5, 2016
33f2c71
Improved messaging a bit
Feb 5, 2016
cd2e9ec
Fixes: https://github.com/archisgore/online-deco-console/issues/1
Feb 6, 2016
3965082
Moved UI around a bit
Feb 6, 2016
f18861e
Update readme.md
archis-polyverse Feb 9, 2016
fe01ea3
Update readme.md
archis-polyverse Feb 9, 2016
12ae290
Update readme.md
archis-polyverse Feb 9, 2016
07ef48e
Table of contents
Feb 9, 2016
2b2ed60
Update readme.md
archis-polyverse Feb 9, 2016
3b5b626
Added the entire readme into the page.
Feb 9, 2016
09d1f7f
Updated metadata a bit
Feb 9, 2016
110c939
Improved help docs
Feb 10, 2016
aecffc8
Added more keywords
Feb 11, 2016
a22dc84
Picked up a bug-fixed version of the dive library
Feb 13, 2016
c50f93f
Fixed a NDL bug
Feb 15, 2016
899d5da
Pick up some NDL changes
Feb 15, 2016
e32b6b6
Gas rate can now be negative, rewarding you for ascents.
Feb 15, 2016
e650bdc
Updated NDL examples
Feb 15, 2016
fce8846
Readme fix
Feb 15, 2016
94fd590
Updated help and examples
Feb 15, 2016
bce6fc6
Prep to use github pages
archis-polyverse Jun 18, 2020
df14309
Create CNAME
archis-polyverse Jun 18, 2020
0cee017
Make index.html load instead of readme
archis-polyverse Jun 18, 2020
666fa0c
Pull in all dependencies and make everything HTTPS
archis-polyverse Jun 18, 2020
834ac1f
Use CDN-based AUI/Bootstrap
archis-polyverse Jun 18, 2020
337bd0f
Modernize: drop dead AlloyUI/YUI3, vanilla JS + Tailwind, rename to "…
archisgore Jun 9, 2026
f486e32
Engine hardening + units toggle + standard-gas picker + phase labels
archisgore Jun 9, 2026
b924d42
Cache-bust JS asset URLs with ?v= so deploys propagate without waitin…
archisgore Jun 9, 2026
db18e7f
Fix: segments stranded with removed gas name now repoint to first ava…
archisgore Jun 9, 2026
acbb923
Add explicit 2-minute 'gas switch' step with Gas → Gas annotation
archisgore Jun 9, 2026
6c01671
Round imperial plan depths to nearest 10 ft
archisgore Jun 9, 2026
b07e8b2
Fix: removing a bottom gas was silently retargeting segments to a dec…
archisgore Jun 9, 2026
1795d26
Refresh segment dropdowns when a gas is renamed
archisgore Jun 9, 2026
fab80e0
Shareable plans: capture full input state in URL hash + Copy-link button
archisgore Jun 9, 2026
171e7ff
Kind-aware segment UI: descent/flat/ascent with color coding + travel…
archisgore Jun 9, 2026
c42e804
Gas consumption: SAC input + per-row Gas Use column + per-gas totals
archisgore Jun 9, 2026
397c556
Right-align per-gas breakdown chips above the plan table
archisgore Jun 9, 2026
fef9b0a
UX polish: altitude diving, segment cascade, m:ss time, merged depth …
archisgore Jun 9, 2026
413499d
Allow negative depths through calculate() (altitude diving regression)
archisgore Jun 9, 2026
019d301
Revert altitude/negative-depth UI surface (keep plumbing dormant)
archisgore Jun 9, 2026
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
.DS_Store
node_modules/
package.json
package-lock.json
npm-debug.log
.env
.env.*
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deco-planner.archisgore.com
227 changes: 0 additions & 227 deletions demo-resources/demo.css

This file was deleted.

Binary file not shown.
Loading