Skip to content

Releases: TobiasNienhaus/SMCCP

SMCCP v2.1.0 (simple multi-client chat program)

29 Apr 14:07
Compare
Choose a tag to compare

This is version 2.1.0 of SMCCP.

Changes:

Major:

  1. Mute checkbox
    • Now able to mute all sounds
    • New UI element: CheckBox
  2. Send button

Minor:

  1. The enter key and send button now don't unselect the textbox

SMCCP v2.0.0 (simple multi-client chat program)

28 Apr 18:51
Compare
Choose a tag to compare

This is version 2.0.0 of SMCCP.

Changes:

Major:

  1. Added a name prompt
    • No name doubling on a server anymore
    • Changed send-receive cycle
      • Incompatible with old versions

Minor:

  1. 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:

  1. Fixed that send sound is played on every enter press
  2. Fixed that 001.001.001.001 is a valid ip
    • No zeros as first digit of a block of 2-3 digits
  3. Deleted all std::cout calls, that can be called in release mode

SMCCP v1.2.0 (simple multi-client chat program)

24 Apr 20:39
Compare
Choose a tag to compare

This is version 1.2.0 of SMCCP.

Changes:

  1. Some first sounds (more planned)
    • On send, receive and server shutdown (last one just on client side)
    • System to load and play sounds
  2. Variable port
  3. 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
  4. 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)

22 Apr 14:24
Compare
Choose a tag to compare

This is version 1.0.0b of SMCCP.

Changes

  1. Changed font
  2. Release build with static linking, so that you don't need the dll's
  3. Added icons

SMCCP v1.1.0 (simple multi-client chat program)

22 Apr 22:28
Compare
Choose a tag to compare

This is version 1.1.0 of SMCCP.

Changes

  1. 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
  2. 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)

21 Apr 18:50
Compare
Choose a tag to compare

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)