mazmazz
72ff758b07
Dummy out unused functions (OSX xcode errors)
2019-01-02 20:10:53 -05:00
mazmazz
93e8751938
Better rewrite for addons draw adjustment [Kart]
2019-01-02 20:03:53 -05:00
mazmazz
5b663bfd28
Remove FIXUPO0 GCC pragma
2019-01-02 20:03:52 -05:00
mazmazz
2fe8317103
Fix gcc 8 compile by using strcpy instead of memcpy for PM
2019-01-02 19:23:59 -05:00
mazmazz
08a788af74
Initialize skinnum for MD2 star colors (fix CLANG error)
2019-01-02 19:23:57 -05:00
mazmazz
238be26915
Fix strncpy nodenum length overflow
2019-01-02 19:23:56 -05:00
mazmazz
3d79264d9e
Correct asset directory for travis
2019-01-02 19:23:54 -05:00
mazmazz
99baa585c8
Re-enable Werror CFLAG in travis
2019-01-02 17:33:57 -05:00
mazmazz
1f0c7425f9
Add HISTORY.txt to assets; correct default lists for capitalization
2019-01-02 17:31:04 -05:00
mazmazz
a213898fdf
Corrected CMake hashed assets; add kart to assets/gitignore
2019-01-02 17:27:15 -05:00
mazmazz
120e5d9a63
Correct ASSET_FILES_HASHED for kart assets
2019-01-01 10:49:10 -05:00
mazmazz
a22e5d9a4f
Don't download individual asset files; support only archives
2018-12-31 19:08:27 -05:00
mazmazz
c520447f77
Merge remote-tracking branch 'kart-public-gl/next' into kart-public-travis-deployer
2018-12-31 18:20:04 -05:00
SeventhSentinel
199f71172d
Merge remote-tracking branch 'kartinternal/master' into next
2018-12-31 15:16:39 -05:00
mazmazz
f395aeda96
Increase ChangeControl text buffer to resolve buffer overflow with System Menu/GIF control config
2018-12-31 01:45:03 -05:00
mazmazz
af519d3c07
Also change DEFAULTWADLOCATION to SRB2Kart in SDL2
2018-12-31 00:21:19 -05:00
mazmazz
7024d89e94
Fix dh_link for srb2kart debian symlink
2018-12-30 21:14:41 -05:00
mazmazz
937ac47650
Change DEFAULTWADLOCATION to SRB2Kart
2018-12-30 21:13:02 -05:00
mazmazz
e510804b4b
Apply srb2home to saveconfig ONLY if srb2home isn't already there
2018-12-30 19:39:44 -05:00
mazmazz
b77f290e02
Apply srb2home to debugfile
2018-12-30 19:39:42 -05:00
mazmazz
b42c265707
Apply srb2home to SAVECONFIG
2018-12-30 19:39:41 -05:00
mazmazz
9be802f304
EXEC: Search for CFG by file path
2018-12-30 19:39:39 -05:00
mazmazz
08176eda18
Fix savegamename being improperly built due to missing null char after copying timeattackfolder
2018-12-30 19:39:36 -05:00
mazmazz
7d2d3dda7a
Kart v1.0.2 deployer default fix
2018-12-30 19:00:09 -05:00
mazmazz
c31ef0c821
Set srb2home name to srb2kart
2018-12-30 18:57:33 -05:00
mazmazz
bcbcc48ada
Dummy out -Werror from travis config
2018-12-30 18:54:04 -05:00
mazmazz
50e65ffce7
Update deployer defaults to Kart v1.0.2
2018-12-30 16:01:32 -05:00
mazmazz
c698eed16c
Update SDL mac icon to Kart
2018-12-30 15:59:42 -05:00
mazmazz
41517ee57b
Update deployer defaults to Kart v1.0.1
2018-12-30 15:54:15 -05:00
mazmazz
1c1050fa9d
Update Linux and Mac icons to Kart
2018-12-30 15:53:32 -05:00
mazmazz
85ae6f9b74
Add kart to tar-ignore
2018-12-30 15:52:58 -05:00
mazmazz
337e0da8e4
Implement deployer scripts for Travis -- OSX and Linux package building [Kart merge]
2018-12-30 15:41:58 -05:00
Sal
82b06e2e85
Merge branch 'stupid-orbinaut-bullshit' into 'master'
...
Fix stupid Orbinaut bullshit
See merge request KartKrew/Kart!120
2018-12-15 19:10:41 -05:00
SeventhSentinel
8a9f274f71
Fix Ballhog under the last commit...
...
It actually uses trailing item's throw speeds instead of its own, oddly enough; I don't want to mess with the gameplay there, so I just gave it its own exception.
2018-12-13 09:47:14 -05:00
SeventhSentinel
f3e158320b
Make SPB follow the same rules too
2018-12-13 09:34:27 -05:00
SeventhSentinel
f35e5d816a
Stupid Orbinaut bullshit
...
- Fix Orbinaut/Jawz not accepting top speed changes (This means back-spam being slower now for real works, and the speed buff on boosters for real works.)
- Make the top-speed buffs for boosters not work for back-spam
2018-12-12 21:25:18 -05:00
TehRealSalt
7f335e9c46
Actually, best of both:
...
Let Grow/Shrink revert itself when it changes to 0, as well as add a function for removing either. Means we don't have to modify every single > 0/< 0 check, and is overall cleaner.
2018-12-05 23:28:44 -05:00
TehRealSalt
2d9ad86d20
> 2
...
Same here
2018-12-05 22:54:06 -05:00
TehRealSalt
fbf0cb2211
< -2
...
I doubt this hurts anything, but might as well I guess
2018-12-05 22:53:34 -05:00
TehRealSalt
90f480faa2
Set Shrink timer, don't add to it
2018-12-05 22:51:08 -05:00
TehRealSalt
5e4bd29c9c
Add Miku's author to credits.
2018-12-05 21:58:26 -05:00
Sal
2cd332f5c6
Merge branch 'force-spb' into 'master'
...
Beyond a certain threshold, forcefully give 2nd a SPB if one's not already out.
See merge request KartKrew/Kart!119
2018-12-05 21:43:59 -05:00
TehRealSalt
0b40488fb8
Give lap animation V_SNAPTOTOP as intended
2018-12-05 21:39:34 -05:00
TehRealSalt
6af84a96c1
Comment out M_DrawSaveLoadBorder
2018-12-05 21:27:51 -05:00
TehRealSalt
d7ee931a16
Cut this down slightly
2018-12-05 20:54:58 -05:00
TehRealSalt
91448ddd95
Merge remote-tracking branch 'srb2public/next' into merge-next
2018-12-05 20:46:48 -05:00
TehRealSalt
bf3a9d1d2e
Edited even more things to say "SRB2Kart"
2018-12-05 20:40:58 -05:00
TehRealSalt
38e72520af
Edited the installer to support SRB2Kart
...
There is a LOT that can go wrong here, so I'm not gonna make this a priority for v1.0.2. If someone else wants to take a crack at maintaining this though, and fixing any and all inconsistencies, then feel free.
2018-12-05 20:39:42 -05:00
TehRealSalt
26315ccf63
Merge remote-tracking branch 'srb2public/master' into merge-next
2018-12-05 19:21:13 -05:00
TehRealSalt
6012fd09e6
Beyond a certain threshold, forcefully give 2nd a SPB if one's not already out.
2018-12-05 19:09:05 -05:00