Skip to content

Releases: Wit-MKW/java-uno

v2.6

17 Apr 16:56

Choose a tag to compare

A new release.

Changes:

• Added a function to show players their decks, but I forgot to actually use that function.

v2.5.3

16 Apr 19:14

Choose a tag to compare

Fixed the bug I claimed to have fixed for v2.5.2.

v2.5.2

16 Apr 18:57

Choose a tag to compare

A bugfix release for the client. The -ui flag was checking just command-line flags instead of command-line flags AND FLAGS.CFG. Also, the commit is correct now!

v2.5.1

16 Apr 18:31
63fb5f2

Choose a tag to compare

A slight change to a file.

Changes:

  • If multiple people join a server with the same name, the second person will have (1) attached to it, then the third person will have (2), then (3), (4), and so on.
    • Changed the default FLAGS.CFG; replaced -address localhost -port 19283 with -local yes.

v2.5

16 Apr 03:04
9419e3e

Choose a tag to compare

A big client update and a server bugfix.

Changes:

  • You can now play local single-player games! Use the flag -local yes.
    • Note that this flag and -address are mutually exclusive for obvious reasons.
  • Draw two cards work properly.
    • For those curious, I was checking for an empty draw pile instead of one that wasn't empty.

v2.4.0.1

16 Apr 00:06
9419e3e

Choose a tag to compare

Literally, a new README file for custom resource packs.

v2.4

16 Apr 00:03
9419e3e

Choose a tag to compare

A server-side bugfix and a returning feature for the client.

Changes:

  • Internal resources are back!
  • Added a missing localisation to RESOURCE.CFG:
    • WildColour=What colour would you like to use?
  • Made it absolutely impossible to, in any way, attempt to draw from an empty pile.
    • Previously, if one used a Draw Two or Draw Four card and the draw pile didn't have that many cards, the server would effectively crash.

v2.3.1

16 Apr 00:01
9419e3e

Choose a tag to compare

Games were NOT starting with v2.3. Do NOT use v2.3.
NOTE: Until 2.4, source code does NOT correspond with the releases in question.
If there is enough demand, I may correct this.

v2.3

16 Apr 00:00
9419e3e

Choose a tag to compare

A wide variety of changes (again).

Changes:

  • Localised the entire client.
  • Added custom names (-nm flag).
  • Made a command line interface for the server (-cli flag on the command line—no FLAGS.CFG.).
    – I will not be localising the server, as all that is really important is how many people have joined yet.
  • You no longer need to enter the -address and -port flags! They now default to localhost (your own PC/Mac) and 19283 (the default server port), respectively.

NOTE: Until 2.4, source code does NOT correspond with the releases in question.
If there is enough demand, I may correct this.

v2.2

15 Apr 23:58
9419e3e

Choose a tag to compare

More localisation!

Changes:

  • Localised everything but error messages.
  • Removed internal resources, as they were all but useless.
    • Now all that needs to happen is localisation of error messages, localisation of the server, and a CLI for the server.

NOTE: Until 2.4, source code does not correspond to the releases in question.
If there is enough demand, I may correct this.