Fix build on Windows default tip

Simplify ZandronumVersion structure

Removed more unnecessary c ode

Read the colorset value recent Zandronum versions add into userinfo

Clean unnecessary code

Drop Qt4 support

Fix build error involving QDataStream

Added tag 1.0 for changeset 6a70b2390f75

Changed version to 1.1-beta

Uncomment RELEASE for version 1.0. 1.0

Only include date in full version signature if not in a release

Added the ability to automatically look up wad paths from other sources (for now just Doomseeker's configuration). By default, ZCinema will automatically do such a lookup if it fails to find a WAD needed for demo playback. This can also be invoked manually in the config prompt.

A few minor touchups

VersionGuiEntry is now a proper class.

Fix filter text when choosing Zandronum binaries

Improved wording on the unknown version prompt, replaced the command link buttons with a more regular button box

Fixed the demo not loading properly when the user is prompted for the binary path

Removed the not very useful apply button from the config window

Got it to compile under Windows

Now C++03 compatible

No, we don't need the network or OpenGL libraries to build zcinema.

Renamed the src* directories into commonlib/, config/ and launcher/

Compilation tweaks

Split the project into two executables (the launcher and the configurator)

Renamed cfg.cpp/h to config.cpp/h

rename config.cpp/h to configwindow.cpp/h

Removed trailing tabs

Added updaterevision.py, use it for hg info

Finally done with the new Zandronum version handling

Fix demo launching

Major rework, lots of internal maintenance, version editor removed

Converted to CMake

update tags

tag 0.1 beta v0.1-beta

update zcinema.rc to use the correct icon

removed unused 'item' variable

further renaming/restructuring

renamed the project to ZCinema

added missing UI file

don't ask to confirm when removing one version

clear the rows of the version editor properly when clearing versions; don't save the config when closing the version editor since then changes will apply even if user presses cancel in the main config box

When launched with no parameters, prompt the user for a demo

Added a version data editor

the demo auth checksums need to be read in with readString and not operator>>

actually use the BuildType enum

For some God-knows-why reason, adding operator>> overloads to QDataStream leads into crashes with QFileDialog. Fixed by removing these overloads.

use proper names QVariant and QChar instead of ambigous/dumb "var" and "qchar"

Use the cfg:: namespace system I made up a while ago instead of using QSettings directly, it's unsafe

Added infurnus' application icon

Replaced the Bytestream class with QDataStream

Qt4 has QChar::toLatin1() as well so we don't need to use toAscii() in Qt4.

Only add 'widgets' to QT in the project file in Qt5 - Qt4 doesn't have it and using it results in a warning.

made it compile on windows/qt5

more consistency

now with 3691% extra legalese!

added missing files

made style more consistent

Overhauled the way versions are handled, it's all kept dynamically now.

shrink a little

Added a prompt for demo information

updated .gitignore

Now capable of actually launching demos

Added configs for Zandronum binary paths

SEPARATORS

Implemented wad path list

argh

Done config box base

Initial commit

(0) tip

mercurial