Skip to content

Releases: legacyclonk/LegacyClonk

v360_multiple_sections_open_beta

08 Aug 20:03
Compare
Choose a tag to compare
Pre-release
Revert "Add Random() debug logging for testing purposes"

This reverts commit f9c2a6844a262aab773404bbee430317836b39d0.

v359

01 Nov 18:20
Compare
Choose a tag to compare
StdCompiler: Constrain CompileFunc fallback to class types and union …

v358

11 Jun 20:27
Compare
Choose a tag to compare
Autobuilds: Create AppImage for linux

v357_withoutdevmode

04 Jun 07:26
Compare
Choose a tag to compare
Release without WITH_DEVELOPER_MODE

v357

17 Mar 15:46
Compare
Choose a tag to compare
Update parts

v356

10 Mar 13:33
Compare
Choose a tag to compare
Bump content version to 4.9.10.15

v356-rc1

05 Mar 09:35
Compare
Choose a tag to compare
C4ToolsDlg::UpdatePreview: Fix build error on non-Windows

v355

08 May 18:06
Compare
Choose a tag to compare
Enable support for mp3 sounds and music with mp3 file extension

v354

19 Apr 21:29
Compare
Choose a tag to compare
C4Object::ContainedControl, C4Object::DirectCom on PUSH procedure: Di…

v353

18 Apr 20:47
986d1c1
Compare
Choose a tag to compare
Add RejectGrabbed object callback

func RejectGrabbed(object byObject) is called in an object when it should be grabbed by byObject.
If it returns true the object will not be grabbed and the Grab-command in byObject will fail.

Co-authored-by: TeaElKay <99276040+TeaElKay@users.noreply.github.com>