Commit graph

5412 commits

Author SHA1 Message Date
wolfy852
a24fe5e22d Attempt to fix replaced maps not marking the game as modified
What this ACTUALLY does is mark the game as modified by default.
2019-03-10 18:55:55 -05:00
wolfy852
77fca822c4 Handle things in a more sensible way 2019-02-20 19:04:18 -06:00
wolfy852
4a74f92c17 Correct an oversight 2019-02-19 22:20:18 -06:00
wolfy852
bb8728845b Merge branch 'next' into file-exploit-fix 2019-02-19 22:13:03 -06:00
Sal
4096212282 Merge branch 'make-bumpcode-perfecter' into 'next'
Make bumpcode perfecter

See merge request KartKrew/Kart-Public!77
2019-02-19 18:09:30 -05:00
fickleheart
4619e8ad82 Add check to all of the friction stuff 2019-02-19 17:05:04 -06:00
fickleheart
0183368a6c Only apply friction changes on the ground 2019-02-19 16:46:48 -06:00
Alam Arias
54983371fe Merge branch 'master' into next 2019-02-19 17:21:13 -05:00
Sal
73fa403976 Merge branch 'shrink-removed-checks' into 'next'
Add some P_MobjWasRemoved checks around code that shrink touches

See merge request KartKrew/Kart-Public!72
2019-02-19 17:14:08 -05:00
Sal
b2f93d8357 Merge branch 'lua-archive' into 'next'
Fix dedicated server extra lua variables not being synched for joiners

See merge request KartKrew/Kart-Public!75
2019-02-19 17:10:52 -05:00
Sal
ece44fbfb1 Merge branch 'latency-tweaks' into 'next'
Fix cmd latency occasionally jumping to max

See merge request KartKrew/Kart-Public!78
2019-02-19 17:05:45 -05:00
fickleheart
5e8236c74f Add null check too 2019-02-19 16:04:23 -06:00
Alam Ed Arias
2b4cb4b40b Merge branch 'apng-oh-shit-fixes' into 'master'
Compiling errors for apng fixed

See merge request KartKrew/Kart-Public!69
2019-02-19 12:51:52 -05:00
fickleheart
9fac26c200 Fix cmd latency occasionally jumping to max 2019-02-19 08:05:35 -06:00
fickleheart
8348821f30 Remove debugging print 2019-02-18 23:39:08 -06:00
fickleheart
daca5c9ae2 Fix players sometimes snapping backwards on landing after spikeball hits 2019-02-18 23:35:24 -06:00
fickleheart
75c606764f Make extra sure we launch in the correct direction 2019-02-18 23:35:01 -06:00
fickleheart
4a3b192916 Fix bumps sometimes shooting off stupidly fast 2019-02-18 22:36:26 -06:00
Latapostrophe
2b61d81011 Fix dedicated server extra lua variables not being synched for joiners 2019-02-18 22:19:28 +01:00
james
fbc017165c Remove extra whitespace 2019-02-17 23:09:52 -08:00
fickleheart
60b952ea2a Add some P_MobjWasRemoved checks around code that shrink touches
It's the only place in the vanilla game where K_DropItems
is called that isn't from a direct collision with the player
it's being called on. It's also a syncfail that doesn't happen
anywhere else, and I saw my sync state appear to get slightly
corrupted when it happened. Let's see if this fixes anything...
2019-02-17 22:09:37 -06:00
james
c689100e65 Create the correct dummy function 2019-02-17 15:50:42 -08:00
james
5d3a657a41 Actually support no apng patch 2019-02-16 14:39:33 -08:00
james
488285e510 Support libpng without the apng patch and fix mingw (?) compiler errors 2019-02-16 14:20:55 -08:00
wolfy852
736bc77330 Incomplete: Split files added with -file into their own array
Compiles with no errors but the game errors on launch. With no files added, it gives "W_InitMultipleFiles: no files found". With files loaded via -file it gives "W_GetNumForName: PLAYPAL not found!"
2019-02-16 08:16:56 -06:00
wolfs
a1aff2ec9f Merge branch 'fix-battle-boost' into 'next'
Set flashing tics to 0 after boosting

