Monster Iestyn
1d11797b47
Added six new functions from p_spec.c/h to Lua
2017-10-30 20:09:41 +00:00
Monster Iestyn
2b1fb67a5f
DrawMD2i: change duration and tics to INT32, fix up any related code
2017-10-30 19:12:51 +00:00
toasterbabe
3994697fbd
Fix all NiGHTS demo desyncs! (More specifically: compare with d_netcmd.c's order of operations - it's skin change, then g_initnew, then demo start, NOT g_initnew then skin change then demo start!!!!!
2017-10-30 14:20:36 +00:00
toasterbabe
548c120534
Since they give points now, make tokens spawn in record attack (and not add end-of-act tokens/continues).
2017-10-29 13:41:02 +00:00
Steel Titanium
97445f941a
Add command to restart the audio system
2017-10-29 01:09:34 -04:00
Steel Titanium
799a819ee9
Merge remote-tracking branch 'upstream/master' into window_center_fix
2017-10-29 00:00:11 -04:00
Alam Ed Arias
6a639dd717
Merge branch 'master' into md2-interpolation-fix
2017-10-28 18:47:20 -04:00
Alam Ed Arias
d2f922a981
Merge branch 'master' into next
2017-10-28 18:46:10 -04:00
Alam Ed Arias
cf10b55be0
Win32: pragma hell
2017-10-28 18:39:42 -04:00
Alam Ed Arias
3ecc304332
Win32: just ignore format overflows
2017-10-28 18:33:47 -04:00
Alam Ed Arias
0250040a5b
Win32: all fails of DD and try more to stop format-overflow errors
2017-10-28 18:24:07 -04:00
Alam Ed Arias
a4072260db
Win32: try to fix up CD printf code
2017-10-28 18:13:59 -04:00
Alam Ed Arias
365879d06f
libs: Updated SDL2-Mixer to 2.0.2
2017-10-28 18:03:18 -04:00
Alam Ed Arias
e1492ae3f0
libs: EOL fun of SDL2
2017-10-28 17:53:15 -04:00
Alam Ed Arias
b7d0896c83
libs: updated SDL2 to 2.0.7
2017-10-28 17:50:36 -04:00
toasterbabe
efc4d2f81d
* Make multiple ANIMDEFS lumps get loaded.
...
* Refactor the multiple TEXTURES lump code.
2017-10-28 17:12:08 +01:00
Sryder13
48e0d64525
More changes to thrown items, higher gravity and fly faster
2017-10-28 02:44:25 +01:00
Alam Ed Arias
daf442f17b
Appvendor: -Wno-error=suggest-attribute=noreturn
2017-10-27 21:31:02 -04:00
Alam Ed Arias
f6af81be59
Appvendor: -Wno-tautological-compare
2017-10-27 21:25:52 -04:00
Alam Ed Arias
264fc2f3c7
Appveyor: remove error
2017-10-27 21:14:52 -04:00
Alam Ed Arias
c160241f1b
Appveyor: stuff warnings switchs
2017-10-27 20:59:18 -04:00
Alam Ed Arias
bdfdd868c7
Appveyor: let see what is the command line
2017-10-27 20:30:15 -04:00
Alam Ed Arias
ce40c00b7a
Build: do not error on FALLTHURs
2017-10-27 19:49:55 -04:00
toasterbabe
ee4b891318
Since I'm on the branch: bugfix a thing with introchanged/titlechanged.
2017-10-27 22:08:01 +01:00
Monster Iestyn
365cd305d7
Make appveyor config use GCC72=1 instead of GCC63=1
2017-10-27 17:41:23 +01:00
TehRealSalt
4a02e166a1
Merge remote-tracking branch 'refs/remotes/origin/master' into battle
2017-10-26 19:39:02 -04:00
TehRealSalt
f271d1bd76
Merge remote-tracking branch 'refs/remotes/origin/master' into battle
2017-10-26 19:37:23 -04:00
TehRealSalt
b127c02e2c
Maybe message fix
2017-10-26 19:37:13 -04:00
Sryder13
bda85bea4a
Merge branch 'master' of http://git.magicalgirl.moe/KartKrew/Kart.git into gameplay-tweaks
2017-10-27 00:02:05 +01:00
Sryder13
a00123e663
Item Throw distance/height experimentation
2017-10-27 00:01:59 +01:00
Sryder13
bd55a295bd
Skin colours for MD2s
...
This isn't amazing, until I implement something better (probably not until 2.2) it will have to do
2017-10-26 20:57:36 +01:00
Sryder13
8742b3b2d9
Star power translation tables
...
Redid the part that handled the regular kart translation tables too, now uses the new table created instead of the horror of what was there before
2017-10-26 20:04:05 +01:00
toasterbabe
f512b64563
Fix some mistakes when updating the function signature.
2017-10-26 17:30:08 +01:00
toasterbabe
df1e5eb9b7
* Optimise the new static code further.
...
* Update all the other V_DrawCroppedPatch calls to match the new behaviour.
* Fix the OGL version of V_DrawCroppedPatch to match the new behaviour.
(To justify my changes: It's not exposed to Lua, and the function signature was a mess. This way it's easier to mentally map how it would work.)
2017-10-26 16:59:02 +01:00
Sryder13
4210885ad3
Merge branch 'master' into ric-flair
2017-10-26 15:03:09 +01:00
Sryder13
be376de48f
Merge branch 'master' into ric-flair
2017-10-26 15:02:24 +01:00
toasterbabe
b2e89f6832
WOOPS CAN'T UPDATE THE PLAYSIM RANDOM SEED IN A MENU
2017-10-26 11:45:08 +01:00
Wolfy
a551ecc166
Reorganize the control setup menu, update controls to reflect kart
2017-10-26 01:43:02 -05:00
TehRealSalt
69d6d43fea
Everything I did today; mainly player arrows
...
Also some minor tweaks and bug fixes all around
2017-10-26 02:31:01 -04:00
TehRealSalt
6d18059543
Merge remote-tracking branch 'refs/remotes/origin/master' into battle
2017-10-25 20:08:25 -04:00
toasterbabe
4a4ba228df
Per request, remove the "/ * ACTION" stuff
2017-10-25 23:34:20 +01:00
Sryder13
1f7caee344
Highres intro graphic
2017-10-25 23:05:19 +01:00
TehRealSalt
6c1269a6f4
Balloons message
2017-10-25 16:20:28 -04:00
Sryder13
e6ed15c066
Separate music from sound.kart so it can be added properly
2017-10-25 20:38:43 +01:00
Sryder13
f7b637663c
Setup intro finally
2017-10-25 20:30:02 +01:00
toasterbabe
9a10dfeaee
Replaced the laggy randomised-at-runtime static with sufficiently random low-impact pregenerated static. Requires new patch.dta. https://cdn.discordapp.com/attachments/293238104096112641/372770688890830859/srb20003.gif
2017-10-25 16:40:21 +01:00
Sryder13
2e2d4073b8
Bombs should check for teams in team match, not regular match
2017-10-25 15:04:08 +01:00
toasterbabe
9ffb5c0fb0
Since Mystic complained, moved the right-aligned Rings to a special "Mania" HUD mode.
2017-10-25 11:54:21 +01:00
Sryder13
b9f6a91c37
Improve functionality of held items
...
Can check for falloff from ledges
place along the z properly
2017-10-25 03:37:13 +01:00
TehRealSalt
0bb3bc2b7e
Merge remote-tracking branch 'refs/remotes/origin/master' into battle
2017-10-24 22:15:20 -04:00