Page 1 of 4

Plazmic-20031101b.diff

Posted: Sun Nov 02, 2003 4:12 am
by Plazmic
Changes:

Cleaned up /itemtarget to use GetFriendlyNameForGroundItem
Made "/click left item" do direct call, will work for stupid items stuck in trees ;)
Fixed parsing of "} {" lines to error out gracefully
Made MQChat's window listen to filters
Changed the FPS limiter to be a bit faster, and move the macro handling block back to where it should be (Lax, why did you move the macro handler to before the ZONING/etc checks?)
Removed some old outdated stuff...
Updated notes window struct to not CTD again...
Removed EQWINDOW for the 100th time...

http://macroquest2.com/downloads/Plazmic-20031101b.zip

Posted: Sun Nov 02, 2003 8:55 am
by Lax
Err, I moved it because I tested a macro and it seemed to run slow. The intent was to make it not sleep while macros are waiting

Posted: Sun Nov 02, 2003 9:04 am
by Lax
I'm on this, have it dev cvs'd in 10 mins. Zip update after I check StripMQChat

Posted: Sun Nov 02, 2003 9:29 am
by Lax
in dev cvs.

Posted: Sun Nov 02, 2003 9:32 am
by Lax
You forgot to mention fixing StripMQChat :)

Posted: Sun Nov 02, 2003 9:46 am
by EqMule
did you update zip? if not I can do that, just gonna test this thing

Posted: Sun Nov 02, 2003 9:55 am
by Lax
Yes just updated zip

Posted: Sun Nov 02, 2003 9:57 am
by EqMule
seems like mqchatwindow is removed before I can see if the unload was successful and it crashed when i exited mq, to do a recompile, not sure if i didnt wait long enough before i exit, im gonna have to check that before I put a zip up, or maybe rename the irc latest to irc stable as Plaz suggested and then upload this.. another thing , when you itemtarget a Kiln for example, then /click left item the name will disapear from the targetwindow (but it still says it has 100% health heh, and you cant issue another click, this is a feature I guess, since clicking a enviro when its allready open WILL make it disapear (locally) but anyway, Plaz can you make the environame not disapear when you open something, and maybe put a safecheck in so another click cant be executed if there is allready an environment open?

Posted: Sun Nov 02, 2003 10:23 am
by EqMule
yeah this majorly sucks, I cant unload and exit with this source, hmm Lax, Plaz? why?

Posted: Sun Nov 02, 2003 10:27 am
by Lax
Me neither, and superwho seems really screwed. Working on it...

Posted: Sun Nov 02, 2003 10:29 am
by Lax
Unload is hanging here:
while ((gbInDInput) || (gbInChat) || (g_bInDXMouse)) Sleep(5);

Posted: Sun Nov 02, 2003 10:34 am
by Lax
NM on the superwho thing, seems fine. Removing that line fixes unload for now, but need to find the culprit ;)

Posted: Sun Nov 02, 2003 10:42 am
by Lax

Code: Select all

	DebugSpewAlways("gbInDInput=%d, gbInChat=%d, g_bInDXMouse=%d",gbInDInput,gbInChat,g_bInDXMouse);
replaced it with that, and output always is
gbInDInput=0, gbInChat=0, g_bInDXMouse=0

/boggle

Re: Plazmic-20031101b.diff

Posted: Wed Oct 01, 2025 1:51 am
by xyilla

Re: Plazmic-20031101b.diff

Posted: Wed Oct 01, 2025 1:52 am
by xyilla