Page 1 of 2

Diff against SRC-20031028

Posted: Tue Oct 28, 2003 7:49 pm
by Plazmic
Relocation of Pulse to EQ's ProcessGameEvents.
/delay doesn't stop map spawns from updating.
Fixes for Lax's chat window.
target|who|alert|face|where|searchspawn all have a light parameter now
Fixed target|who|alert|face|where to not skip the parameter after a name
Fixed searchspawn to work with quotes
Fixed $if([n,]a==b,"string with a ) in it","another string")
Fixed $if() to work non-numberic.. it was skipping the first 2 characters of the condition.
(ie. "/who cent range 10 14" works now)
Probably other things I forgot...

Diff at: http://macroquest2.com/downloads/Plazmic-20031028.zip

Who wants to CVS it? (I'm 99.9% sure I didn't leave any extra stuff in this time;)

Posted: Tue Oct 28, 2003 8:05 pm
by Mckorr
CVS'd in my click changes, hopefully that won't screw anything up with your diff.

Posted: Tue Oct 28, 2003 8:13 pm
by Plazmic
You didn't update the zip ;)

Posted: Tue Oct 28, 2003 8:13 pm
by Mckorr
If I knew how to do a diff Plaz I'd take care of it :oops:

Posted: Tue Oct 28, 2003 8:26 pm
by EqMule
im on it...

Posted: Tue Oct 28, 2003 8:42 pm
by EqMule
ok in cvs and zip
and Plaz man... I LOVE THE NEW LINKS ON THE ICON!!! WOOT!!! simple things likr that, cant beleive I didnt think of that myself lol ;) :D :D :D

Posted: Tue Oct 28, 2003 9:41 pm
by dont_know_at_all
Dude, there should only be one button and that should open the forum search page!

Posted: Wed Oct 29, 2003 7:25 am
by Plazmic
That's what double clicking the icon does ;)

Posted: Wed Oct 29, 2003 8:41 am
by wassup
I'm trying the new links in the tray icon, but the ones referencing the web sites and the readme don't work.

Anyone else try them?

Posted: Wed Oct 29, 2003 8:50 am
by Mckorr
Plazmic wrote:You didn't update the zip ;)
I didn't know I could update the zip :shock:

Posted: Wed Oct 29, 2003 10:42 am
by Plazmic
Wassup wrote:I'm trying the new links in the tray icon, but the ones referencing the web sites and the readme don't work.

Anyone else try them?
They do a ShellExecute on an URL (or local html file in the readme case).
Did you hose your web link handler somehow?

Posted: Wed Oct 29, 2003 11:11 am
by wassup
If I knew what that was I could tell you.

I assume it is a registry setting.

Posted: Wed Oct 29, 2003 2:12 pm
by EqMule
Mckorr wrote:I didn't know I could update the zip :shock:
I use this for uploading the zip... works like a charm..

http://winscp.sourceforge.net/eng/

Posted: Wed Oct 29, 2003 2:29 pm
by Lax
Just noticed this in WriteChatColor

Code: Select all

   Chat(Line,Color);
should be

Code: Select all

   Chat(&out[0],Color);
will be posting something for colorizing soon

Posted: Wed Oct 29, 2003 2:59 pm
by Mckorr
EqMule00 wrote:
Mckorr wrote:I didn't know I could update the zip :shock:
I use this for uploading the zip... works like a charm..

http://winscp.sourceforge.net/eng/
Not that, I just didn't know I had access to it. Afraid I don't pay much attention to the state of the zip file, since I have access to the dev CVS.

Will take a look, work it out, and try to get in the habit of updating the zip when I do my morning CVS updates.