Skip to content

Commit

Permalink
v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiin committed Mar 24, 2018
1 parent 7592666 commit da2699c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CadEditor/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ private void tbbShowInfo_Click(object sender, EventArgs e)

private void setWindowText()
{
Text = String.Format("CAD Editor v4.7 - {0}", OpenFile.FileName);
Text = String.Format("CAD Editor v4.8 - {0}", OpenFile.FileName);
}
}
}
2 changes: 1 addition & 1 deletion CadEditor/make_release.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, glob, shutil, zipfile

VERSION = "47"
VERSION = "48"
RELEASE_FOLDER = "../Release/cad_editor_v%s" % VERSION
ZIP_NAME = "../Release/cad_editor_v%s.zip" % VERSION

Expand Down
21 changes: 20 additions & 1 deletion CadEditor/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-------------------------------------------------------------------------------
[RUS]
�������� ������� ��� ��� [NES/SEGA/SNES/GBA].
������ 4.7
������ 4.8
-------------------------------------------------------------------------------

������ ������ �������������� ��� � ����� cad_editor_supported_games.txt
Expand Down Expand Up @@ -486,6 +486,25 @@ v4.7
Takeshi Chousenjou (1 �����)
Cheetahmen 2 (1 �������)

v4.8
- ����� ��������:
Chip & Dale (�������� ���������, ������, ������ ��� ����������� ���� �������)
Duck Tales 2, Chip & Dale 2 (���������� ����������� ��������� ������)
Jungle Book (����������� ������� 7-8)
Flintstones: Rescue of Dino and Hoppy (U-������ ����, ���� ��������� ��������)
Chip & Dale 2 (������ ����������� ������� � ����������)
- ������� �������
Adventure in the Magic Kingdoom (����� � ������/����� �������� �������).
Mission Impossible [NES] - ������/����� 1 ������.
Captain America [NES] - ������ ����� 2 ������.
- �������� ������:
������ ������ ����������� ����� �� ��������� ��������
������� delete ������� ��������� �������
���������/���������� ����� ��� ������ � �������
������������ ����������� ���� ��������, ���� ��� ������� + �������������� ������������ ������ ����� ������������ ������.
������ �����




-------------------------------------------------------------------------------
Expand Down

0 comments on commit da2699c

Please sign in to comment.