diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffa8ae..d2a8bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Nanosaur changelog +- **v1.4.4 (Feb. 5, 2023)** + - Fixed physics for very high framerates + - Ironed out problems with first-person camera + - New settings: aspect ratio (#25), sky color, deinonychus dentistry fix + - Pin GPS to upper-right corner of 3D viewport in widescreen mode (#33) + - Fix frustum culling inconsistencies + - HiDPI (Retina) support + - Fix faraway T-Rexes appear to skate over the terrain + - Other stability, performance and cosmetic fixes + - SDL 2.26.2 + - **v1.4.3 (Feb. 28, 2022)** - Seamless terrain texturing. - Stability fixes. diff --git a/packaging/io.jor.nanosaur.appdata.xml b/packaging/io.jor.nanosaur.appdata.xml index 52bf1ea..2803078 100644 --- a/packaging/io.jor.nanosaur.appdata.xml +++ b/packaging/io.jor.nanosaur.appdata.xml @@ -4,38 +4,64 @@ CC0-1.0 CC-BY-NC-SA-4.0 Nanosaur - Play as a cybernetic dinosaur in this third-person shooter + Send dinosaur eggs to the future before a meteor hits the Earth! + Envoyez des œufs de dinos dans le futur avant qu’une météorite ne s’écrase sur Terre ! Pangea Software, Inc., Iliyas Jorio - + -

This is Pangea Software’s Nanosaur updated to run on modern systems. Originally released in 1998 as a Mac-only game, Nanosaur casts a cybernetic dinosaur from the future who’s sent back in time 20 minutes before a giant asteroid hits the Earth.

-

The Game Plot

-

You are a dinosaur (a Nanosaur to be exact) from the future who has traveled back in time to collect the eggs of 5 dinosaur species before the giant asteroid hits the earth. The "primitive" dinosaurs will attack you as you try to get their eggs, but just remember that it's for their own good that you blast them into oblivion!

-

The Game Play

-

Being a dinosaur from the future, you are equipped with several pieces of technology to help you in your mission.

+

You are a dinosaur (a Nanosaur to be exact) from the future who has traveled back in time to collect the eggs of 5 dinosaur species before the giant asteroid hits the earth. The “primitive” dinosaurs will attack you as you try to get their eggs, but just remember that it’s for their own good that you blast them into oblivion!

+

Vous êtes un dinosaure du futur – un Nanosaur, pour être précis – qui a remonté le temps pour récupérer les œufs de 5 espèces de dinosaures juste avant que l’astéroïde géant ne s’écrase sur Terre. Les dinosaures “primitifs” vous attaqueront lorsque que vous tenterez de prendre leurs œufs : dites-vous juste que c’est pour leur propre bien que vous en faites de la chair à pâté !

+ +

Being a dinosaur from the future, you are equipped with several pieces of technology to help you in your mission:

+

Étant un dinosaure du futur, vous êtes équipé de gadgets ultra-sophistiqués pour mener votre mission à bien :

+ -

You can jump, swim, run around, jet around, shoot stuff, etc. The general rule to playing the game is "if it moves, kill it or it'll kill you." You only have 20 minutes to collect all 5 egg species so being efficient about your actions is critical.

+ +

You can jump, swim, run around, jet around, shoot stuff, etc. The general rule to playing the game is “if it moves, kill it or it’ll kill you.” You only have 20 minutes to collect all 5 egg species so being efficient about your actions is critical.

+

Vous pouvez sauter, nager, courir, voler, tirer, etc. L’idée générale du jeu est « si un truc bouge, tuez-le avant qu’il ne vous tue ». Vous n’avez que 20 minutes pour récupérer les 5 espèces d’œufs : il est donc crucial d’être efficace dans vos actions.

+ +

About this port: Nanosaur was released in 1998 by Pangea Software. It was a pack-in game on Macs that came out around that time. This port aims to provide the best way to experience Nanosaur today. This port was made and re-released under permission from Pangea Software, Inc.

+

À propos de ce portage : Nanosaur fut initialement lancé en 1998 par Pangea Software. Ce jeu était fourni sur les Macs qui sortaient à cette époque. Ce portage a pour objectif d’offrir la meilleure façon de jouer à Nanosaur aujourd’hui. Ce portage a été réalisé et rediffusé avec la permission de Pangea Software, Inc.

- + Game + ActionGame - + mild mild - - nanosaur.desktop - + + + keyboard + gamepad + + + io.jor.nanosaur.desktop + + io.jor.nanosaur.desktop + + - https://github.com/jorio/Nanosaur/raw/master/docs/screenshot.png + https://img.itch.zone/aW1hZ2UvMTU2ODI4Ny85MTc5MTM0LmpwZw==/original/TAtiB6.jpg + + + https://img.itch.zone/aW1hZ2UvMTU2ODI4Ny85MTc5MDk1LmpwZw==/original/8u0Vje.jpg Two Dilophosauruses attack in the Desert Area @@ -66,19 +92,33 @@ https://pangeasoft.net/nano/images/screenshots/nano9.jpg - - https://github.com/jorio/Nanosaur + + https://jorio.itch.io/nanosaur + https://ko-fi.com/jorio + https://github.com/jorio/Nanosaur https://github.com/jorio/Nanosaur/issues - - - nanosaur.desktop - - + + + https://github.com/jorio/Nanosaur/releases/tag/v1.4.5 + +

New in this release:

+
    +
  • Fixed physics for very high framerates
  • +
  • Ironed out problems with first-person camera
  • +
  • New settings: aspect ratio, sky color, deinonychus dentistry fix
  • +
  • Pin GPS to upper-right corner of 3D viewport in widescreen mode
  • +
  • Fix frustum culling inconsistencies
  • +
  • HiDPI support
  • +
  • Other stability, performance, and cosmetic fixes
  • +
+
+
https://github.com/jorio/Nanosaur/releases/tag/v1.4.3 -
    +

    New in this release:

    +
    • Seamless terrain texturing.
    • Stability fixes.
    • macOS: Builds are now notarized.
    • @@ -89,7 +129,8 @@ https://github.com/jorio/Nanosaur/releases/tag/v1.4.2 -
        +

        New in this release:

        +
        • Full rewrite of the 3D renderer. Fixes performance on Apple Silicon and other systems (Issue #8).
        • Keyboard inputs can now be remapped (Issue #2).
        • Basic gamepad support.
        • @@ -112,4 +153,4 @@ - \ No newline at end of file + diff --git a/packaging/io.jor.nanosaur.desktop b/packaging/io.jor.nanosaur.desktop index ecf7350..fe0a07a 100644 --- a/packaging/io.jor.nanosaur.desktop +++ b/packaging/io.jor.nanosaur.desktop @@ -3,7 +3,7 @@ Type=Application Version=1.0 Name=Nanosaur Comment=Send dinosaur eggs to the future before a meteor hits the Earth! -Comment[fr]=Téléportez des œufs de dinos vers le futur avant qu’une météorite ne pulvérise la Terre +Comment[fr]=Envoyez des œufs de dinos dans le futur avant qu’une météorite ne s’écrase sur Terre ! Icon=io.jor.nanosaur Exec=Nanosaur Terminal=false