Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 2165 → Rev 2164

/programs/develop/info3ds/info_fun_float.inc
File deleted
\ No newline at end of file
/programs/develop/info3ds/doc/i3d_110823.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/develop/info3ds/doc/readme.htm
File deleted
\ No newline at end of file
/programs/develop/info3ds/doc/i3d_110909.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/develop/info3ds/doc
Property changes:
Deleted: bugtraq:number
-true
\ No newline at end of property
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/develop/info3ds/info_wnd_coords.inc
File deleted
/programs/develop/info3ds/data.inc
1,7 → 1,7
if lang eq ru
capt db 'info 3ds ¢¥àá¨ï 09.09.11',0 ;¯®¤¯¨áì ®ª­ 
capt db 'info 3ds ¢¥àá¨ï 30.08.11',0 ;¯®¤¯¨áì ®ª­ 
else
capt db 'info 3ds version 09.09.11',0 ;window caption
capt db 'info 3ds version 30.08.11',0 ;window caption
end if
 
MAX_FILE_LEVEL equ 20 ;¬ ªá¨¬ «ì­ë© ã஢¥­ì ¢«®¦¥­­®á⨠¡«®ª®¢ ¤«ï  ­ «¨§ 
/programs/develop/info3ds/info3ds.asm
16,7 → 16,6
include 'mem.inc'
include 'dll.inc'
include 'lang.inc'
include 'info_fun_float.inc'
 
debug equ 0
 
113,7 → 112,6
txt_3ds_symb db 0,0
;--------------------------------------
 
include 'info_wnd_coords.inc'
 
align 4
start:
363,10 → 361,6
;mov edx,5
;int 0x40
 
mov ebx,(85 shl 16)+20
mov ecx,(5 shl 16)+20
mov edx,6 ;®ª­® á ª®®à¤¨­ â ¬¨
int 0x40
 
mov eax,7
mov ebx,[image_data_toolbar]
413,10 → 407,6
jne @f
call but_save_file
@@:
cmp ah,6
jne @f
call but_wnd_coords
@@:
 
cmp ah,1
jne still
818,15 → 808,6
end if
ret
 
align 4
but_wnd_coords:
cmp byte[prop_wnd_run],0
jne @f
pushad
mcall 51,1,prop_start,thread_coords
popad
@@:
ret
 
 
;input:
1242,8 → 1223,6
 
i_end:
rb 1024
thread_coords:
rb 1024
stacktop:
sys_path rb 1024
file_name: