TobiasKarnat

Results 15 issues of TobiasKarnat

The selected start location is random in skirmish. This is a regression to the original remaster.

regression
remaster

Turn this into an option to make TD behave like RA with PlayerAutoCrush=yes. ``` diff -urN a/tiberiandawn/unit.cpp b/tiberiandawn/unit.cpp --- a/tiberiandawn/unit.cpp 2020-09-24 17:39:33.867007213 +0200 +++ b/tiberiandawn/unit.cpp 2020-09-24 17:39:43.048161908 +0200 @@ -993,7...

tiberian dawn

Credit goes for this to Nyerguds ``` diff -urN a/tiberiandawn/infantry.cpp b/tiberiandawn/infantry.cpp --- a/tiberiandawn/infantry.cpp 2020-10-01 20:14:21.258708912 +0200 +++ b/tiberiandawn/infantry.cpp 2020-10-01 20:32:16.015172002 +0200 @@ -2686,6 +2686,30 @@ } } + /*********************************************************************************************** +...

tiberian dawn

Please consider the following to fix the firing of the gunboot in mission 9 and to retarget enemies on map entry ``` diff -urN a/tiberiandawn/reinf.cpp b/tiberiandawn/reinf.cpp --- a/tiberiandawn/reinf.cpp 2020-07-19 16:30:27.581347811...

tiberian dawn

The history section doesn't mention the original MDL was ported to DEC FORTRAN by Bob Supnik. Which is important, because he has the newer version 3.2B from 1996 available on...

Please add the ssam script as in the plan9port: https://9fans.github.io/plan9port/man/man1/ssam.html https://github.com/9fans/plan9port/blob/master/bin/ssam I did a quick implementation in bash: ``` #!/bin/bash if [[ ( -t 0 && "$#" -ge 2 )...

Please add a replace mode which gets activated with insert to directly overwrite text.

Please let sam read /etc/samrc if there is no $HOME/.samrc

Please consider this patch to make the Home and End key useful and also add KP_Separator for the german NumPad Decimal separator. ``` diff -urN sam/doc/samrc sam/doc/samrc --- sam/doc/samrc 2019-08-29...