Commit Graph
197 Commits
Author SHA1 Message Date
Trevor Coleman 0f04384e07 build html 2024-07-16 13:30:33 -07:00
Trevor Coleman af32010a4c fix(StarsWithoutNumberRevised): bump version 2024-07-07 14:39:23 -04:00
Trevor Coleman 65c97c7a3c fix(StarsWithoutNumberRevised): add adventurer options to class selection dropdown 2024-07-07 13:55:08 -04:00
Karlinator 3a16cde8cc Fix icon link broken by external service 2021-09-21 09:37:02 +02:00
Karlinator 568b92df6c Fix weapon display with Sunblade skill, migration, changelog and version. 2021-09-13 09:11:34 +02:00
Karlinator 5a36b6a34a Changelog and version. 2021-08-15 01:54:55 +02:00
Karlinator 9d75947008 Fix quick menus not working. 2021-08-15 01:54:55 +02:00
Karlinator f85674fb24 Changelog and version. 2021-07-13 18:10:22 +02:00
Karlinator eb287a0a11 Fix incorrect CSE fo roll templates. 2021-07-13 18:10:08 +02:00
Karlinator 147c464bd3 Update changelog and version. 2021-07-11 23:16:03 +02:00
Karlinator fa938d727b Add datalist to drone fittings. 2021-07-11 23:08:21 +02:00
Karlinator e6c2b3b53f Add datalist to class field. 2021-07-11 22:59:59 +02:00
Karlinator 383bc28770 Rework some typescript stuff. 2021-07-11 22:55:45 +02:00
Karl 2f612326f6 Convert drone type to datalist 2021-06-16 20:06:00 +02:00
Karl bfa5e2141e Convert ship hull type to datalist 2021-06-16 19:50:51 +02:00
Karl b99ff88e9d Convert CSS to CSE-ready 2021-06-16 19:41:16 +02:00
Karl efa114390f Fix Small Station not autofilling. 2021-06-16 18:50:13 +02:00
Karlinator 7bf69b8ed2 Add dice logo to git. 2021-03-01 00:24:07 +01:00
Karlinator cf8c2839ab Rename js to ts. 2021-03-01 00:03:43 +01:00
Karlinator 2366a7ee30 Improve parseInt handling in str dex mod. 2021-02-28 23:51:09 +01:00
Karlinator cf5080b550 Fix ship stat calculation. 2021-02-28 23:41:32 +01:00
Karlinator 90f191d521 Fix rest of npc autofill. Move AC and HP to npc_ac and npc_hd. 2021-02-28 23:31:38 +01:00
Karlinator 27c64a180a Fix npc autofill code. 2021-02-28 23:12:05 +01:00
Karlinator ef36c9397b Fix migration code. 2021-02-28 23:02:03 +01:00
Karlinator cad5fadd5c Clarify mySetAttrs params. 2021-02-21 04:52:49 +01:00
Karlinator 32a7267442 Clarify power/mass semantics. Closes Karlinator/roll20-character-sheets#92 2021-02-20 19:35:42 +01:00
Karlinator ee3d5ee5fa Fix Roll20 types, getTranslationByKey return false not undefined. 2021-02-20 19:17:44 +01:00
Karlinator b55bf47c54 Remove old scripts, edit "Contributing" 2021-02-20 19:17:42 +01:00
Karlinator 121108c5a5 Move a function where it belongs. 2021-02-20 19:17:40 +01:00
Karlinator 05c6323175 Ann npm. Convert to TypeScript. 2021-02-20 19:17:34 +01:00
Karlinator 1da87efdcd Merge branch 'usability-pass' into development
# Conflicts:
#	Stars_Without_Number_Revised/Source/Stars_Without_Number_Revised.scss
#	Stars_Without_Number_Revised/Source/js/constants.js
#	Stars_Without_Number_Revised/Source/js/migrations.js
#	Stars_Without_Number_Revised/Stars_Without_Number_Revised.css
#	Stars_Without_Number_Revised/Stars_Without_Number_Revised.html
#	Stars_Without_Number_Revised/translation.json
2021-02-20 19:13:34 +01:00
Karlinator ab29ca7a32 Change dice icon, remove attribution because licence. 2021-02-09 00:15:11 +01:00
Karlinator b58f06f59a Add Life Support, CP Gain fields to ship sheet. 2021-02-08 23:51:12 +01:00
Karlinator 982b06cd1f Move Crew to trio input, add fuel fields. 2021-02-08 23:17:32 +01:00
Karlinator 2b228d7749 Add red styling to strain when above max strain. 2021-02-08 15:19:15 +01:00
Karlinator c7053c28e2 Restructure Strain fields to clarify behaviour, improve usability. 2021-02-08 15:06:11 +01:00
Karlinator 3bf98ce6f3 Rename "separator" to "infix", consistent with "prefix" and "suffix". 2021-02-08 14:16:36 +01:00
Karlinator eaac38a493 Add check for "affinity" in validateShells. Fixes Karlinator/roll20-character-sheets#91 2021-02-08 03:17:47 +01:00
Karlinator 501b6c4d60 Changelog and versioning. 2021-02-08 02:15:31 +01:00
Karlinator 51c56a7c22 Revert "Add edit mode highlighting."
This reverts commit a9e8e64b. This might reappear later, but should be contained to usability-pass.
2021-02-08 02:07:13 +01:00
Karlinator c71fc7fd8a Merge branch 'master' into development
# Conflicts:
#	Stars_Without_Number_Revised/Stars_Without_Number_Revised.css
#	Stars_Without_Number_Revised/Stars_Without_Number_Revised.html
2021-02-07 18:07:28 +01:00
Karlinator a35225d79d Change permanent strain to use = as separator.
Also adds the ability of arbitrary characters as prefixes, separators, and suffixes in text-input-duo.
2021-02-04 23:25:57 +01:00
Karlinator 2830979f81 Rename vehicle tab "Vehicle" so it doesn't hide mechs or vehicles. 2021-02-04 23:07:33 +01:00
Karlinator 5ebdb80d38 Fix border around settings. 2021-02-04 23:06:34 +01:00
Karlinator 16e5f54b80 Add dice icon to Hit Points rollable label. 2021-02-04 22:09:20 +01:00
Karlinator 78d3a6faf9 Fix incorrect encumbrance value for shields. Closes Karlinator/roll20-character-sheets#95. 2021-02-04 21:26:33 +01:00
Karlinator a9e8e64bb7 Add edit mode highlighting. 2021-02-04 21:15:33 +01:00
Karlinator 6a69eb696e Fix magic Quick Menu. 2020-11-01 00:19:49 +01:00
Karlinator 9d9729970c Only format numbers if they don't format to "NaN". 2020-10-04 23:38:18 +02:00
Karlinator 8f02c3d1b2 Add a couple "remove" event triggers for repeating sections. 2020-10-04 23:14:02 +02:00