Commit graph

52 commits

Author SHA1 Message Date
80db58b0d0 Bump zscript ver to 4.14.1, plus a whole lot of stuff.
- Try to get rid of all implicit casts from string to name, color or class.
 - Use FindClass where needed.
 - Used a map in a case where a dictionary was unneeded.
 - Use new bounce flags where needed.
 - Replace Legacy of Rust weapons/ammo.
2025-03-13 14:50:58 +01:00
7b6c0df00b Re-add "tight" hud scaling, for those who play at odd resolutions (e.g.: the dragon). 2023-11-07 14:48:33 +01:00
f78b747ff7 Add secret difficulty for a dragon.
Remove 2x speed mult from hardest skill(s) (causes glitches).
Allow moths to still attack while following the lamp.
(Still do not know what causes moths to print "asin domain error" to terminal).
2023-10-16 14:00:46 +02:00
e978eb0042 Allow changing HUD scales in menu with arrow keys. 2023-10-13 12:19:23 +02:00
b8385fc480 Allow manually setting HUD scales (with disregard for potential overlaps). 2023-08-21 11:17:43 +02:00
a2f245b189 More stuff I missed. 2023-03-17 13:31:10 +01:00
35b8b986db Cleaning up. 2023-02-11 17:03:43 +01:00
525b9e33eb Use new let syntax for multiple returns. 2023-01-14 19:14:39 +01:00
75ffce1627 Somewhat less hacky menu code. 2022-12-31 13:08:09 +01:00
8e952f412f 4.10 support update (unfinished and untested). 2022-12-05 02:10:56 +01:00
dbd887e8db Remove redundant second argument in various TexMan.CheckForTexture calls. 2022-09-30 12:53:56 +02:00
ef12c72825 Hackfix for TUTNT Supportive Edition episode names. 2022-09-05 13:43:00 +02:00
c41e9c4615 Somehow forgot to bump zscript ver to 4.9.
Now there's a shitload of warnings about signed/unsigned comparisons, but those are a gzdoom oversight, they'll be fixed soon.
2022-08-05 21:02:09 +02:00
c0691f4930 Implement "FindLumpByFullName" helper function.
Remove days display from playtime counter (most people expect hours).
2022-08-05 11:08:47 +02:00
460ee725e2 Remove old branding. 2022-07-05 20:37:09 +02:00
df84963b44 Interpolation for all menus (choppy in 4.8.0 due to a bug). 2022-06-23 23:11:34 +02:00
65597c181a Stop reinventing lerp() all over the place. 2022-05-29 18:07:30 +02:00
1cf4ce0d08 Adapt code to use MSTimeF(). 2022-04-29 16:40:57 +02:00
fd2798f619 Add option to skip skill confirmation.
Add confirmation prompt for UV.
2022-04-14 22:14:59 +02:00
69dbab6c19 Missed some stuff. 2022-04-05 13:07:32 +02:00
f776ab126b Revert font overhaul. Back to non-replacing fonts. 2022-04-05 12:29:16 +02:00
4475dc97ba oops, forgot that 2022-04-04 14:56:57 +02:00
6e65c122ae Adjust static text scale 2022-04-04 14:51:24 +02:00
568e7607d6 Downsize bigfont from 3x to 2x. 2022-04-04 14:23:38 +02:00
f18d223a62 Clean some unneeded code. 2022-03-25 18:40:55 +01:00
470e4f5eb9 Even more main menu poses. 2022-01-15 23:29:53 +01:00
be1f1d083f Additional branding changes. 2022-01-15 15:37:29 +01:00
8783aad55f Some small cleanup. 2022-01-13 15:40:17 +01:00
4c17c145f1 Mod rebranding to "Codename: Demolitionist". 2022-01-13 00:27:14 +01:00
d22d9c4b9a font gen updated, fonts re-made, adjustments to compensate. 2021-12-17 19:57:23 +01:00
7f70eb03af I gave in and did the font cleanup already. 2021-12-16 22:07:20 +01:00
20bc5e7ce6 Show changes of hardest skills in message box. 2021-11-07 11:15:49 +01:00
c166501b15 Don't flag embiggeners with COUNTITEM (fixes inability to get 100% items in Akeldama MAP02).
Small code cleanup.
2021-07-25 16:46:47 +02:00
7c9d5f4bbb 4.6.1 compatibility for joke exit option. 2021-07-25 16:25:29 +02:00
9035220433 Add joke option to turn off the engine. 2021-07-03 13:18:16 +02:00
5494d04ecc Menu minifix 2021-06-14 21:43:49 +02:00
7a60ecc744 Small tweaks. 2021-06-12 15:08:15 +02:00
f023bd3a5d By popular demand. 2021-05-17 21:34:39 +02:00
2acbf97531 Some tweaks. 2021-05-17 21:20:08 +02:00
873070939d GRAAAAAAAAAAAAAAAF 2021-05-17 18:53:37 +02:00
917c251f03 Patch up some code for 4.6 compatibility. 2021-05-17 14:59:35 +02:00
a5220b0461 Fix I WANT DIE difficulty being invisible. 2021-05-16 14:16:54 +02:00
5f246e065b Fix main menu not switching to alt font for Japanese. 2021-05-15 20:51:29 +02:00
5e00be0f8d Main menu tweaks. 2021-05-15 18:47:29 +02:00
d58e081563 Make menus use the OTHER clean scale (320x200 is too small lol).
Add a floating Demo-chan to the main menu.
2021-05-15 18:36:28 +02:00
387862ee3d Outlined font variants for menus. 2021-05-09 15:38:00 +02:00
2c70b63b1e Removed big font to reduce filecount.
Various menus have been tweaked to account for the bigfont removal.
Removal of flat and inverse shaded font variants.
Re-added pk3 creation and defaulted to it for new pushes.
2021-05-09 13:16:41 +02:00
d22f9609e0 Show play time in options menu.
Store unlock date for achievements.
2021-04-29 23:25:24 +02:00
333757d04b Fix mouse input in episode/skill menus. 2021-03-28 11:25:27 +02:00
2783141316 Revert cooldown slider to seconds and instead fix the inconsistent keyboard input on the scale slider itself. 2021-03-21 01:13:00 +01:00