From 2e3c4eb04847cec9b4f6b287ad6512e8e28b39e9 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Sat, 22 Jan 2022 15:28:00 +0100 Subject: [PATCH] Updated RELEASE-NOTES --- RELEASE-NOTES.md | 12 +++++++++--- zip-RBDOOM-3-BFG-lite-snapshot.bat | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 856f9eef..aabe7761 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -31,11 +31,17 @@ You need to call exportImagesToTrenchBroom and exportModelsToTrenchBroom once an * Tweaked exportFGD command for new icons -* Added console command convertMapToValve220 `` +* Added new icons to TrenchBroom for certain entities like lights, speakers or particle emitters -* Added console command exportImagesToTrenchBroom which decompresses and saves all .bimage images to _tb/*.png files +* TrenchBroom allows to select the Quake 1 light style -* Added console command exportModelsToTrenchBroom which saves all .base|.blwo|.bmd5mesh models to _tb/*.obj files +* Drastically improved loading time of textures for materials in TrenchBroom + +* Added RBDoom console command convertMapToValve220 `` + +* Added RBDoom console command exportImagesToTrenchBroom which decompresses and saves all .bimage images to _tb/*.png files + +* Added RBDoom console command exportModelsToTrenchBroom which saves all .base|.blwo|.bmd5mesh models to _tb/*.obj files [MISCELLANEOUS] diff --git a/zip-RBDOOM-3-BFG-lite-snapshot.bat b/zip-RBDOOM-3-BFG-lite-snapshot.bat index d4b6b250..28042d0f 100644 --- a/zip-RBDOOM-3-BFG-lite-snapshot.bat +++ b/zip-RBDOOM-3-BFG-lite-snapshot.bat @@ -1,3 +1,5 @@ REM 7z a RBDOOM-3-BFG-1.3.1.1-lite-win64-20220109-git-xxxxxxx.7z -r base/env/ base/maps/*.lightgrid base/maps/*_extra_ents.map -x!generated -7z a RBDOOM-3-BFG-1.3.1.1-lite-win64-20220109-git-xxxxxxx.7z README.md RELEASE-NOTES.md base/devtools.cfg base/modelviewer.cfg base/extract_resources.cfg base/convert_maps_to_valve220.cfg base/def/*.def base/textures/common base/textures/editor -x!generated +set filename=RBDOOM-3-BFG-1.4.0.1-lite-win64-20220122-git-xxxxxxx.7z +7z a %filename% README.md RELEASE-NOTES.md base/devtools.cfg base/modelviewer.cfg base/extract_resources.cfg base/convert_maps_to_valve220.cfg base/def/*.def base/textures/common base/textures/editor -x!generated -xr!*.xcf +7z a %filename% README.md RELEASE-NOTES.md tools/trenchbroom pause