Latest Raze Changes
Latest 50 commits, skipping 1300
Unofficial development builds at DRD Team
29-Dec-2023 (Friday) at 04:05:35 PST by svenhoefer
- iwadinfo.txt: resort Order for a better overview in selection box
29-Dec-2023 (Friday) at 04:05:35 PST by svenhoefer
- iwadinfo.txt: resort Names for a better overview
29-Dec-2023 (Friday) at 03:41:41 PST by svenhoefer
- iwadinfo.txt: prefer *unity.wads for Unity Editions
29-Dec-2023 (Friday) at 03:41:41 PST by svenhoefer
- iwadinfo.txt: remove double entry of doom2f.wad
02-Jan-2024 (Tuesday) at 19:25:17 PST by Magnus Norddahl
Add the additional parameters edit control from the mac version
02-Jan-2024 (Tuesday) at 18:41:41 PST by Magnus Norddahl
Implement mouse capture and cursor
02-Jan-2024 (Tuesday) at 18:13:07 PST by Magnus Norddahl
Fix text word wrapping under scrollbar
02-Jan-2024 (Tuesday) at 18:10:26 PST by Magnus Norddahl
Add scrollbar to the log
02-Jan-2024 (Tuesday) at 17:39:20 PST by Magnus Norddahl
Add a scrollbar to the list view
02-Jan-2024 (Tuesday) at 12:54:29 PST by Christoph Oelckers
convert more files to UTF-8.
It was mostly degree signs causing these issues.
02-Jan-2024 (Tuesday) at 12:30:28 PST by Christoph Oelckers
remove old GTK-based Linux picker dialog.
02-Jan-2024 (Tuesday) at 12:30:00 PST by Christoph Oelckers
increase size of the font and brightness of the unchecked checkbox on the new picker.
02-Jan-2024 (Tuesday) at 12:05:31 PST by Christoph Oelckers
fixed bad comment with non-UTF-8 extended character which MSVC warns about when compiling with /utf-8
02-Jan-2024 (Tuesday) at 10:08:17 PST by Rachael Alexanderson
- add two parameters to GetSpriteTexture: spritenum and framenum, since some states are "####" "#"
02-Jan-2024 (Tuesday) at 11:50:45 PST by Christoph Oelckers
fixed loading of 7z files.
02-Jan-2024 (Tuesday) at 08:52:54 PST by Magnus Norddahl
Fix double clicks
02-Jan-2024 (Tuesday) at 09:58:39 PST by Christoph Oelckers
use a more complete font did some primitive font substitution logic.
NotoSans was chosen because it contains all Latin, Cyrillic and Greek characters in one file. To test the substitution the separate font files for Armenian and Georgian were also added, even though the languages have not been translated.
02-Jan-2024 (Tuesday) at 08:37:57 PST by Christoph Oelckers
use a banner without the VkDoom logo.
02-Jan-2024 (Tuesday) at 08:23:05 PST by Christoph Oelckers
hide the old main window as it no longer contains the startup.
02-Jan-2024 (Tuesday) at 08:05:13 PST by Christoph Oelckers
adapt widget reader to new resource file API.
01-Jan-2024 (Monday) at 17:01:41 PST by Magnus Norddahl
Fix compile error on macOS
01-Jan-2024 (Monday) at 16:47:35 PST by Magnus Norddahl
Fix compile error
01-Jan-2024 (Monday) at 16:40:24 PST by Magnus Norddahl
Hook up the zwidget launcher window on Linux
01-Jan-2024 (Monday) at 15:37:24 PST by Magnus Norddahl
Add SDL2 backend
30-Dec-2023 (Saturday) at 22:17:41 PST by Magnus Norddahl
Fix gcc picopng compile error
30-Dec-2023 (Saturday) at 22:02:32 PST by Magnus Norddahl
Fix some compile errors
30-Dec-2023 (Saturday) at 21:36:26 PST by Magnus Norddahl
Implement the timer class Support calling ShowNetStartPane multiple times
30-Dec-2023 (Saturday) at 20:08:17 PST by Magnus Norddahl
Fix the abort button
30-Dec-2023 (Saturday) at 19:15:09 PST by Magnus Norddahl
Implement NetStartWindow
Conflicts:
src/p_setup.cpp
29-Dec-2023 (Friday) at 20:17:16 PST by Magnus Norddahl
Finish the error window implementation
28-Dec-2023 (Thursday) at 20:21:41 PST by Magnus Norddahl
Add basic svg image support
28-Dec-2023 (Thursday) at 17:16:18 PST by Magnus Norddahl
Implement launcher window base functionality
28-Dec-2023 (Thursday) at 16:06:40 PST by Magnus Norddahl
Fix OnMouseLeave not firing
28-Dec-2023 (Thursday) at 15:21:15 PST by Magnus Norddahl
More subpixel tweaking
28-Dec-2023 (Thursday) at 15:10:06 PST by Magnus Norddahl
Apply a simple box filter on the subpixels
28-Dec-2023 (Thursday) at 10:06:16 PST by Magnus Norddahl
Use a better font
Conflicts:
wadsrc/static/newmenufont.ttf
28-Dec-2023 (Thursday) at 09:39:28 PST by Magnus Norddahl
Forgot to actually add the banner
28-Dec-2023 (Thursday) at 09:39:04 PST by Magnus Norddahl
Load widget resources from lumps Add banner
27-Dec-2023 (Wednesday) at 17:51:20 PST by Magnus Norddahl
Create initial error and netstart windows
26-Dec-2023 (Tuesday) at 19:46:14 PST by Magnus Norddahl
Add a bit more functionality to the controls
26-Dec-2023 (Tuesday) at 15:45:34 PST by Magnus Norddahl
Add launcher window
26-Dec-2023 (Tuesday) at 15:44:40 PST by Magnus Norddahl
Add zwidget
25-Dec-2023 (Monday) at 20:00:39 PST by Magnus Norddahl
Theme the caption bar when playing windowed mode
31-Dec-2023 (Sunday) at 14:39:32 PST by Christoph Oelckers
account for resorted directories when accessing the local file path array in file_directory.cpp
30-Dec-2023 (Saturday) at 20:19:16 PST by Major Cooke
fix VisualThinkers crashing on spawn when level is frozen
30-Dec-2023 (Saturday) at 04:45:25 PST by Rachael Alexanderson
- tweak build script a bit
29-Dec-2023 (Friday) at 16:53:20 PST by jekyllgrim
Implemented mGrayCheck and isGrayed() in OptionMenuItem
29-Dec-2023 (Friday) at 16:11:56 PST by jekyllgrim
Add graycheck to colorpicker
27-Dec-2023 (Wednesday) at 14:54:15 PST by jekyllgrim
Minor formatting fix
27-Dec-2023 (Wednesday) at 14:53:14 PST by jekyllgrim
Added DI_ITEM_LEFT_CENTER and DI_ITEM_RIGHT_CENTER
This is just a small consistency fix: DI_SCREEN_LEFT_CENTER and DI_SCREEN_RIGHT_CENTER exist, so, logically, similar combo flags should exist for DI_ITEM as well.