PDA

View Full Version : CVS Commit, June 14, 2002



Zaphod
06-13-2002, 09:58 PM
dohpaZ (14/06/02)
------------------
Modifications:
version 4.2.11
Made the Map tooltips behave better: No longer always on top, parented by map, tries to make sure entire tip is visible (borrowed logic from QPopupMenu::popup(), and will dissappear if clicked on.
Changed the DTEAM_ teams to use the same numeric scale as the RTEAM_ teams. This will allow some code simplification in map.cpp.
Updated to new libEQ.a (23249b5a6a04f2b900449d9c4aa0994a). Includes possible decoding of new spawns without zoning.
Have configure default to validating the Qt install (disable with the --without-qt-validation option).
Made configure properly handle build directories properly again.
Added a configure option (--enable-old-compiler) to allow the use of certain older gcc compilers (the 2.96.x compilers that come with certain linux distributions).


Enjoy,
Zaphod (dohpaZ)

Nobody
06-14-2002, 10:12 AM
Problem, this just happened with today's patch:

checking for Qt... yes
>> Found version.: 2.3.2
>>> Headers......: /home/Nobody/qt-2.3.2/include/
>>>> Libraries...: /home/Nobody/qt-2.3.2/lib/
configure: error: Something wicked happened while trying to validate your Qt installation!!! Please verify your libraries...


I was able to compile yesterday just fine.

Nobody
06-14-2002, 03:13 PM
ok, found out I needed qt-mt which I couldn't find. Installed the debian package:

ii qt-gcc3 2.3.2-3 QT 2.3.2 runtime libs.
ii qt-gcc3-dev 2.3.2-3 QT 2.3.2 static libs, moc and headers.
ii qt-gcc3-mt 2.3.2-3 QT 2.3.2 threaded runtime libs.
ii qt-gcc3-mt-dev 2.3.2-3 QT 2.3.2 threaded static libs.


Previously I was missing the MT lines as well as gcc3-dev which is why those wouldn't work (lib was there but not includes). Added the last 3 and all was fine.

Elyon
06-14-2002, 03:58 PM
I just used the --without-qt-validation option and it worked fine :D

Zaphod
06-14-2002, 06:31 PM
Both sets of responses should have been in the Help section.
If you get the wicked message, check the config.log and see what it says. Something in your install is prolly screwy or incomplete.


Enjoy,
Zaphod (dohpaZ)

Virusmaster
06-16-2002, 11:05 AM
Don't know what magic you did guys, but this update seems to have solved all of my performance related problems. CPU usage is running between 10 and 50%, where before it was 80-100%. Nice :)

se7en
06-16-2002, 06:54 PM
You guys are probably very sick and feel that its a cliche by now, but you guys have made the showeq project the MOST updated and current project I have EVER seen.

That in it of itself is amazing. WTG GUYS!

-7

cbreaker
07-12-2002, 09:23 AM
Sure is good to see people take pride in their work.

Dblackfeather
07-13-2002, 07:55 PM
Just for the record.
SEQ took the frustration out of my EQ gaming experience.
Thanks DevTeam ;)