- 25 May, 2020 1 commit
-
-
Marco Z authored
-
- 19 Feb, 2020 1 commit
-
-
James R. authored
-
- 25 Dec, 2019 2 commits
-
-
Sal authored
-
Sal authored
Co-Authored-By:
Jaime Passos <jimita@users.noreply.github.com>
-
- 06 Dec, 2019 1 commit
-
-
SteelT authored
-
- 04 Dec, 2019 1 commit
-
-
Jaime Ita Passos authored
-
- 30 Nov, 2019 1 commit
-
-
sphere authored
-
- 22 Nov, 2019 1 commit
-
-
Jaime Ita Passos authored
Fixes NoReload using the wrong wipestyle. Also fixes non-titlemap title screen wipes using the wrong wipestyle.
-
- 18 Nov, 2019 3 commits
-
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
- 15 Nov, 2019 3 commits
-
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
- 14 Nov, 2019 1 commit
-
-
toaster authored
Disable menu input on the title screen for the first second (ie, before the flash), to guarantee people won't start the menu the very first tic after the fade and ruin the animation. (Console and gif/screenshot recording still works, for the impatient.)
-
- 07 Nov, 2019 1 commit
-
-
James R. authored
-
- 05 Nov, 2019 2 commits
-
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
- 03 Nov, 2019 3 commits
- 02 Nov, 2019 1 commit
-
-
Marco Z authored
-
- 10 Sep, 2019 2 commits
-
-
Jaime Ita Passos authored
-
Jaime Ita Passos authored
-
- 03 Sep, 2019 1 commit
-
-
Marco Z authored
-
- 01 Sep, 2019 1 commit
-
-
Marco Z authored
-
- 19 Aug, 2019 1 commit
-
-
Jaime Ita Passos authored
-
- 09 Aug, 2019 1 commit
-
-
Alam Ed Arias authored
-
- 30 Jul, 2019 1 commit
-
- 27 Jul, 2019 1 commit
-
-
toaster authored
Also: * SPR2_XTRA - instead of defining lumpnames in S_SKIN, those kinds of assets can just be bundled into the spriteset. Required for ending cutscene stuff, I guess, but also done for HUD life icon and character select image (aside from Sonic&Tails, still SOC'd in). * Minor oversights in SPR2 support corrected. * Better evaluation, featuring ending assets. * Intro has warping-in blackrock, reusing ending assets. * Cutscene text now supports lowercase (intro and custom). * Disable the asset-fucking "gamma correction" I put in over two years ago when implementing colour cube. (This is the only thing I could move into another branch if you MUST, but it's basically invisble in the diff so w/e.) * Don't blank the screen if the top left pixel of a screen-covering patch is transparent. (Checked via nonzero topdelta for first column) Bugs: * OPENGL ONLY: The first ~20 frames of both endings are fucked. A little help here? Might be HWR_DrawFadeFill's fault, which I just created. OR it could be in f_finale, but I doubt it, since it doesn't appear in Software.
-
- 20 Jul, 2019 1 commit
-
-
Monster Iestyn authored
On second thoughts I'll go back to 8 for length in these variables, since as far as I can tell the code doesn't need it to be longer anyway
-
- 14 Jul, 2019 1 commit
-
-
Monster Iestyn authored
* add gamestate != GS_TIMEATTACK checks to prevent Record Attack or NiGHTS Mode losing their backgrounds * increase bgname to 9 to include the extra NULL byte? (is this a good idea actually) * make M_IterateMenuTree ignore menu levels without a menutype value
-
- 15 Mar, 2019 1 commit
-
-
Marco Z authored
-
- 26 Nov, 2018 1 commit
-
-
Marco Z authored
-
- 25 Nov, 2018 2 commits
- 18 Nov, 2018 2 commits
-
-
Marco Z authored
-
Marco Z authored
* Draw background over titlemap * HIDEBACKGROUND to show titlemap * Specify NOMUSIC or IGNOREMUSIC (to not change music) * Linedef execs implemented for tree hierarchy, including bubbling (NOENTERBUBBLE/NOEXITBUBBLE) * Specify ENTERWIPE and EXITWIPE * Menuid hierarchy fixes (Control mapping, joystick setup) * Time attack handling fixes * Specify custom wipes on runtime for D_Display and P_SetupLevel (for titlemap) * Allow for forcing and skipping a wipe * Wipe utility functions F_GetWipeLength and F_WipeExists
-
- 17 Nov, 2018 1 commit
-
-
Marco Z authored
* M_SkyScroll optimization with still speeds; refactor background drawing * Music (in time attack screens so far) * FadeStrength * HideTitlePics * Scrolling backgrounds in Time Attack (moved F_SkyScroll to m_menu)
-
- 16 Nov, 2018 1 commit
-
-
Marco Z authored
-