See merge request KartKrew/Kart-Public!67
2019-02-16 08:31:08 -05:00
wolfy852
f8da7f3d8b Don't kill flashing tics for floor boosts 2019-02-16 07:03:56 -06:00
wolfy852
b8dc9127d5 Set flashing tics to 0 after boosting 2019-02-16 06:37:09 -06:00
wolfs
3fdbf2f476 Merge branch 'fix-offroad' into 'next'
Fix drift sparks not generating on offroad with Hyudoro, Invincibility, or sneaker boosts

See merge request KartKrew/Kart-Public!62
2019-02-16 07:02:13 -05:00
wolfy852
eb55cddd35 Merge branch 'master' into next 2019-02-16 06:00:31 -06:00
wolfs
6681257700 Merge branch 'disable-soundsystem' into 'master'
Do not start sound system when disabled

See merge request KartKrew/Kart-Public!58
2019-02-16 06:24:12 -05:00
wolfs
617d0bf67a Merge branch 'apng' into 'master'
Support aPNG in new versions of libpng

See merge request KartKrew/Kart-Public!63
2019-02-16 06:18:22 -05:00
wolfs
43f4888425 Merge branch 'fix_nonet' into 'master'
Fix NONET

See merge request KartKrew/Kart-Public!60
2019-02-16 06:11:43 -05:00
wolfs
fc5a4bd870 Merge branch 'fix-no_lua' into 'master'
Fix NO_LUA

See merge request KartKrew/Kart-Public!66
2019-02-16 06:10:03 -05:00
wolfs
f77f340e62 Merge branch 'less-misleading-sorting-keys' into 'master'
Use less confusing player sorting key names

See merge request KartKrew/Kart-Public!61
2019-02-16 06:07:22 -05:00
wolfs
17f69da256 Merge branch 'items_off_by_one' into 'next'
Items off by one

See merge request KartKrew/Kart-Public!57
2019-02-15 02:18:05 -05:00
James R
c60bd90a57 Merge branch 'james/Kart-Public-apng' into 'apng'
Support MSVC and XCode for aPNG

See merge request james/Kart-Public!1
2019-02-15 01:31:58 -05:00
Steel Titanium
264adb7c7e Update project files 2019-02-14 21:32:57 -05:00
Steel Titanium
dc433dee62 Add missing ifdefs 2019-02-14 20:59:07 -05:00
wolfy852
622402617d Add pogospring to itemenabled 2019-02-13 05:37:13 -06:00
james
cb1429b59f Support CMake for apng 2019-02-12 17:01:27 -08:00
james
fd28a1a6b7 Update copyright year 2019-02-11 16:01:02 -08:00
james
b95d443c25 Support libpng versions prior to 1.6 and 1.5
Tested confirmed for...
1.5.30
1.4.22
1.2.59
2019-02-11 15:47:48 -08:00
james
ad8e7d8c3c Support aPNG in new versions of libpng
A known issue: iTXt cannot be written (yet). I may do something about that.
For now, this is likely good enough. Who cares about the extra text anyway?
2019-02-10 23:52:02 -08:00
wolfy852
87d749b43d Fix drift sparks not generating on offroad with Hyudoro, Invincibility, or sneaker boosts 2019-02-10 22:55:27 -06:00
james
ae3bb592b9 Use less confusing player sorting key names 2019-02-09 18:10:54 -08:00
toaster
f6381c6f00 Fix NONET. I thought I did this already during development, but I guess it got broken near the end. 2019-02-09 09:58:48 +00:00
james
66af5ce558 Do not start sound system when disabled 2019-02-06 17:24:13 -08:00
toaster
cd53f3da1f Fix off-by-one errors in item odds, and add a little assert to make an assumption in this function that was being violated more explicit. 2019-02-06 13:28:21 +00:00
Sally Cochenour
b5f582ed5a Kill me 2019-02-06 01:31:42 -05:00