tangled
alpha
login
or
join now
cass.cityboundforest.com
/
dice-wire
2
fork
atom
A framework for the Godot engine to create TTRPG games for Advanced 5th Edition, Pathfinder 2nd Edition, and more
2
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
cass.cityboundforest.com
433ca5bf
Adding different modules for each system
main
22hrs ago
cass.cityboundforest.com
6fe62e43
Adding features for each system
22hrs ago
cass.cityboundforest.com
4b1dfb82
Removing extra code
22hrs ago
cass.cityboundforest.com
f37df30e
Changing URL for pull request to use DID instead of username, and tangled.org instead of tangled.sh
22hrs ago
cass.cityboundforest.com
66f63d37
Adding sample character builds for the PF2E version
23hrs ago
cass.cityboundforest.com
cf626501
Added config to set default target to WASM
23hrs ago
cass.cityboundforest.com
8b4242cf
Changing name of crate to be more Rust friendly
1d ago
cass.cityboundforest.com
cd8e842d
Removing pf2e submodule
1d ago
cass.cityboundforest.com
a9706694
Created a runtime that allows systems to register themselves with it, and verified that the thing compiles to WASM
1d ago
cass.cityboundforest.com
e0431d37
.gitmodules was modified in some way
1d ago
cass.cityboundforest.com
45871020
Adding pf2e module as submodule
2d ago
cass.cityboundforest.com
6aeac8f2
Got it to compile to a WASM, just compile it with the wasm32-unknown-unknown target
3d ago
cass.cityboundforest.com
fc2a828f
Adding tutorial
3d ago
cass.cityboundforest.com
8054cc7d
Moving to Rust, MessagePack, and WASM
3d ago
cass.cityboundforest.com
29c82c54
Updating README.md
4mo ago
cass.cityboundforest.com
e57e3453
Updating README.md
4mo ago
cass.cityboundforest.com
8aa3ca11
Changing return of hooks.lua from class table to global instance of Hooks class
4mo ago
cass.cityboundforest.com
63c4d51c
This is a commit?
4mo ago
cass.cityboundforest.com
55c201df
Adding PF2E submodule
4mo ago
cass.cityboundforest.com
61d889bc
Adding Hooks event library
4mo ago
cass.cityboundforest.com
21889014
Adding boilerplate class code
4mo ago
cass.cityboundforest.com
a289379d
Adding Lua gitignore
4mo ago
cass.cityboundforest.com
feda7d65
Updating README
4mo ago
cass.cityboundforest.com
67ca9b87
Moving to Lua
4mo ago
cass.cityboundforest.com
fec44418
Adding changes
9mo ago
cass.cityboundforest.com
af389822
Starting to work on ancestry features
10mo ago
cass.cityboundforest.com
0155058e
Attempting to add bonuses to the schema, trying to figure out how to put it in
10mo ago
cass.cityboundforest.com
f180fb90
Adding ancestry features to the schema
10mo ago
cass.cityboundforest.com
792abb7c
Updating README with progress
10mo ago
cass.cityboundforest.com
53689a0f
Adding core ancestries
10mo ago
cass.cityboundforest.com
a3e316e0
Starting to add ancestry data
1y ago
cass.cityboundforest.com
b963a544
Adding speed data
1y ago
cass.cityboundforest.com
3faf5d50
Adding size data
1y ago
cass.cityboundforest.com
c8a42c52
Finishing up the ancestry schema
1y ago
cass.cityboundforest.com
2f16b02c
Adding size and speed schemas, starting to add ancestry schema
1y ago
cass.cityboundforest.com
6fe656cd
Adding damage types
1y ago
cass.cityboundforest.com
0853d04d
Adding the damage type json schema
1y ago
cass.cityboundforest.com
5be126ea
Adding the rest of the skills
1y ago
cass.cityboundforest.com
b6dbe11e
Starting to add skills
1y ago
cass.cityboundforest.com
991c3800
Adding more flexibility to attribute schema, adding skill schema
1y ago
cass.cityboundforest.com
3c807c43
Adding more attributes
1y ago
cass.cityboundforest.com
a9a9a6e4
Starting to work on schema and data
1y ago
cass.cityboundforest.com
b211f20e
Gonna start working on making this a module to use as a plugin, but first I'm going to start with data
1y ago
cass.cityboundforest.com
eed49165
Making content loading local
2y ago
cass.cityboundforest.com
408b09de
Finishing up the structuring of this project
2y ago
cass.cityboundforest.com
a2009cee
Restructuring back again
2y ago
cass.cityboundforest.com
9e9b69d1
Random editor files
2y ago
cass.cityboundforest.com
395a7d87
Random editor files
2y ago
cass.cityboundforest.com
8d6294be
Random editor files
2y ago
cass.cityboundforest.com
bf2cc53a
Restructuring project
2y ago
cass.cityboundforest.com
28269aa3
Renaming Rust crate name to match project name
2y ago
cass.cityboundforest.com
e60b0d6c
Added stat display functionality
2y ago
cass.cityboundforest.com
75070478
Finishing off heritage gifts in the A5E character creator
2y ago
cass.cityboundforest.com
af3a67b3
Adding updates section to README
2y ago
cass.cityboundforest.com
99265afa
Restructuring file system
2y ago
cass.cityboundforest.com
120d4d5f
Adding content folder to gitignore as to remove game-specific content from the framework repository
2y ago
cass.cityboundforest.com
652bf0bc
Merging old repository into new one
2y ago
skeetcha
e7c3123f
Create LICENSE
2y ago
cass.cityboundforest.com
775c664e
Updating README
2y ago
skeetcha
e013beb6
Initial commit
2y ago
Adding different modules for each system
main
433ca5bf
cass.cityboundforest.com
22hrs
Adding features for each system
6fe62e43
cass.cityboundforest.com
22hrs
Removing extra code
4b1dfb82
cass.cityboundforest.com
22hrs
Changing URL for pull request to use DID instead of username, and tangled.org instead of tangled.sh
f37df30e
cass.cityboundforest.com
22hrs
Adding sample character builds for the PF2E version
66f63d37
cass.cityboundforest.com
23hrs
Added config to set default target to WASM
cf626501
cass.cityboundforest.com
23hrs
Changing name of crate to be more Rust friendly
8b4242cf
cass.cityboundforest.com
1d
Removing pf2e submodule
cd8e842d
cass.cityboundforest.com
1d
Created a runtime that allows systems to register themselves with it, and verified that the thing compiles to WASM
a9706694
cass.cityboundforest.com
1d
.gitmodules was modified in some way
e0431d37
cass.cityboundforest.com
1d
Adding pf2e module as submodule
45871020
cass.cityboundforest.com
2d
Got it to compile to a WASM, just compile it with the wasm32-unknown-unknown target
6aeac8f2
cass.cityboundforest.com
3d
Adding tutorial
fc2a828f
cass.cityboundforest.com
3d
Moving to Rust, MessagePack, and WASM
8054cc7d
cass.cityboundforest.com
3d
Updating README.md
29c82c54
cass.cityboundforest.com
4mo
Updating README.md
e57e3453
cass.cityboundforest.com
4mo
Changing return of hooks.lua from class table to global instance of Hooks class
8aa3ca11
cass.cityboundforest.com
4mo
This is a commit?
63c4d51c
cass.cityboundforest.com
4mo
Adding PF2E submodule
55c201df
cass.cityboundforest.com
4mo
Adding Hooks event library
61d889bc
cass.cityboundforest.com
4mo
Adding boilerplate class code
21889014
cass.cityboundforest.com
4mo
Adding Lua gitignore
a289379d
cass.cityboundforest.com
4mo
Updating README
feda7d65
cass.cityboundforest.com
4mo
Moving to Lua
67ca9b87
cass.cityboundforest.com
4mo
Adding changes
fec44418
cass.cityboundforest.com
9mo
Starting to work on ancestry features
af389822
cass.cityboundforest.com
10mo
Attempting to add bonuses to the schema, trying to figure out how to put it in
0155058e
cass.cityboundforest.com
10mo
Adding ancestry features to the schema
f180fb90
cass.cityboundforest.com
10mo
Updating README with progress
792abb7c
cass.cityboundforest.com
10mo
Adding core ancestries
53689a0f
cass.cityboundforest.com
10mo
Starting to add ancestry data
a3e316e0
cass.cityboundforest.com
1y
Adding speed data
b963a544
cass.cityboundforest.com
1y
Adding size data
3faf5d50
cass.cityboundforest.com
1y
Finishing up the ancestry schema
c8a42c52
cass.cityboundforest.com
1y
Adding size and speed schemas, starting to add ancestry schema
2f16b02c
cass.cityboundforest.com
1y
Adding damage types
6fe656cd
cass.cityboundforest.com
1y
Adding the damage type json schema
0853d04d
cass.cityboundforest.com
1y
Adding the rest of the skills
5be126ea
cass.cityboundforest.com
1y
Starting to add skills
b6dbe11e
cass.cityboundforest.com
1y
Adding more flexibility to attribute schema, adding skill schema
991c3800
cass.cityboundforest.com
1y
Adding more attributes
3c807c43
cass.cityboundforest.com
1y
Starting to work on schema and data
a9a9a6e4
cass.cityboundforest.com
1y
Gonna start working on making this a module to use as a plugin, but first I'm going to start with data
b211f20e
cass.cityboundforest.com
1y
Making content loading local
eed49165
cass.cityboundforest.com
2y
Finishing up the structuring of this project
408b09de
cass.cityboundforest.com
2y
Restructuring back again
a2009cee
cass.cityboundforest.com
2y
Random editor files
9e9b69d1
cass.cityboundforest.com
2y
Random editor files
395a7d87
cass.cityboundforest.com
2y
Random editor files
8d6294be
cass.cityboundforest.com
2y
Restructuring project
bf2cc53a
cass.cityboundforest.com
2y
Renaming Rust crate name to match project name
28269aa3
cass.cityboundforest.com
2y
Added stat display functionality
e60b0d6c
cass.cityboundforest.com
2y
Finishing off heritage gifts in the A5E character creator
75070478
cass.cityboundforest.com
2y
Adding updates section to README
af3a67b3
cass.cityboundforest.com
2y
Restructuring file system
99265afa
cass.cityboundforest.com
2y
Adding content folder to gitignore as to remove game-specific content from the framework repository
120d4d5f
cass.cityboundforest.com
2y
Merging old repository into new one
652bf0bc
cass.cityboundforest.com
2y
Create LICENSE
e7c3123f
skeetcha
2y
Updating README
775c664e
cass.cityboundforest.com
2y
Initial commit
e013beb6
skeetcha
2y
next