Commit Graph

66 Commits

Author SHA1 Message Date
Tim Young 7151d222f8 working on Person Form 2017-07-27 15:20:32 -05:00
Tim Young 437bb2601e Disable Options menu when we loaded a puzzle from a resource. Cleaned up the load system a little bit. 2017-07-20 14:50:03 -05:00
Tim Young 47b26362b5 allow us to ping from, or traceroute from locked devices. A bug kept us from doing this previously. 2017-06-28 10:11:12 -05:00
Tim Young 9f2d8f5947 ctrl-right-click items to add a "Hide" context menu item. Allows you to hide things in the editor 2017-06-23 15:35:50 -05:00
Tim Young b999bb705e Make hidden items (switches, devices, links) to simulate lost or unknown stuff on the network 2017-06-21 15:19:19 -05:00
Tim Young b1fd860835 Cannot edit something that is powered off. 2017-06-19 14:03:28 -05:00
Tim Young 77ce6a1106 Fix minor bug with first puzzle (help). Puzzle never checks for final test to complete when last item is the help button. 2017-06-16 15:18:22 -05:00
Tim Young e725a88bb1 Save size of window and position of window at close. Oops. Had removed that on accident. 2017-06-16 13:14:17 -05:00
Tim Young b62155c76e Code to save to an XML file and fixing localization issues. 2017-06-16 13:03:38 -05:00
Tim Young 16f5c54ee9 Mono does not like my settings for some reason. Moved settings to my own class that loads from properties.settings. Will load/save to xml in another commit. 2017-06-16 11:27:53 -05:00
Tim Young 49be222b5d Make it so we can add items. Had broken it when we made the ability to drag / select a big box of stuff. 2017-06-14 14:15:58 -05:00
Tim Young d129fdc1a4 Re-enable dragging of links. Had broken that when making the ability to drag multiple items around the screen. 2017-06-14 14:10:00 -05:00
Tim Young d4acde7b18 can right-click and delete, right-click and change color of selected items 2017-06-07 09:10:02 -05:00
Tim Young e13454b950 ESC key clears selected items. 2017-06-06 20:53:16 -05:00
Tim Young a99a9ed696 Cleaning up select multiple and move system 2017-06-06 17:14:56 -05:00
Tim Young 693c77cfe0 Initial drag of multiple items 2017-06-06 15:13:52 -05:00
Tim Young 04f455bf46 Move the drawing of a single device in an alternate location into a different function. 2017-06-06 12:57:29 -05:00
Tim Young c9422ab9d7 Allow visual dragging of items 2017-06-06 07:29:13 -05:00
Tim Young f8eec8375a Added a traceroute test, a puzzle to show off traceroute, and traceroute help info. 2017-03-13 16:32:40 +03:00
Tim Young 9e33a6f392 traceroute works, at least rudimentarily 2017-03-13 14:04:02 +03:00
Tim Young 1ebf932edb Starting towards traceroute 2017-03-13 10:36:40 +03:00
Tim Young 0b3213bf67 Cannot connect to powered off APs 2017-03-11 11:07:01 +03:00
Tim Young 4500416364 Able to power off devices, power them back on, and devices off will not pass packets. 2017-03-10 16:07:53 +03:00
Tim Young 708ff2372f Keep initial builder window from starting off the screen 2017-02-25 10:56:47 +03:00
Tim Young f4ab85f359 IPAddress edit box should now appear inside the network box. 2017-02-25 10:33:56 +03:00
Tim Young 7876ae832b Posting through Visual Studio 2017-02-24 14:29:51 +03:00
Tim Young 74731290a1 Adding the GPL. It did not have a license before this because the source was not public.
Getting caught up with some cr/lf changes.
2017-02-24 14:26:58 +03:00
Tim Young 1a0b42b727 Correct if starting form is off screen 2017-02-20 16:50:33 +03:00
Tim Young 6d375c9b60 Start working on Firewall Rules 2016-11-04 15:08:47 -05:00
Tim Young c1bce08f77 Can lock ourselves out of a switch 2016-11-02 16:27:43 -05:00
Tim Young b945f93eaf DHCP works better with vlans, added some puzzles 2016-10-28 10:17:13 -05:00
Tim Young 852ced630f Change colors of devices if VLANS are enabled 2016-10-12 15:24:07 -05:00
Tim Young f9b7ceffae Add a checkmark to display the names and ips of network devices. And make a net-test. Added it to level0-help puzzle. 2016-02-04 16:38:49 -06:00
Tim Young f50634f889 Graphics overhaul & minor change to help puzzle 2016-02-03 13:04:18 -06:00
Tim Young eb7c529342 Fix network loop puzzles (add pingAgain test) 2015-11-22 18:01:56 -05:00
Tim Young 78bbfa8275 Save the level we are working on 2015-11-22 09:01:59 -05:00
Tim Young afff91667b Update ping stuff again 2015-11-19 16:04:08 -05:00
Tim Young 4897217d7b Fix ping 2015-11-19 15:58:50 -05:00
Peter Wilson 056bc26874 Condensing edustrings 2015-11-19 14:49:14 -06:00
Peter Wilson ccaaa79882 Through OW Trans Edits 2015-11-19 13:11:13 -06:00
Peter Wilson 6695e979ab Catchup to ND Edits 2015-11-18 16:34:00 -06:00
Peter Wilson d566f5b28a More Changes 2015-11-18 14:11:16 -06:00
Tim Young 25f89495c3 Minor changes to translate stuff 2015-11-18 12:21:13 -05:00
Tim Young e772f05dd1 Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-18 12:17:56 -05:00
Peter Wilson ebc6b0d8b7 Up to NetBuild Trans Done 2015-11-18 11:14:54 -06:00
Tim Young 32afc5a7f6 Minor changes to strings to make translation easier 2015-11-18 12:12:20 -05:00
Tim Young a4f5cb0eba Clear out old status message if we do something. 2015-11-01 19:18:12 -05:00
Tim Young 1a5efe1925 Make sounds when save happens & when save is canceled 2015-11-01 08:25:20 -05:00
Tim Young 5ee49ddcf5 Fix bug that causes crash when nothing is double-clicked 2015-09-06 09:15:39 -05:00
Tim Young fe37d98e9b add a level and two devices 2015-09-01 17:46:03 -05:00