Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
c9c6a91
Menu to rename and delete custom chips
gml16 Dec 12, 2020
ef9c5c8
Changed edit menu header text
gml16 Dec 12, 2020
33ed6a6
Add 4 bit bus wire
t4ccer Dec 23, 2020
5a07626
Implement save and load for diffrent wire types
t4ccer Dec 23, 2020
fc6782e
Add 8 and 16 bit wires
t4ccer Dec 23, 2020
f5b9776
Add comments
t4ccer Dec 23, 2020
2819889
Fix indentation
t4ccer Dec 23, 2020
f848cf9
Fix IO wires
t4ccer Dec 24, 2020
3f22bce
Fix wire types on chip creation
t4ccer Dec 24, 2020
328c584
Fix bus encoders and decoders pin names
t4ccer Dec 24, 2020
3b4615b
Add HDD
Feb 4, 2021
412d981
Rename CREATE button to SAVE
qcabanes-hobby Mar 16, 2021
1dcb33d
Merge from gml16/Digital-Logic-Sim
qcabanes-hobby Mar 16, 2021
a2c9172
Add middle button to delete chip
qcabanes-hobby Mar 16, 2021
157741c
Close edit chip menu if click is outside the menu
qcabanes-hobby Mar 16, 2021
dd74760
Add OR and XOR gates
qcabanes-hobby Mar 16, 2021
c0c3726
Add OR and XOR gates
qcabanes-hobby Mar 16, 2021
645c7c0
Add chip view and update
qcabanes-hobby Mar 17, 2021
f5990cc
Fix viewing chips using spawanble chips
qcabanes-hobby Mar 17, 2021
2efb957
Fix chip when updating children chip
qcabanes-hobby Mar 17, 2021
faf0b31
Fix viewing chips using spawanble chips
qcabanes-hobby Mar 17, 2021
5a87e49
Disable i/o signals if connected in parent chip
qcabanes-hobby Mar 19, 2021
374375f
Change default option
qcabanes-hobby Mar 20, 2021
70c8411
Add middle button to remove wires
qcabanes-hobby Mar 20, 2021
3585f01
Update parent chips when updating chip
qcabanes-hobby Mar 20, 2021
0823d34
Load wires anchor points when updating chip
qcabanes-hobby Mar 20, 2021
14c3bf8
Add chip export
qcabanes-hobby Mar 21, 2021
6650108
Add chip import/export
qcabanes-hobby Mar 21, 2021
239e58d
feat: add ability to set group size through UI
sagitarious12 Mar 24, 2021
278af01
remove unused code
sagitarious12 Mar 24, 2021
786ab57
Added Run/Stop Button for the simulation
AOx0 Apr 5, 2021
cbdeb93
Fixed bad 'simulation deactivation'
AOx0 Apr 5, 2021
5b27e1a
Clean code
AOx0 Apr 5, 2021
8fb60c6
Merge of pull request 'Fix Menu Scaling' from original repo
AOx0 Apr 5, 2021
f1cfba4
Merge branch 'set-group-size' of https://github.com/sagitarious12/Dig…
AOx0 Apr 5, 2021
9c721b3
UI Implementation of set-group-size merge
AOx0 Apr 5, 2021
5b8c05b
Touch the background to dismiss create group menu
AOx0 Apr 5, 2021
ea609ae
Merge branch 'add-hard-disk-drive' of https://github.com/Turnip1234/D…
AOx0 Apr 5, 2021
1a82f27
Merge https://github.com/gml16/Digital-Logic-Sim into main
AOx0 Apr 5, 2021
b48e54d
Add credits to all PRs
AOx0 Apr 5, 2021
b9d88d7
Merge branch 'bus-wires' of https://github.com/t4ccer/Digital-Logic-S…
AOx0 Apr 6, 2021
49a25df
Added last PR credits
AOx0 Apr 6, 2021
4c33d20
Merge https://github.com/Tigralt/Digital-Logic-Sim into main
AOx0 Apr 7, 2021
6d94cc2
Replaced UnityEditor with StandaloneFileBrowser
AOx0 Apr 7, 2021
1c9b98a
Added OR and credits to Tigralt
AOx0 Apr 7, 2021
c2cc0e1
Users now not allowed to modify merged chips
AOx0 Apr 8, 2021
54bd155
Users now not allowed to modify merged chips
AOx0 Apr 8, 2021
76291d0
Bundle version set to 0.32
AOx0 Apr 8, 2021
aef43f5
Fixed edit name chip bug and upgraded packages
AOx0 Apr 8, 2021
4a256ce
Support v0.25 chip saves to work with v0.3x 🚀
AOx0 Apr 11, 2021
4911ec3
Support v0.2x chip saves to work with v0.34+ 🚀
AOx0 Apr 11, 2021
6a1747a
Support v0.2x chip saves to work with v0.34+ 🚀
AOx0 Apr 11, 2021
ece0bf1
Display
Apr 26, 2021
9723442
Update Display
Apr 26, 2021
a715f89
Added option to hide/show extra default chips 🧰
AOx0 Oct 8, 2021
ea3022d
Merge branch 'main' of https://github.com/Turnip1234/Digital-Logic-Si…
AOx0 Oct 8, 2021
79f2223
Merge branch 'Turnip1234-main'
AOx0 Oct 8, 2021
d88547d
Made hide setting persistent. Fixed bug
AOx0 Oct 9, 2021
512950e
Update README.md
AOx0 Nov 21, 2021
3e3fcfe
Update README.md
AOx0 Jul 22, 2022
1cfc5bf
Update README.md
AOx0 Jul 22, 2022
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
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
/[Ll]ogs/
/[Mm]emoryCaptures/

# To ignore some local things
/UserSettings/
/Digital Logic Sim.app/
*Digital Logic Sim*
*.DS_Store
/.vscode/

# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta

Expand Down Expand Up @@ -57,4 +64,3 @@ sysinfo.txt

# Crashlytics generated file
crashlytics-build.properties

56 changes: 0 additions & 56 deletions .vscode/settings.json

This file was deleted.

6 changes: 6 additions & 0 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
78 changes: 78 additions & 0 deletions Assets/Graphics/Materials/Display.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Display
m_Shader: {fileID: 10752, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _BumpScale: 1
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
- _GlossyReflections: 1
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []
8 changes: 8 additions & 0 deletions Assets/Graphics/Materials/Display.mat.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Assets/Graphics/Materials/Selection Box.mat
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _BumpScale: 1
- _Cutoff: 0.5
Expand All @@ -75,3 +76,4 @@ Material:
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 0.101960786}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []
1 change: 1 addition & 0 deletions Assets/Graphics/Palette.asset
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ MonoBehaviour:
onCol: {r: 0.9245283, g: 0.13519046, b: 0.21901982, a: 1}
offCol: {r: 0.1254902, g: 0.14117648, b: 0.18039216, a: 1}
highZCol: {r: 0, g: 0, b: 0, a: 0}
busColor: {r: 0.39488173, g: 1, b: 0, a: 1}
nonInteractableCol: {r: 0.24528301, g: 0.24528301, b: 0.24528301, a: 1}
Loading