0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed merge problems More... over 14 years ago
merge with jaimy code More... over 14 years ago
Updated verslag with info about filesystem More... over 14 years ago
Deleted some files from the filesystem class. More... over 14 years ago
Deleted the goal functionality, increased harddiskspace and edited some file names like putting some extensions too the files. More... over 14 years ago
Deleted the goal functionality, increased harddiskspace and edited some file names like putting some extensions too the files. More... over 14 years ago
Added the "df" command his comment, also added new functionality: goal. This will give the player a list of which files he should collect. The collectible item list is shorted so we don't get a error from the disk space. besides he doesn't give that error it will take a while with the files he now has to collect. More... over 14 years ago
Updated Filesystem class with methods for managing used diskspace. Updated Command class with df command, Updated the GameController class with a method which creates a list with the files which need to be copied and I made a method to check if all those files are copied to the hard drive More... over 14 years ago
Merge branch 'master' of github.com:jurgenf/TGNU More... over 14 years ago
Updated the command, filesystem and GameController class. More... over 14 years ago
Report updated More... over 14 years ago
Renamed Commands class to CommandString, we need to change te file name from Commands. I also made some changes to the Filesystem. More... over 14 years ago
Solved the merge conflicts More... over 14 years ago
Tried to merge with last push More... over 14 years ago
Updated the command class and the GameController class. I also made the "valluik" methode called gameOver() which can be found in the GameController More... over 14 years ago
checked and further documented GameController and Terminal. also some cosmetic changes where made as well as some renaming More... over 14 years ago
I updated the Command class with two new commands, the cat and the rm command. More... over 14 years ago
added a small fix that allows copying to /home/username and /home/username/ scenario updated to point to the new mainframe location More... over 14 years ago
made some improvements to some commands like cp and the help comman is a bit smarter now :) More... over 14 years ago
Updated the Filesystem class, Directory class, Command class. Made some changes which were needed for the commands to work. cp command doesn't work anymore but will be fixed in the next push More... over 14 years ago
Updated the Command class with jaimy's changes (jaimy wasn't able to push so I pushed his changes). I also edited the print() command from the Filesystem class. I renamed it to printCurrentChilds() and I changed the code, because first there was code duplication More... over 14 years ago
I Updated the Fileystem class with new directories and new files More... over 14 years ago
I added new files and directories to the filesystem, deleted a test method and changed the version to 0.3 More... over 14 years ago
Merge branch 'master' of [email protected]:jurgenf/TGNU More... over 14 years ago
report updated with some information and artwork :P More... over 14 years ago
Updated the Filesystem class, I fixed the dubble declared root and I added some new directories to the Filesystem. I also changed the place of mainframe from / to /mnt. Furthermore I added two lines to the cd command. More... over 14 years ago
Updated Filesystem, fixed a little bug More... over 14 years ago
Major update, I updated the GameController class, the Filesystem class, the Directory class and the File class. Major changes in Filesystem class and I also added a few methods which can be used for the commands in the game. More... over 14 years ago
Updated the GameController class, I made the previous changes definite. I also added two static methods to the Filesystem class. Those methods make it possible to get and set the current directory. More... over 14 years ago
Made some major changes to the GameController, because my Filesystem class needed the name of the player, so I made the field username private static and I made the method public String getUsername() public static so I could use the line GameController.getUsername() in the Filesystem. I don't know if we will keep it this way, I think I should discuss that with jurgen which is unavailable at the moment. Although it works fine for now More... over 14 years ago