Login | Register


All times are UTC - 5 hours [ DST ]


It is currently Fri Apr 04, 2025 3:03 pm





Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Progress Report 2019
PostPosted: Tue Dec 24, 2019 5:50 pm 
Lead Server Developer
Lead Server Developer

Joined: Sat May 30, 2009 1:39 pm
Posts: 2086
Server: Solusek Ro
Faction: 68
I want to give some short overview for the recent year, to keep people outside the Auditor Test or IRC/Discord in the loop regarding the project. Most of the time was spent updating the build and dependency system for EQC. Previously, there was the original Windows Only Visual Studio build and later on a coexisting CMake build just for creating Linux Packages. The crux was that no recent C++ language features could be used because some dependencies just for Windows were hardcoded, even though the Auditor Server already runs for years on Debian - Development however used mostly Windows.

Using more convenient and lightweight API's which were available for Linux couldn't be used without breaking the Windows build, which was still using the compiler and language features from Visual Studio 2010. This has been massively improved by unifying the CMake build and solution configuration also for Windows and using the direct support from Visual Studio 2019 for managing CMake based projects. It is now much simpler to update 3rd party libs like Lua or Boost.

Next up, a few months were invested in improving the EQCLauncher. EQCLauncher for those unaware is the projects own Launch System for the game client, which provides many enhancements like custom resolutions and proper hor+ widescreen support (something that even EQLive isn't able to do last I checked) or enhanced audio playback, login data saving and much more. While the major feature isn't yet fully completed, it will be very exciting when it's done. While I don't want to spoil anything about that, I can at least detail the specific quality of life improvements that have been finished. First up is in-game screenshots can now be created in PNG format and in a dedicated folder with good file naming and timestamp. The reason for this improvement was, that vanilla EQ and even the trilogy client - which created BMP screenshots - were just naming the resulting screenshots by an index, e.g. EQ000000.bmp, EQ000001.bmp and so on. How did EQ know what to name the next Screenshot filename? By looking through all screenshot files in the EQ dir. You might guess where I'm getting at. When you have 100 screenshots, it would on every PrintScreen go through each of these 100 screenshots, and check what is the highest number in the filename. This resulted in the game freezing for a couple of seconds or longer depending on how many screenshots were already there. Instead of just fixing this by using a unique name using a timestamp, I went ahead and used smaller, easily shareable screenshots in PNG format instead of BMP.

Next up on the list is initial WINE support for the EQCLauncher, there were WINE specific bugs (like, they create Win32 controls differently than genuine Windows does) that would lead to crashes upon starting the Launcher. This has been fixed and since WINE 4.21 Widescreen should work fine too (see comments below this post for 4k Screenshots from WINE)! I have high hopes that with the Linux Subsystem in Windows 10, WINE will be tightly integrated too. There are WinD3D libs for Windows which allow running the client however there is no performance improvement! On native Linux, WINE provides the full (locked) 60FPS while Win10 requires a DX7toDX9 proxy to achieve 60FPS. This is not an issue on previous Windows Versions.

Finally for the EQCLauncher, for those on Win10 with higher resolution and font scaling enabled - automatic DPI Scaling is now set in the Launcher so that the Screen is displayed correctly without manually trying to overwrite Windows specific settings.

Apart from a few bug fixes, not much time has been spent on the actual codebase. However, the Auditor playground has been continuously increased with content. For reference, the following zones and starting races are currently available on the Auditor Server:

Antonica Reachable by Boat, Travel Agent, Only "Good" Races and Zones
Image

Faydwer Reachable by Boat, Travel Agent, All New Characters
Image

Odus Reachable by Boat only, Only "Good" Erudin New Characters!
Image

I want to finish this report by wishing everyone Happy Holidays and giving a small sneak peek at the recent progress of our former EQC Developer Wizzel. The Lantern project is busy figuring out anything related to how the old client read zone data or graphical assets, how the shaders, clouds or fog were generated and how to exactly mimic this behaviour in more recent frameworks.

Recently a breakthrough was achieved by cracking the animation data from the EQ Clients assets and made it possible to show animated NPCs in Lantern Game Client:

https://imgur.com/a/JRuboNy

https://imgur.com/D8LJBr1

If you want to be more in the loop about things that are happening that are not officially posted or like to communicate with testers, feel free to join our official IRC Server (http://eqclassic.de/cgi-bin/cgiirc/irc.cgi) or the unofficial discord server moderated by a forum member (viewtopic.php?f=47&t=4185).

_________________
You have become better at assembler (0xFF)!
Your faction standing with that company could not get any worse.


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Dec 25, 2019 5:47 am 
Decaying Skeleton
Decaying Skeleton

Joined: Sun Jan 16, 2011 3:28 pm
Posts: 20
Server: Lanys T'Vyl
Faction: 3
Thank you, Harakiri! :)
Always good to read updates like this. Yay!


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Dec 25, 2019 8:38 am 
Plaguebone Skeleton
Plaguebone Skeleton
User avatar

Joined: Fri Jun 25, 2010 11:32 am
Posts: 890
Location: Wherever I happen to be atm ;)
Server: Xev
Faction: 28
Woo, nice one HK, keep up the good work :D.

