From owner-svn-ports-all@freebsd.org Sat Jan 6 17:12:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C03CEC2B02; Sat, 6 Jan 2018 17:12:27 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E59D877491; Sat, 6 Jan 2018 17:12:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17DAC154B0; Sat, 6 Jan 2018 17:12:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w06HCQYs049446; Sat, 6 Jan 2018 17:12:26 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w06HCP0q049442; Sat, 6 Jan 2018 17:12:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201801061712.w06HCP0q049442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 6 Jan 2018 17:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458280 - in head/games/doomsday: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/games/doomsday: . files X-SVN-Commit-Revision: 458280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 17:12:27 -0000 Author: danilo Date: Sat Jan 6 17:12:25 2018 New Revision: 458280 URL: https://svnweb.freebsd.org/changeset/ports/458280 Log: - Update to 2.0.3 Deleted: head/games/doomsday/files/ Modified: head/games/doomsday/Makefile head/games/doomsday/distinfo head/games/doomsday/pkg-message head/games/doomsday/pkg-plist Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Sat Jan 6 15:07:06 2018 (r458279) +++ head/games/doomsday/Makefile Sat Jan 6 17:12:25 2018 (r458280) @@ -2,50 +2,39 @@ # $FreeBSD$ PORTNAME= doomsday -PORTVERSION= 1.15.8 -PORTREVISION= 6 +PORTVERSION= 2.0.3 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} -DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Enhanced Doom, Heretic, and Hexen source port LICENSE= GPLv2 -BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libcurl.so:ftp/curl \ - libassimp.so:multimedia/assimp + libassimp.so:multimedia/assimp \ + libfluidsynth.so:audio/fluidsynth RUN_DEPENDS= timidity:audio/timidity +USES= cmake:outsource compiler:c++11-lib ninja openal pkgconfig python:build USE_GL= gl glu USE_LDCONFIG= yes -USE_SDL= sdl2 mixer2 net2 -USE_XORG= x11 -USES= compiler:c++11-lib pkgconfig python:build qmake:outsource -USE_QT4= corelib network opengl moc_build -QMAKE_SOURCE_PATH= ${WRKSRC}/doomsday -QMAKE_ARGS+= QMAKE_LFLAGS+="-Wl,--export-dynamic" \ - CONFIG+="deng_notools deng_nosnowberry" \ - SCRIPT_PYTHON=${PYTHON_CMD} -LDFLAGS+= -lm +USE_SDL= sdl2 mixer2 +USE_XORG= x11 sm ice xext xrandr xxf86vm +USE_QT5= buildtools_build core gui network widgets qmake opengl x11extras +LDFLAGS+= -L${LOCALBASE}/lib +CXXFLAGS+= -I${LOCALBASE}/include +CMAKE_ARGS+= -DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF -OPTIONS_DEFINE= OPENAL -OPTIONS_SUB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} -OPENAL_DESC= Build OpenAL sound plugin -OPENAL_USES= openal:al -OPENAL_QMAKE_ON= CONFIG+=deng_openal -OPENAL_QMAKE_OFF= CONFIG+=deng_noopenal - PORTSCOUT= limit:^\d+\.\d+\.\d+$$ post-patch: - @${REINPLACE_CMD} 's,share/man,man,' \ - ${WRKSRC}/doomsday/client/client.pro \ - ${WRKSRC}/doomsday/server/server.pro # Removing (three) non-ascii bytes from the beginning of the file @${REINPLACE_CMD} '1s,^...,,' \ - ${WRKSRC}/doomsday/client/src/client/cl_sound.cpp + ${WRKSRC}/apps/client/src/client/cl_sound.cpp + @${REINPLACE_CMD} -E 's|(DENG_DISTRIB_DIR /usr)|\1/local|' \ + ${WRKSRC}/cmake/Config.cmake .include Modified: head/games/doomsday/distinfo ============================================================================== --- head/games/doomsday/distinfo Sat Jan 6 15:07:06 2018 (r458279) +++ head/games/doomsday/distinfo Sat Jan 6 17:12:25 2018 (r458280) @@ -1,2 +1,3 @@ -SHA256 (doomsday-stable-1.15.8.tar.gz) = 4c7b1dfdb7f0a44257f47322fe58fd1befba8dac10f44594e1be5dac582f43bf -SIZE (doomsday-stable-1.15.8.tar.gz) = 52054238 +TIMESTAMP = 1515247280 +SHA256 (doomsday-2.0.3.tar.gz) = baf8b1b40150dd2e16d0badc6ee3e7094ea8e42075d6801e9586b19a4065ce7e +SIZE (doomsday-2.0.3.tar.gz) = 18060670 Modified: head/games/doomsday/pkg-message ============================================================================== --- head/games/doomsday/pkg-message Sat Jan 6 15:07:06 2018 (r458279) +++ head/games/doomsday/pkg-message Sat Jan 6 17:12:25 2018 (r458280) @@ -4,4 +4,8 @@ If you use an Intel graphics adapter and experience mi corrupted textures during gameplay, try launching doomsday with the "-notexcomp" option. +If you get the error message "Variable 'audio.soundPlugin' not found" +after upgrade from 1.15, remove the file ~/.doomsday/runtime/persist.pack +and try to start doomsday again. + ======================================================================== Modified: head/games/doomsday/pkg-plist ============================================================================== --- head/games/doomsday/pkg-plist Sat Jan 6 15:07:06 2018 (r458279) +++ head/games/doomsday/pkg-plist Sat Jan 6 17:12:25 2018 (r458280) @@ -1,85 +1,938 @@ bin/doomsday +bin/doomsday-2.0.3 bin/doomsday-server -%%OPENAL%%lib/doomsday/libaudio_openal.so -%%OPENAL%%lib/doomsday/libaudio_openal.so.1 -%%OPENAL%%lib/doomsday/libaudio_openal.so.1.2 -%%OPENAL%%lib/doomsday/libaudio_openal.so.1.2.4 -lib/doomsday/libdehread.so -lib/doomsday/libdehread.so.2 -lib/doomsday/libdehread.so.2.0 -lib/doomsday/libdehread.so.2.0.0 +bin/doomsday-server-2.0.3 +bin/doomsday-shell +bin/doomsday-shell-2.0.3 +bin/doomsday-shell-text +bin/doomsday-shell-text-2.0.3 +bin/doomsdayscript +bin/doomsdayscript-2.0.3 +bin/md2tool +bin/savegametool +bin/savegametool-2.0.3 +bin/texc +bin/wadtool +include/de/Action +include/de/Address +include/de/Animation +include/de/AnimationRule +include/de/AnimationValue +include/de/AnimationVector +include/de/App +include/de/Archive +include/de/ArchiveEntryFile +include/de/ArchiveFeed +include/de/ArchiveFolder +include/de/ArrayExpression +include/de/ArrayValue +include/de/Asset +include/de/AssignStatement +include/de/Atlas +include/de/AtlasProceduralImage +include/de/AtlasTexture +include/de/Audience +include/de/AuxButtonWidget +include/de/Bank +include/de/BaseGuiApp +include/de/BaseWindow +include/de/Beacon +include/de/BigEndianByteOrder +include/de/BinaryTree +include/de/Binder +include/de/BitField +include/de/Block +include/de/BlockPacket +include/de/BlockValue +include/de/BlurWidget +include/de/BuiltInExpression +include/de/ButtonWidget +include/de/ByteArrayFile +include/de/ByteOrder +include/de/ByteRefArray +include/de/ByteSubArray +include/de/CallbackAction +include/de/CatchStatement +include/de/ChildWidgetOrganizer +include/de/ChoiceWidget +include/de/Clock +include/de/ColorBank +include/de/CommandLine +include/de/CommandWidget +include/de/CompiledRecord +include/de/CompositorWidget +include/de/Compound +include/de/Config +include/de/ConstantExpression +include/de/ConstantRule +include/de/Context +include/de/Counted +include/de/Date +include/de/DebugLogSink +include/de/Deletable +include/de/DeleteStatement +include/de/DialogContentStylist +include/de/DialogWidget +include/de/DictionaryExpression +include/de/DictionaryValue +include/de/DirectoryArrayWidget +include/de/DirectoryFeed +include/de/DirectoryListDialog +include/de/DisplayMode +include/de/DocumentPopupWidget +include/de/DocumentWidget +include/de/DotPath +include/de/Drawable +include/de/Enumerator +include/de/Error +include/de/EscapeParser +include/de/Evaluator +include/de/Event +include/de/Expression +include/de/ExpressionStatement +include/de/FIFO +include/de/FS +include/de/FadeToBlackWidget +include/de/Feed +include/de/File +include/de/FileIndex +include/de/FileLogSink +include/de/FileSystem +include/de/FixedByteArray +include/de/FlowStatement +include/de/FocusWidget +include/de/FoldPanelWidget +include/de/Folder +include/de/Font +include/de/FontBank +include/de/FontLineWrapping +include/de/ForStatement +include/de/Function +include/de/FunctionStatement +include/de/FunctionValue +include/de/GLAtlasBuffer +include/de/GLBuffer +include/de/GLDrawQueue +include/de/GLFramebuffer +include/de/GLInfo +include/de/GLPixelFormat +include/de/GLProgram +include/de/GLShader +include/de/GLShaderBank +include/de/GLState +include/de/GLSubBuffer +include/de/GLTextComposer +include/de/GLTexture +include/de/GLTextureFramebuffer +include/de/GLUniform +include/de/GLWindow +include/de/Garbage +include/de/GridLayout +include/de/GridPopupWidget +include/de/Guard +include/de/GuiApp +include/de/GuiLoop +include/de/GuiRootWidget +include/de/GuiWidget +include/de/HeightMap +include/de/HighPerformanceTimer +include/de/IBlock +include/de/IByteArray +include/de/IIOStream +include/de/IIStream +include/de/IOStream +include/de/IObject +include/de/IParser +include/de/IPersistent +include/de/IReadable +include/de/ISerializable +include/de/IWritable +include/de/Id +include/de/IdentifiedPacket +include/de/IfStatement +include/de/Image +include/de/ImageBank +include/de/ImageFile +include/de/IndirectRule +include/de/Info +include/de/InfoBank +include/de/InputDialog +include/de/KdTreeAtlasAllocator +include/de/KeyEvent +include/de/KeyEventSource +include/de/LabelWidget +include/de/Lex +include/de/Library +include/de/LibraryFile +include/de/LineEditWidget +include/de/LinkFile +include/de/ListenSocket +include/de/LittleEndianByteOrder +include/de/Lockable +include/de/Log +include/de/LogBuffer +include/de/LogFilter +include/de/LogSink +include/de/LogWidget +include/de/Loop +include/de/Matrix +include/de/MemoryLogSink +include/de/MenuWidget +include/de/Message +include/de/MessageDialog +include/de/MetadataBank +include/de/ModelBank +include/de/ModelDrawable +include/de/Module +include/de/MonospaceLogSinkFormatter +include/de/MouseEvent +include/de/MouseEventSource +include/de/MultiAtlas +include/de/NameExpression +include/de/NativeFile +include/de/NativeFont +include/de/NativePath +include/de/NativePointerValue +include/de/NoneValue +include/de/NotificationAreaWidget +include/de/NumberValue +include/de/Observers +include/de/OculusRift +include/de/Operator +include/de/OperatorExpression +include/de/OperatorRule +include/de/Package +include/de/PackageFeed +include/de/PackageFolder +include/de/PackageLoader +include/de/Packet +include/de/Painter +include/de/PanelWidget +include/de/Parser +include/de/Partition +include/de/Path +include/de/PathRef +include/de/PathTree +include/de/PersistentGLWindow +include/de/PersistentState +include/de/PointerSet +include/de/PopupButtonWidget +include/de/PopupMenuWidget +include/de/PopupWidget +include/de/PrintStatement +include/de/ProceduralImage +include/de/Process +include/de/Profiles +include/de/ProgressWidget +include/de/Property +include/de/Protocol +include/de/Range +include/de/ReadWriteLockable +include/de/Reader +include/de/Record +include/de/RecordAccessor +include/de/RecordPacket +include/de/RecordValue +include/de/Rectangle +include/de/RefValue +include/de/Refuge +include/de/RelayWidget +include/de/RootWidget +include/de/RowAtlasAllocator +include/de/Rule +include/de/RuleBank +include/de/RuleRectangle +include/de/Scheduler +include/de/ScopeStatement +include/de/Script +include/de/ScriptCommandWidget +include/de/ScriptLex +include/de/ScriptSystem +include/de/ScriptedInfo +include/de/ScrollAreaWidget +include/de/SequentialLayout +include/de/Shared +include/de/SignalAction +include/de/SimpleLogFilter +include/de/SliderWidget +include/de/Socket +include/de/Sound +include/de/SourceLineTable +include/de/Statement +include/de/String +include/de/StringPool +include/de/Style +include/de/StyleProceduralImage +include/de/System +include/de/TabWidget +include/de/Task +include/de/TaskPool +include/de/TextApp +include/de/TextDrawable +include/de/TextStreamLogSink +include/de/TextValue +include/de/TextureBank +include/de/Time +include/de/TimeValue +include/de/ToggleWidget +include/de/TokenBuffer +include/de/TokenRange +include/de/Transmitter +include/de/TryStatement +include/de/UnixInfo +include/de/Untrapper +include/de/VRConfig +include/de/VRWindowTransform +include/de/Value +include/de/Variable +include/de/VariableArrayWidget +include/de/VariableChoiceWidget +include/de/VariableLineEditWidget +include/de/VariableSliderWidget +include/de/VariableToggleWidget +include/de/Vector +include/de/Version +include/de/VertexBuilder +include/de/Waitable +include/de/WaitableFIFO +include/de/Waveform +include/de/WaveformBank +include/de/WhileStatement +include/de/Widget +include/de/WindowEventHandler +include/de/WindowSystem +include/de/WindowTransform +include/de/Writer +include/de/Zeroed +include/de/ZipArchive +include/de/aabox.h +include/de/animator.h +include/de/audio/sound.h +include/de/audio/waveform.h +include/de/audio/waveformbank.h +include/de/binangle.h +include/de/c_wrapper.h +include/de/charsymbols.h +include/de/concurrency.h +include/de/concurrency/guard.h +include/de/concurrency/lockable.h +include/de/concurrency/readwritelockable.h +include/de/concurrency/task.h +include/de/concurrency/taskpool.h +include/de/concurrency/waitable.h +include/de/core/app.h +include/de/core/asset.h +include/de/core/clock.h +include/de/core/commandline.h +include/de/core/config.h +include/de/core/debuglogsink.h +include/de/core/event.h +include/de/core/filelogsink.h +include/de/core/garbage.h +include/de/core/highperformancetimer.h +include/de/core/id.h +include/de/core/library.h +include/de/core/log.h +include/de/core/logbuffer.h +include/de/core/logfilter.h +include/de/core/logsink.h +include/de/core/loop.h +include/de/core/matrix.h +include/de/core/memorylogsink.h +include/de/core/monospacelogsinkformatter.h +include/de/core/range.h +include/de/core/rectangle.h +include/de/core/system.h +include/de/core/textapp.h +include/de/core/textstreamlogsink.h +include/de/core/unixinfo.h +include/de/core/vector.h +include/de/core/version.h +include/de/data/animationvalue.h +include/de/data/archive.h +include/de/data/arrayvalue.h +include/de/data/bank.h +include/de/data/binarytree.h +include/de/data/bitfield.h +include/de/data/block.h +include/de/data/blockvalue.h +include/de/data/byteorder.h +include/de/data/byterefarray.h +include/de/data/bytesubarray.h +include/de/data/compiledrecord.h +include/de/data/counted.h +include/de/data/date.h +include/de/data/deletable.h +include/de/data/dictionaryvalue.h +include/de/data/escapeparser.h +include/de/data/fifo.h +include/de/data/fixedbytearray.h +include/de/data/huffman.h +include/de/data/iblock.h +include/de/data/ibytearray.h +include/de/data/iiostream.h +include/de/data/iistream.h +include/de/data/info.h +include/de/data/infobank.h +include/de/data/iostream.h +include/de/data/ireadable.h +include/de/data/iserializable.h +include/de/data/iwritable.h +include/de/data/json.h +include/de/data/nativepointervalue.h +include/de/data/nonevalue.h +include/de/data/numbervalue.h +include/de/data/observers.h +include/de/data/partition.h +include/de/data/path.h +include/de/data/pathtree.h +include/de/data/pointerset.h +include/de/data/profiles.h +include/de/data/property.h +include/de/data/reader.h +include/de/data/record.h +include/de/data/recordaccessor.h +include/de/data/recordvalue.h +include/de/data/refuge.h +include/de/data/refvalue.h +include/de/data/shared.h +include/de/data/sourcelinetable.h +include/de/data/string.h +include/de/data/stringpool.h +include/de/data/textvalue.h +include/de/data/time.h +include/de/data/timevalue.h +include/de/data/value.h +include/de/data/variable.h +include/de/data/waitablefifo.h +include/de/data/writer.h +include/de/data/zeroed.h +include/de/data/ziparchive.h +include/de/ddstring.h +include/de/dialogs/directorylistdialog.h +include/de/dialogs/inputdialog.h +include/de/dialogs/messagedialog.h +include/de/error.h +include/de/filesys/AssetObserver +include/de/filesys/IInterpreter +include/de/filesys/Node +include/de/filesys/archiveentryfile.h +include/de/filesys/archivefeed.h +include/de/filesys/archivefolder.h +include/de/filesys/assetobserver.h +include/de/filesys/bytearrayfile.h +include/de/filesys/directoryfeed.h +include/de/filesys/feed.h +include/de/filesys/file.h +include/de/filesys/fileindex.h +include/de/filesys/filesystem.h +include/de/filesys/folder.h +include/de/filesys/iinterpreter.h +include/de/filesys/libraryfile.h +include/de/filesys/linkfile.h +include/de/filesys/metadatabank.h +include/de/filesys/nativefile.h +include/de/filesys/nativepath.h +include/de/filesys/node.h +include/de/filesys/package.h +include/de/filesys/packagefeed.h +include/de/filesys/packageloader.h +include/de/findfile.h +include/de/fixedpoint.h +include/de/framework/actionitem.h +include/de/framework/atlasproceduralimage.h +include/de/framework/baseguiapp.h +include/de/framework/basewindow.h +include/de/framework/callbackaction.h +include/de/framework/childwidgetorganizer.h +include/de/framework/data.h +include/de/framework/dialogcontentstylist.h +include/de/framework/filtereddata.h +include/de/framework/fontlinewrapping.h +include/de/framework/gltextcomposer.h +include/de/framework/gridlayout.h +include/de/framework/guirootwidget.h +include/de/framework/guiwidget.h +include/de/framework/guiwidgetprivate.h +include/de/framework/imageitem.h +include/de/framework/ipersistent.h +include/de/framework/item.h +include/de/framework/listdata.h +include/de/framework/margins.h +include/de/framework/painter.h +include/de/framework/persistentstate.h +include/de/framework/proceduralimage.h +include/de/framework/sequentiallayout.h +include/de/framework/signalaction.h +include/de/framework/style.h +include/de/framework/styleproceduralimage.h +include/de/framework/stylist.h +include/de/framework/submenuitem.h +include/de/framework/subwidgetitem.h +include/de/framework/textdrawable.h +include/de/framework/untrapper.h +include/de/framework/variabletoggleitem.h +include/de/framework/variantactionitem.h +include/de/framework/vrwindowtransform.h +include/de/framework/windowsystem.h +include/de/framework/windowtransform.h +include/de/graphics/atlas.h +include/de/graphics/atlastexture.h +include/de/graphics/colorbank.h +include/de/graphics/drawable.h +include/de/graphics/glatlasbuffer.h +include/de/graphics/glbuffer.h +include/de/graphics/gldrawqueue.h +include/de/graphics/glframebuffer.h +include/de/graphics/glinfo.h +include/de/graphics/glpixelformat.h +include/de/graphics/glprogram.h +include/de/graphics/glshader.h +include/de/graphics/glshaderbank.h +include/de/graphics/glstate.h +include/de/graphics/glsubbuffer.h +include/de/graphics/gltexture.h +include/de/graphics/gltextureframebuffer.h +include/de/graphics/gluniform.h +include/de/graphics/heightmap.h +include/de/graphics/image.h +include/de/graphics/imagebank.h +include/de/graphics/imagefile.h +include/de/graphics/kdtreeatlasallocator.h +include/de/graphics/modelbank.h +include/de/graphics/modeldrawable.h +include/de/graphics/multiatlas.h +include/de/graphics/opengl.h +include/de/graphics/rowatlasallocator.h +include/de/graphics/texturebank.h +include/de/graphics/vertexbuilder.h +include/de/gui/displaymode.h +include/de/gui/displaymode_native.h +include/de/gui/glwindow.h +include/de/gui/guiapp.h +include/de/gui/guiloop.h +include/de/gui/libgui.h +include/de/gui/persistentglwindow.h +include/de/gui/windoweventhandler.h +include/de/input/ddkey.h +include/de/input/keyevent.h +include/de/input/keyeventsource.h +include/de/input/mouseevent.h +include/de/input/mouseeventsource.h +include/de/libappfw.h +include/de/libcore.h +include/de/liblegacy.h +include/de/math.h +include/de/mathutil.h +include/de/memory.h +include/de/memoryblockset.h +include/de/memoryzone.h +include/de/net/address.h +include/de/net/beacon.h +include/de/net/blockpacket.h +include/de/net/identifiedpacket.h +include/de/net/listensocket.h +include/de/net/message.h +include/de/net/packet.h +include/de/net/protocol.h +include/de/net/recordpacket.h +include/de/net/socket.h +include/de/net/transmitter.h +include/de/nodepile.h +include/de/point.h +include/de/reader.h +include/de/rect.h +include/de/scriptsys/arrayexpression.h +include/de/scriptsys/assignstatement.h +include/de/scriptsys/builtinexpression.h +include/de/scriptsys/catchstatement.h +include/de/scriptsys/compound.h +include/de/scriptsys/constantexpression.h +include/de/scriptsys/context.h +include/de/scriptsys/deletestatement.h +include/de/scriptsys/dictionaryexpression.h +include/de/scriptsys/evaluator.h +include/de/scriptsys/expression.h +include/de/scriptsys/expressionstatement.h +include/de/scriptsys/flowstatement.h +include/de/scriptsys/forstatement.h +include/de/scriptsys/function.h +include/de/scriptsys/functionstatement.h +include/de/scriptsys/functionvalue.h +include/de/scriptsys/ifstatement.h +include/de/scriptsys/iobject.h +include/de/scriptsys/iparser.h +include/de/scriptsys/lex.h +include/de/scriptsys/module.h +include/de/scriptsys/nameexpression.h +include/de/scriptsys/operator.h +include/de/scriptsys/operatorexpression.h +include/de/scriptsys/parser.h +include/de/scriptsys/printstatement.h +include/de/scriptsys/process.h +include/de/scriptsys/scheduler.h +include/de/scriptsys/scopestatement.h +include/de/scriptsys/script.h +include/de/scriptsys/scriptedinfo.h +include/de/scriptsys/scriptlex.h +include/de/scriptsys/scriptsystem.h +include/de/scriptsys/statement.h +include/de/scriptsys/tokenbuffer.h +include/de/scriptsys/tokenrange.h +include/de/scriptsys/trystatement.h +include/de/scriptsys/whilestatement.h +include/de/shell/AbstractLineEditor +include/de/shell/AbstractLink +include/de/shell/Action +include/de/shell/ChoiceWidget +include/de/shell/CommandLineWidget +include/de/shell/DialogWidget +include/de/shell/DoomsdayInfo +include/de/shell/EditorHistory +include/de/shell/ILineWrapping +include/de/shell/ITextEditor +include/de/shell/InputDialog +include/de/shell/KeyEvent +include/de/shell/LabelWidget +include/de/shell/Lexicon +include/de/shell/LineEditWidget +include/de/shell/Link +include/de/shell/LocalServer +include/de/shell/LogWidget +include/de/shell/MenuWidget +include/de/shell/MonospaceLineWrapping +include/de/shell/Protocol +include/de/shell/ServerFinder +include/de/shell/ServerInfo +include/de/shell/TextCanvas +include/de/shell/TextRootWidget +include/de/shell/TextWidget +include/de/shell/abstractlineeditor.h +include/de/shell/abstractlink.h +include/de/shell/action.h +include/de/shell/choicewidget.h +include/de/shell/commandlinewidget.h +include/de/shell/dialogwidget.h +include/de/shell/doomsdayinfo.h +include/de/shell/editorhistory.h +include/de/shell/inputdialog.h +include/de/shell/itexteditor.h +include/de/shell/keyevent.h +include/de/shell/labelwidget.h +include/de/shell/lexicon.h +include/de/shell/libshell.h +include/de/shell/lineeditwidget.h +include/de/shell/link.h +include/de/shell/localserver.h +include/de/shell/logwidget.h +include/de/shell/menuwidget.h +include/de/shell/monospacelinewrapping.h +include/de/shell/protocol.h +include/de/shell/serverfinder.h +include/de/shell/serverinfo.h +include/de/shell/textcanvas.h +include/de/shell/textrootwidget.h +include/de/shell/textwidget.h +include/de/size.h +include/de/smoother.h +include/de/stack.h +include/de/str.h +include/de/str.hh +include/de/stringarray.h +include/de/strutil.h +include/de/texgamma.h +include/de/text/font.h +include/de/text/fontbank.h +include/de/text/nativefont.h +include/de/timer.h +include/de/types.h +include/de/ui/ActionItem +include/de/ui/Data +include/de/ui/FilteredData +include/de/ui/ImageItem +include/de/ui/Item +include/de/ui/ListData +include/de/ui/Margins +include/de/ui/Stylist +include/de/ui/SubmenuItem +include/de/ui/SubwidgetItem +include/de/ui/VariableToggleItem +include/de/ui/VariantActionItem +include/de/ui/defs.h +include/de/unittest.h +include/de/vector1.h +include/de/vr/oculusrift.h +include/de/vr/vrconfig.h +include/de/widgets/action.h +include/de/widgets/animation.h +include/de/widgets/animationrule.h +include/de/widgets/animationvector.h +include/de/widgets/auxbuttonwidget.h +include/de/widgets/blurwidget.h +include/de/widgets/buttonwidget.h +include/de/widgets/choicewidget.h +include/de/widgets/commandwidget.h +include/de/widgets/compositorwidget.h +include/de/widgets/constantrule.h +include/de/widgets/dialogwidget.h +include/de/widgets/directoryarraywidget.h +include/de/widgets/documentpopupwidget.h +include/de/widgets/documentwidget.h +include/de/widgets/fadetoblackwidget.h +include/de/widgets/focuswidget.h +include/de/widgets/foldpanelwidget.h +include/de/widgets/gridpopupwidget.h +include/de/widgets/indirectrule.h +include/de/widgets/labelwidget.h +include/de/widgets/lineeditwidget.h +include/de/widgets/logwidget.h +include/de/widgets/menuwidget.h +include/de/widgets/notificationareawidget.h +include/de/widgets/operatorrule.h +include/de/widgets/panelwidget.h +include/de/widgets/popupbuttonwidget.h +include/de/widgets/popupmenuwidget.h +include/de/widgets/popupwidget.h +include/de/widgets/progresswidget.h +include/de/widgets/relaywidget.h +include/de/widgets/rootwidget.h +include/de/widgets/rule.h +include/de/widgets/rulebank.h +include/de/widgets/rulerectangle.h +include/de/widgets/rules.h +include/de/widgets/scriptcommandwidget.h +include/de/widgets/scrollareawidget.h +include/de/widgets/sliderwidget.h +include/de/widgets/tabwidget.h +include/de/widgets/togglewidget.h +include/de/widgets/variablearraywidget.h +include/de/widgets/variablechoicewidget.h +include/de/widgets/variablelineeditwidget.h +include/de/widgets/variablesliderwidget.h +include/de/widgets/variabletogglewidget.h +include/de/widgets/widget.h +include/de/writer.h +include/doomsday/AbstractSession +include/doomsday/BspNode +include/doomsday/DataBundle +include/doomsday/DoomsdayApp +include/doomsday/EntityDatabase +include/doomsday/Game +include/doomsday/GameProfiles +include/doomsday/GameStateFolder +include/doomsday/Games +include/doomsday/LumpCatalog +include/doomsday/LumpDirectory +include/doomsday/MapManifest +include/doomsday/SaveGames +include/doomsday/TextureManifest +include/doomsday/TextureScheme +include/doomsday/UriValue +include/doomsday/abstractsession.h +include/doomsday/busymode.h +include/doomsday/console/alias.h +include/doomsday/console/cmd.h +include/doomsday/console/exec.h +include/doomsday/console/knownword.h +include/doomsday/console/var.h +include/doomsday/defs/decoration.h +include/doomsday/defs/ded.h +include/doomsday/defs/dedarray.h +include/doomsday/defs/dedfile.h +include/doomsday/defs/dedparser.h +include/doomsday/defs/dedregister.h +include/doomsday/defs/dedtypes.h +include/doomsday/defs/definition.h +include/doomsday/defs/episode.h +include/doomsday/defs/finale.h +include/doomsday/defs/mapgraphnode.h +include/doomsday/defs/mapinfo.h +include/doomsday/defs/material.h +include/doomsday/defs/model.h +include/doomsday/defs/music.h +include/doomsday/defs/sky.h +include/doomsday/defs/sprite.h +include/doomsday/defs/state.h +include/doomsday/defs/thing.h +include/doomsday/doomsdayapp.h +include/doomsday/dualstring.h +include/doomsday/filesys/datafile.h +include/doomsday/filesys/datafolder.h +include/doomsday/filesys/file.h +include/doomsday/filesys/filehandle.h +include/doomsday/filesys/fileid.h +include/doomsday/filesys/fileinfo.h +include/doomsday/filesys/filetype.h +include/doomsday/filesys/fs_main.h +include/doomsday/filesys/fs_util.h +include/doomsday/filesys/fs_windows.h +include/doomsday/filesys/lumpcache.h +include/doomsday/filesys/lumpindex.h +include/doomsday/filesys/readfile.h +include/doomsday/filesys/searchpath.h +include/doomsday/filesys/virtualmappings.h +include/doomsday/filesys/wad.h +include/doomsday/filesys/zip.h +include/doomsday/game.h +include/doomsday/gameapi.h +include/doomsday/gameprofiles.h +include/doomsday/games.h +include/doomsday/gamestatefolder.h +include/doomsday/help.h +include/doomsday/libdoomsday.h +include/doomsday/library.h +include/doomsday/network/pinger.h +include/doomsday/player.h +include/doomsday/players.h +include/doomsday/plugins.h +include/doomsday/res/AnimGroups +include/doomsday/res/Bundles +include/doomsday/res/ColorPalettes +include/doomsday/res/Composite +include/doomsday/res/DoomsdayPackage +include/doomsday/res/MapManifests +include/doomsday/res/Patch +include/doomsday/res/PatchName +include/doomsday/res/Sprites +include/doomsday/res/Texture +include/doomsday/res/TextureManifest +include/doomsday/res/TextureScheme +include/doomsday/res/Textures +include/doomsday/res/doomsdaypackage.h +include/doomsday/resource/animgroup.h +include/doomsday/resource/animgroups.h +include/doomsday/resource/bundlelinkfeed.h +include/doomsday/resource/bundles.h +include/doomsday/resource/colorpalette.h +include/doomsday/resource/colorpalettes.h +include/doomsday/resource/composite.h +include/doomsday/resource/databundle.h +include/doomsday/resource/lumpcatalog.h +include/doomsday/resource/lumpdirectory.h +include/doomsday/resource/m_decomp64.h +include/doomsday/resource/manifest.h +include/doomsday/resource/mapmanifest.h +include/doomsday/resource/mapmanifests.h +include/doomsday/resource/patch.h +include/doomsday/resource/patchname.h +include/doomsday/resource/pcx.h +include/doomsday/resource/resourceclass.h +include/doomsday/resource/resources.h +include/doomsday/resource/sprites.h +include/doomsday/resource/texture.h +include/doomsday/resource/texturemanifest.h +include/doomsday/resource/textures.h +include/doomsday/resource/texturescheme.h +include/doomsday/resource/tga.h +include/doomsday/resource/wav.h +include/doomsday/savegames.h +include/doomsday/uri.h +include/doomsday/urivalue.h +include/doomsday/world/MapElement +include/doomsday/world/Material +include/doomsday/world/MaterialArchive +include/doomsday/world/MaterialManifest +include/doomsday/world/MaterialScheme +include/doomsday/world/Materials +include/doomsday/world/actions.h +include/doomsday/world/bspnode.h +include/doomsday/world/detailtexturemateriallayer.h +include/doomsday/world/dmuargs.h +include/doomsday/world/entitydatabase.h +include/doomsday/world/entitydef.h +include/doomsday/world/ithinkermapping.h +include/doomsday/world/map.h +include/doomsday/world/mapelement.h +include/doomsday/world/material.h +include/doomsday/world/materialarchive.h +include/doomsday/world/materialmanifest.h +include/doomsday/world/materials.h +include/doomsday/world/materialscheme.h +include/doomsday/world/mobj.h +include/doomsday/world/mobjthinkerdata.h +include/doomsday/world/propertyvalue.h +include/doomsday/world/shinetexturemateriallayer.h +include/doomsday/world/texturemateriallayer.h +include/doomsday/world/thinker.h +include/doomsday/world/thinkerdata.h +include/doomsday/world/valuetype.h +include/doomsday/world/world.h +include/doomsday/world/xg.h +include/doomsday/world/xgclass.h +include/gamefw/libgamefw.h +include/gamefw/mapspot.h +lib/cmake/DengAppfw/DengAppfw-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengAppfw/DengAppfw.cmake +lib/cmake/DengAppfw/DengAppfwConfig.cmake +lib/cmake/DengCore/DengCore-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengCore/DengCore.cmake +lib/cmake/DengCore/DengCoreConfig.cmake +lib/cmake/DengDoomsday/DengDoomsday-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengDoomsday/DengDoomsday.cmake +lib/cmake/DengDoomsday/DengDoomsdayConfig.cmake +lib/cmake/DengGamefw/DengGamefw-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengGamefw/DengGamefw.cmake +lib/cmake/DengGamefw/DengGamefwConfig.cmake +lib/cmake/DengGui/DengGui-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengGui/DengGui.cmake +lib/cmake/DengGui/DengGuiConfig.cmake +lib/cmake/DengLegacy/DengLegacy-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengLegacy/DengLegacy.cmake +lib/cmake/DengLegacy/DengLegacyConfig.cmake +lib/cmake/DengShell/DengShell-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/DengShell/DengShell.cmake +lib/cmake/DengShell/DengShellConfig.cmake +lib/doomsday/libaudio_fluidsynth.so +lib/doomsday/libaudio_openal.so lib/doomsday/libdoom.so -lib/doomsday/libdoom.so.1 -lib/doomsday/libdoom.so.1.15 -lib/doomsday/libdoom.so.1.15.8 lib/doomsday/libdoom64.so -lib/doomsday/libdoom64.so.1 -lib/doomsday/libdoom64.so.1.15 -lib/doomsday/libdoom64.so.1.15.8 -lib/doomsday/libexample.so -lib/doomsday/libexample.so.1 -lib/doomsday/libexample.so.1.2 -lib/doomsday/libexample.so.1.2.0 lib/doomsday/libheretic.so -lib/doomsday/libheretic.so.1 -lib/doomsday/libheretic.so.1.15 -lib/doomsday/libheretic.so.1.15.8 lib/doomsday/libhexen.so *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***