• skip to content

Doomsday Manual

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

doom

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@devel
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • doomsday_2_core_library

Fulltext results:

compiling_and_running_1.15_or_earlier_qmake
19 Hits, Last modified: 8 years ago
/qt-5/qmake-manual.html|qmake]] in order to build Doomsday. ===== SDK requirements (1.15) ===== ==== Doomsday client, server, and libraries ==== **Window... ==== Building with Qt Creator ===== - Open **doomsday.pro** in Qt Creator. This is the main project... c component. Note, however, that most require the Doomsday 2 libraries (libcore, libgui, libappfw, libsh
libcore
13 Hits, Last modified: 10 years ago
he shared library that contains the core of the [[doomsday_engine]] version 2.((The actual file name dep... ore.so**.)) It is based on [[hawthorn]]. ====== Doomsday 2 architecture ====== Doomsday 2 comprises a set of libraries that act as the foundation of [[doomsday_client]], Server, [[shell]], and other applic
developer_guidelines
13 Hits, Last modified: 8 years ago
====== Developer guidelines ====== Doomsday Engine is a diverse project that is free and open-source. As such, one of many ways to give back to Doomsday is by contributing code. Be it a bugfix, new... re, or even just cleanup, your work can help make Doomsday the most technically advanced Doom engine available today. When working with multiple persons on a
automated_build_system
10 Hits, Last modified: 8 years ago
releases for the project. ===== Overview ===== Doomsday's automated build system has been set up for ... ailable in [[https://launchpad.net/~sjke/+archive/doomsday|skyjake's PPA]]. On other operating systems,... he build number for March 7, 2011 is 66. When the Doomsday version number is incremented, the build numb... | | [[http://sourceforge.net/projects/deng/files/Doomsday%20Engine|SourceForge mirror]] | Past releases
getting_started_1.15_or_earlier
10 Hits, Last modified: 10 years ago
u to get started on software development with the Doomsday Engine. ====== Before you begin ====== It is important to understand, that Doomsday is an open source project. Doomsday is licensed under the [[http://www.gnu.org/licenses/gpl.html|G... ribution. ===== Requirements ===== Check that Doomsday's [[requirements]] are fulfilled. ====== To
compiling_and_running_2.0
9 Hits, Last modified: 4 years ago
====== Compiling and running Doomsday 2.0–2.3 with CMake ====== Doomsday 2 is built with [[https://cmake.org|CMake]] 3.1 (or later). ==... . * Check out the [[https://github.com/skyjake/Doomsday-Engine|Doomsday-Engine]] repository from GitHub: <code bash>git clone --recursive https://github.co
directory_structure
8 Hits, Last modified: 16 years ago
such things as bringing some consistency into the Doomsday source directory structure. I think the follo... lude/ (engine's internal files) api/ (doomsday.h, dd_share.h, doomsday.def, etc.) defs/ (engine's definition files) plugins/ jdoom/ (the games should be just plugins like every
quick_guide_to_amethyst
6 Hits, Last modified: 10 years ago
e. The Amethyst source code is included in the Doomsday Engine Git repository: http://github.com/skyjake/Doomsday-Engine/tree/master/doomsday/tools/amethyst ===== Installation ===== Even though Amethyst is part of the Doomsday //tools// subdirectory, it can be built indep
release_packaging
6 Hits, Last modified: 15 years ago
ocess used for creating release packages of the [[doomsday_engine]] on various platforms. To create a r... vn_repository]]. At a minimum, the **distrib**, **doomsday** and **snowberry** directories are needed. ... ll package Snowberry, rebuild the PK3s, recompile Doomsday and all the plugins, and finally create an In... Linux, Unix, Mac OS X ====== In Unix-like OSes, Doomsday is compiled with [[http://www.cmake.org|CMake
fluid_synth_plugin
4 Hits, Last modified: 10 years ago
ynth]]. The FluidSynth audio plugin implements a Doomsday Music interface that synthesizes MIDI music i... , look for the "Audio configuration" printed in [[doomsday.out]]. It should contain a mention of FluidSy... th synthesizer that outputs PCM sample data using Doomsday's main SFX interface. In this mode, FluidSynt... ===== * Project using FluidSynth: http://www.doomworld.com/v​b/source-ports/55307-modif​ied-prboom-
compilation_fedora_22
4 Hits, Last modified: 8 years ago
mpiling in Fedora 22 ====== This page applies to Doomsday 2.0 or later. Assuming a clean installation of Fedora Workstation 22, Doomsday can be checked out, built, and installed with... it clone --recursive ssh://git@github.com/skyjake/Doomsday-Engine.git deng $ mkdir deng/build $ cd deng/... ILD_TYPE=Release -DPREFIX=${my_install_prefix} ../doomsday $ make $ make install </code> ===== Qt5OpenG
compiling_and_running_3.0
3 Hits, Last modified: 5 years ago
====== Compiling and running Doomsday 3 with CMake ====== Doomsday 3 is built with [[https://cmake.org|CMake]] 3.1 (or later). ===== Sh... ctions ===== - Clone the repository. - Run ''doomsday/build/scripts/build_deps.py build'' to downlo
savegame_converter
3 Hits, Last modified: 10 years ago
This Doomsday [[plugin]] performs the task of translating legacy savegame formats to their Doomsday-native //.save// file equivalent by wrapping ... ool// console application. ====== Usage ====== Doomsday will automatically make use of this plugin to
build_tools_for_unix
3 Hits, Last modified: 5 years ago
====== Build tools for Unix (Doomsday 1.x) ====== ===== Ubuntu ===== First, make sure you have the [... ke sure you have the toolchain installed to build Doomsday. You will need: GCC, Python, Git, and Qmake. ... s: emerge -nav zip git cmake In order to build doomsday you must have the following packages installe
contributing
2 Hits, Last modified: 8 years ago
ways you can contribute to the development of the Doomsday Engine: * Submit [[https://tracker.dengine... Contribute code via [[https://github.com/skyjake/Doomsday-Engine|GitHub pull requests]]. * Create 3D
player_controls
2 Hits, Last modified: 6 years ago
source_prefixes
2 Hits, Last modified: 19 years ago
tracker
1 Hits, Last modified: 9 years ago
libdeng2_code_guidelines
1 Hits, Last modified: 13 years ago
roadmap
1 Hits, Last modified: 7 years ago
file_system
1 Hits, Last modified: 8 years ago
ui_framework
1 Hits, Last modified: 11 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Rename Page
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
  • Doomsday Engine
  • 2.3 ⇣
  • Builds
  • Add-ons
  • Manual
  • ·
  • Forums
  • Support
  • Bug Tracker
  • Blog