Commit Graph

880 Commits

Author SHA1 Message Date
timy 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
timy 707c256f1a After build. Update build number 2017-06-21 19:42:27 -05:00
timy 01e3cf5a43 Minor change to the invisible puzzle. Changed the firewall to be a server. It does DHCP better. 2017-06-21 15:44:35 -05:00
timy b999bb705e Make hidden items (switches, devices, links) to simulate lost or unknown stuff on the network 2017-06-21 15:19:19 -05:00
timy c597c2e6b4 Updated release notes 2017-06-21 13:08:53 -05:00
timy 30f21dc71d Fix a coloring bug on mono. If we colorize a transparent area, it leaks through. This messes up the coloring on the VPN puzzles. Only colorize non-transparent areas of an image. 2017-06-21 11:05:33 -05:00
timy efd3f26431 Fix an odd traceroute reply issue. Routers would reply if the packet had the start and dest on the same subnet. 2017-06-21 09:11:11 -05:00
timy 29e6d64614 Save NIC data when we are doing editing. In particular, if we put a VPN password in and then clicked the endpoint, the password was reset. Save the password. 2017-06-20 15:36:26 -05:00
timy 26b33b46be Change the anchoring of the filter textbox on the puzzles selection window. 2017-06-20 15:31:59 -05:00
timy b1fd860835 Cannot edit something that is powered off. 2017-06-19 14:03:28 -05:00
timy 2d90ad51b8 Allow us to ctrl-alt click a puzzle and mark it as solved. This is used often when I am testing them. 2017-06-19 13:39:22 -05:00
timy 64ff7a72ed Change auto-select of puzzle to work when earlier level puzzles are not done. Only select it when it is going to be shown. 2017-06-19 13:02:55 -05:00
timy 0eceb5e3e3 Save settings after every solved puzzle 2017-06-19 11:17:09 -05:00
timy ad91b2065e Try to beautifi readme.md for use on the web. 2017-06-16 15:41:40 -05:00
timy 17b58fc094 Added instructions for building for Linux 2017-06-16 15:38:02 -05:00
timy 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
timy 35543503e2 Auto-select first unselected puzzle. Helps Linux navigation 2017-06-16 15:16:56 -05:00
timy 11029d87dd remove debug print when loading rtf 2017-06-16 13:17:25 -05:00
timy 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
timy b62155c76e Code to save to an XML file and fixing localization issues. 2017-06-16 13:03:38 -05:00
timy 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
timy b7bef436d2 Mono does not create new RTF windows if the RTF window is already there. It ends up with old puzzle information instead of new info. Kill the RTF window when going from puzzle to puzzle. 2017-06-15 09:11:54 -05:00
timy 148b137c10 The power puzzle did not have the switch powered off like it was supposed to be 2017-06-15 09:08:27 -05:00
timy 5912e1244f Some windows need killing when a puzzle is complete. Close all extra windows. 2017-06-15 08:48:09 -05:00
timy 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
timy 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
timy ab060f622d When using mono, remove images from the help file. Mono blows up when reading the images for some reason. 2017-06-14 13:53:39 -05:00
timy fc52fe3236 Add func to determine if we are using mono. 2017-06-14 11:34:39 -05:00
timy a2c04e0bfd fix invalid access blowout. Found when trying to get it to run on Linux 2017-06-13 16:53:06 -05:00
timy 8f1c913424 rolling remp change back 2017-06-09 19:18:06 -05:00
timy 5bc434eddd Testing Linux compatibility 2017-06-09 19:09:59 -05:00
timy 34a795c7a7 Turn off signing (to see if it works with Linux better) 2017-06-09 18:48:04 -05:00
timy b4b6227f2d Fix filename issue for building in Linux 2017-06-09 18:45:33 -05:00
timy 0886c46c6e last tracert packet has summary of whole tracert. 2017-06-08 10:47:57 -05:00
timy fe42364f4d Fixed tracert firewall bug. Firewalls would not deal with masq return packet because a secondary item responded. (not the destination) 2017-06-08 10:19:57 -05:00
timy 9071ea404a Tracert works better with VPN. VPN-Endpoints did not decrement tracert ttls. Now it works as it ought. 2017-06-08 09:18:26 -05:00
timy d4acde7b18 can right-click and delete, right-click and change color of selected items 2017-06-07 09:10:02 -05:00
timy e13454b950 ESC key clears selected items. 2017-06-06 20:53:16 -05:00
timy a99a9ed696 Cleaning up select multiple and move system 2017-06-06 17:14:56 -05:00
timy 693c77cfe0 Initial drag of multiple items 2017-06-06 15:13:52 -05:00
timy 04f455bf46 Move the drawing of a single device in an alternate location into a different function. 2017-06-06 12:57:29 -05:00
timy c9422ab9d7 Allow visual dragging of items 2017-06-06 07:29:13 -05:00
timy 0d848c6823 Minor work on tracert 2017-06-02 12:39:16 -05:00
timy efec67749d Published version and updated release notes 2017-03-14 10:00:54 +03:00
timy f8eec8375a Added a traceroute test, a puzzle to show off traceroute, and traceroute help info. 2017-03-13 16:32:40 +03:00
timy efe15659de increase the size of the message box 2017-03-13 15:26:12 +03:00
timy 2120c2e8b0 remove writelines 2017-03-13 15:18:08 +03:00
timy 9e33a6f392 traceroute works, at least rudimentarily 2017-03-13 14:04:02 +03:00
timy 1ebf932edb Starting towards traceroute 2017-03-13 10:36:40 +03:00
timy 98c524c1f9 Added another puzzle and a little bit of supporting code. 2017-03-11 11:38:09 +03:00