Skip to content
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

Blazium rebranding started .md, and .github should be good to go #3

Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b318afc
Rebrand top level files, and .github folders
RandomOfNoWhere Oct 12, 2024
0801163
Rebrand top level files, and .github folders part2
RandomOfNoWhere Oct 12, 2024
ae2efa0
Revert "Rebrand top level files, and .github folders part2"
RandomOfNoWhere Oct 12, 2024
9c8749d
Rebranding for /core folder
RandomOfNoWhere Oct 12, 2024
0638ba9
Fixes for errors found during verification
RandomOfNoWhere Oct 12, 2024
836521a
Type on base branch fixed
RandomOfNoWhere Oct 12, 2024
d5003f7
Removed redot remains
RandomOfNoWhere Oct 12, 2024
4b92a50
Discord link update, and removed one one redot reference in README.md
RandomOfNoWhere Oct 12, 2024
30cdc7a
Delete pom.xml
RandomOfNoWhere Oct 12, 2024
bb9e26d
Removed copyright change
RandomOfNoWhere Oct 12, 2024
9984c29
Merge branch 'blazium-rebranding' of https://github.com/RandomOfNoWhe…
RandomOfNoWhere Oct 12, 2024
9e99705
Restored new line at end of file
RandomOfNoWhere Oct 12, 2024
994704a
One more newline at end of file restored
RandomOfNoWhere Oct 12, 2024
72ce8b1
Update SCsub
RandomOfNoWhere Oct 12, 2024
eaafcba
Update SCsub
RandomOfNoWhere Oct 12, 2024
836b0d1
Update SCsub
RandomOfNoWhere Oct 12, 2024
e662733
Update SCsub
RandomOfNoWhere Oct 12, 2024
bfd2ff6
Update SCsub
RandomOfNoWhere Oct 12, 2024
9d635b5
Removed trash
RandomOfNoWhere Oct 12, 2024
8126d30
Merge branch 'blazium-rebranding' of https://github.com/RandomOfNoWhe…
RandomOfNoWhere Oct 12, 2024
a4639db
Updated .gitignore to ensure no local netbeans files are pushed
RandomOfNoWhere Oct 12, 2024
14577a7
Update SCsub
RandomOfNoWhere Oct 12, 2024
f519d0b
Update SCsub
RandomOfNoWhere Oct 12, 2024
a074c68
Update SCsub
RandomOfNoWhere Oct 12, 2024
c669e9c
Update SCsub
RandomOfNoWhere Oct 12, 2024
2fa518a
Update SCsub
RandomOfNoWhere Oct 12, 2024
b8bb1e8
Update SCsub
RandomOfNoWhere Oct 12, 2024
3ca972d
Update SCsub
RandomOfNoWhere Oct 12, 2024
c51a350
Update SCsub
RandomOfNoWhere Oct 12, 2024
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
Prev Previous commit
Next Next commit
Update SCsub
Removed unneeded change
  • Loading branch information
RandomOfNoWhere authored Oct 12, 2024
commit 3ca972db35926b78d5117c7a961bddaa8b79719a
1 change: 0 additions & 1 deletion core/os/SCsub
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

Loading