DreamShell 4 Beta 3 released

This forum is for the posting of new newsposts, and it stores the site's news and comments archives. Only newsposters have access to post new news in here; if you wish to submit news, please post it in the discussion section for your particular topic. We may choose to move it here as a newspost if we find that it's worthy for the front page.
Post Reply
User avatar
Maturion
Moderator
Moderator
Posts: 619
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Oct 12, 2007 1:52 pm
Location: Munich, Germany
Has thanked: 0
Been thanked: 0
Contact:

DreamShell 4 Beta 3 released

Post by Maturion »

Russian Dreamcast coder SWAT stopped by in our forums and informed us that he has updated his operating system for Dreamcast, DreamShell. This time a lot of new features have been added. The current release is Beta 3.

Image

Below is his changelog:
- File System SD Card is now exempt from the limit of 8.3, you can use long file names and file names in Russian. And the library itself to work with the FAT has been updated.
- File Manager is updated. Added new features work with files (archiving, extracting, renaming), and also supported more formats to open or load files, if necessary, load the appropriate module.
- Updated DreamShell desktop. Added icon for the console.
- Fixed modules mp3 and ogg, now when loaded the console commands appear to play these formats, as well as their support is implemented in the file manager.
- Added a module from the VC/DC 0.2, but it is not yet working correctly, it's hoped in time for release, still need to defer to the next.
- Added commands gzip and bzip2 for work with archives.
- The cursor in the GUI can now be changed at any time.
- Add new events in the xml <body> - "onopen", "onclose", "onunload".
- Path in xml can now be relative. And as well as the possibility to set the working directory for DreamShell.
- Now DreamShell can be loaded directly from SD card using the "DreamShell from SD Loader".
- Added module "sdiso". When his loaded, added the command in the console "sdiso", which can run ISO images from SD cards, as this module is built into the file manager so you can start clicking on the ISO image file.
- Some minor bug corrections and code optimization. New and modified some of the old API functions.
Below are the downloads:
DreamShell 4.0 Beta 3 (CDI Image)
DreamShell 4.0 Beta 3 (From SD Loader)
DreamShell on PC Loader v1.3
DreamShell 4.0 Beta 3 (Module SDK)
DreamShell 4.0 Beta 3 (Docs)

Official Website: http://www.dc-swat.net.ru/news/13/

Don't forget to give him feedback and tell him much you like DreamShell via comments!
Stryfe
Psychotic DCEmu
Psychotic DCEmu
Posts: 577
Joined: Mon Aug 11, 2008 9:34 am
Location: Nowhere U.S.A.
Has thanked: 0
Been thanked: 0

Re: DreamShell 4 Beta 3 released

Post by Stryfe »

- Added commands gzip and bzip2 for work with archives.
Where does this unzip the files to? The RAM, or does this feature require a coders cable?

What is the SD Loader for? I was unaware that the ones being worked on were ready...
ImageImageImageImage
User avatar
alex81
DCEmu Cool Newbie
DCEmu Cool Newbie
Posts: 13
Joined: Tue Apr 14, 2009 1:28 pm
Location: Russia/Novosibirsk
Has thanked: 0
Been thanked: 0

Re: DreamShell 4 Beta 3 released

Post by alex81 »

Module "sdiso" updated.

http://www.dc-swat.net.ru/news/14/
Where does this unzip the files to? The RAM, or does this feature require a coders cable?
to RAM, to PC via coders cable or BBA, to SD card via SD adapter.
What is the SD Loader for?
DS_SD_Loader need to load Dreamshell from the SD-card
OVERRiDE_DC
DCEmu Fast Newbie
DCEmu Fast Newbie
Posts: 24
Joined: Thu Jun 18, 2009 10:55 pm
Has thanked: 0
Been thanked: 0

Re: DreamShell 4 Beta 3 released

Post by OVERRiDE_DC »

I have made a simple app for DreamShell that will allow you to dump a GD to your SD card.
(All it does is launch DC SDRip from the desktop. It will need 5-key soft-reset to return to DreamShell.)

All you need to do is extract into your /apps/ folder:
http://www.mediafire.com/download.php?z5onhgazdiy

Image

Image


All credit goes to JJ10DMhttp://f17.aaa.livedoor.jp/~takotako/dc ... hp#dcsdrip

This will work fine untill SWAT can implement this function into DreamShell...:thumbup:
User avatar
Maturion
Moderator
Moderator
Posts: 619
Joined: Fri Oct 12, 2007 1:52 pm
Location: Munich, Germany
Has thanked: 0
Been thanked: 0
Contact:

Re: DreamShell 4 Beta 3 released

Post by Maturion »

That's great! Thank you a lot!
User avatar
SWAT
Insane DCEmu
Insane DCEmu
Posts: 191
Joined: Sat Jan 31, 2004 2:34 pm
Location: Russia/Novosibirsk
Has thanked: 1 time
Been thanked: 0
Contact:

Re: DreamShell 4 Beta 3 released

Post by SWAT »

OVERRiDE_DC wrote:I have made a simple app for DreamShell that will allow you to dump a GD to your SD card.
(All it does is launch DC SDRip from the desktop. It will need 5-key soft-reset to return to DreamShell.)
More universal code:

Code: Select all

if DS.dsystem("exec -bin " .. GetWorkPath() .. "/apps/dcsdrip/dcsdrip.bin") ~= DS.CMD_OK then
    DS.ToggleConsole();
end
So your application will work and when you start DreamShell from SD.
Image
User avatar
alex81
DCEmu Cool Newbie
DCEmu Cool Newbie
Posts: 13
Joined: Tue Apr 14, 2009 1:28 pm
Location: Russia/Novosibirsk
Has thanked: 0
Been thanked: 0

Re: DreamShell 4 Beta 3 released

Post by alex81 »

Post Reply