Commit Graph

888 Commits

Author SHA1 Message Date
Tim Young 2713d6156b Locked Location does not make a success ding at load. 2018-03-06 15:45:59 -06:00
Tim Young 38fd6705e4 devices can be locked to a region. They can be moved around somewhat, but only within a named shape. You can still lock a device so it cannot be moved around at all. 2018-03-06 15:38:47 -06:00
Tim Young 79304fae25 NetTestEditor lets us lock to a rectangle shape defined on the network. 2018-03-06 15:25:24 -06:00
Tim Young ef658c4a58 Keep things from being dropped off the map 2018-03-06 14:50:11 -06:00
Tim Young efa99fc719 Network returns all the rectangle shapes on the map. For use on the net-test editor 2018-03-06 14:37:37 -06:00
Tim Young bd300d9c10 Shape editor has name. & put named shapes into line of sight puzzle 2018-03-06 14:34:29 -06:00
Tim Young 690369ae9c Add a name to the NetShape class. 2018-03-06 14:20:37 -06:00
Tim Young 05477cf9c4 update release notes 2018-03-06 14:18:17 -06:00
Tim Young 124c347751 Add LineOfSight puzzle 2018-03-06 14:15:52 -06:00
Tim Young 18200217f3 Fix spelling of Grey 2018-03-05 17:06:01 -06:00
Tim Young cd0b1c4bdc Items locked for movement have a light circle drawn around them so that it is a little more obvious that there is something different about them. 2018-03-02 11:03:03 -06:00
Tim Young 56b680e057 Finish locking items in location. Can no longer move them if they are locked. 2018-03-01 17:25:07 -06:00
Tim Young 1ada144423 Add a lock location test. Not active yet, but can be added to a network 2018-03-01 17:13:34 -06:00
Tim Young f4b07f1d9d Edit the selected item (select it on the list when the ShapeEdit window is opened) 2018-03-01 13:00:54 -06:00
Tim Young 90843eec0d Some data validation 2018-03-01 12:58:47 -06:00
Tim Young 279fc9b0f3 Get move up / move down working for shape editor 2018-03-01 12:50:30 -06:00
Tim Young 40b8798cbd Languify components for ShapeEditor 2018-03-01 12:37:23 -06:00
Tim Young 1b3291fcfa make context menu visible 2018-03-01 12:31:15 -06:00
Tim Young 5d373a5e95 Better behavior when resizing shape window 2018-03-01 12:29:54 -06:00
Tim Young 6d8553e750 Add edit to NetworkBuilder context menu for shapes 2018-03-01 12:19:17 -06:00
Tim Young 0d4dff5e17 start of context menu 2018-03-01 12:15:53 -06:00
Tim Young 05519891db Fill shape from form 2018-03-01 08:18:20 -06:00
Tim Young 1a83ff7ce1 if nothing selected, clear out values 2018-03-01 08:11:09 -06:00
Tim Young ce6e40e099 Add the shape of the netshape to the form (circle, rectangle) 2018-03-01 08:09:40 -06:00
Tim Young 69814ad21e Starting to add the initial shapelist edit window 2018-02-28 16:50:50 -06:00
Tim Young 9f2974cf6b Able to right-click and delete shapes 2018-02-28 12:18:04 -06:00
Tim Young e3fe80ea42 Draw an X in the center of images when we are in shape mode. We will right-click this center to delete or edit the shape. 2018-02-28 12:03:08 -06:00
Tim Young 4531e0526a Able to resize existing shapes 2018-02-28 10:14:23 -06:00
Tim Young 46bf7acee0 Make a func on the net shape to find the corner opposite from where we clicked 2018-02-28 09:16:01 -06:00
Tim Young 8187cc7a34 Starting values of colors is "Empty" 2018-02-27 16:22:59 -06:00
Tim Young a06f27a836 Allow empty colors, but if both are empty, do not use them. 2018-02-27 16:21:57 -06:00
Tim Young 1d1290c3c2 Able to add a new shape. Cannot edit existing shapes yet... 2018-02-27 16:03:29 -06:00
Tim Young 4f3f260c48 tooltips for Color Combo-boxes 2018-02-27 13:06:14 -06:00
Tim Young 3ff8f1488c Clicking the shape button toggles which shape you are adding. 2018-02-27 09:16:42 -06:00
Tim Young c75f1407f9 Move the dragsize out so we can use it elsewhere. 2018-02-27 07:27:36 -06:00
Tim Young cb3a29b4ea Toggle viewing of drag areas on shapes when shape selector is pressed. 2018-02-27 07:25:32 -06:00
Tim Young d6a2a62c9b Add color choosing boxes for Line and Fill colors for use when adding a shape. 2018-02-26 18:07:56 -06:00
Tim Young 483951f022 Change how we do filled stuff. And add ability to add drag marks on the corners when in shape edit mode 2018-02-26 17:50:48 -06:00
Tim Young 552c949a11 Add a button to toggle the shape-editing mode 2018-02-26 16:30:51 -06:00
Tim Young 1825f2badf Add the image for the shapes button 2018-02-26 16:26:28 -06:00
Tim Young 4f59f3c3a6 Network shapes load, save, and print properly 2018-02-24 17:43:45 -06:00
Tim Young 3b0bb6358f network loads and saves NetShapes 2018-02-24 17:30:13 -06:00
Tim Young e9fe9095b6 make a NetShape class for drawing simple shapes on networks. For making a background look like a map or something. 2018-02-24 17:26:07 -06:00
Tim Young 1453aa27be Trees drop packets very fast 2018-02-24 13:56:26 -06:00
Tim Young 529c967876 No title for trees. They just block things 2018-02-24 13:45:29 -06:00
Tim Young 68d83fa07d trees are not part of the network tests and other such things. 2018-02-24 13:42:03 -06:00
Tim Young a41aee0dc4 Cannot place a tree on top of a tree 2018-02-23 20:28:02 -06:00
Tim Young ef54588253 Cannot drag a tree 2018-02-23 18:27:50 -06:00
Tim Young dc11048262 Cannot edit a tree 2018-02-23 18:00:18 -06:00
Tim Young 204051e29f Add a tree object. It is something that will block wireless signals. Trees will be annoying because we cannot move them. We have to work around them. 2018-02-22 17:28:22 -06:00
Tim Young 3cd5230c8e Update release noted for next version 2018-02-22 09:14:05 -06:00
Tim Young baf4b31e7f Update number after publishing 2018-02-22 09:08:43 -06:00
Tim Young 02f010bbbd Update release notes 2018-02-21 08:28:04 -06:00
Tim Young eb938d7591 Add two bad-power puzzles (Bad powersupply and needs UPS) 2018-02-21 08:27:13 -06:00
Tim Young b1eb2f1ec3 Add a frozen device puzzle 2018-02-21 08:11:32 -06:00
Tim Young 7077e55d61 Add lightning animation 2018-02-20 17:36:03 -06:00
Tim Young 0ee8d41c31 Changing images around for better flames and explosions 2018-02-20 17:10:36 -06:00
Tim Young 4fe8c06948 Slightly better translation 2018-02-20 12:56:32 -06:00
Tim Young 40598998e8 Hopefully a better translation of the lost switch text. 2018-02-20 12:51:20 -06:00
Tim Young e01335c2c9 optimize the screen redraw 2018-02-20 12:40:17 -06:00
Tim Young eaae8c84fc Add UPS, powersupply and frozen device to random network. 2018-02-17 17:11:51 +00:00
Tim Young b4f11fcee9 update release notes 2018-02-17 13:56:10 +00:00
Tim Young 07dc0224c3 Able to right-click and replace a broken link. 2018-02-17 13:55:22 +00:00
Tim Young ac872dff1b Update release notes 2018-02-17 13:43:29 +00:00
Tim Young bedceb9113 Cannot change a wireless link 2018-02-17 11:44:47 +00:00
Tim Young b72c006915 Able to edit links 2018-02-17 11:42:21 +00:00
Tim Young 620ffa1bc2 right-click delete a link 2018-02-16 17:48:08 +00:00
Tim Young f7b82d38c9 recognize if we click on a link 2018-02-16 17:24:45 +00:00
Tim Young f397456649 If needs ups, power starts off off. More Needs UPS stuff. 2018-02-16 12:45:08 +00:00
Tim Young dc1d22b2d4 Minor issues with smoking computers and descriptive words. 2018-02-16 12:38:03 +00:00
Tim Young ed432d03ef More things the device cannot do when powered off or broken. 2018-02-16 12:17:06 +00:00
Tim Young a45807cb2d Items which are burned or frozen cannot do some things. 2018-02-16 12:15:04 +00:00
Tim Young 543ea92f8f Increase chance it is the smoke that comes out. 2018-02-15 18:25:44 +00:00
Tim Young 4da26055a6 Animation finally working! Probably need better sprites. 2018-02-15 16:57:46 +00:00
Tim Young de5ec6cfd3 Change error message for packets hitting a frozen machine. "Packet timed out and was dropped" 2018-02-15 09:56:43 +00:00
Tim Young 9a471eafa0 Animation Class 2018-02-14 20:00:27 +00:00
Tim Young 9bb974c70a Have device blowing up with power working, except for animation. 2018-02-14 17:40:06 +00:00
Tim Young 64dce3d907 We can power off things that have a screen and the screen turns off too. 2018-02-14 17:25:18 +00:00
Tim Young 98f3d1298d More power buttons on devices 2018-02-14 17:12:08 +00:00
Tim Young aa07337f05 Power off stuff 2018-02-14 17:10:28 +00:00
Tim Young fd7a9bd48a If something is both frozen and burned. If you replace it, you have also rebooted it. A replaced item starts "off" 2018-02-14 16:47:46 +00:00
Tim Young 5e1c38e81f Packets do not pass through burned devices 2018-02-14 16:38:30 +00:00
Tim Young 44c7b90c3b able to replace a burned item. 2018-02-14 12:36:55 +00:00
Tim Young 5b3be85e99 Add test for device blows up with power. Still needs lots of pieces before it is done. 2018-02-14 12:29:54 +00:00
Tim Young 13165c402c Burned items print fine. 2018-02-14 12:24:54 +00:00
Tim Young d48db428c7 Able to draw a burned image 2018-02-14 12:11:06 +00:00
Tim Young 24413ec12e load / save burned state 2018-02-14 12:07:06 +00:00
Tim Young de0e9b4b98 Make a function to hopefully make something look burnt if it is burnt. 2018-02-14 11:25:32 +00:00
Tim Young 78c9c5472f Adding two more images, one which will be adding a burned-mark onto items which have burned out. The other is a set of initial animations which we will eventually use for showing something burning or sparking. 2018-02-14 11:03:38 +00:00
Tim Young f00ce5e965 update release notes 2018-02-13 20:36:29 +00:00
Tim Young 1678207546 Change to device is frozen instead of device is bad. I got mixed up in my notes. One of the other future things I wanted to add will have us replace the device, but this fix is not that one. 2018-02-13 20:34:10 +00:00
Tim Young faf8ed1984 Get broken device replacement working 2018-02-13 18:03:01 +00:00
Tim Young 0df4b14e01 Add context menu item to replace a device 2018-02-13 17:36:43 +00:00
Tim Young d3124c95bb Network itemhastest 2018-02-13 10:27:11 +00:00
Tim Young 4628f5390c More with device is bad test. On NetTest class 2018-02-13 10:16:14 +00:00
Tim Young 6e052280e1 Add a network test enum for a bad device 2018-02-13 10:14:09 +00:00
Tim Young b8aeae4840 Somehow the duplicate mac puzzle lost its duplicate mac. Here is fixing it once again. 2017-11-29 11:34:19 -06:00
Tim Young 77e9b45cfe Fix order of level 0 puzzles 2017-11-08 08:19:46 -06:00
Tim Young 08b1781554 update release notes 2017-11-02 08:19:15 -05:00
Tim Young 09c1fcafc3 Prompt to save unsaved changes to translation stuff 2017-11-01 16:09:06 -05:00
Tim Young 4169aeb35e Translation window synchs fields if no field had been set. 2017-11-01 15:58:38 -05:00
Tim Young 6f68fdf9c4 Make any new translation files that need to be made. 2017-11-01 15:20:55 -05:00
Tim Young cdda440daf Set tooltip describing form prefix 2017-11-01 13:06:54 -05:00
Tim Young 28549a9137 Better sorting 2017-11-01 13:03:02 -05:00
Tim Young 96da03128e initial filter drop-down 2017-11-01 12:57:00 -05:00
Tim Young 45e95666c5 add a list of form prefixes and descriptions to help the translation system. 2017-11-01 10:52:17 -05:00
Tim Young 93b44141ea When a change is made, mark the files dirty so they are saved. 2017-11-01 09:56:27 -05:00
Tim Young b5949b8090 Get correct editing box 2017-11-01 08:27:10 -05:00
Tim Young bd4f3af010 able to save translated state of items 2017-11-01 08:19:09 -05:00
Tim Young 8e2d54e924 Make more space 2017-11-01 08:15:07 -05:00
Tim Young 3a04f81dde update when changes made 2017-10-31 18:27:36 -05:00
Tim Young 308857a0d8 sorted keys and added key filters 2017-10-31 16:36:14 -05:00
Tim Young f1632bb8df populate the item choices 2017-10-31 14:06:26 -05:00
Tim Young 9613182a87 saved message 2017-10-31 13:12:54 -05:00
Tim Young 3d46bd0c2e save form data if we have changed it. 2017-10-31 13:12:23 -05:00
Tim Young ef47d491f2 track whether the item has been translated yet 2017-10-31 09:08:21 -05:00
Tim Young 3a8adbb7e1 Work if no language file exists 2017-10-31 09:01:51 -05:00
Tim Young d2f3423a5a track resx language 2017-10-31 09:00:05 -05:00
Tim Young 737ee16718 load in resx file info for all known languages 2017-10-31 08:56:57 -05:00
Tim Young 93f0ee18d7 add start to form translation. Dir choice dialog 2017-10-30 16:47:06 -05:00
Tim Young 83ac52e5dc Add a video for the shared network puzzle 2017-10-26 17:00:05 -05:00
Tim Young afd8898525 Add Andre as French Translator 2017-10-26 13:14:56 -05:00
Tim Young c81582d4d1 update release notes 2017-10-26 13:11:38 -05:00
Tim Young d3053534d4 Add video for Level0_HiddenSwitch 2017-10-26 12:29:31 -05:00
Tim Young 8902dc5be2 Add the actual Video URLs, overwriting the temp ones. 2017-10-26 12:01:34 -05:00
Tim Young b3027a0ad6 Update release notes 2017-10-25 11:50:44 -05:00
Tim Young abb4ac0a2f Can add a URL to help topics and puzzles. Clicking (or control-clicking) pulls up the video in a browser. 2017-10-25 11:47:29 -05:00
Tim Young 36b42e64d4 Ability to open a URL that is attached to a puzzle 2017-10-25 10:28:51 -05:00
Tim Young f929e84d29 Add a localized URL for any map we want to add a URL to 2017-10-25 10:05:11 -05:00
Tim Young db56e53268 Add a video-play image 2017-10-25 10:04:33 -05:00
Tim Young e88fc8962a Add a Tab on the translation window. Starting to add ability to translate form items. 2017-10-25 09:36:50 -05:00
Tim Young 26404f3c2b Add capability of a network URL for a puzzle 2017-10-25 09:35:38 -05:00
Tim Young 08ad0da346 Update French Version on starting Puzzles 2017-10-24 16:09:39 -05:00
Tim Young adc80e95a4 The test hints were out of order. make them show progressively more information. 2017-10-24 14:04:19 -05:00
Tim Young 67210c4d1e Nice message if we try to change the gateway on a device that is managed via DHCP 2017-10-24 11:44:24 -05:00
Tim Young 856d0885f2 Better text for one-net, two subnets puzzles. 2017-10-23 11:52:37 -05:00
Tim Young 1cc715fe67 Fix: level4 WhoDidThat showed up as level0. 2017-10-23 10:22:49 -05:00
Tim Young 0ae21d1a79 Publish sub-version. Bot ready to do a full publish yet. But we want this so we can continue translation 2017-10-16 15:33:01 -05:00
Tim Young 458bfbd7be update release notes for this release 2017-10-16 10:34:19 -05:00
Tim Young 827ed75240 Better display of translated puzzle titles 2017-10-16 10:31:20 -05:00
Tim Young c027a0335a use translated puzzle names 2017-10-16 10:23:58 -05:00
Tim Young 578812a1e6 Add title to puzzle translation window 2017-10-16 09:00:45 -05:00
Tim Young e87934331c Add googled French title text to one puzzle for testing 2017-10-16 09:00:29 -05:00
Tim Young ee918c36ff Level6 Generic French Translation 2017-10-13 13:30:07 -05:00
Tim Young b12690cc4b Level5 Generic French Translation 2017-10-13 13:18:32 -05:00
Tim Young 584231b701 Level4 generic French translation 2017-10-13 13:11:13 -05:00
Tim Young 2d8aae5a61 Level2 generic French translation 2017-10-13 13:05:56 -05:00
Tim Young b79fd16384 Level 3 with generic French translation 2017-10-13 12:59:09 -05:00
Tim Young 7737cd7bee Leel1 Generic French translation 2017-10-12 11:17:46 -05:00
Tim Young 291b517c83 Level0 adding French from generic translator. Will have someone fine-tune translation later 2017-10-12 11:08:19 -05:00
Tim Young 2fccf241d7 Fix a null IP address issue 2017-10-05 11:09:31 -05:00
Tim Young 27d3b88083 Fix a dhcp bug with WirelessRouters. Needed better wisdom for returning the appropriate gateway in different modes. 2017-10-05 11:06:59 -05:00
Tim Young a6db4a82be Version change after publishing the minor translation changes. 2017-10-04 08:20:30 -05:00
Tim Young 30da5e7ab8 Release notes and resizing the translation window 2017-10-03 18:03:13 -05:00
Tim Young 22996529f5 Final touches on translation window. 2017-10-03 17:54:41 -05:00
Tim Young 240671304c More changes to translation window 2017-10-03 15:57:12 -05:00
Tim Young 50452f4ea2 Get text windows to populate 2017-10-03 15:32:16 -05:00
Tim Young 3373c325b3 save last translation window choices 2017-10-03 15:19:18 -05:00
Tim Young eca5aef396 More translation window basics 2017-10-03 15:07:24 -05:00
Tim Young 82a06495df Allow translation window to show. 2017-10-03 08:53:28 -05:00
Tim Young c017cb42a3 initial translators window for translating puzzles 2017-10-03 08:46:28 -05:00
Tim Young 5c9cbb3d3e Add items to French resx file in prep for translation 2017-10-03 08:18:46 -05:00
Tim Young 8546f64136 Fix a bug with translated item 2017-09-28 19:47:19 -05:00
Tim Young e6a1c265f7 better translation stuff 2017-09-28 19:44:25 -05:00
Tim Young cc24b9d72e Update release notes 2017-09-02 15:04:11 -05:00
Tim Young 62de025513 do not send packets out if there is no IP address for the nic / management interface. 2017-09-01 15:51:08 -05:00
Tim Young 4c68a20e98 autoselect a network on the random network chooser window. 2017-09-01 15:27:49 -05:00
Tim Young ec6dbe0c3f give a nice message when the random puzzle is solved. 2017-09-01 15:15:16 -05:00
Tim Young 7908de2fe3 Update release notes 2017-09-01 15:03:16 -05:00
Tim Young d990185687 Choose network for turning into a random network. 2017-08-31 18:56:41 -05:00
Tim Young 290b9d75b2 update release notes 2017-08-31 10:02:56 -05:00
Tim Young d90259534b Allow firewall to affect packets coming in from a VPN 2017-08-31 10:01:18 -05:00
Tim Young f437c07ce5 allow firewall rules to affect outbound VPN connections. 2017-08-31 09:43:44 -05:00
Tim Young f52d1241b8 update release notes 2017-08-31 09:26:27 -05:00
Tim Young 6079754714 Make options save different device captioning. 2017-08-31 09:25:37 -05:00
Tim Young 0f19ca49a8 rearrange the internet home and office network 2017-08-31 09:24:50 -05:00
Tim Young c753f0ff04 fix wireless breaking routines so they work. 2017-08-30 17:58:08 -05:00
Tim Young 1cd61dd293 use a button to toggle the type of caption to show. 2017-08-30 16:23:04 -05:00
Tim Young 88e65459f2 Add enum for changing captions under devices 2017-08-30 14:18:32 -05:00
Tim Young 7c4ff7aac3 Change to use the new map for testing the random map system. 2017-08-30 14:18:10 -05:00
Tim Young 77a10251bf Add another network 2017-08-30 02:53:37 -05:00
Tim Young 6ce057cc12 ad a gateway to a switch on the "solved" firewalls network. Did it using edunetworkbuilder, so it made lots of changes to the file to add things that it was expecting (vlans, etc) 2017-08-29 16:13:12 -05:00
Tim Young 65dd37f75e default to having the lables on after a random net is built 2017-08-29 16:06:14 -05:00
Tim Young 59992d0e28 Break ethernet by removing the link entirely 2017-08-29 16:01:34 -05:00
Tim Young 41ae808c39 Just in case we have an address like 8.8.8.8 and we try to randomize that. Make sure there is a difference we can randomize. 2017-08-29 15:47:08 -05:00
Tim Young 54ddd2a2af fix bug trying to randomize the octets 0.0.0.0. 2017-08-29 15:44:42 -05:00
Tim Young 2b944891e2 make the distance microwaves and flourescent lights damage things a constant. 2017-08-29 15:32:26 -05:00
Tim Young 36654e837f do not duplicate "breaks." If we successfully break it one way, do not repeat it. 2017-08-29 15:08:31 -05:00
Tim Young 465de0f6b0 make changes to IP and gateway 2017-08-28 18:37:21 -05:00
Tim Young 31e07852cf make IPaddress breakage tools 2017-08-28 18:13:34 -05:00
Tim Young 537bb31835 break more things 2017-08-28 15:17:28 -05:00
Tim Young 094f8cabf7 Add a func to break a wireless key 2017-08-28 15:00:41 -05:00
Tim Young fffe00ae54 Add a func to break the ssid. 2017-08-28 14:53:23 -05:00
Tim Young e58a75d84e make it so we can lock ourselves out of a switch 2017-08-27 17:22:26 -05:00
Tim Young d3b6abf1e1 get the random network visible 2017-08-27 17:06:58 -05:00
Tim Young fdacb85fe6 more things tracked 2017-08-26 19:05:44 -05:00
Tim Young c6bee193ce track additional information so we can tell which nic to break, which route to break, etc 2017-08-26 14:56:50 -05:00
Tim Young ea3f2adb65 Add a test to show the broken item 2017-08-26 08:16:45 -05:00
Tim Young eddfb773c0 One item to break 2017-08-26 08:09:37 -05:00
Tim Young 75bcd6d0ba more functions preparing to break a network 2017-08-26 08:01:31 -05:00
Tim Young 7a15bbd1ce Add an initial HowToBreak enum. 2017-08-25 19:21:48 -05:00
Tim Young da92d2dd3d pull out some debug code 2017-08-25 19:18:16 -05:00
Tim Young 4b695db457 grab 5 choices & sort them 2017-08-25 17:03:06 -05:00
Tim Young e2b4d34e35 move traversalpath dump out 2017-08-25 16:14:43 -05:00
Tim Young 01eb63b401 functions we will need when breaking things 2017-08-25 16:11:06 -05:00
Tim Young 2e73b622e4 register ping arrival in traversal info 2017-08-25 16:02:42 -05:00
Tim Young 4755d0511d register switches in the traversal path 2017-08-25 15:44:51 -05:00
Tim Young f2f7afc38d links have better names for debugging 2017-08-25 15:37:36 -05:00
Tim Young 743c531c1f capture test traversal dump 2017-08-25 15:32:00 -05:00
Tim Young c7357f15e4 Add a writeline after dump. Better for debugging 2017-08-25 15:17:07 -05:00
Tim Young fb1fb82cf4 make initial functions for nonvisual packet processing. 2017-08-25 15:05:12 -05:00
Tim Young c3fcecdba0 add ethernet and wireless traversal information 2017-08-25 10:41:02 -05:00
Tim Young eaab7771ff adding traversal information as the packet moves around 2017-08-25 10:37:20 -05:00
Tim Young 9b78092b5a Add a traversal class to the packet. 2017-08-25 10:15:01 -05:00
Tim Young f4cade1652 make the initial traversial class 2017-08-25 10:13:05 -05:00
Tim Young 7d14ca89bb Add the v into the name 2017-08-25 09:52:37 -05:00
Tim Young 0df2449223 Create an enum for the traversal technologies 2017-08-25 09:51:48 -05:00
Tim Young 9db658f362 initial stubs for creating a random network 2017-08-24 20:03:00 -05:00
Tim Young 985821fa5a Change solved / unsolved menu items to use the new enums. This standardizes the loading of the solved / unsolved networks. 2017-08-24 14:19:27 -05:00
Tim Young 931ba44b69 create enum for solved puzzles 2017-08-24 12:21:11 -05:00
Tim Young 5ca3bb9b83 Upgrade version number 2017-08-24 12:21:00 -05:00
Tim Young 453d6f56d8 Upgrade of version numbers and stuff 2017-08-19 08:00:04 -05:00
Tim Young 2943cfeb5d Merging development branch and EducationMode branch. Will end up with just development branch 2017-08-19 07:48:47 -05:00
Tim Young d63452813a Impose a small delay in centering items. Makes it work smoother when simply right-clicking to do a menu or something. 2017-08-17 17:27:22 -05:00
Tim Young 4e9399f9b5 Fix an issue when pinging a wireless device by name 2017-08-17 15:10:46 -05:00
Tim Young 1c703c60b5 Get loading / saving of packetmessages working. They had been lost during the clone operation. 2017-08-17 13:50:29 -05:00
Tim Young 7f6c8be406 rebuild the homework tree after we test all of them. That way the results are immediately visible. 2017-08-17 10:43:17 -05:00
Tim Young e5599ee522 Stop console writeline of testing process 2017-08-17 10:41:51 -05:00
Tim Young d1828aa0c9 process all the puzzles, not just the one 2017-08-17 10:40:45 -05:00
Tim Young 5dc89ffe37 Do not ding if we are processing stuff invisibly 2017-08-17 10:40:32 -05:00
Tim Young a928f6b01c test all networks on the test-all 2017-08-17 10:29:37 -05:00
Tim Young 2a96f5866c messages 2017-08-17 10:17:20 -05:00
Tim Young aed5340351 ability to load / save the messages 2017-08-17 09:57:23 -05:00
Tim Young c4c5984f21 prep to serialize network messages. for saving results of automatic testing 2017-08-17 07:39:14 -05:00
Tim Young 765eee55d4 leave network test messages in the network so we can retrieve them later. 2017-08-16 19:35:51 -05:00
Tim Young 2e77354c05 Update work-tree after we load in new homework submissions 2017-08-16 19:04:21 -05:00
Tim Young ce37f24dbd Get net-test to work once. 2017-08-16 11:05:24 -05:00
Tim Young 00f886080f Get invisible Network to complet auto dhcp request at beginning 2017-08-16 10:47:08 -05:00
Tim Young 04782b2456 Hide exporting of password file from students. 2017-08-15 17:24:57 -05:00
Tim Young 63826f9c3e Move changing password after the user has been created. 2017-08-15 17:22:55 -05:00
Tim Young 879944f93f Remove a null-failure 2017-08-15 17:21:18 -05:00
Tim Young 8c600642b6 button calls function to try one for testing 2017-08-14 17:21:24 -05:00
Tim Young eac09a2d80 Move homework test status to schoolwork class 2017-08-14 16:17:50 -05:00
Tim Young c07247bb66 Pieces for testing and tracking status of homework checking. 2017-08-14 16:13:17 -05:00
Tim Young 98fae3192f When we check net-tests, we can pass in the network. This allows us to use this func if we do not have a network loaded. 2017-08-14 15:51:05 -05:00
Tim Young 02e3b45cb2 Add "skip visuals" to tick. So we can run lots of ticks without updating visuals. Needed to process tests automatically. 2017-08-14 15:44:56 -05:00
Tim Young f763016f90 Auto-DHCP on start if we are a teacher and have the check-mark set to do so. 2017-08-14 10:50:56 -05:00
Tim Young 0272ad0363 translate auto-dhcp checkmark 2017-08-14 10:29:37 -05:00
Tim Young 4779bf2425 Add auto-DHCP option to teacher setting window 2017-08-14 10:28:03 -05:00
Tim Young e086782532 Add a setting to allow networks to auto-DHCP on start. 2017-08-14 10:23:20 -05:00