Author |
Thread Statistics | Show CCP posts - 26 post(s) |
|

Traveler

|
Posted - 2005.07.18 09:22:00 -
[1]
Not in the current version. But this will change for sure. The starmap feature will see some enhancements.
Traveler Polaris Bug Hunter Lead |
|
|

Traveler

|
Posted - 2005.08.28 05:06:00 -
[2]
The new patch contains an improved font rendering engine for the IGB. You will notice a good speedup when rending text. Also, word wrapping now works as it should and the double text rendering in lists is gone too.
I will have a deeper look into layouting engine in September. This should speedup tables and divs. You will see the result in Kali. 
Traveler UI programmer |
|
|

Traveler

|
Posted - 2005.08.28 07:41:00 -
[3]
Link to your website? Or source text?
Traveler UI programmer |
|
|

Traveler

|
Posted - 2005.08.30 06:06:00 -
[4]
use <IMG SRC="corplogo:670513982" SIZE="128" width="100" height="100">
Corp logos can only have a size of 64 or 128 but you can rescale them with the width and height attribute. Btw, it is always a good idea to add the width and height attribute to images. This allows the IGB to render the page while the images are still loading. Otherwise it would have to wait until the image arrives to retrieve the image size.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2005.09.06 07:00:00 -
[5]
Actually, i don't know the exact meaning of each of the newer bits. The IGB only forwards the value to the webserver. The only list i have looks like this: 'corpRoleDirector',1L 'corpRolePersonnelManager',128L 'corpRoleAccountant',256L 'corpRoleSecurityOfficer',512L 'corpRoleFactoryManager',1024L 'corpRoleStationManager',2048L 'corpRoleAuditor',4096L 'corpRoleHangarCanTake1',8192L 'corpRoleHangarCanTake2',16384L 'corpRoleHangarCanTake3',32768L 'corpRoleHangarCanTake4',65536L 'corpRoleHangarCanTake5',131072L 'corpRoleHangarCanTake6',262144L 'corpRoleHangarCanTake7',524288L 'corpRoleHangarCanQuery1',1048576L 'corpRoleHangarCanQuery2',2097152L 'corpRoleHangarCanQuery3',4194304L 'corpRoleHangarCanQuery4',8388608L 'corpRoleHangarCanQuery5',16777216L 'corpRoleHangarCanQuery6',33554432L 'corpRoleHangarCanQuery7',67108864L 'corpRoleAccountCanTake1',134217728L 'corpRoleAccountCanTake2',268435456L 'corpRoleAccountCanTake3',536870912L 'corpRoleAccountCanTake4',1073741824L 'corpRoleAccountCanTake5',2147483648L 'corpRoleAccountCanTake6',4294967296L 'corpRoleAccountCanTake7',8589934592L 'corpRoleAccountCanQuery1',17179869184L 'corpRoleAccountCanQuery2',34359738368L 'corpRoleAccountCanQuery3',68719476736L 'corpRoleAccountCanQuery4',137438953472L 'corpRoleAccountCanQuery5',274877906944L 'corpRoleAccountCanQuery6',549755813888L 'corpRoleAccountCanQuery7',1099511627776L 'corpRoleEquipmentConfig',2199023255552L 'corpRoleContainerCanTake1',4398046511104L 'corpRoleContainerCanTake2',8796093022208L 'corpRoleContainerCanTake3',17592186044416L 'corpRoleContainerCanTake4',35184372088832L 'corpRoleContainerCanTake5',70368744177664L 'corpRoleContainerCanTake6',140737488355328L 'corpRoleContainerCanTake7',281474976710656L 'corpRoleCanRentOffice',562949953421312L 'corpRoleCanRentFactorySlot',1125899906842624L 'corpRoleCanRentResearchSlot',2251799813685248L 'corpRoleJuniorAccountant',4503599627370496L 'corpRoleStarbaseConfig',9007199254740992L 'corpRoleTrader',18014398509481984L
Traveler UI programmer |
|
|

Traveler

