Commit graph

  • 71f2d638e6 Merge branch 'next' of https://git.do.srb2.org/KartKrew/Kart-Public.git into public_next toaster 2021-12-02 17:42:50 +0000
  • 56df30a009 Merge branch 'credits-update-14' into 'public_next' toaster 2021-12-02 16:58:53 +0000
  • 1cd08dc5f1 Add Ivo's name to the credits James R 2021-11-29 14:05:33 -0800
  • 07d5cbcab0 Remove name at contributor's request James R 2021-11-29 13:44:28 -0800
  • fd88c139a6 Merge branch 'master' into next SteelT 2021-11-21 16:01:29 -0500
  • 651d04f91b Merge branch 'opulence' into 'public_next' SteelT 2021-11-04 22:31:12 +0000
  • 55055b7536 Small logging improvements for addon loading Adds back the "Loading file" message when a file is loaded Adds individual file errors for things loaded with W_InitMultipleFiles (-file param) Errors for a given file will now appear between "Loading file" and the "Added file" or "not adding file" messages, making troubleshooting easier Ashnal 2021-09-25 18:04:46 -0400
  • f4bf6edfe6 Properly detach rocket sneakers when the player dies This includes both death pits and spectating Ashnal 2021-09-12 23:06:18 -0400
  • 520b1f2a75 Merge branch 'linespecial-fixes-jug' into 'next' Sal 2021-09-12 00:09:15 +0000
  • 8cd205cd28 Merge branch 'freeslot-errors' into 'master' Sal 2021-09-12 00:09:01 +0000
  • a2900c8811 Discord joins now force menu close and title demo stop This prevents wierdness from ahving the menu open on teh connection screen It also prevents the connect command from erroring due to being in a demo Ashnal 2021-09-10 20:25:13 -0400
  • ab2bbf3b08 validation against mo (guards against delays) JugadorXEI 2021-09-07 22:09:03 +0200
  • d303f1b203 Increase Mobj Freeslot limit to 1024 from 512 Ashnal 2021-09-04 23:00:55 -0400
  • c8cec767d5 Upgrades P_PatchInfoTables to use 4 digit tempnames, suppoing up to 9999 freeslots Ashnal 2021-09-05 19:23:24 -0400
  • 6e7bdc6031 Changed readfreeslots error checking to work like lib_freeslot Uses loop variable to determine error condition Also small change to lib_freeslot for SFX for consistent use of I_Error Ashnal 2021-09-05 19:21:02 -0400
  • 4b750e0504 Adjust S_AddSoundFx to also use I_Error when exhausting Freeslots Ashnal 2021-09-04 22:47:13 -0400
  • f5bcfc6379 Add I_Errors for when the game exhausts all freeslots of any type. Ashnal 2021-09-04 22:46:30 -0400
  • 82b1499eb0 Merge branch 'master' into next SteelT 2021-09-05 01:30:12 -0400
  • e66eaf001e Merge branch 'james-full-name' into 'master' Sal 2021-08-31 04:31:14 +0000
  • 0fc6ae9873 Update rendezvous server to kartkrew.org James R 2021-08-30 20:02:54 -0700
  • 0f122fd5dd Don't accept hole punch requests to local network James R 2021-08-30 19:00:28 -0700
  • 64ff789f2f Add my full name James R 2021-08-30 18:45:56 -0700
  • eab8f99eab Document the hole punching protocol James R 2021-08-30 18:31:17 -0700
  • df59f3580d Don't do anything hole punching related if rendezvousserver is unset James R 2021-08-30 18:27:52 -0700
  • 307cdf7039 Don't request hole punch to self, and don't register local server for hole punching James R 2020-11-12 17:31:16 -0800
  • b5086b848b Ignore zero length packets James R 2020-11-12 17:07:34 -0800
  • ba5b6aa7af Hole punching James R 2020-11-12 17:07:19 -0800
  • 4ed6c3665a Add missing explicit break lachablock 2021-08-20 20:03:55 +1000
  • 452390872b Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart-Public into HEAD Ashnal 2021-08-19 22:50:50 -0400
  • dc447c07e9 A few netgame default improvements Increase timeouts by a few seconds, helps folks joining with slow disks Beef up the vanilla downloader settings Ashnal 2021-08-19 22:41:50 -0400
  • b0724506bb Set drift and item default axis binds to None Ashnal 2021-08-19 22:22:23 -0400
  • a35d4ea5f4 Switched checking files mode to use a progress bar Changed the confirmation prompt use MB if >=10MB Changed the ovearall progress bar to use MB if >=10MB Ashnal 2021-08-19 21:49:40 -0400
  • 52879a7632 Merge branch 'instashield-fix' into 'next' Sal 2021-08-08 03:27:54 +0000
  • 1d62fb8eb3 Fix duplicated matchgenericflags (was causing crash) JugadorXEI 2021-08-07 16:41:22 +0200
  • 31b3a9ac90 Merge branch 'next' of https://git.do.srb2.org/KartKrew/Kart-Public into next JugadorXEI 2021-08-05 17:27:57 +0200
  • 17d45fc790 Merge branch 'mobjscale-itemthrow' into 'next' Sal 2021-07-24 17:15:56 +0000
  • 98142864d7 comment formatting lachablock 2021-07-24 19:16:28 +1000
  • 62529f748a Add Opulence objects lachablock 2021-07-24 19:08:04 +1000
  • c839a7c5d8 Fix mixed declaration in K_KartDrift while i'm at it SinnamonLat 2021-07-10 12:09:52 +0200
  • c149ee441a Fix item throws and startboost scale in mobjscaled maps SinnamonLat 2021-07-10 12:08:54 +0200
  • a0f0b473ab Merge branch 'more-fixes-jug' into 'next' Sal 2021-07-06 13:42:41 -0400
  • 4fdbfb1dc2 Abstain from handling connections instead if the level is loading JugadorXEI 2021-05-30 23:36:07 +0200
  • 63f87b4cec Use toaster's approach to fix 0th position JugadorXEI 2021-05-30 18:45:38 +0200
  • 4d8d5d7fa9 More robust check against yellow springs on grown players. JugadorXEI 2021-05-30 18:28:27 +0200
  • 2c1d5a72b6 We use FRACBITS out there JugadorXEI 2021-05-28 16:43:09 +0200
  • 733cf20a10 Set GS_LEVEL after level load, set GS_WAITINGFORPLAYERS during level transition if GS_LEVEL is current GS JugadorXEI 2021-05-28 16:32:21 +0200
  • dfc942a628 Removed superfluous logic that was causing midair drift charge to disappear JugadorXEI 2021-05-20 20:21:08 +0200
  • df769a13e4 Fix grown players no spark/wrongdrift interaction with yellow spring panels JugadorXEI 2021-05-20 19:39:32 +0200
  • bf911d02cb Thunder Shield now has COOLDOWNONSTART JugadorXEI 2021-05-20 19:24:56 +0200
  • e123f4bd53 Fix 0th position bug JugadorXEI 2021-05-19 23:19:43 +0200
  • 5882338192 Fix rare sink crash, fix jawz particles hang, fix magnet landing JugadorXEI 2021-05-06 03:10:01 +0200
  • ff26ff9b61 Merge branch 'small-fixes-jug' into 'master' Sal 2021-04-20 15:12:48 -0400
  • 83349b2473 Not while flashing spectator-little-things Sally Coolatta 2021-04-13 02:06:57 -0400
  • ea56bd472c Simply return address, don't allow self_ip to be possibly written as something else JugadorXEI 2021-04-13 06:56:14 +0200
  • d7e8642236 Discord Invite Fixes + DUMPCONSISTENCY flag for makefile JugadorXEI 2021-04-13 00:33:06 +0200
  • eea337029a Merge remote-tracking branch 'upstream/next' into next Keeping this up to date. JugadorXEI 2021-04-08 00:16:30 +0200
  • 6e33b5281d Merge branch 'discord-invite-fix' into 'master' Sal 2021-04-07 17:47:59 -0400
  • 977917e61d Merge branch 'no-gamma-shortcut-v1' into 'master' Sal 2021-04-07 17:42:53 -0400
  • 4c1ae5d649 Merge branch 'mines-no-fullbright' into 'next' Sal 2021-04-07 17:38:52 -0400
  • 4f5d5500f2 Merge branch 'next' into spectator-little-things Sally Coolatta 2021-04-07 17:14:54 -0400
  • a70faeccff Merge branch 'master' into next Sally Coolatta 2021-04-07 17:14:30 -0400
  • 967a85db81 Merge branch 'master' into spectator-little-things Sally Coolatta 2021-04-07 17:14:09 -0400
  • 163b215b0a Merge branch 'next' into spectator-little-things Sally Coolatta 2021-04-07 17:14:02 -0400
  • 24c234f968 Merge branch 'ensure-map-title-level-header' into 'next' Sal 2021-04-07 15:47:17 -0400
  • 35b83ead37 Mines lost their fullbright between inception and v1 release Sally Coolatta 2021-04-07 03:16:27 -0400
  • 967cff1281 Merge branch 'ogl-respawn-fix' into 'master' Sal 2021-03-21 04:02:37 -0400
  • 8e4171e2f9 Merge branch 'fix-ra-crash' into 'master' Sal 2021-03-21 04:02:28 -0400
  • 3be489f6dd Fix crash on loading level without a header. toasterbabe 2017-04-21 23:37:14 +0100
  • 6573904ec5 Fuck the gamma shortcut, replace it with a fullscreen toggle Sally Coolatta 2021-03-11 15:03:30 -0500
  • dbf744845d Fix unnecessary texture reloads on respawn in opengl by removing unneeded V_SetPalette calls Hannu Hanhi 2021-03-12 18:52:58 +0200
  • f01697bfdb Prevent the connection from being canceled when in Record Attack Fixes a crash that can happen when starting RA attempts if you press keys/buttons that would cancel a netgame connection Ashnal 2021-03-08 00:48:15 -0500
  • c06384dddd Remove turn easing code no-turn-easing-v1 Sally Coolatta 2021-03-01 12:57:53 -0500
  • ffec5f632b Merge branch 'master' into next Sally Coolatta 2021-02-27 00:38:43 -0500
  • 3f150fbe05 If the join secret isn't ready right away, wait for the next update instead of trying to loop for it again immediately Sally Coolatta 2021-02-27 00:37:15 -0500
  • 0241b73dbe Merge branch 'large-address-aware' into 'master' Sal 2021-01-26 18:13:37 -0500
  • 1f5e9fd802 Add large address aware flag himie 2020-07-14 14:38:20 -0500
  • 235c6cbf49 Merge branch 'fix-pause-refocus-mute' into 'master' Sal 2020-11-27 16:45:02 -0500
  • 3a95266e3d Merge branch 'microwavable-thinkframe' into 'next' Sal 2020-11-27 16:44:47 -0500
  • 1a3e883b4e Lua: "defrosting" global to tell how many tics are processing in the preticker James R 2020-11-24 19:32:01 -0800
  • 6533a728db Always unmute music on refocus James R 2020-11-13 17:30:23 -0800
  • 5ec44ba3fa Merge branch 'consoleplayer-dedicated' into 'next' Sal 2020-11-10 14:50:22 -0500
  • 4c5d69b714 Merge branch 'no-aprox-dist' into 'next' Sal 2020-11-10 14:50:08 -0500
  • c23364db12 Actually, lets just fix FixedHypot instead. Sally Coolatta 2020-11-08 00:45:16 -0500
  • 104208fc84 Use R_PointToDist2 instead Sally Coolatta 2020-11-07 23:56:46 -0500
  • 3ad5c0af48 Merge branch 'master' into next Sally Coolatta 2020-11-07 22:21:53 -0500
  • d6c497065e Use FixedHypot over P_AproxDistance Sally Coolatta 2020-11-07 19:47:50 -0500
  • 4c2b6de02c Merge branch 'lua-ports' into 'next' Sal 2020-11-07 18:30:59 -0500
  • 6ed14a8dba Merge branch 'srb2-findplane-backport' into 'master' Sal 2020-11-07 18:30:46 -0500
  • 8ee560f216 R_FindPlane optimization from SRB2 Hannu Hanhi 2020-11-07 20:32:44 +0200
  • 130a1ccc98 :V James R 2020-11-05 22:18:41 -0800
  • a9e851bcf5 Execute LUAh_PlayerThink(player) at the end if the player has a valid mobj_t object Zachary McAlpin 2019-12-28 17:40:47 -0600
  • 5921d17cc0 Added PlayerThink hook Zachary McAlpin 2019-12-14 15:28:24 -0600
  • a5db4ca572 PreThinkFrame and PostThinkFrame hooks James R 2020-11-05 21:04:25 -0800
  • 3e31bc9e45 Add CV_Set, CV_SetValue, CV_StealthSet, CV_StealthSetValue and CV_AddValue to Lua James R 2020-10-20 16:08:34 -0700
  • ab7ccbc5d5 Expose "server" and "dedicated" to Lua scripts Louis-Antoine 2020-06-27 15:30:23 +0200
  • 9f54ad4ea3 Improve COM_AddCommand boolean deprecated warning James R 2019-12-29 21:09:07 -0800
  • 933ee4e961 COM_LOCAL makes your commands NetXCmd free, FUCK NetXCmd James R 2019-12-29 21:07:28 -0800
  • bb97e0805e Fuck magic numbers; COM_ flags for Lua commands! James R 2019-12-29 20:59:48 -0800
  • 7890c9b83a Let access spectator mobj James R 2020-11-05 20:05:04 -0800
  • 9e586c348c Allow accessing a player even if there is no mobj James R 2020-11-05 20:02:40 -0800