- Aug 11, 2022
-
-
toaster authored
I originally wrote a ridiculous attempt at reimplementing the existing value rollaround. For one reason or another, that sidesteps net transmission. Let's just avoid all those hacks and limit our influence to changing the maximum allowed range.
-
toaster authored
Doesn't affect the conditions that allow entry -- just avoids pointlessly resetting the map if it occurs during the period where literally nothing can happen.
-
toaster authored
-
- Aug 09, 2022
- Aug 08, 2022
- Aug 07, 2022
-
-
- Aug 06, 2022
- Aug 04, 2022
-
-
toaster authored
-
toaster authored
Because its z was being set but its old z wasn't being overwritten, at high enough refresh rates you can see it appear above its starting position for a single frame. Done by modifying old_z instead of using P_SetOrigin for consistency of avoiding CheckPosition.
-
toaster authored
* Backport the fix to an interp-based crash caused by using a combination of interpolated and uninterpolated scale in renderer calculations. * Between this and the last commit, I attempted a refactor of this and associated functions in order to find the cause of the above crash. Committed are the changes which resulted in increased performance.
-
toaster authored
Revised the "last updated" instead of appending because we don't need to give internal-only changes too much spotlight.
-
toaster authored
(v1.4) cmake improvements See merge request KartKrew/Kart!634
-
- Aug 03, 2022
- Jul 23, 2022
-
-
Eidolon authored
(v1.4) Purge a bunch of legacy/unused stuff See merge request KartKrew/Kart!633
-
Eidolon authored
Aren't used and definitely should not be in here anymore
-
Eidolon authored
-
Eidolon authored
Blast from the past, buuuut let's trim the fat here too.
-
Eidolon authored
Written in VB6. Superceded by better tools and also probably not even buildable anymore.
-
Eidolon authored
SRB2 no longer works with 1.2 or Dreamcast so these are irrelevant
-
Eidolon authored
Superceded by far superior tools
-
Eidolon authored
Once more, SRB2 no longer works on DOS so this is irrelevant
-
Eidolon authored
SRB2 no longer works on DOS so this is irrelevant
-
Eidolon authored
Also unsupported and nonfunctional
-
Eidolon authored
This thing is ancient history and also depends on FMOD.
-
Eidolon authored
-
- Jul 19, 2022
- Jul 17, 2022
-
-
toaster authored
Technically just removes one event that causes the crash instead of the actual crash, but I tried attacking it at the source and it's some nasty, nasty stuff...
-
toaster authored
And add a little extra to the comment for anti-footgun insurance.
-
toaster authored
* New version number. * New MODVERSION. * New asset hashes. * Disable patch.kart requirement. * Remove the request to modify CMakeLists.txt, because that got revamped and grabs the version number from elsewhere now.
-
- Jul 16, 2022
-
-
toaster authored
Located by my new compiler! Also a nice, simple test commit for my new Git client...
-