Update 8.4.1:

- Fixed bug that produced incorrect SSL code when source file had some unreferenced variables
- Fixed int2ssl hang indefinitely on "Loading namespace" step (VS2017)
- Updated gitignore for VS2017 files
- bump version number
This commit is contained in:
VladislavKolosovsky
2017-10-12 00:29:39 +07:00
parent 38732c7323
commit 0257e770cc
5 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -40,10 +40,10 @@ bool ProcessCommandLine(int argc, char* argv[]);
int main(int argc, char* argv[])
{
std::cout << "Fallout script decompiler, version 8.4.0 (sfall edition)" << std::endl
std::cout << "Fallout script decompiler, version 8.4.1 (sfall edition)" << std::endl
<< "Copyright (C) Anchorite (TeamX), 2005-2009" << std::endl
<< "anchorite2001@yandex.ru" << std::endl
<< "Continued by Nirran, phobos2077 (2014-2016)" << std::endl
<< "Continued by Nirran, phobos2077 (2014-2017)" << std::endl
<< "Crossplatformed by alexeevdv (2015)" << std::endl;
if (argc < 2 || !ProcessCommandLine(argc, argv))