de5a3c353eHide various things based on whether we can do Replays, and if we have anything to replayTim Young2018-05-09 16:24:37 -0500
0ac9fea3bbAdd a ReplayMode bool on our settings. It is set to true for now, but when we are closer to deployment, we will set it to false unless specific things are met.Tim Young2018-05-09 16:15:37 -0500
e7856a9d3eGet replay working from dropdown menu. (right now everyone has the replay button. We will hide it for most cases later on)Tim Young2018-05-09 10:49:54 -0500
d5a04c9d77Do delete device using DoActionsTim Young2018-05-07 10:37:27 -0500
11eec48969Solve 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.Tim Young2018-04-09 18:24:12 +0300
3bea76f528Get practice 7 puzzle working with network loop checking.Tim Young2018-04-09 17:21:32 +0300
d8a5a8169cMark 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.Tim Young2018-03-24 09:34:06 -0500
10ef0a426fWe can replace a switch if it has a bad nic.Tim Young2018-03-24 09:04:37 -0500
762ff62a32We can state that a network card (switch port) has a problem. We cannot do anything about it yet.Tim Young2018-03-24 08:29:09 -0500
b5d2df4c20Update the level1 practice5. It had been a puzzle with two DHCP servers. We teach that concept for the first time on level5. So I removed that and replaced it with improper DHCP. It passes out IPs that already exist.Tim Young2018-03-21 14:00:00 -0500
1e0fad5b4dAdd two more "solved" networks. Can be used for random puzzlesTim Young2018-03-19 13:43:32 -0500
f8edf09a79Wireless practice puzzles. Lots of physical wiring issues, wireless, etc. More for troubleshooting practice.Tim Young2018-03-19 13:38:00 -0500
e5792f869fChange the damage taken by trees. We can brush up against one and still make it through. But trees still give lots of damage...Tim Young2018-03-19 13:37:20 -0500
6583bc86bbAdding a few puzzles. Level1. Practice 1-7.Tim Young2018-03-19 11:55:28 -0500
6593a172fdAdd a deep-clone func to the network. We will end up using this for adding ctrl-z functionality.Tim Young2018-03-15 16:12:00 -0500
8d1ba61b89Add some of the start of the IP address code that will be used for IPv6Tim Young2018-03-15 16:03:32 -0500
f3df4f525aRename IPAddress class to NB_IPAddress. We will be using the System.Net.IPAddress class and do not want to have a conflict.Tim Young2018-03-09 15:47:33 -0600
0368d6d0f9Lock some items in their location in old puzzles. Packet corruption, wireless corruption, wireless repeater, etc. Update release notes for this.Tim Young2018-03-07 15:33:26 -0600
d72ccee22fIncrease chance of damage when traversing long links.Tim Young2018-03-07 13:51:29 -0600
2713d6156bLocked Location does not make a success ding at load.Tim Young2018-03-06 15:45:59 -0600
38fd6705e4devices 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.Tim Young2018-03-06 15:38:47 -0600
79304fae25NetTestEditor lets us lock to a rectangle shape defined on the network.Tim Young2018-03-06 15:25:24 -0600
ef658c4a58Keep things from being dropped off the mapTim Young2018-03-06 14:50:11 -0600
efa99fc719Network returns all the rectangle shapes on the map. For use on the net-test editorTim Young2018-03-06 14:37:37 -0600
bd300d9c10Shape editor has name. & put named shapes into line of sight puzzleTim Young2018-03-06 14:34:29 -0600
690369ae9cAdd a name to the NetShape class.Tim Young2018-03-06 14:20:37 -0600
cd0b1c4bdcItems 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.Tim Young2018-03-02 11:03:03 -0600
56b680e057Finish locking items in location. Can no longer move them if they are locked.Tim Young2018-03-01 17:25:07 -0600
1ada144423Add a lock location test. Not active yet, but can be added to a networkTim Young2018-03-01 17:13:34 -0600
f4b07f1d9dEdit the selected item (select it on the list when the ShapeEdit window is opened)Tim Young2018-03-01 13:00:54 -0600