Previous Changes:
webMAN MOD 1.41.28
- Plugged a memory leak accessing Slider webGUI
- Improved memory usage when games are scanned.
- Reverted the MAX usage to 1280KB.
webMAN MOD 1.41.27
- Reduced allocated memory in MAX memory usage setting from 1280KB to 1152KB.
- Updater: the files are copied, if the shadow copy fails.
webMAN MOD 1.41.26
- Added display of Play time & startup time to SELECT+START and /cpursx.ps3
- Use SELECT+START+R2 to display Game ID, Title, play time and more in-Game info
webMAN MOD 1.41.25 (Commits on Feb 27-28, 2015)
- Fixed regression browsing /net files on the file manager
- Updated version displayed in the “Slider” webGUI menu
- Updated prepNTFS.pkg with the correct version of the tool
- Do not show mount error if /dev_bdvd is detected
- Increased wait for /dev_bdvd from 2 to 6 seconds (checked in intervals of 500ms)
* Automated ‘make_all’ for the 9 editions
webMAN MOD 1.41.24 (Commits on Feb 27, 2015)
- Fixed regression displaying text encoded in Big5
webMAN MOD 1.41.23 (Commits on Feb 25, 2015)
- Fixed wrong offset for ‘fix 8001003C error’ on 4.70
- Commented out unused declarations in common.h
(NEW_POKE_SYSCALL_ADDR_* and HVSC_SYSCALL_ADDR_*)
webMAN MOD 1.41.22 (Commits on Feb 25, 2015)
- Added offsets for fw 4.70
- Improved html support of “slider” on FireFox / MSIE
- Added support for custom background in slider. Replace the transparent background.gif installed on /dev_hdd0/xmlhost/game_plugin with any image
- Updated prepNTFS with auto-detection of CD sector size for PSXISO
- Updated rawiso with auto-detection of CD sector size for PSXISO
webMAN MOD 1.41.21 (Commits on Feb 22-23, 2015)
- Fixed regression mounting PSXISO via ps3netsvr
- Added cover animation to slider GUI
- Fixed issue mounting in correct game in slider GUI
- Fixed issue when browser is resized in slider GUI
-Updates to slider webGUI:
- Updated version displayed on menu
- Added ‘Refresh’ page to menu
- Mapped F5 to custom screen refresh
- Moved Prev/Next buttons to top 40%
- Fixed opacity on Next button
- Renamed doOnOrientationChange to refreshScreen
webMAN MOD 1.41.20 (Commits on Feb 22, 2015)
- Added new “slider” webGUI (mobile friendly).
- Improved display on mobile browsers.
- Added icons to File Manager.
- Initial support for more CD sector sizes (2448/2336/2048)
* Untested. This may require an updated storage_ext.c in stage2 of Cobra or Mamba.
- Updated Danish language file.
- Changed cover sizes in slider
- Bug fix: Removed debug code left in mobile.html
webMAN MOD 1.41.18 (Commits on Feb 07-09, 2015)
- Added shortcuts to control fan speed from /cpursx.ps3
- Fixed recent regression in display of net games and mounting .ntfs[BDFILE]
- Moved scanning of net games to the function: add_net_games()
- Removed duplicated unmount code in mount_with_mm()
- Code formatting: spaces, defined CD_SECTOR_SIZE_2352
- Fixed buffer check condition for BD/DVD group
- Added optional Video subfolder to “Bluray™ and DVD” folder (Display RetroXMB videos, videos on USB devices and Data Disc icon)
- /app_home now is unmapped on startup
- Added detection of sector size on ntfs (previously constant: 512) Based on raw_iso.sprx made by Estwald.
- Added static property to global variables and functions
webMAN MOD 1.41.17 (Commits on Feb 04, 2015)
- Added support for .ntfs[BDFILE] (fake ISO created by IRISMAN)
- Added support to mount NTFS games using raw_iso.sprx (rawseciso by Estwald)
webMAN MOD 1.41.16 (Commits on Jan 26-30, 2015)
- Updated prepNTFS 1.09:
* Added support to scan split iso (.iso.0) on NTFS
* Code formatting / comments (binaries not affected)
- Fixed display of PSID using R2+O
- Fixed html response in /loadprx.ps3
- Added compilation flags for /extgd.ps3 and /copy.ps3
- Added code for enable System BGM (not included in binaries)
- Added /videorec.ps3 to start/stop in-game video recording
- Added [REC] link to record video from /cpursx.ps3
- Added /loadprx.ps3 to load/unload prx dynamically on the specified slot (default: slot 6)
- Added link to load .sprx file through File Manager
webMAN MOD 1.41.15 (Commits on Jan 25, 2015)
- Merged video_rec plugin into the source code:
* Changed video record start/stop to SELECT+R3 (instead of R3)
* No longer needed to load the external plugin dynamically
* Removed video_rec sub-project
- Typo for 3 seconds delay in video_rec.sprx
- Fixed regression in auto-fix game (causing freeze when a ps3 iso was mounted)
- Integrated Mysis video_rec plugin ported to C by 3141card
* Use SELECT+R3 to load/unload video_rec.sprx
* Use R3 in-game to record video to /dev_hdd0/VIDEO
webMAN MOD 1.41.14 (Commits on Jan 24, 2015)
- Improved display of files containing latin characters (utf-8)
- More optimizations (cobra english edition is still under 192KB)
- Minor update to prepNTFS
webMAN MOD 1.41.12 (Commits on Jan 21-22, 2015)
- Minor fixes.
- Fix issue reading settings
- Fixed misc. regressions from build 1.41.09
webMAN MOD 1.41.11 (Commits on Jan 20, 2015)
- Proper check for .bin/.iso on remote subfolder.
- Now “Fan Control: Disabled” instead of (MAX: 0′C) in cpursx.ps3
- Check for .bin/.iso on remote subfolders
- Added commit from NvZ on PS3MAPI module: NzV/webMAN-MOD@b24f998
- 432 changes to the source code (I’m not kidding).
Rolled Back to 1.41.05 (Commits on Jan 19, 2015)
webMAN MOD 1.41.09 (Commits on Jan 19, 2015)
- Change: Display multiMAN cover (if available) instead of disc icon when mM covers are disabled and game has no ICON0.
- Smaller memory footprint (~1.8KB less than 1.41.07)
- Improved /net games in html listing (encode title, title with link)
- wmconfig.bin now read the size of the file (if the size of the struct is larger).
webMAN MOD 1.41.08 (Commits on Jan 15-18, 2015)
- Added RANGE macro function.
- Temp/fan speed ranges are validated in a better way.
- Improved fix_iso with changes suggested by kokotonix
* Changed starting search offset from 0×10000 to 0xA000
* fix_eboot flag is turned off only if EBOOT.BIN is found
* Changed ps3_sys_version & chunk to unsigned char
- Misc code optimizations: reduce memory footprint in ~1.5KB
* Removed redundant strings (e.g. font, “/” in <hr/>)
* Frequent strings were changed to parameters in sprintf (The compiler use one address for all identical strings)
* Changed seg_mygames_* to seg_wm_*
- Code cleanup:
* Common strings sequences were defined as macros (e.g. HTML_INPUT, XML_PAIR, QUERY_XMB).
* Defined FB_XML, WM_ICONS_PATH
- Changed few code in ps3mapi: buzzer.ps3mapi, led.ps3mapi
- Fixed an “orphan if”
- Added display of MAC address from LV1 @ 0x71C1B0
- Added /dump.ps3 command (allows to dump the lv1, lv2, full memory or 8MB from specified address)
- Integrated dump memory to webGUI of ps3mapi
- Integrated peek memory to webGUI of ps3mapi
- Moved proc=, so addr and len can be filled if there is not a process selected in the webGUI of ps3mapi
- Added << Back Next >> to memory viewer (/peek.lv)
- Increased allowed lv1 memory address
- Fixed issue that was breaking the plugin when SELECT+R1 or SELECT+L1 was pressed.
- Added support to scan 1 level of subfolders on PS3ISO/PS2ISO/PSXISO/BDISO/DVDISO
* previously only 1 letter subfolders was allowed or iso with the same name of the folder
* Use less code.
- Added support to filter games by name/path on html game list
* This feature allows to search games grouped by genre or by any other category.
- Removed redundant code adding entries in file list (html)
- Added support to scan 1 level of subfolders to prepNTFS 1.08
webMAN MOD 1.41.07 (Commits on Jan 13-15, 2015)
- Updated danish translation (Thanks to Assassins)
- Updated installer to enable/update webMAN on rebug when the plugin is disabled.
- Updated the binaries of ps3mapi edition
- Added code for experimental mount of ps2 game folder as /dev_ps2disc (used on SingStar). (Concept based on WuEpE’s mod)
- Merged ps3mapi webUI 1.0.0. (pull request #12 from NzV/master)
- Reverted search for .JPG in /dev_hdd0/tmp/wmtmp (removed in commit 6c252d6)
- Fixed condition that skip html entry when the file name is too long.
webMAN MOD 1.41.06 (Commits on Jan 11-13, 2015)
- Disabled fw version spoofer for 4.65 (vsh patch is required)
- Reduced the scope of more variables in handleclient
- Increased tempID from 10 to 12 (to be able to read titleid with dash from iso)
- Group value in skey now use descriptive constants
- Removed non-working delay on handleclient
- Removed expiration of games.html every 12 hours (not necessary due other conditions)
- Removed string buffer of 512 bytes in ftp client (rnfr ); the variable source is used instead.
- Fixed ftp command SITE MAPTO and added SITE FIX
- Added support for relative path to CHMOD and COPY/PASTE
- Skip entry if path is too long in scanning content in html. (Try truncating display name up to 32 bytes before skip entry)
- Moved 3 large string buffers, so they are auto allocated only when needed, instead of have them allocated all the time in the thread handleclient (WWW).
- Reduced FTP_RECV_SIZE from 2048 to 1024. (PS3MAPI_RECV_SIZE is untouched, but could be reduced too)
- Increased size of ftp path buffers to 512 (MAX_PATH_LEN)
- Reduced popup message buffer from 2KB to 200.
- Updated Polish translation.
- Minor fix displaying the icon when a game is mounted.
- Commented unused functions in cobra.c
- Reduced buffer memory allocation to 16KB in copy_file of cobra.c (icon0.png)
- Changed all file system permissions to 0777
- Removed search of .JPG in /dev_hdd0/tmp/wmtmp (to search in that path use the customizable COVERS_PATH in the language file)
- All title id buffers are now 10 bytes.
- New attempt to optimize detection of /net games path in mount_with_mm
- Fixed issue mounting PS3 games after mounting a PSX game
- Fixed regression mounting /net games (from 1.41.05)
- Added extra delay 2 secs before report error mounting a game
webMAN MOD 1.41.05 (Commits on Jan 09-10, 2015)
- Changed _lastgame static structure to local (frees 2.5KB)
- Fan speed now decrease faster if fan speed is too high and the temperature is below the max temp.
- Change strstr to strncmp on detecting /net in mount_with_mm
- Fix game mount always showing “successfully loaded”
- Moved ISO extensions constants to a #define
- prepNTFS: fix skip scanning mdf/img/bin on BDVD
- Display plugin edition on rebug editions
- Avoid launch loop if autoboot is PS2
- Improved display the icon displayed on html when a game is mounted
- Swap PS2 now backups the current emus on Rebug Toolbox
- Various shortcut combos related to dev_flash are disabled by default (fool proof)
- prepNTFS 1.07 now detects .iso/.bin/img/mdf on BDISO, DVDISO and PSXISO
- Added support to mount .MSF .IMG .BIN files for PSX/PS2 (they will be mounted properly if a .CUE is not needed)
- Reverted file listing buffer to 512 bytes (to support longer file names)
- Html code in file listing is now auto-simplified when the buffer size is exceeded. If the file name is too long, the file entry will be ignored to avoid html errors.
- Detection of iso in game use less strstr calls (thus a bit faster)
- Made some conditions more descriptive in the source code
webMAN MOD 1.41.04 (Commits on Jan 08, 2015)
- Remove initial title id for better sorting when file name is used as name.
- Remove title id from name when option to show it is disabled.
- Added support to show multiMAN’s covers for PS1/PS2 using the title ID on the file name of the iso
- Improved title id detection when it is the format: XXXX-YYYYY
- Updated translations: russian, chinese
- Fixed regression in the installer when the plugin is installed in /dev_hdd0/plugins
webMAN MOD 1.41.03 (Commits on Jan 07-08, 2015)
- Update LANG_RU.TXT (commit afec228 from Danzel87)
- Updated Chinese translation (thanks to sheaushyong)
- Fixed “Disable Reset USB Bus” shown un-translated.
- Fixed issue navigating files through webMAN’s File Browser on MSIE.
- Fixed access to files with “.html” extension on Chrome
- Fixed detection of games named like: “Name (4.xx).iso” on NTFS
webMAN MOD 1.41.02 (Commits on Jan 05-07, 2015)
- Fixed issue with Reset USB bus (new fix by deank)
- Reset USB bus is now optional
- Return to XMB from PS2 game does not scan mygames.xml
- Merged code for updater from _NzV_ (now there are 2 ps3mapi editions)
- Increased receive html buffer to 2KB
* Added shadow copy of ICON0.PNG and PARAM.SFO to multiMAN’s cache folder
* Added extraction of PIC1.PNG if multiMAN is installed
(* Credits to Billy B for the ideas.)
- Merged code from PS3MAPI 1.11 (Jan 5, 2015) https://github.com/NzV/webMAN-MOD/commits/master
- Fixed folder naming during backup of PS3 game mounted on /dev_bdvd
- Added missing game fix feature to nonCobra editions
- Added Quick and Forced game fix options
- Function get_title_and_id_from_sfo() now receives a buffer of 4KB as parameter, instead of allocate it internally.
- Fixed label “Refresh XML”
- Add disable syscall 11
webMAN MOD 1.41.01 (Commits on Jan 04-05, 2015)
- Merged code from PS3MAPI 1.10 (jan 4, 2015) https://github.com/NzV/webMAN-MOD/commits/master
- Fixed folder games not being fixed if files are read only
- Added fix when Install Package flag is not set for PS3_EXTRA
- Replaced several cellFsStat with isDir
- Fixed a bug detecting the fw version when the games are fixed
webMAN MOD 1.41.00 (Commits on Jan 04, 2015)
- Added auto-fix of PS3 games in ISO/game folder formats (4.20-4.66)
(needs more testing)
- Added more translations webMAN.xml (DK, PL)
- Merged changes made by deank in webMAN 1.41 (official):
* Reset USB bus (usb games now are mounted from /dev_usb)
* New blackscreen patches (ignore LIC.DAT and fix errors
80010017/8001002B)
* Support for .svg files
* Trimmed spaces in CSS style
* Removed cobra_lib_init()