|
Posted - 2005.09.09 05:31:00 -
[6]
use showinfo:1373//<id> . 1 was the global character type which got removed with the patch. Therefore we use a fake type now.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2005.12.13 08:55:00 -
[7]
Hi,
sorry for not replying for such a long time. The relative path bugs should be fixed, please test. To make showinfo: work on a character, your need to supply 1373 not 1 now.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.01.15 08:49:00 -
[8]
I fixed the scroll up/not submit problem with forms in large tables. Please test it in one of the next test clients.
EVE supports chinese text in the IGB. Unfortunately, it is not possible to change the default charset yet. You can always use xxx; style characters. I will add a charset parsing in Kali.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.01.15 08:50:00 -
[9]
Forgot, linebrakes in evemail: are now also supported. Check in one of the next test clients.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.01.15 11:21:00 -
[10]
I just fixed the forms do not submit in positioned divs bug. Also, i finally found and fixed the disappearing backgrounds bug. This one was connected to the pinned window check - too hard to explain what actually happend.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.02.07 09:51:00 -
[11]
The EVE IGB was not implementat to act as a full web browser. It provides ingame functionality to player webpages. It is simply not possible to use these functionality in 3rd party products. It would already be very hard if not impossible to implement the IE or Mozilla rendering engine into the EVE rendering engine. It works in a completely different way. I will continue to fix bugs in the IGB and implement more useful features. But you will for sure never see Flash support in the IGB.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.02.08 07:56:00 -
[12]
Automatic eve mail sending is currently not possible. This function could also be abused for spaming. I will set it one on my feature request list.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.02.10 08:40:00 -
[13]
I have recently fixed forms in tables. Please test on Sisi if this is still happening there.
There is currently no way to fetch the complete char info using trusted page headers. However, you can still display the character portrait by using the charID in and <img src="portrait:charID" size="64"> tag.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.02.13 12:06:00 -
[14]
Thx for the report Takigama. I will look into the problem.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.02.19 21:06:00 -
[15]
use the xxx; encoding to get any unicode character. Try Б
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.03.07 07:19:00 -
[16]
I just tested this on TQ and i can not confirm. Please try http://bughunters.addix.net/igbtest/ingametest.php for testing.
In case you installed a newer PHP version, the access to header vars has changed. Use $_SERVER["HTTP_EVE_CHARNAME"] .
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.03.24 14:39:00 -
[17]
Client side image maps are indeed supported. However, you can only define rectangular shapes atm.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.06.19 07:37:00 -
[18]
Write a bug report. I will look into it.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.09.04 08:43:00 -
[19]
OnChange is not implemented yet. I will implement it for Kali in case i have enough time after fixing the disappearing form entry in table issue.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.09.05 11:04:00 -
[20]
1) Using typeID 1 for characters does not work any more. You need to use 1383 or a similar ID, e.g., "<A HREF=öshowinfo:1383//3012978ö>Agent: Tasara Athasho</A>". FactionIDs range from 500001 to 500020. The is currently no way to show alliance logos in the IGB.
2) The first number in "showinfo:" is always the typeID t20 released a complete DB with the previous patch. You will find everything there.
3) The "evemailto:" link should work correct. You can you this site: http://bughunters.addix.net/igbtest/ingametest2.html for testing.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.09.28 06:00:00 -
[21]
Thanks for the reports Furris and John Merrick. I will try to fix them for Kali. In case you have test websites, i am happy to use these to verify that a bug is really fixed.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.10.04 07:02:00 -
[22]
Status of the IGB bug fixing: - Form encoding using the GET method does now work as expected - unicode characters in forms are now encoded correctly - Form elements in tables do not vanish any more when scrolling - multiple checkboxes with the same name are now submitted correctly
Next on the list: - All the CSS bugs - div positioning - some basic javascript emulation for forms
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.10.09 10:59:00 -
[23]
Originally by: Mortimus what about HTML entities?
Could you be a bit more specific, please?
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.11.16 10:46:00 -
[24]
This happens because you have used percentual height within a style, which is currently not supported for all attributes. The old code just skipped those styles but the new one can actually handle percentual widths and heights in some cases. Unfortunately, it causes an exception in unsupported cases. I actually don't know if it is critical enough (QA wise) to get it fixed before Kali 1 release.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2006.12.13 09:24:00 -
[25]
mamano: There are various reasons why the turst headers are not submited: 1. Your page is not in the trusted site list and your page is on the ignored site - so it will not ask for trust 2. Your page does not ask for trust and will therefore never added to the trusted pages
Anyway, the trusted page headers are only send when the page is listed under trusted sites.
Traveler UI programmer |
|
|

Traveler

|
Posted - 2007.03.19 19:44:00 -
[26]
Please write a bug report about the div background bug. I checked the code and the background image parsing is simply missing. Setting the background color should work though.
Traveler UI programmer |
|
|
|