RequestForComments: TLTP
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
11-02-2005 15:21
From: Jesrad Seraph Added a Reload button to the browser.
Strife, why is the timer event of the browser "omg so wrong" ? I know it's far from perfect (keeping all the server references until it stops getting any for a given time), but I don't see anything really wrong about it (it's not gonna eat the pages or mess the display). "omg so wrong" is my way of saying "it's a bad solution but i don't want write a better one so i'll live with it"
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Jesrad Seraph
Nonsense
Join date: 11 Dec 2004
Posts: 1,463
|
11-03-2005 01:47
Ah, thanks for clarifying  I should change the code to update a counter for each advertised server but I4m too lazy... So TLML-L is your way of making the browser read the relevant lines of data from a notecard, by key ? I see you've not overriden my simple "t" data type for it, so I'm kinda confused. How does the "N" type works ? Sorry for all the questions, but I've got an urge to make it work at long last and have a demonstratable prototype 
_____________________
Either Man can enjoy universal freedom, or Man cannot. If it is possible then everyone can act freely if they don't stop anyone else from doing same. If it is not possible, then conflict will arise anyway so punch those that try to stop you. In conclusion the only strategy that wins in all cases is that of doing what you want against all adversity, as long as you respect that right in others.
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
11-03-2005 08:56
What N does is have the child prims read the notecard directly, it means that the base script doesn't ever touch the data, making the displaying of the page very fast. If you wanted to display 100 prims worth it would take no less then 2 seconds probably 5 if you use a normal method but with TLML-L it will probably display in about 0.5 second (causing an update lag spike  ).
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Jesrad Seraph
Nonsense
Join date: 11 Dec 2004
Posts: 1,463
|
11-03-2005 09:04
Genius ! So for displaying bulk TLML it's ideal, and it makes sense to keep the other data types for cases that require parsing by the browser script. OK 
_____________________
Either Man can enjoy universal freedom, or Man cannot. If it is possible then everyone can act freely if they don't stop anyone else from doing same. If it is not possible, then conflict will arise anyway so punch those that try to stop you. In conclusion the only strategy that wins in all cases is that of doing what you want against all adversity, as long as you respect that right in others.
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
11-03-2005 11:45
i want to change the mask format to be in hex, it takes up less space and visualy is much easier to read. "xxxxxxxx". Is this ok? (basicly i'll be changing the mask parsing from (integer)llList2String(a,b) to (integer)("0x"+llList2String(a,b)), all other integer parsings would be left untouched).
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
|
11-03-2005 23:18
@_@ *smoke comes out of his ears* all i have to say is WOW.
|
Jesrad Seraph
Nonsense
Join date: 11 Dec 2004
Posts: 1,463
|
11-04-2005 01:37
From: Strife Onizuka i want to change the mask format to be in hex, it takes up less space and visualy is much easier to read. "xxxxxxxx". Is this ok? (basicly i'll be changing the mask parsing from (integer)llList2String(a,b) to (integer)("0x"+llList2String(a,b)), all other integer parsings would be left untouched). Completely agreed ! It makes TLML much easier to write 
_____________________
Either Man can enjoy universal freedom, or Man cannot. If it is possible then everyone can act freely if they don't stop anyone else from doing same. If it is not possible, then conflict will arise anyway so punch those that try to stop you. In conclusion the only strategy that wins in all cases is that of doing what you want against all adversity, as long as you respect that right in others.
|