mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-17 01:31:47 +00:00
Mention script debugger in changelog
and remove humble store from README, they don't sell Doom3 anymore
This commit is contained in:
parent
5e4e1d61be
commit
4d12093a54
2 changed files with 11 additions and 8 deletions
11
Changelog.md
11
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.
|
* 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`
|
Can be disabled (so hardware gamma is used again) with `r_gammaInShaders 0`
|
||||||
* Improvements for (Windows-only) MFC-based tools:
|
* 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*!)
|
- HighDPI support (thanks *HarrievG*!)
|
||||||
- PDAEditor works now
|
- PDAEditor works now
|
||||||
- Additional bugfixes
|
- Additional bugfixes
|
||||||
|
|
|
@ -54,13 +54,7 @@ http://store.steampowered.com/app/9050/
|
||||||
|
|
||||||
http://store.steampowered.com/app/9070/
|
http://store.steampowered.com/app/9070/
|
||||||
|
|
||||||
You can also buy Steam keys at the Humble Store:
|
Note that Steam does not offer the *Resurrection of Evil* addon
|
||||||
|
|
||||||
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
|
|
||||||
for German customers (or at least people with German IP adresses).
|
for German customers (or at least people with German IP adresses).
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
Loading…
Reference in a new issue