mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-30 12:52:16 -05:00
Merge branch 'master' into simba-next
This commit is contained in:
commit
ddc5bd02ef
@ -399,7 +399,7 @@ begin
|
||||
end;
|
||||
|
||||
if InitScript then
|
||||
mDebugLn('Init procedure succesfully called')
|
||||
mDebugLn('Init procedure successfully called')
|
||||
else
|
||||
mDebugLn('Init procedure didn''t execute right, or couldn''t be found');
|
||||
Enabled:= FWorking;
|
||||
|
@ -3195,7 +3195,7 @@ begin
|
||||
Idler;
|
||||
if UnTarrer.Result then
|
||||
begin;
|
||||
FormWriteln('Succesfully installed the new fonts!');
|
||||
FormWriteln('Successfully installed the new fonts!');
|
||||
SetSetting('Settings/Fonts/Version',IntToStr(LatestVersion),true);
|
||||
if Assigned(self.OCR_Fonts) then
|
||||
self.OCR_Fonts.Free;
|
||||
|
@ -241,7 +241,8 @@ begin
|
||||
FCancelling := False;
|
||||
FCancelled := True;
|
||||
DownloadSpeed.Visible := false;
|
||||
Self.UpdateLog.Lines.Add('Download stopped at '+inttostr(DownloadProgress.Position)+'%... Simba did not succesfully update.');
|
||||
Self.UpdateLog.Lines.Add('Download stopped at '+inttostr(DownloadProgress.Position)+
|
||||
'%... Simba did not successfully update.');
|
||||
// more detailed info
|
||||
mDebugLn('EXCEPTION IN UPDATEFORM: We either hit Cancel, or something went wrong with files');
|
||||
if FileExists(Updater.BasePath + Updater.ReplacementFile + '_') then
|
||||
|
@ -985,7 +985,7 @@ begin
|
||||
if PSScript.Compile then
|
||||
begin
|
||||
OutputMessages;
|
||||
psWriteln('Compiled succesfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
psWriteln('Compiled successfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
if CompileOnly then
|
||||
exit;
|
||||
// if not (ScriptState = SCompiling) then
|
||||
@ -1229,7 +1229,7 @@ begin
|
||||
RUTIS.Compile;
|
||||
if not RUTIS.CompilerError then
|
||||
begin
|
||||
psWriteln('Compiled succesfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
psWriteln('Compiled successfully in ' + IntToStr(GetTickCount - Starttime) + ' ms.');
|
||||
if CompileOnly then
|
||||
exit;
|
||||
RUTIS.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user