Skip to content

Releases: jmtd/wadc

v3.1

27 Jun 15:25
Compare
Choose a tag to compare

This version of WadC is dedicated to Kayvan Walker (1983-2022). RIP.
Thank you Kayvan, for introducing me to Doom, amongst many other things.

  • Adds knobs
  • Adds archclip

See doc/release_notes.adoc (.html) for the full details.

wadc-3.1-jar-with-dependencies.jar is the program with bundled Java dependencies.
wadc-3.1-bin.zip is the full binary distribution: the above, plus docs and examples.

V3.0

21 Feb 08:45
Compare
Choose a tag to compare

This version of WadC is dedicated to Lu (1972-2019). RIP.

This release deprecates lots of old built-in functions and adds some new ones including rand(from,to) for fine-grained random number picking; in the library: enhanced list types, pair types; a blockmap helper; one can now set the full range of thing arguments for hexen format maps including Thing ID; two new example maps demonstrating two approaches to random dungeon generation and a few UI improvements.

v2.2

13 Nov 15:29
Compare
Choose a tag to compare

v2.1

22 Sep 10:57
Compare
Choose a tag to compare

Version 2.1 of WadC is dedicated to the memory of Professor Seymour Papert (1928-2016), co-inventor of the LOGO programming language.

  • lots of improvements to the GUI: better default size, undo/redo support, internationalisation, etc.
  • Doom 1, Heretic, Hexen and Strife support
  • more libraries: control sector management; boom generalised linedef/sector generators; thing definitions for heretic/hexen/strife; new math routines
  • lots of new examples: boom generalised sector/line types; binary ripple counters; Hexen polyobjects; examples of Doom 1/Heretic/Strife support
  • lots of bug fixes, including a major one for line splitting when overdrawing lines

full release notes

v2.0

22 Sep 21:10
Compare
Choose a tag to compare

See release notes file in doc/.