Skip to content

Releases: ReDoIngMods/Rivet

0.1.4 - Console fixes

12 Dec 00:58

Choose a tag to compare

0.1.4 - Console fixes Pre-release
Pre-release

Changelog

Bug Fixes

  • Don't show console if doorstop is disabled (7f2723a)
  • Remove unneeded mygui log patch (c46aaba)
  • Prevent AllocConsole crash when console is already allocated (558071e)
  • Move loggermanager to doorstop and fix imports/exports for it. (8121135)

Refactors

  • Dont use std::filesystem::path just to append a filename (44e15e6)

Chores

CI

  • Don't run on metadata files and upload archive directly (aff0565)

0.1.2 - Patches and console fixes

10 Dec 17:56

Choose a tag to compare

Pre-release

Changelog

Features

Bug Fixes

  • Correct default config params and creation (9b3be77)
  • Correct include dir for lib (4c2a9c6)

Chores

Other Changes

  • Build: move Rivet.ini to root of package (3a9af6e)

0.1.1 - Doorstop and basic loader

10 Dec 13:50

Choose a tag to compare

Pre-release

Changelog

Features

  • Replace logger with a context logger (ebec3eb)
  • Basic sample mod (b3d61cb)
  • Rivet loader basic implementation (f6d24fa)

Refactors

  • Common folder into shared lib and source file usage (a12a020)
  • Remove common project (447fd7a)

Performance Improvements

  • Enable multi-processor compilation on all projects (be4cd76)

Chores

CI

0.0.1-prealpha

06 Dec 03:04

Choose a tag to compare

0.0.1-prealpha Pre-release
Pre-release

Early prealpha testing of Rivet Doorstop only.

Changelog

Features

  • pre-contraption hijacking
  • basic logging
  • dll loading
  • dll hijack
  • basic argument parser

Chores

  • docs
  • basic todo
  • camelCase for flags