Releases: TobiasNienhaus/SMCCP
Releases · TobiasNienhaus/SMCCP
SMCCP v2.1.0 (simple multi-client chat program)
This is version 2.1.0 of SMCCP.
Changes:
Major:
- Mute checkbox
- Now able to mute all sounds
- New UI element: CheckBox
- Send button
Minor:
- The enter key and send button now don't unselect the textbox
SMCCP v2.0.0 (simple multi-client chat program)
This is version 2.0.0 of SMCCP.
Changes:
Major:
- Added a name prompt
- No name doubling on a server anymore
- Changed send-receive cycle
- Incompatible with old versions
Minor:
- TextBoxes and OwnButtons now just have a reference to a RenderWindow,
so that you can change on which window they render- TextBoxes can now specifically be selected
Fixes:
- Fixed that send sound is played on every enter press
- Fixed that 001.001.001.001 is a valid ip
- No zeros as first digit of a block of 2-3 digits
- Deleted all std::cout calls, that can be called in release mode
SMCCP v1.2.0 (simple multi-client chat program)
This is version 1.2.0 of SMCCP.
Changes:
- Some first sounds (more planned)
- On send, receive and server shutdown (last one just on client side)
- System to load and play sounds
- Variable port
- Port and IP address boxes are safe to enter anything
- Unable to proceed, if the entered port is not a number or if the IP address is not valid
- Involves a function that checks if the IP address is valid
- Added functionality to TextBox
- Now able to set the maximum characters allowed (before infinite)
- Can now return the standard text, if a boolean is set
SMCCP v1.0.0b (simple multi-client chat program)
This is version 1.0.0b of SMCCP.
Changes
- Changed font
- Release build with static linking, so that you don't need the dll's
- Added icons
SMCCP v1.1.0 (simple multi-client chat program)
This is version 1.1.0 of SMCCP.
Changes
- Added a log system
- this DOESN'T work well, when you open many applications from the same path because they then all write in one log file
- The console now closes in the release build
I'm also releasing the debug version, there are not many differences.
SMCCP v1.0.0 (simple multi-client chat program)
SMCCP
Version 1.0.0
I release this program now because it has everything in it that I thought of at the start.
I will probably add more functionality, like commands or the ability to use different ports.
(the binaries are from version 1.0.0b, the only changes are logo and name of the file)