From 966cdb24985f09eb9f27b53cc2120ad8d0c2f87a Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Sun, 29 Oct 2023 21:59:01 +0000 Subject: [PATCH] - update CHANGES.txt git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9189 30fe4595-0a0c-4342-8851-515496e4dcbd --- CHANGES.txt | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2ae2c0f10..f896026fb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,15 +1,49 @@ Speed Dreams 2.4.0 ================================ Physics - *simuV4: - updated atmosphere for ne code config + *SimuV5 : + - migration of features from simuv4 to simuv5. + - creation of simulation options for calls on certain functions depending + on the level of the robot (arcade/semi-rookie/rookie/amateur/semi-pro/pro) + - tyre°radation moved features->options simulation (activate on semi-pro & pro) + - aero factor added with level < semi-pro + - first work on engine temperature with engine > maxtemperature engine broken. + + *simuV4: + updated atmosphere for new code config + + Racing + *Standargame : + - fix bug with pit sharing (before if number runners > pit lasts runners have not pit) + now pit sharing is activate if racers > pit + - desactivate rain for speedways + Robots + *Simplix + - manage tyre°radation for all cars now + + *USR + - manage tyre°radation for all cars now + - activate rain on all MPAxx + + *Shadow + - manage tyre°radation for all cars now + - activate rain on all MPAxx + + *DanDroid + - manage tyre°radation for all cars now + - activate rain on all MPAxx Code * added seasons in race parameters * change code for config weather (removed all random values by formula) + Cars + * reworking all MPA1 cars + Tracks * new kurpfalzring circuit + * new WIP Atlanta road + * rework Lemans road (WIP) Speed Dreams 2.2.0 ================================