Go Back   Winamp Forums > Skinning and Design > Modern Skins

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 8th October 2006, 15:36   #1
martin.deimos
Android/UI Development
 
martin.deimos's Avatar
 
Join Date: Sep 2004
Location: Bavaria
Posts: 1,240
Send a message via ICQ to martin.deimos Send a message via AIM to martin.deimos Send a message via Yahoo to martin.deimos
Wasabi Engine Changelog

Hey,
here is a list of all changes to the wasabi engine since winamp 5.2.

Please don't reply in this thread. It's purpose is only to show you the recent changes in winamp's wasabi engine and will be filled when new changes are made.

!!!
PUT REPLYS/QUESTIONS IN THIS SEPARATE THREAD:
http://forums.winamp.com/showthread....hreadid=257120
!!!


Winamp 5.2

* Fixed: [gen_ff] regions on components don't work
You can now put a region over a component:
example:
PHP Code:
<component id="avs" region="region.avs" ... /> 
-> create a avs wnd which is round for example.

* Improved: [gen_ff] new vis modes available to skinners
A cool addition, the <vis> object has now the same options as the winamp classic vis!
example:
PHP Code:
  <vis 
      id
="vis" 
      
x="24" y="43"
      
w="72" h="16"
      
bandwidth="thin"      (or "wide")
      
falloff="4"           (0-4)
      
peakfalloff="4"       (0-4)
      
fps="60"              (any number you want)
      
coloring="normal"     (also, ="fire", ="line")
      
peaks="0"             (0=off1=on)
      
oscstyle="solid"      (also, ="dots", ="lines")
      /> 

Winamp 5.21

including XML files with *.xml won't work anymore


Winamp 5.22

Changes to the wac loader had been made - You need to upgrade to ColorEditor 2.0.3 if you wanna use it!

Checkboxes with radiogroups and ONE linked ConfigAttribute won't show it's state

new xml object <images>
<images> is something like an animated layer, but shows frames according to a source!

example:
PHP Code:
    <images id="volumewa2" source="volume" 
    
x="0" y="0"
    
w="68" h="13"
      
images="main.volpan.volume" imagesspacing="15" 
      
tooltip="Volume"
    
/> 
params:
source = volume, pan, seek (perhaps there will come more)
images = your image (all frames in one image like animated layer)
imagesspacing = height of one single frame

that's all

instead of using images with source="seek" i would use the <ProgressGrid> object or an real animated layer.

-No special maki functions till now


Winamp 5.23

The green placeholder for wrong defined images in layers is back! - Take note that in all your old skins with wrong imageIDs this green Image not found icon will be shown!
According to this if you load a nonexisting image in a map and wanna get its h/w it will return 64 instead of 0!


* Fixed: [gen_ff] Map.getHeight() maki script function returning width instead
self explaining...
...it's possible to get the dimension of a image with Map.getHeight()/Map.getWidth()

* Fixed: [gen_ff] Wasabi XML font-related fixes from Martin Poehlmann
Wasabi:Text, CheckBoxes, etc. have the right fontsize (14) again.


Winamp 5.3

* Fixed: [gen_ff] gradient drawing glitch and crash
Gradients are now drawn correctly on resize and won't crash!

* Fixed: [gen_ff] layerfx not being redrawn on colortheme change
self explaining...

* Improved: [gen_ff] better sample rate display
example:
PHP Code:
    <text display="SONGINFO"/> 
and System.getSongInfoText()
will display 44.1kHz instead of 44kHz

note: Not working if you use
PHP Code:
    <text display="SONGSAMPLERATE"/> 
<Wasabi:VSlider> object
...is working again without screwed thumbs

WebSite: www.skinconsortium.com - Community for Userinterface Design & Coding
Skins: Click Here
martin.deimos is offline   Reply With Quote
 
Go Back   Winamp Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump