From 4d12093a54ffe315eff4f688f9bbb9c0f062fa68 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Fri, 16 Jul 2021 03:26:37 +0200 Subject: [PATCH] Mention script debugger in changelog and remove humble store from README, they don't sell Doom3 anymore --- Changelog.md | 11 ++++++++++- README.md | 8 +------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 91d35ff1..5bd09b5e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,16 @@ Note: Numbers starting with a "#" like #330 refer to the bugreport with that num * Gamma and Brightness are now applied in the shaders instead of by setting hardware gamma. Can be disabled (so hardware gamma is used again) with `r_gammaInShaders 0` * Improvements for (Windows-only) MFC-based tools: - - Support 64bit (thanks *raynorpat*!) + - Added the script debugger! (thanks *HarrievG*!) + Original Doom3 didn't have it (Quake4 did), but the Doom3 GPL source contained + most of it. *HarrievG* implemented the missing parts and we added some new + features. It can even be used over the network and while the client part + (the debugger GUI) is Windows-only, the server can even run on all supported + platforms, so you can even debug a game running on Linux or macOS, for example. + Relevant CVars for network debugging are: + `com_enableDebuggerServer` and `com_dbgClientAdr` and `com_dbgServerAdr`. + To debug the running game on the same PC, just enter `debugger` in the console. + - All tools can now be built in 64bit (thanks *raynorpat*!) - HighDPI support (thanks *HarrievG*!) - PDAEditor works now - Additional bugfixes diff --git a/README.md b/README.md index 6b5c9b20..43e56505 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,7 @@ http://store.steampowered.com/app/9050/ http://store.steampowered.com/app/9070/ -You can also buy Steam keys at the Humble Store: - -https://www.humblebundle.com/store/p/doom3_storefront - -https://www.humblebundle.com/store/p/doom3_resofevil_storefront - -Note that neither Steam nor the Humble Store offer the *Resurrection of Evil* addon +Note that Steam does not offer the *Resurrection of Evil* addon for German customers (or at least people with German IP adresses). ## Compiling