Commit Graph

154 Commits

Author SHA1 Message Date
Tim Young 38a6107cea Initial regression testing logging. Shows changes being done for every step while solving the puzzle. 2024-02-06 13:00:11 -06:00
Tim Young 110a751d25 Add time-based delay to slow packet movement on super-fast computers 2019-01-23 08:24:30 -06:00
Tim Young 811339b176 Network timeout during replay 2018-10-17 14:56:28 -05:00
Tim Young f2c2f9bb96 Level 5 replays 2018-10-16 12:52:01 -05:00
Tim Young 2ca9ddce19 Fix reporting bug when doing replay 2018-10-08 11:52:53 -05:00
Tim Young fbfc1e148b Skip visual ticks when in the middle of invisible network testing. 2018-10-05 10:24:10 -05:00
Tim Young c4c58b59bd Mark the puzzle as being complete. If we need to track it, we want to do that as well. This had been a bit of a bug; it only marked it as done if it had never been done previously. So, if you were trying to replay something, it would only be completed if you had never done it. Lots of puzzles were failing their replay. 2018-10-05 10:07:23 -05:00
Tim Young 9c9826ef85 the old replay for Frozen! was wrong. Replaced it. 2018-10-03 16:45:17 -05:00
Tim Young 49b2f63698 reporting when things done 2018-09-28 13:37:59 -05:00
Tim Young 6d3db35cfc Move Working on getting the listboxwindow not to disappear when we do regression testing 2018-09-27 14:41:10 -05:00
Tim Young 73b11719b8 Have regression testing return to the listbox window when a test has completed. 2018-09-26 10:33:22 -05:00
Tim Young aaf7afdd65 Better non-visible regression testing & the close button working. 2018-09-26 09:08:05 -05:00
Tim Young 6277fccc77 mark as passed / failed 2018-09-24 10:24:02 -05:00
Tim Young 84304cbc6e More progress towards getting a replay to go 2018-09-22 15:45:37 -05:00
Tim Young c199065efd Message to store Replays if in replay mode and we solved a puzzle 2018-05-16 09:35:19 -05:00
Tim Young 13557c743f do all dhcp as action 2018-05-14 15:10:56 -05:00
Tim Young 617c5e2dc3 Get network links to use Actions 2018-05-14 11:06:19 -05:00
Tim Young 8b82150bbe Adding devices is part of Actions 2018-05-14 10:41:52 -05:00
Tim Young 76b87b0d18 Get Action list to save 2018-05-14 08:05:56 -05:00
Tim Young e7856a9d3e Get replay working from dropdown menu. (right now everyone has the replay button. We will hide it for most cases later on) 2018-05-09 10:49:54 -05:00
Tim Young 2efca90da1 register network with ActionCollection when loaded 2018-05-03 12:58:54 -05:00
Tim Young d045738205 Better processing of wireless link autojoin 2018-05-02 12:47:01 -05:00
Tim Young aa24aba3a9 remove all the wireless connections on network load. They will be rebuilt. 2018-04-10 09:03:29 +03:00
Tim Young 11eec48969 Solve some issues with multiple saved wireless links. They ended up connecting to the wrong devices and making a mess. So, we will start by auto-generating all wireless links. 2018-04-09 18:24:12 +03:00
Tim Young c609571f39 Get network loop tracking working. 2018-04-09 17:17:40 +03:00
Tim Young 88ec8a6cf5 A little better spraying of the network. 2018-04-05 09:27:47 +03:00
Tim Young 421a6b1a59 trigger multiple spray packets even after the packet is done. 2018-04-04 16:42:32 +03:00
Tim Young d8a5a8169c Mark the nic spray fixed once the nic has been re-added. They should still add a test to make sure the IP has been put back, etc. Also fixed an issue with duplicate nic names. 2018-03-24 09:34:06 -05:00
Tim Young 10ef0a426f We can replace a switch if it has a bad nic. 2018-03-24 09:04:37 -05:00
Tim Young e1060523ab Get network equals func working & plug it into networkbuilder 2018-03-17 09:38:15 -05:00
Tim Young 565ab9489d initial ctrl-z working 2018-03-15 17:12:20 -05:00
Tim Young 6593a172fd Add a deep-clone func to the network. We will end up using this for adding ctrl-z functionality. 2018-03-15 16:12:00 -05:00
Tim Young f3df4f525a Rename IPAddress class to NB_IPAddress. We will be using the System.Net.IPAddress class and do not want to have a conflict. 2018-03-09 15:47:33 -06:00
Tim Young d72ccee22f Increase chance of damage when traversing long links. 2018-03-07 13:51:29 -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 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 18200217f3 Fix spelling of Grey 2018-03-05 17:06:01 -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 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 4531e0526a Able to resize existing shapes 2018-02-28 10:14:23 -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 cb3a29b4ea Toggle viewing of drag areas on shapes when shape selector is pressed. 2018-02-27 07:25:32 -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 1453aa27be Trees drop packets very fast 2018-02-24 13:56:26 -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