Skip to content

Changes

#1721 (May 15, 2024, 6:28:49 PM)

  1. EasyRpg Flag: Move bmp.reset call to the correct location (commit: 7d4b56e) — Gabriel / githubweb

#1720 (May 13, 2024, 6:56:25 PM)

  1. New Commands: 2053 SetInterpreterFlag (commit: 70794e8) — Gabriel / githubweb

#1719 (May 12, 2024, 1:33:19 PM)

  1. Image API: Refactor. Return original bit depth of the image. (commit: 7339082) — Gabriel / githubweb
  2. Add EasyRPG Patch Flag and lock some extensions behind it. (commit: 6cbd0a2) — Gabriel / githubweb
  3. Redo the X/Y shifting (Sprite clones) on looping maps. (commit: c338202) — Gabriel / githubweb
  4. Sprite_Character/AirshipShadow: Move functions that are only used by Sprite from Update to Draw. (commit: 89b4537) — Gabriel / githubweb
  5. Maniac Patch: Add flag "2" to disable the annoying/game-breaking variable range adjustment. (commit: 13a5006) — Gabriel / githubweb
  6. Guard more extensions behind the flag (commit: 5336511) — Gabriel / githubweb
  7. Flatpak: add libinih (commit: 19a700c) — Carsten Teibes / githubweb

#1718 (May 10, 2024, 7:16:02 PM)

  1. 3DS: Fix crash by increasing linear heap memory (commit: 048372c) — Carsten Teibes / githubweb
  2. 3DS: Make rendering more robust (commit: 5047d86) — Carsten Teibes / githubweb

#1717 (May 9, 2024, 9:40:11 PM)

  1. String Variable's ToFile - Relax File extension and path (commit: d516336) — Gabriel / githubweb

#1716 (Apr 20, 2024, 9:57:43 PM)

  1. Fix Finger (Touch) Input on Windows (commit: e1ec581) — Carsten Teibes / githubweb
  2. Remove __WINRT__ (OS is not developed anymore by Microsoft) (commit: cd7f212) — Carsten Teibes / githubweb
  3. Windows 11: Disable Window rounding (commit: 5d2a88e) — Carsten Teibes / githubweb
  4. Fix: Add inih to workflow (liblcf dep) (commit: 13d7e27) — Carsten Teibes / githubweb

#1713 (Apr 14, 2024, 9:32:52 PM)

  1. Simple implementation for AntiLagSwitch (commit: ab232d1) — github / githubweb
  2. Implemented experimental "map event caches" to drastically increase performance when doing a lot of operations with game_switches & game_variables (commit: 74bb660) — github / githubweb
  3. Use individual cli options for patches. (commit: 2ddbaca) — Gabriel / githubweb
  4. Improve MapEventCache data structure. (commit: 1ed9339) — Gabriel / githubweb