- 精华
- 2
- 帖子
- 593
- 威望
- 2 点
- 积分
- 682 点
- 种子
- 0 点
- 注册时间
- 2006-4-21
- 最后登录
- 2024-6-28
|
LaunchELF v3.87 (2006.08.10)
-Fixed a bug preventing proper display of 'Tooltips' for the PathPad dialog
-Modified JpgViewer Prev command to go from the first file to the last file.
-Modified drawChar and drawChar2 to use one gsKit_prim_sprite call instead of two gsKit_prim_point calls. (Polo's idea, slightly extended.)
-Fixed a gsKit buffer overflow that could crash program on text-rich screens, by allocating 50% greater buffer. This fix should cure all crashing reported both for TextEditor and for FileBrowser.
-Increased line thickness to 3 (for frames etc), to minimize interlace flicker.
-Tweaked various dialogs to work better with the new line thickness
-Modified virtual keyboard of FileBrowser to use highlight colour for cursors
-Modified JPG Brightness scale to widen the range from 32..224 to 16..240 -修正了使用PathPad时下方的"操作提示"显示错误的bug
-修改了JpgViewer,使用"Prev"命令可以直接从第一个文件跳到最后一个文件
-优化程序,更好的调用显示核心
-修正了一个显示核心缓冲区溢出的问题
-把直线的"厚度"提升到3,以减轻交错模式下的闪烁
-调整了各对话框以适应新的直线显示方式
-修改了虚拟键盘,以在光标上使用加亮颜色
-增宽了JPG亮度范围
LaunchELF v3.86 (2006.08.08)
-Fixed a bug that caused some horizontal frame lines to be lost in non-interlaced modes
-Fixed a bug making text 'fuzzy' when aligned to odd pixel rows in non-interlaced modes -修正了非交错模式下水平方向直线显示丢失的bug
-修正了非交错模式下文字失真的bug
LaunchELF v3.85 (2006.08.08)
-Merged in JpgViewer changes by Polo. It now uses DPad Up/Down for picture rotation.
-Merged in display init changes by Polo. This should eliminate screen border garbage, and fix a problem with non-interlaced TV mode shifts between PAL and NTSC.
-Fixed a bug that prevented v3.79-v3.84 from finding a CNF in the same folder as the ELF when started from a USB mass storage device.
-Added function wrapper 'drawOpSprite' for calls to gsKit_prim_sprite.
-Purged most use of gsKit_prim_line from the program, as its coordinate handling is not compatible with other gsKit_prim_ functions, and is also inconsistent within itself. (This was the main cause of incorrect dialog boxes.) I've used 'drawOpSprite' in its place.
-Purged most direct gsKit calls for line and rectangle operations from other source files than "draw.c" which now handles most such calls for most other sections of the program. Exceptions are the JpgViewer, the circle drawing in HddManager, and the jpg loading of "main.c", which still use some such gsKit functions directly.
-Implemented a new CNF variable "USBMASS_FILE", which may be used to specify another 'usb_mass' driver than the one embedded in the program. This choice can be set by the user in the submenu "Startup Settings..."
-修改了JpgViewer,增加了可以用上下键旋转图片的功能
-修正了一些显示方面的问题
-修正了一个3.79-3.84版从U盘启动uLE时不能载入相同文件夹下CNF文件的bug
-优化程序,以更好的调用显示核心
-同上
-同上
-在CNF文件里增加了一个"USBMASS_FILE"的变量,用以选择另外一个USB存储设备的驱动来代替程序中内建的那一个(解决3.84及以上版升级USB设备驱动后反而不兼容以前能使用的U盘的问题),可以在"Startup Settings..."菜单里设置这一选项
下载地址1:http://www.ps2-scene.org/forums/showthread.php?t=37242
下载地址2:http://dkeeper.***.com(附有旧版的usb_mass.irx). |
|