Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorio committed Jan 24, 2023
1 parent 06082a0 commit 85e88ea
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md 100644 → 100755
@@ -1,5 +1,19 @@
# Bugdom changelog

- **1.3.3 (January 24, 2023)**
- Buttery-smooth movement of spline-bound enemies and platforms along their spline
- Fix frustum culling of sloped terrain supertiles (steep slopes no longer disappear suddenly when close to edge of screen)
- Fix jittery object stacking physics (Rollie now has firm footing on moving platforms at high framerates)
- New setting to invert X/Y axises to steer the dragonfly
- Level 9: Fix infinite respawn of ghost ants trapped in liquids
- Fix erratic flight altitude of FireAnts
- macOS: Retina support
- macOS: Don't quit the game on ⌘W (i.e. “jump forward” using WASD bindings) and prevent accidental quitting when hitting ⌘Q in-game
- Bump SDL to 2.26.2
- Minor stability and performance improvements
- FPS cap is now 500 when v-sync is off
- New build targets: Linux aarch64 (ARM64) and OS X 10.4 PowerPC! Special thanks to Rudy V. Pancaro for sponsoring the OS X/PowerPC build.

- **1.3.2 (June 27, 2022)**
- Seamless terrain texturing
- Mouse-driven menus can now be navigated with a controller
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ This version, at https://github.com/jorio/bugdom, is approved by Pangea Software

**Download the game for macOS, Windows and Linux here:** https://github.com/jorio/bugdom/releases

![Bugdom Screenshot](docs/screenshot.png)
![Bugdom Screenshot](docs/screenshot.webp)

## About this port

Expand Down
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -233,7 +233,7 @@ def copy_documentation(self, appdir, full=True):

if full:
shutil.copytree("docs", f"{appdir}/Documentation")
os.remove(f"{appdir}/Documentation/screenshot.png")
os.remove(f"{appdir}/Documentation/screenshot.webp")
for docfile in ["CHANGELOG.md", "CHEATS.md", "COMMANDLINE.md"]:
shutil.copy(docfile, F"{appdir}/Documentation")

Expand Down
Binary file removed docs/screenshot.png
Binary file not shown.
Binary file added docs/screenshot.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion packaging/Bugdom.exe.rc
Expand Up @@ -26,7 +26,7 @@ BEGIN
VALUE "FileDescription", "Bugdom"
VALUE "FileVersion", PROJECT_VERSION
VALUE "InternalName", "Bugdom"
VALUE "LegalCopyright", "(C) 1999 Pangea Software, Inc. (C) 2021 Iliyas Jorio."
VALUE "LegalCopyright", "(C) 1999 Pangea Software, Inc. (C) 2023 Iliyas Jorio."
VALUE "OriginalFilename", "Bugdom.exe"
VALUE "ProductName", "Bugdom"
VALUE "ProductVersion", PROJECT_VERSION
Expand Down
Binary file modified packaging/Bugdom.ico
Binary file not shown.

0 comments on commit 85e88ea

Please sign in to comment.