PDA

View Full Version : ShowEQ 6.3.0 for Live 03/15/23



cn187
03-15-2023, 03:18 PM
Announcing the release of ShowEQ version 6.3.0.

This version is compatible with the Mar 15th release.



cn187 (03/15/23)
----------------
- Update to version 6.3.0
- Features:
- Map related
- Multilayer map support with automatic conversion
- Mouse scroll adjusts map zoom
- Other miscellaneous map fixes
- Interface related
- Themes are no longer forced by ShowEQ
- Support for using system-installed Qt themes, including dark themes
- Miscellaneous Qt5 fixes
- Reliability related
- Additional packet filtering to reduce session disconnects due to
random LAN traffic
- Session tracking is now enabled by default
- Support for EQ Patch 03/15/23
- Struct and opcode updates


This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.3.0/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_3_0/

Installation (tarball):


$ tar xjvf showeq-6.3.0.tar.bz2
$ cd showeq-6.3.0
$ ./configure
$ make
$ make install


Installation (SVN):


$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_3_0 showeq-6.3.0
$ cd showeq-6.3.0
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install

xerxes
03-15-2023, 03:39 PM
Thank you!

Loki
03-15-2023, 04:33 PM
Very nice.. Thank you.

BlueAdept
03-16-2023, 09:38 AM
Thank you for all your hard work. I saw all the work you did on it.