In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

Huru Patch List

From OpenUru
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Concert Hall Linking Stone Fix

  • Difficulty: Very Easy
  • Projects Affected: moulscripts
  • Rationale: Using the concert hall linking stone in Kirel causes the Ae'gura book on the Relto bookshelf to break. Skydivers often learn this lesson the hard way and have to ask for it to be fixed.

Git Changesets


Jalak Column Saving/Loading Fix

  • Difficulty: Very Easy
  • Projects Affected: moulscripts
  • Rationale: The /savecolumn and /loadcolumn KI commands were broken by the remote code execution fixes. This fixes those commands
  • Status: Hoikas is working on it.

Git Changesets


Multiplayer Cleft Windmill

  • Difficulty: Very Easy
  • Projects Affected: moulscripts
  • Rationale: The windmill in the cleft will warp everyone to it if it is used. This can be annoying and result in public outcry.

Git Changesets


Python Induced Lag Fixes

  • Difficulty: Easy
  • Projects Affected: moulscripts
  • Rationale: Poor programming practices and a Cyan server bug introduce easily preventable lag spikes. For example, a print statement is executed in a for loop in xKI.py. Also, the contents of all imagers in an age are updated when miscellaneous, nonrelated nodes are updated.

Git Changesets

Some of these changesets should be squashed before merging.


Video Resolution Fix

  • Difficulty: Easy
  • Projects Affected: moulscripts
  • Rationale: Corrects an incorrect resolution in the video resolution code and removes lots of duplicated code. Also fixes a bug where the slider state would be reset when toggling the "windowed" checkbox.

Git Changesets

These changesets should be squashed.