_________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ameena Shadowscale, Iksar Necro of, to begin with, Xev, then Antonius Bayle :D.


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Dec 25, 2019 9:14 am 
Lesser Charbone Skeleton
Lesser Charbone Skeleton

Joined: Wed Feb 02, 2011 11:31 am
Posts: 166
Server: Solusek Ro
Faction: 8
From Wine 5.0-rc2 running on Slackware current with kernel 5.5-rc3.

Any wine version above 4.21 works fine. Widescreen and all :)

https://imgur.com/a/l2vgg1M


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Dec 25, 2019 10:29 am 
Lesser Charbone Skeleton
Lesser Charbone Skeleton

Joined: Wed Feb 02, 2011 11:31 am
Posts: 166
Server: Solusek Ro
Faction: 8
Also EQC in 4k ;)
https://imgur.com/a/4tE9zSL


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Dec 25, 2019 10:30 am 
Lead Server Developer
Lead Server Developer

Joined: Sat May 30, 2009 1:39 pm
Posts: 2086
Server: Solusek Ro
Faction: 68
Very nice, Stone UI is a stamp

_________________
You have become better at assembler (0xFF)!
Your faction standing with that company could not get any worse.


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Tue Jan 21, 2020 2:30 pm 
Scalebone Skeleton
Scalebone Skeleton
User avatar

Joined: Sun Nov 08, 2009 6:43 pm
Posts: 78
Location: VT
Server: Tunare
Faction: 4
Thanks for the update. I like to check in from time to time and seeing any kind of update always brings a smile to my face.


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Sun Feb 16, 2020 4:15 am 
Skeleton
Skeleton

Joined: Tue Dec 15, 2009 11:48 am
Posts: 40
Server: Veeshan
excellent update. thanks for the wine support!

_________________
Blackburrow is an infinite, soul-crushing labyrinth devised by gods who drink experience loss.


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Wed Mar 25, 2020 7:24 pm 
Greater Warbone Skeleton
Greater Warbone Skeleton

Joined: Thu May 28, 2009 2:12 pm
Posts: 601
Location: El Paso, Texas
Server: Fennin Ro
Faction: 10
That this project is still being updated and such big strides are still being made is a testament to the developers, auditors, and community members who have all been making this possible.

You're all amazing. <3

_________________
"In three words I can sum up everything I've learned about life: it goes on." ~
Robert Frost ~


Top
 Offline Profile  
 
 Post subject: Re: Progress Report 2019
PostPosted: Sun Jun 14, 2020 4:38 pm 
Decaying Skeleton
Decaying Skeleton

Joined: Sun Feb 05, 2017 10:39 pm
Posts: 10
Server: Brell Serillis
Great Update! Gotta get back in there and test sooner or later! Still looking forward to Evil Races one Day!


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to: