Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e5b0e95
Update README.md
QuantumApprentice Feb 17, 2022
303e062
Update README.md
QuantumApprentice Feb 17, 2022
2c5dde6
Added Hello World to main
QuantumApprentice Feb 17, 2022
fbe8ae5
Update README.md
QuantumApprentice Feb 17, 2022
4130ee2
Update README.md
QuantumApprentice Feb 17, 2022
a2f6488
Update msk2bmpGUI.cpp
QuantumApprentice Feb 17, 2022
079f709
Update README.md
QuantumApprentice Feb 17, 2022
2bb4d31
another new branch commit test
QuantumApprentice Feb 17, 2022
cacf383
Merge pull request #1 from QuantumApprentice/another_new-branch
QuantumApprentice Feb 17, 2022
1949b47
committed to the insane asylum
QuantumApprentice Feb 17, 2022
66f05f4
committed to the insane asylum
QuantumApprentice Feb 17, 2022
6b6d1c0
Deleted extra image and added .gitignore
QuantumApprentice Feb 17, 2022
8547d0e
added back my image and removed some lines from readme.md
QuantumApprentice Feb 17, 2022
6ab5ae6
deleted unnecessary image again
QuantumApprentice Feb 17, 2022
a0b119f
Merge pull request #2 from QuantumApprentice/another_new-branch
QuantumApprentice Feb 17, 2022
76b190b
removed testing.txt
QuantumApprentice Feb 22, 2022
41613e1
Integrated ImFileDialog and openGl Glew, but ended up using a contrib…
QuantumApprentice Feb 23, 2022
327c0f0
Minor update to fix memory leak with CoTaskMemFree(FilePath), and std…
QuantumApprentice Feb 23, 2022
ad908b4
modified visual studio Includes folder to make more sense
QuantumApprentice Feb 23, 2022
1d95e01
Added a popup window for the image file to open, and some warnings, a…
QuantumApprentice Feb 24, 2022
085d284
added wrldmp02.png to test warning out, fixed incorrect 'or' command …
QuantumApprentice Feb 24, 2022
0fc849b
fixed the filename not showing by itself
QuantumApprentice Feb 24, 2022
56a20d1
added a red rectangle to display where the tile will be cut from an i…
QuantumApprentice Feb 24, 2022
7b6dd2f
not sure what I did wrong here :P
QuantumApprentice Feb 24, 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
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ignoring log files
*.log

# ignore ALL files in ANY directory named temp
temp/

# ignore ALL debug folders
**/debug/

# ignore that pesky .vs folder
.vs/
Loading