Commit Graph

586 Commits

Author SHA1 Message Date
0676a56352 Minor bug if SSID was null. We were comparing with "" to see if it was empty, but null != "". So we also compare with null now. 2017-06-28 11:41:48 -05:00
8d2e744ec2 Wireless links are properly removed when a device powered off. WLAN connections auto-reconnected. Fixed that. 2017-06-28 11:26:11 -05:00
07f7633b0f If we ping a local IP, give the real error message. The real error was being replaced with a fake one. 2017-06-28 10:53:19 -05:00
37bad09cc8 Added a traceroute / VPN puzzle. Showing how a traceroute packet is encapsulated and not processed by routers while encapsulated. 2017-06-28 10:24:53 -05:00
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
13b4fac6ea Update the icon on the options window. Minor update 2017-06-28 10:02:48 -05:00
f8ca8beeda Add a puzzle that shows a bad subnet mask (one that cannot be represented using CIDR) 2017-06-27 18:34:13 -05:00
9c764c4f90 IP addresses print CIDR of /? if it is not a real CIDR approved subnet mask. For example, a subnet mask of .250 gives a /?, but .252 gives /30. While this is not real-life (real life does not tell us when we use a foolish subnet), it helps considerably when testing things. 2017-06-27 15:37:33 -05:00
a1a7d10a56 Add another hidden item puzzle. 2017-06-23 15:39:01 -05:00
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
707c256f1a After build. Update build number 2017-06-21 19:42:27 -05:00
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
b999bb705e Make hidden items (switches, devices, links) to simulate lost or unknown stuff on the network 2017-06-21 15:19:19 -05:00
c597c2e6b4 Updated release notes 2017-06-21 13:08:53 -05:00
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
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
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
26b33b46be Change the anchoring of the filter textbox on the puzzles selection window. 2017-06-20 15:31:59 -05:00
b1fd860835 Cannot edit something that is powered off. 2017-06-19 14:03:28 -05:00
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
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
0eceb5e3e3 Save settings after every solved puzzle 2017-06-19 11:17:09 -05:00
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
35543503e2 Auto-select first unselected puzzle. Helps Linux navigation 2017-06-16 15:16:56 -05:00
11029d87dd remove debug print when loading rtf 2017-06-16 13:17:25 -05:00
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
b62155c76e Code to save to an XML file and fixing localization issues. 2017-06-16 13:03:38 -05:00
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
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
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
5912e1244f Some windows need killing when a puzzle is complete. Close all extra windows. 2017-06-15 08:48:09 -05:00
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
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
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
fc52fe3236 Add func to determine if we are using mono. 2017-06-14 11:34:39 -05:00
a2c04e0bfd fix invalid access blowout. Found when trying to get it to run on Linux 2017-06-13 16:53:06 -05:00
8f1c913424 rolling remp change back 2017-06-09 19:18:06 -05:00
5bc434eddd Testing Linux compatibility 2017-06-09 19:09:59 -05:00
34a795c7a7 Turn off signing (to see if it works with Linux better) 2017-06-09 18:48:04 -05:00
b4b6227f2d Fix filename issue for building in Linux 2017-06-09 18:45:33 -05:00
0886c46c6e last tracert packet has summary of whole tracert. 2017-06-08 10:47:57 -05:00
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
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
d4acde7b18 can right-click and delete, right-click and change color of selected items 2017-06-07 09:10:02 -05:00
e13454b950 ESC key clears selected items. 2017-06-06 20:53:16 -05:00
a99a9ed696 Cleaning up select multiple and move system 2017-06-06 17:14:56 -05:00
693c77cfe0 Initial drag of multiple items 2017-06-06 15:13:52 -05:00
04f455bf46 Move the drawing of a single device in an alternate location into a different function. 2017-06-06 12:57:29 -05:00
c9422ab9d7 Allow visual dragging of items 2017-06-06 07:29:13 -05:00
0d848c6823 Minor work on tracert 2017-06-02 12:39:16 -05:00
efec67749d Published version and updated release notes 2017-03-14 10:00:54 +03:00
f8eec8375a Added a traceroute test, a puzzle to show off traceroute, and traceroute help info. 2017-03-13 16:32:40 +03:00
efe15659de increase the size of the message box 2017-03-13 15:26:12 +03:00
2120c2e8b0 remove writelines 2017-03-13 15:18:08 +03:00
9e33a6f392 traceroute works, at least rudimentarily 2017-03-13 14:04:02 +03:00
1ebf932edb Starting towards traceroute 2017-03-13 10:36:40 +03:00
98c524c1f9 Added another puzzle and a little bit of supporting code. 2017-03-11 11:38:09 +03:00
786b5866b2 Add more puzzles and doc for powered off devices 2017-03-11 11:07:24 +03:00
0b3213bf67 Cannot connect to powered off APs 2017-03-11 11:07:01 +03:00
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
bd1ca9fdf2 Search capbility for puzzles 2017-03-10 14:18:17 +03:00
708ff2372f Keep initial builder window from starting off the screen 2017-02-25 10:56:47 +03:00
abc42db1f8 Most other windows start centered in the main builder window. With multiple displays, windows would start in odd locatins and would often be lost. 2017-02-25 10:53:23 +03:00
d948be0a54 Better centering of the IP address edit box when first opened. 2017-02-25 10:44:12 +03:00
f4ab85f359 IPAddress edit box should now appear inside the network box. 2017-02-25 10:33:56 +03:00
7876ae832b Posting through Visual Studio 2017-02-24 14:29:51 +03:00
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
8da7714544 make firewall rules look nicer - add vlan to interface 2017-02-20 16:59:04 +03:00
1a0b42b727 Correct if starting form is off screen 2017-02-20 16:50:33 +03:00
08a84e875b Update puzzles and release notes 2017-02-20 12:04:56 +03:00
ceed40011a More VLAN levels 2017-01-26 21:08:12 -06:00
58beb9490b More updates. Fixed PingFailed. More VLAN levels 2017-01-26 16:41:29 -06:00
52c7ab63e2 Fixed bug with network loop puzzle. That caused issues with tSourceIP. Needed to set tSourceIP when forwarding / routing, and coming out of a VPN 2016-12-10 16:47:14 -08:00
2094f7fac4 Make vlan colors on the outside of the packet 2016-11-16 08:54:01 -08:00
3716fdf234 Added another puzzle 2016-11-15 19:49:16 -08:00
7246e57b5d Remove firewall checkmark from devices that do not have firewall capability. 2016-11-15 13:06:19 -08:00
4edf8ced20 Firewall Puzzle 2016-11-14 20:13:41 -08:00
d38a81c3fe fixing the packet dropped error message 2016-11-12 16:55:16 -07:00
4068f49f5a Move firewall checkmark to device 2016-11-12 07:42:42 -07:00
721efb7fe3 Fix small bug pinging local ips 2016-11-11 10:13:26 -07:00
f5a74d1ff3 Fixed some bugs 2016-11-09 07:31:24 -06:00
4903d9da9c Firewall Rules mostly work 2016-11-07 20:31:07 -06:00
5b62aa59ee Firewall rule editor working 2016-11-07 11:52:14 -06:00
6f240bc311 Working on the firewall 2016-11-07 10:50:56 -06:00
6d375c9b60 Start working on Firewall Rules 2016-11-04 15:08:47 -05:00
c1bce08f77 Can lock ourselves out of a switch 2016-11-02 16:27:43 -05:00
8af09704ab Misspelled yellow 2016-10-31 12:41:13 -05:00
36bc2adc8e Cannot add vlan rows if locked 2016-10-31 11:59:05 -05:00
a82db7ecb2 Colored packets, and some bugs that caused things to crash adding vlans 2016-10-31 11:57:25 -05:00
b6eaf00d6d Dhcp and vlans work, colored packets, etc. Added puzzle 2016-10-28 14:01:12 -05:00
b945f93eaf DHCP works better with vlans, added some puzzles 2016-10-28 10:17:13 -05:00
58ce4f64fa Vlan tests are working 2016-10-25 13:22:33 -05:00
c45b8ba221 vlan tagging tests 2016-10-24 19:42:41 -05:00
907fdc17dd Removed console.writelines that were no longer needed 2016-10-20 14:59:48 -05:00
828387ba8a VLAN tests are working 2016-10-20 14:53:23 -05:00
4ffc40d0b3 Working on VLAN tests (mainly locked vlan stuff) 2016-10-13 17:15:17 -05:00
0ea057c4ed Cannot have both untagged and tagged on an interface 2016-10-13 15:36:46 -05:00
a863fa3709 Locked NIC locks VLANs on that NIC 2016-10-13 15:30:34 -05:00
852ced630f Change colors of devices if VLANS are enabled 2016-10-12 15:24:07 -05:00
ff4badaff8 Option for enabling vlans 2016-10-12 11:56:29 -05:00
9b50875c2c Start on doc, color devices 2016-10-12 11:39:58 -05:00
077560227a VLANs cannot go on vpns, tunnels, wireless, etc. Start of help 2016-10-11 12:46:29 -05:00
14bcc075a3 vlans are working 2016-10-10 19:31:57 -05:00
3632432f02 More vlan progress 2016-10-09 18:03:00 -05:00
e4c9a38404 List what a port is connected to 2016-10-06 09:17:27 -05:00
99d7cdfa85 Progress on vlans 2016-10-05 12:41:06 -05:00
49c771fff2 Progress on vlans 2016-10-03 19:49:05 -05:00
66a310f602 Change to device config translation stuff. Languagify components was broken. 2016-09-29 13:47:01 -05:00
7f4108a164 Packets only occur in 10 spots per network wire. If multiple packets are being drawn in one location, only draw them once. Speeds things up considerably 2016-09-29 08:36:42 -05:00
c6f9d1a0d9 After a build, the version gets updated 2016-02-04 16:43:49 -06:00
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
dbbf30a4f3 Modify puzzle to be a little easier to understand. 2016-02-04 11:16:17 -06:00
ebcc650984 Fix do "refresh" after dhcp request 2016-02-03 13:52:04 -06:00
f50634f889 Graphics overhaul & minor change to help puzzle 2016-02-03 13:04:18 -06:00
536cd31bb8 Update the release notes 2015-11-25 09:58:30 -05:00
a53b767888 Finish Up First-round language translation 2015-11-24 14:45:08 -05:00
eb7c529342 Fix network loop puzzles (add pingAgain test) 2015-11-22 18:01:56 -05:00
78bbfa8275 Save the level we are working on 2015-11-22 09:01:59 -05:00
3f5100dcc0 Changed layout of messages to make them consistent 2015-11-21 17:55:03 -05:00
d10ffd7077 Update changelog 2015-11-20 15:29:26 -05:00
fd8762ef5c Rename Mixed Network puzzle to "Adding Devices" 2015-11-20 15:26:29 -05:00
8e5c9cb97a Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-20 15:21:40 -05:00
4ec3e86f17 Update help. Update IP-Address entry 2015-11-20 15:21:34 -05:00
Peter Wilson
7bc76bfab4 Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-20 14:05:59 -06:00
Peter Wilson
a893185dbc Small glitch if cannot find device on a link 2015-11-20 14:05:53 -06:00
2ae374e7d0 Change log updated 2015-11-19 16:22:13 -05:00
afff91667b Update ping stuff again 2015-11-19 16:04:08 -05:00
4897217d7b Fix ping 2015-11-19 15:58:50 -05:00
Peter Wilson
85e063cb3a Merged 2015-11-19 14:50:37 -06:00
Peter Wilson
056bc26874 Condensing edustrings 2015-11-19 14:49:14 -06:00
9475be36c3 Modified about message 2015-11-19 15:14:46 -05:00
0340b8700e Minor syntax fixes 2015-11-19 14:48:12 -05:00
306b6b8424 Minor fixes after translation 2015-11-19 14:46:17 -05:00
43f4028ef8 changes to toedit 2015-11-19 14:25:52 -05:00
ed0ccf16ce Packet translations 2015-11-19 14:25:15 -05:00
5823e4095d Update to toedit 2015-11-19 14:15:27 -05:00
4357450f17 Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-19 14:15:00 -05:00
5dd3bf8e81 My changes 2015-11-19 14:14:50 -05:00
Peter Wilson
e6ae567695 Newest 2015-11-19 13:13:01 -06:00
Peter Wilson
ccaaa79882 Through OW Trans Edits 2015-11-19 13:11:13 -06:00
2df0409bb4 Translation stuff 2015-11-19 14:01:18 -05:00
1b8b0d0949 Changes to toedit 2015-11-19 13:33:57 -05:00
Peter Wilson
7ac4610b02 One change ;-). 2015-11-19 12:31:30 -06:00
Peter Wilson
11e3fcfdd9 Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-19 12:30:47 -06:00
Peter Wilson
72e21d371c NC, NCE, ND Edits 2015-11-19 12:30:40 -06:00
eaca4dc8cc packet cleanup strings for translation 2015-11-19 12:06:59 -05:00
827622100f network link cleanup for translation 2015-11-19 12:03:03 -05:00
b2662c6aba Clean up strings for translation 2015-11-19 12:00:34 -05:00
1a7258a84e Fix networkCard strings for translation 2015-11-19 11:36:46 -05:00
4f0a437e84 Update tp toedit 2015-11-19 11:27:40 -05:00
0361a5b8ad Translation 2015-11-19 07:50:28 -05:00
Peter Wilson
6695e979ab Catchup to ND Edits 2015-11-18 16:34:00 -06:00
5bd6958340 Add Peter Wilson to the "About" Page 2015-11-18 15:52:29 -05:00
Peter Wilson
fa8e9aab6c Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-18 14:11:21 -06:00
Peter Wilson
d566f5b28a More Changes 2015-11-18 14:11:16 -06:00
36b68ede78 Changes to ND to make translation easier 2015-11-18 15:10:53 -05:00
b0fc5d323b Translation strings in Packet 2015-11-18 15:00:05 -05:00
eaf3a46376 Change to string to make translation better 2015-11-18 14:46:11 -05:00
7f263fe993 Minor changes to make translation work 2015-11-18 12:36:59 -05:00
51f011c053 Update to toedit file 2015-11-18 12:25:02 -05:00
25f89495c3 Minor changes to translate stuff 2015-11-18 12:21:13 -05:00
e772f05dd1 Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-18 12:17:56 -05:00
Peter Wilson
95bb4dc2c1 Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-18 11:15:05 -06:00
Peter Wilson
ebc6b0d8b7 Up to NetBuild Trans Done 2015-11-18 11:14:54 -06:00
32afc5a7f6 Minor changes to strings to make translation easier 2015-11-18 12:12:20 -05:00
ba35de1f21 updated "toedit" 2015-11-17 07:36:53 -05:00
1fd80792ae Accepted the merge 2015-11-17 07:34:19 -05:00
Peter Wilson
aba6b40aa1 Merged Translation Edit 2015-11-16 16:17:39 -06:00
Peter Wilson
717b719217 NetTest Trans Edit 2015-11-16 16:14:17 -06:00
283fb8256a small modification to network card 2015-11-16 17:02:03 -05:00
be5005888f Some changes for translation 2015-11-16 16:26:28 -05:00
f400408ec4 Update toedit 2015-11-16 16:01:12 -05:00
Peter Wilson
680210ecb5 LBW Translate Done 2015-11-16 14:59:53 -06:00
bddf95ad8d Updated toedit 2015-11-16 15:59:30 -05:00
2f1bfacfc7 Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-16 15:59:02 -05:00
573537070a Cleaning up strings before translation 2015-11-16 15:57:39 -05:00
Peter Wilson
165b437b18 Trans Edits 2015-11-16 14:34:53 -06:00
Peter Wilson
c4964860d2 IPAE Trans Edit 2015-11-16 14:30:58 -06:00
3521c24263 Updated 'toedit' 2015-11-16 15:25:38 -05:00
c0dbef7c0d Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-16 15:23:17 -05:00
Peter Wilson
22fd27737f Trans Edits 2015-11-16 14:21:39 -06:00
a2f11b32a5 Added line-numbers to toedit.txt 2015-11-16 15:18:34 -05:00
Peter Wilson
dc4a9c8812 Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-16 14:17:14 -06:00
Peter Wilson
b37c29b8ad IPAE Translate Edits 2015-11-16 14:17:07 -06:00
86cefb145c Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-16 15:15:41 -05:00
8e9a0446ea Added to-do list for translations 2015-11-16 15:15:34 -05:00
Peter Wilson
8681c50f48 Merge branch 'master' of https://tyounglightsys.visualstudio.com/defaultcollection/_git/EduNetworkBuilder 2015-11-16 14:04:52 -06:00
Peter Wilson
d9436a1958 Translation Edits DeviceConfig Done 2015-11-16 14:04:48 -06:00
945cdd30ce Merge branch 'master' of https://tyounglightsys.visualstudio.com/DefaultCollection/_git/EduNetworkBuilder 2015-11-16 14:51:38 -05:00
c5dcbcdd1c Add another puzzle. 2015-11-16 14:51:27 -05:00
Peter Wilson
efb731dd3f Translation Edits ND Done 2015-11-16 13:43:40 -06:00
Peter Wilson
6186dfeab2 Translation Edits 2015-11-16 13:37:09 -06:00
Peter Wilson
822542a381 Translation Changes 2015-11-16 12:03:44 -06:00
Peter Wilson
08a9dc11d2 Translating Tunnel Packet 2015-11-16 11:44:01 -06:00
509f9c7828 Add Tags to wireless puzzles 2015-11-16 10:29:11 -05:00
6dd3dc39f5 Add Wireless devices to help & help topic buttons 2015-11-16 10:20:17 -05:00
9f02fb17b7 Update release notes 2015-11-01 19:51:14 -05:00
1a3c26c5ff Fixed issue with wbridge stripping off the gateway MAC. Treat wbridge as a hub/switch. 2015-11-01 19:50:44 -05:00
4402edfa09 Update release notes 2015-11-01 19:47:23 -05:00
5b013e139d Add two puzzles 2015-11-01 19:46:37 -05:00
612935be8f Fixed bad DHCP Gateway issue. Gateway was bad on Wireless Router at times. 2015-11-01 19:43:48 -05:00
a4f5cb0eba Clear out old status message if we do something. 2015-11-01 19:18:12 -05:00
2502a59916 Add the wireless corruption puzzle 2015-11-01 19:15:00 -05:00
54e47c58b7 Add WAP puzzle 2015-11-01 19:04:46 -05:00
cb2bf83f2b Add Wireless Repeater puzzles & fix issue with WAP not forwarding packets. 2015-11-01 18:59:45 -05:00
1a5efe1925 Make sounds when save happens & when save is canceled 2015-11-01 08:25:20 -05:00
148e285234 Add sounds files for success / failure 2015-11-01 07:46:09 -05:00
1d64ecdae2 Add Wireless Routers puzzle 2015-10-31 17:13:34 -04:00
0e71fbdca7 Adding Puzzle for Level5 2015-10-31 17:01:54 -04:00
ebff42b88c Fixed wireless devices start with DHCP. 2015-10-26 15:56:08 -04:00
9b82f0ccd5 Wireless Devices are auto-set up for DHCP 2015-10-26 15:49:40 -04:00
2c178b82e7 minor update 2015-10-09 16:07:30 -04:00
1af724bbe9 Updates for final bug fixes and preparation for next release 2015-09-20 17:23:31 -04:00
418f8ec6c7 Fixed broadcast ping issues 2015-09-20 08:16:27 -04:00
87c085448d Re-fixed switch stuff. Hopefully things are all working now 2015-09-19 15:43:32 -04:00
ea480fe7d7 Fixed numerous small glitches with switches, dhcp, and ping 2015-09-19 11:09:51 -04:00
211fa6f2bb Fixed issue where we need to go out same nic as we came in on (but different interface) 2015-09-06 13:59:41 -05:00
985e3d092d Fix the network loop bug 2015-09-06 12:55:37 -05:00
657b72f401 Fix broadcast packets 2015-09-06 12:17:32 -05:00
62e3e97c61 Fixed a level & updated release notes 2015-09-06 09:16:13 -05:00
5ee49ddcf5 Fix bug that causes crash when nothing is double-clicked 2015-09-06 09:15:39 -05:00
67a13cb179 remove other debug comments 2015-09-01 18:21:55 -05:00
315576ea9f remove console write 2015-09-01 18:19:49 -05:00
df31ce9930 wap issues 2015-09-01 18:19:31 -05:00
fe37d98e9b add a level and two devices 2015-09-01 17:46:03 -05:00
c5ef5d7b89 minor change with tooltip when help=1 2015-09-01 17:23:31 -05:00
6284528248 Wireless router dhcp server issue that crept in 2015-09-01 17:19:00 -05:00
f78072b42f wrepeater does not have management ip. Uses wlan ip for that 2015-09-01 16:30:45 -05:00
570d4b3c91 wrepeater changes 2015-09-01 16:27:17 -05:00
259d68d72b removed some extra debug points 2015-09-01 15:57:13 -05:00
09b5f08626 Add VPN to wrouter 2015-09-01 15:52:08 -05:00
efcfac9b1d Fix bug in wrouter and routing DHCP packets 2015-09-01 12:07:23 -05:00
679d2f7010 Fix duplicate wireless link error 2015-08-28 13:58:27 -07:00
cf4538b585 Fix wireless devices connecting to WLAN when no ssid is set 2015-08-28 07:08:01 -07:00
e82403522b Update release notes 2015-08-26 17:31:36 -07:00
0387295b7a Keep from sending broadcast packets out the port they came in on 2015-08-26 17:20:26 -07:00
9136a0aa74 Right-clicking microwave and light result in "delete" being the only option 2015-08-26 17:10:55 -07:00
290e025ea9 DHCP Server enabled test 2015-08-26 16:58:00 -07:00
5bd41d2198 Allow devices to receive multiple DHCP responses and choose between them. 2015-08-26 16:14:34 -07:00
01ef8b2fea updated release notes & fixed a bug with wrouter dhcp server 2015-08-23 08:09:30 -07:00
0f131e36cb uncomment wireless devices so we can add them to the network 2015-08-22 14:24:57 -07:00
322b14a608 Fixed glitch with finding best wireless 2015-08-22 14:23:50 -07:00
5df3735d09 No ip addresses for wport nics 2015-08-22 13:57:25 -07:00
501e0fc571 Save SSID when nic is saved 2015-08-22 13:51:27 -07:00
057ae07db5 Auto-join wireless if ssid and keys match 2015-08-22 13:43:37 -07:00
69f00f4a48 Drop wireless packets if the link is too long 2015-08-22 12:25:15 -07:00
1bf394833d check for broken wireless links 2015-08-22 10:57:27 -07:00
5ee1170a01 When wireless nic changed, push ssid and key to all similar nics on that device 2015-08-19 15:13:51 -06:00
8f971cf5ed Editing wireless NICS shows Wireless Key and SSID 2015-08-19 14:05:27 -06:00
100dd50cb4 Give NIC an ssid and WirelessKey 2015-08-19 13:42:04 -06:00
fb4269ef3b Add cellphone and tablet images 2015-08-16 21:19:01 -06:00
a8637190fe prep for next build 2015-08-15 08:36:53 -06:00
24f4890515 update release notes 2015-08-15 08:31:15 -06:00
f144429554 Fix resize issue, reactivate light and microwave, and add puzzles 2015-08-15 08:29:05 -06:00
e24d9fd8c1 microwave and light now corrupt packets. 2015-08-14 21:47:56 -06:00
8c2c1c4109 Able to lock light and microwave to keep from deleting them 2015-08-13 20:28:00 -06:00
d128340987 microwave and light logic for display 2015-08-13 20:11:33 -06:00
bc68ff91b0 temporarily remove microwave and light 2015-08-13 20:02:29 -06:00
adec041382 Microwave and fluorescent light additions 2015-08-13 20:00:43 -06:00
2633e08950 Add a fluorescent light image 2015-08-13 18:02:51 -06:00
7601935e16 Add micriwave image and make PC image smaller 2015-08-13 17:44:58 -06:00
3aaad4b5aa Add search box to help 2015-08-12 20:22:26 -06:00
5bfe1b5477 comment out wireless devices for showing off - they do not work all the way yet. 2015-08-12 19:51:09 -06:00
8b54d92b1e Get DHCP server on wRouter to work. 2015-08-09 20:27:07 -06:00
4b0b06fb65 Added ctrl-s to save, and removed wireless ports showing mac addresses 2015-08-09 20:09:17 -06:00
33e9a61efd wports working as switches, wport not printing and not in toltips 2015-08-09 16:33:00 -06:00
0b974171f6 On link editor, only show nics that match (wlan/wport) 2015-08-09 15:01:18 -06:00
4b3d3d8f4f resize images in help 2015-08-08 16:42:10 -06:00
b8f77c6649 Adding information and images about packets. 2015-08-08 16:34:35 -06:00
31ac7e2b55 Add some files used in documentation 2015-08-08 16:24:09 -06:00
ea1cb91c9c Updating release notes, clarifying some of the help items, and adding some images into the help. 2015-08-08 16:12:37 -06:00
ccbdafbc88 Save size of main window between uses. Deal with minimized windows (do not save status when minimized) 2015-08-08 15:10:18 -06:00
a31824cfae One more context help addition 2015-08-08 13:46:26 -06:00
334b0202f9 Repaired puzzles (some had been saved in a solved state) 2015-08-08 13:30:50 -06:00
ab5c8fb129 More puzzle context help 2015-08-08 13:00:05 -06:00
5041075f85 More context help for puzzles & height of help window 2015-08-08 11:55:45 -06:00
7d9f369a28 Adding context help to puzzles, routing context help, and some help topics. 2015-08-08 11:46:16 -06:00
c78d194b20 Auto increment build number 2015-08-08 11:15:38 -06:00
860d4ec0e7 Change notes for release 2015-08-08 11:12:31 -06:00
4c82388485 Context reader, context-reader-test, and color-coding 2015-08-08 11:09:22 -06:00
b4630655b3 Change tags to context help (and whitespace change) 2015-08-08 07:12:34 -06:00
6058ddf20b Allow puzzles to have alternate languages for description and title. 2015-08-01 15:03:23 -06:00
54e63f354c Added new puzzle: VPN Woes. Two networks using the same IP Addresses cannot communicate with each other. 2015-08-01 12:17:12 -06:00
3e0222579f Removed the extra ResourceManagers and CultureInfo statements. 2015-08-01 12:02:36 -06:00
5775c35020 Getting up to date and moving translation stuff to separate function 2015-08-01 11:58:53 -06:00
a18f760a9f Starting to sync 2015-08-01 09:13:20 -06:00