No description
Find a file
2026-04-27 16:18:27 -05:00
.github Change build job name to Build instead of Build (Universal) so that it matches the non release branch names for branch protection purposes 2026-04-20 13:42:56 -05:00
ag-odalaunch upversion to version 12.2.0 2026-03-29 21:01:00 +00:00
ci Use 3.2.10 for 32 bit windows 2026-04-05 05:25:09 -05:00
client remove singleplayer paused from this 2026-04-23 09:39:52 -04:00
cmake/modules Bring over ubsan and tsan options from rcon branch 2026-04-09 15:45:32 -05:00
common Try adding mf_justhit 2026-04-27 16:18:27 -05:00
config-samples upversion to version 12.2.0 2026-03-29 21:01:00 +00:00
docker Replace deutex with dotex 2026-01-14 12:35:32 -06:00
documentation Update the query protocol documentation 2017-01-31 19:13:00 -05:00
installer Fix typo in win installer 2026-04-05 05:25:09 -05:00
libraries Update fltk to 1.4.5 instead of a commit between 1.4.4 and that release 2026-04-26 13:42:04 -05:00
master upversion to version 12.1.0 2026-01-05 01:52:47 +00:00
media Add 128px tall logo 2020-04-30 22:19:43 -04:00
odalaunch Remove extra 1 that got appended to the singleplayer launch option when bringing the fbp file back in sync with the xrc 2026-04-26 13:01:24 -05:00
odalpapi Remove typedefs.h, it just defined stdint stuff that all our compilers have now 2026-04-05 05:24:49 -05:00
odaproto fix online spree errors, add arrow for toast 2026-01-17 22:00:07 -05:00
packaging Clean up extra unneeded wx libraries from flatpak 2026-04-05 05:25:09 -05:00
server Initial unified wad build-and-copy target commands 2026-04-05 05:24:49 -05:00
tests upversion to version 12.2.0 2026-03-29 21:01:00 +00:00
tools Update upversion to handle the new releases format 2026-04-05 04:49:58 -05:00
wad Fix a few errant unix newlines in wadinfo.txt 2026-04-05 05:24:49 -05:00
.clang-format merge up stable 2024-10-09 22:30:54 -04:00
.dockerignore Add CI build for Ubuntu 18.04 LTS 2021-03-20 23:35:21 -04:00
.git-blame-ignore-revs Add previous commit to git blame ignore 2026-04-20 14:51:09 -05:00
.gitattributes Set all line endings on checkout to lf 2025-04-11 13:32:46 -05:00
.gitignore Add flatpak repo dir to gitignore 2026-04-09 13:20:15 -05:00
.gitmodules Merge branch 'stable' into unit-tests 2025-12-27 16:31:52 -06:00
.mailmap Add .mailmap file so that lexi's deadname isn't displayed by default in git history 2025-10-14 20:37:47 -05:00
3RD-PARTY-LICENSES Fix up all the installer files 2020-12-14 20:48:01 -05:00
astylerc Add an Artistic Style configuration file for Odamex. 2012-09-25 00:52:28 +00:00
CHANGELOG Add github releases link to CHANGELOG 2024-09-24 17:25:44 -05:00
CMakeLists.txt Merge branch 'stable' into release/12.2.0 2026-04-18 20:17:21 -05:00
Doxyfile Change some doxygen settings. 2011-05-08 00:04:24 +00:00
force_retest - Test commit, just checking my log on credentials 2016-07-14 06:02:58 +00:00
GitVersion.yml don't use anything other than the release branch version strategy 2026-01-06 22:50:36 -05:00
LICENSE -Update LICENSE to the current GPLv2 license document. 2013-11-23 00:09:47 +00:00
MAINTAINERS Add flatpak mention to MAINTAINERS for consistency with macOS mention 2025-11-18 14:07:40 -06:00
odamex-installed.txt Turn it into "installed" 2020-12-15 20:29:29 -05:00
README upversion to version 12.2.0 2026-03-29 21:01:00 +00:00
README.md Move OdaTests tutorial to the Wiki. 2026-02-15 20:43:16 -06:00
switch.cmake upversion to version 12.2.0 2026-03-29 21:01:00 +00:00

Odamex

Windows Build Status Mac Build Status Linux Build Status Join our Discord!
Windows macOS Linux Join our discord

Odamex is a modification of DOOM to allow players to compete with each other over the Internet using a client/server architecture. Thanks to the source code release of DOOM by id Software in December 1997, there have been many modifications that enhanced DOOM in various ways. These modifications are known as "source ports", as early modifications mainly ported DOOM to other platforms and operating systems such as Windows and Macintosh.

Odamex is based on the CSDoom 0.62 source code originally created by Sergey Makovkin, which is based on the ZDoom 1.22 source code created by Marisa Heit.

Features

Odamex supports the following features:

  • Full Client/Server multiplayer architecture with network compensation features (unlagged, client interpolation and prediction)
  • Support for up to 255 players
  • Various compatibility settings, to emulate vanilla Doom, Boom, or ZDoom physics and fixes
  • Playback of vanilla demos
  • A fully-featured client netdemo record system with playback control
  • Removal of most vanilla Doom Static limits
  • Support for most Boom and MBF mapping features
  • The traditional old-school style of Deathmatch and a Cooperative mode, but also other game modes such as Team Deathmatch and Capture the Flag
  • Support for Horde, Survival, Last Man Standing, Last Team Standing, LMS CTF, 3-WAY CTF, and Attack & Defend game modes
  • Competitive-ready features, such as a warmup mode, round system, player queue, or playercolor overriding
  • Several modern ZDoom additions, such as slopes, LANGUAGEv2 or MAPINFOv2 lump support
  • An array of editing features, including the Hexen map format, DeHackEd, BEX, and DEHEXTRA patch support, MBF21 features, and ACS up to ZDoom 1.23
  • Native Joystick support
  • Several additional music formats, such as MOD and OGG
  • In-Engine WAD downloader
  • Allow on-the-fly WAD loading
  • A 32-bit Color depth/true color renderer
  • Full Widescreen support
  • Ultra high resolution support (up to 8K)
  • Uncapped and raised framerate
  • Takes advantage of widely used libraries to port it to new devices with ease

Compilation instructions

Clone the repositories, with all submodules:

git clone https://github.com/odamex/odamex.git --recurse-submodules

If you downloaded the zip, use these commands on the git directory:

git submodule init
git submodule update

Odamex requires the following tools and libraries:

cURL, libPNG and zlib are automatically included in-tree as submodules.

On Windows, all libraries are automatically downloaded if not found. On *nix/MacOSX, you will need to download through your package manager libsdl2-dev, libsdl2-mixer-dev and libwxgtk3.0-dev.

Please check this page for further instructions on how to compile Odamex for your platform.

MacOS DMG packaging

macOS DMGs are built as universal binaries and include Odamex.app, odalaunch.app, odasrv, odamex.wad, config samples, and third-party licenses. The DMG layout and icons are generated in CI to match the release installer.

Contributing to the project

Please report any oddity, physics inaccuracies, bugs or game-breaking glitches to our issues page. You can also submit patches as a Pull Request.

Before submitting a pull request, please make sure it follows our coding standards!

Note: This project contains a demo testing utility that ensures vanilla compatibility by running a specific set of demos after each commit. When forking this project to prepare a pull request, this functionality will be unavailable by default to protect sensitive files. You can restore this functionality by following the steps for integrating OdaTests into your fork.

Please visit the following websites for more information about the development of the port and our community:

License

Odamex is released under the GNU General Public License v2. Please read LICENSE for further details regarding the license.