More stuff and documentation
This commit is contained in:
parent
6b42d26178
commit
431b6e9634
3 changed files with 49 additions and 8 deletions
|
@ -23,7 +23,7 @@ class Program
|
|||
To this:
|
||||
|
||||
Commits.txt
|
||||
683248c66683c8cb3d53fd774adb072fbc6b8fdf,Booklordofthedings,Booklordofthedings@tutanota.com,1724077446,N
|
||||
683248c66683c8cb3d53fd774adb072fbc6b8fdf|Booklordofthedings|Booklordofthedings@tutanota.com|1724077446|N
|
||||
Diffs.txt
|
||||
683248c66683c8cb3d53fd774adb072fbc6b8fdf 10 10 gmtk_2024/levels/Level_2_Rooms/level_2_room_2.tscn
|
||||
683248c66683c8cb3d53fd774adb072fbc6b8fdf 2 2 gmtk_2024/levels/Level_2_Rooms/level_2_room_3.tscn
|
||||
|
@ -54,13 +54,13 @@ class Program
|
|||
}
|
||||
else
|
||||
{
|
||||
lastCommit = line.Split(',').GetNext();
|
||||
lastCommit = line.Split(';').GetNext();
|
||||
commits.Add(new .(line));
|
||||
}
|
||||
}
|
||||
delete input;
|
||||
|
||||
String cfile = new String("commit,name,email,time,signed\n");
|
||||
String cfile = new String("commit;name;email;time;signed\n");
|
||||
for(var i in commits)
|
||||
cfile.Append(scope $"{i.Data}\n");
|
||||
File.WriteAllText("../data/commits.txt", cfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue