This first section is a list of all the FlashClient releases, these are the names of the folders in which the SWFs for each version were kept, for example this is the URL of a Habbo.SWF (i.e. the main client):
http://images.habbohotel.co.uk/gordon/RELEASE34-17600-17581-200906081306_e03a25711312dbc705b5b635888e00aa/Habbo.swf
The bit highlighted in Red is the Version name.
So what does each bit of the version name mean? Well:
RELEASE34-17600-17581-200906081306_e03a25711312dbc705b5b635888e00aa
The part highlighted in:
White are: The main version release number.
Red are: The build numbers.
Green are: The date the version was last modified (YEAR-MONTH-DAY-HOUR-MINUTES)
Blue are: The unique ID.
The easiest way to find these releases (in my opinion) is to open the pop-out Client's sourcecode and then search for "Habbo.swf".
I actually use some PHP script that does all this for me (Logs in, goes onto the clientpage, grabs the Habbo.swf URL) so I get an - almost - instant read-out of what the current URL used by the client is.
(Click on Show UpdateList to see what updates were noticed in that FlashClient Release.)
This is a list of all the files/folders in the /gordon/RELEASE/ folder.
It doesn't contain a list of all the Furniture SWFs as these arn't, and have never been, in the main /gordon/RELEASE/ folder.
Here's a link to SWF files that I'm still looking for, found by searching the /c_images/officialrooms_XX/ folders (many wont exsist as publicrooms): NavImages
Explaining the list layout:
The [#--] infront of each file/folder is the release in which it FIRST appears in.
Colour key:
Live - The file/folder still exists in the latest versions.
Dead - The file/folder has been removed.
Wait - The file/folder has not yet been added.
The folders:
[#001]/furniture/
The non-SWF files:
[#108][ReleaseName].htm (The folder itself has a HTM file since release #108)(Release54 [#116] 403'd this - forbidden)
[#001]/config_habbo.xml
[#108]/external_variables.txt (Release54 [#116] removed this)
[#035]/hh_assets.zip (All SWF files)
[#092]/hh_assets.zip (R49 Clothing SWFs)(Release54 [#116] removed this)
[#108]/index_dev.html (Release54 [#116] removed this)
There is a SWF file for each furniture in the hotel (Although there is only one SWF for recoloured furniture that ends in an Astrix then Number (eg. instead of a chair_plasty*3.swf and a chair_plasty*8.swf etc - there is just a chair_plasty.swf with all the info in)).
Up until version RELEASE35-18827-18830-200906301247_65e652796debef5593c6d37631e18314 there use to be a /furniture/ folder inside the main release folder like this:
http://images.habbohotel.co.uk/gordon/RELEASE34-18054-18071-200906161327_7d567f9daefba465d993fd56c889ed71/furniture/md_limukaappi.swf
The part highlighted in:
White is: The domain, subdomain, main folder etc...
Red is: The release version.
Green is: The folder that contains the FurnitureSWFs.
Blue is: The furniture SWF name (Taken from the Furniture's sprite name, which can be found in the FurniData external texts).
To find the FurnitureSWFs URLs this is what you do:
First, open the FurniData external texts page (Can be found HERE).
You will now see a list of each furniture in the hotel, they will be layed out like the example below:
["s","13","shelves_norja","17536","0","1","1","#ffffff,#F7EBBC","Bookcase","For nic naks and art deco books",""]
The part(s) highlighted in:
White is: If it's a floorItem (s) or a wallItem(i).
Red is: The furnitureID.
Green is: The furnitureSpriteName.
Blue is: The version the item was released in.
Yellow is: The rotational start point (I guess?)...
Cyan is: The size of the furniture spanning left/right.
Purple is: The colouring of the furniture.
Pink is: The furnitureName.
Orange is: The furnitureDescription
The "" is: A placeholder/counter (I guess?)...