From 04385530ae8e911eca2f11a003dd3411468a1fcf Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 1 Apr 2024 06:04:37 +0200 Subject: [PATCH] add changelog --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 7430956..c011573 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,34 @@ cd outfly cargo run --release ``` +# Changelog + +- v0.4.1: Add visible ring around Jupiter +- v0.4.0: + - Implement physics, collisions + - Implement 3rd person view + - Implement realistic camera control with pitch/yaw/rotation + - Add Galilean moons (Io, Europa, Ganymede, Callisto) + - Add light sources, better illumination of pizzeria + - Add mysterious monoliths +- v0.3.0: + - Implement vehicles + - Add MeteorAceGT racing vehicle + - Add background music "Dead Space Style Ambient Music" + - Add custom font Yupiter based on ZCOOL QingKe HuangYou +- v0.2.0: + - Add Jupiter + - Add new pizzeria model with neon sign + - Add astronaut suit model OutFlyâ„¢ SecondSkyn + - Add more conversations + - Implement parser for "defs.txt" to spawn world objects and chats +- v0.1.3: Add pizzeria +- v0.1.2: + - Replace skybox with accurate star chart + - Implement conversation system +- v0.1.1: Better sky box and HUD +- v0.1.0: First release with basic controls, HUD, sounds, skybox, sun + # Credits and License - Source code: GPL Version 3.0