Skip to content

Merge #72, #59, #45, Refactoring and Theme System #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 53 commits into from
Jul 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
9defa95
renamed harddisk -> eeprom
HannesGitH Dec 11, 2022
bc1eaa2
useModernNet false
HannesGitH Dec 11, 2022
d54baf1
renamed harddrive -> EEPROM
HannesGitH Dec 11, 2022
381e1da
dynamically sized eeprom (16bit by default) not functional yet
HannesGitH Dec 11, 2022
f4701c7
added functionality to eeprom?
HannesGitH Dec 11, 2022
afd88b4
tried to make logic lines bool, but didnt know about bus en/decoder
HannesGitH Dec 11, 2022
b0e8572
Revert "tried to make logic lines bool, but didnt know about bus en/d…
HannesGitH Dec 11, 2022
f4eae48
back to using int for pin values
HannesGitH Dec 11, 2022
e4f7666
formatted readme
HannesGitH Dec 11, 2022
61d3a81
formatted EEPROM
HannesGitH Dec 11, 2022
fb2c0d9
added EEPROM to README
HannesGitH Dec 11, 2022
d587aca
tried to add EEPROMMenu but its not in scope rn
HannesGitH Dec 11, 2022
29a819d
just like that
HannesGitH Dec 11, 2022
81b9bc4
small bugfix
HannesGitH Dec 11, 2022
126f2e7
bugs fixed
HannesGitH Dec 11, 2022
ae83069
removed text i accidentally added
HannesGitH Dec 11, 2022
a4c5263
Add 32bit bus parts, extra bus features for IO pins, less harsh colors.
pudy248 Jan 19, 2023
9aa4f50
Forgot to add a lower bound to manual input setting.
pudy248 Jan 19, 2023
14c6f15
Fix for #61
pudy248 Jan 20, 2023
780b98a
Fix for #60
pudy248 Jan 20, 2023
6234c65
Fix #55, add myself to credits, bump version to 0.40.0, add automatic…
pudy248 Jan 20, 2023
8aceb6a
minor bugfixes
pudy248 Jan 21, 2023
b15048f
Slightly changed bus text formatting, overflow protection
pudy248 Jan 25, 2023
4c7bf9b
Merge branch 'pr/45' into hddPR
pudy248 Jan 29, 2023
78c9a2f
slightly improved readability for <=5 digit busses
pudy248 Feb 11, 2023
e8f38a8
Add code from @megarcher
GideonBear Feb 22, 2023
9c365dd
Fix EEPROM
pudy248 Feb 24, 2023
128368a
changed a bunch of ints to uints
pudy248 Feb 25, 2023
f7a6ebe
includes hard drive now
pudy248 Feb 25, 2023
5329608
Merge branch 'main' into hddPR
pudy248 Feb 25, 2023
2e24b58
Create HardDrive.cs.meta
pudy248 Feb 25, 2023
07f45a0
I love git
pudy248 Feb 25, 2023
29f4ebe
unbroke signed decimal display
pudy248 Feb 25, 2023
1950c07
unbroke signed dec display
pudy248 Feb 25, 2023
dd1910a
Merge branch 'pr/2' into hddPR
pudy248 Feb 25, 2023
21b3dec
fix merge issues
pudy248 Feb 25, 2023
0afe1c5
Update Chip Design.unity
pudy248 Feb 25, 2023
f284b8b
small changes
pudy248 Feb 25, 2023
7cb3e89
Merge pull request #1 from VitoBarra/hddPR
VitoBarra Mar 27, 2023
e31992f
Interaction Refactory, bus Rework and Theme system
VitoBarra May 2, 2023
5f66a68
VitoBarra May 6, 2023
a9c5121
little code changes
VitoBarra Oct 13, 2023
683c6fa
Preparation to Official export
VitoBarra Oct 23, 2023
f868583
ThemeSystem Hot Fix
VitoBarra Jun 21, 2024
0b5b8a1
Theme system and Group Property (#4)
VitoBarra Jun 24, 2024
1ea7034
Main menu QOL
VitoBarra Jun 28, 2024
190b4d3
hot fix in migrate saves
VitoBarra Jun 29, 2024
dc7fc3a
fix #47
VitoBarra Jun 29, 2024
977ce7a
fix #48
VitoBarra Jun 29, 2024
950dde7
Improvement on handling chip without Input
VitoBarra Jun 29, 2024
de14683
Debug tool for build, and fix some FolderSystem problem
VitoBarra Jul 8, 2024
46c413c
build hot fix
VitoBarra Jul 13, 2024
1bdca51
Merge branch 'main' into main
AOx0 Jul 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
/Digital Logic Sim.app/
*Digital Logic Sim*
*.DS_Store
/.vscode/
# /.vscode/

*.app

# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta
Expand Down
56 changes: 56 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"files.exclude":
{
"**/.DS_Store":true,
"**/.git":true,
"**/.gitmodules":true,
"**/*.booproj":true,
"**/*.pidb":true,
"**/*.suo":true,
"**/*.user":true,
"**/*.userprefs":true,
"**/*.unityproj":true,
"**/*.dll":true,
"**/*.exe":true,
"**/*.pdf":true,
"**/*.mid":true,
"**/*.midi":true,
"**/*.wav":true,
"**/*.gif":true,
"**/*.ico":true,
"**/*.jpg":true,
"**/*.jpeg":true,
"**/*.png":true,
"**/*.psd":true,
"**/*.tga":true,
"**/*.tif":true,
"**/*.tiff":true,
"**/*.3ds":true,
"**/*.3DS":true,
"**/*.fbx":true,
"**/*.FBX":true,
"**/*.lxo":true,
"**/*.LXO":true,
"**/*.ma":true,
"**/*.MA":true,
"**/*.obj":true,
"**/*.OBJ":true,
"**/*.asset":true,
"**/*.cubemap":true,
"**/*.flare":true,
"**/*.mat":true,
"**/*.meta":true,
"**/*.prefab":true,
"**/*.unity":true,
"build/":true,
"Build/":true,
"Library/":true,
"library/":true,
"obj/":true,
"Obj/":true,
"ProjectSettings/":true,
"temp/":true,
"Temp/":true
},
"omnisharp.useModernNet": false
}
File renamed without changes.

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

9 changes: 9 additions & 0 deletions Assets/3rd Party/JsonDotNet/Assemblies.meta

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

9 changes: 9 additions & 0 deletions Assets/3rd Party/JsonDotNet/Assemblies/AOT.meta

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

Loading