blankart/src
2025-06-28 23:44:50 -04:00
..
acs raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
blan Adjust some stuff to accout for how the map header toggle works 2025-06-02 15:11:39 -04:00
blua Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
core Clang fixes 2025-05-01 15:16:53 -04:00
dummy I_RegisterSysCommands so video cvars are registerd before menu init happens 2025-06-03 13:47:29 -04:00
hardware Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
info Merge branch 'socmenus2' into viewserver2 2025-06-15 12:36:44 -04:00
locale
Makefile.d remove even more unused/broken stuff 2025-03-25 09:31:28 -04:00
math Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
objects Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
sdl Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
tests Add SRB2_ASSERT, srb2::NotNull<T> 2024-12-26 11:22:22 -05:00
win32 Fix Windows Clang compile 2025-06-24 07:51:33 -04:00
.gitignore
am_map.c Adjust some stuff to accout for how the map header toggle works 2025-06-02 15:11:39 -04:00
am_map.h Precalculate as much shared minimap/automap data on level load as possible 2025-02-18 23:48:18 +01:00
apng.c fix a few more compiler warnings 2024-10-23 13:44:30 +02:00
apng.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
asm_defs.inc
byteptr.h Replace MD5 with xxHash for file hashing 2025-04-26 00:25:23 +02:00
CMakeLists.txt Fix Windows Clang compile 2025-06-24 07:51:33 -04:00
command.c Merge branch 'blankart-dev' into socmenus2 2025-06-23 00:07:35 -04:00
command.h Merge branch 'blankart-dev' into socmenus2 2025-06-23 00:07:35 -04:00
comptime.c
config.h.in Move Hashes and filename 2025-03-25 10:05:44 -04:00
console.c Remove W_GetNumForName 2025-06-26 00:18:20 +02:00
console.h god i hate cvars 2025-03-15 03:54:17 +01:00
cxxutil.hpp Add SRB2_ASSERT, srb2::NotNull<T> 2024-12-26 11:22:22 -05:00
d_clisrv.c Fix weird snapping on net jitters 2025-06-27 07:55:35 -04:00
d_clisrv.h Don't make windows users listen to the short loop forever 2025-06-25 17:20:04 -04:00
d_event.h New input handling (port of cd8862f0) 2025-03-07 00:05:35 +01:00
d_main.cpp Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
d_main.h Make bonuschars.kart an Iwad 2025-06-10 18:41:20 -04:00
d_net.c Try to fix issues with clients locking up due to never receiving acks back in case of dropped packets 2025-06-28 22:53:20 -04:00
d_net.h Remove NONET 2025-02-25 00:31:59 +01:00
d_netcmd.c Port Saturn's VoteBG scaling code 2025-06-26 11:13:37 -04:00
d_netcmd.h Add expert speed 2025-06-22 11:13:00 -04:00
d_netfil.c Make bonuschars.kart an Iwad 2025-06-10 18:41:20 -04:00
d_netfil.h Scrub more references to MD5 2025-04-26 00:57:51 +02:00
d_player.h Implement ring spam nerf 2025-06-11 19:02:06 -04:00
d_think.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
d_ticcmd.h fix copypaste errors in new bot respawn ticccmd code 2025-03-23 15:33:11 -04:00
deh_lua.c Unify info lookup functions for SOC/Lua/ACS 2025-05-18 17:37:47 +02:00
deh_lua.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
deh_soc.c Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
deh_soc.h Menu functions now return INT32 2025-06-05 19:47:08 +02:00
deh_tables.c Rename menu drawers to use the MD_ prefix 2025-06-23 18:58:46 +02:00
deh_tables.h Menu functions now return INT32 2025-06-05 19:47:08 +02:00
dehacked.c Shut up dedicated 2025-06-24 11:42:21 -04:00
dehacked.h Turn namehash/nameofs into a struct, and linearly allocate freeslots 2025-05-19 18:22:00 +02:00
discord.c Use GP difficulty in RPC 2025-04-30 19:05:20 -04:00
discord.h Shutdown DiscordRPC when discordrp cvar is set to Off 2025-02-09 18:45:53 -05:00
doomdata.h Add mappatch.pk3, Allow patches to remove existing mapthings. 2025-05-16 08:41:14 -04:00
doomdef.h Update hash and disable nofilehash 2025-06-23 13:20:12 -04:00
doomstat.h Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
doomtype.h Use LUMPERROR instead of INT16_MAX, and MAX_WADFILES instead of UINT16_MAX 2025-06-25 17:47:57 +02:00
endian.h
f_finale.c Port fancy roulette and interp addtions from saturn 2025-06-28 18:48:59 -04:00
f_finale.h Sanitize bgname and ttname 2025-06-25 23:26:32 +02:00
f_wipe.c Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
fastcmp.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
filesrch.c Scrub more references to MD5 2025-04-26 00:57:51 +02:00
filesrch.h Replace MD5 with xxHash for file hashing 2025-04-26 00:25:23 +02:00
font.c
font.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
g_demo.c Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
g_demo.h Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
g_game.c Drift feel improvements 2025-06-27 10:23:07 -04:00
g_game.h I'm never calling you again 2025-06-26 10:00:37 -04:00
g_input.c Merge branch 'blankart-dev' into socmenus 2025-03-26 18:49:30 +01:00
g_input.h Fix spectate button, allow respawning local players 2-4, allow respawn to be binded to button 2025-03-24 18:54:58 -04:00
g_party.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
g_party.h Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
g_state.h Remove GS_CONTINUING and GS_GAMEEND 2025-06-13 10:25:52 -04:00
http-mserv.c bugfixes for sock stuff + kinda fix ipv6 2025-04-02 16:24:54 -04:00
hu_stuff.c Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
hu_stuff.h Fix many cases of ? with replacements 2025-03-14 20:26:51 -04:00
i_addrinfo.c Kill last of DJGPP, WATTCP, _WINDOWS (ol' DirectDraw) 2025-02-25 00:42:42 +01:00
i_addrinfo.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
i_joy.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
i_net.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
i_sound.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
i_system.h I_RegisterSysCommands so video cvars are registerd before menu init happens 2025-06-03 13:47:29 -04:00
i_tcp.c disable compiling with ipv6 support 2025-04-02 16:25:37 -04:00
i_tcp.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
i_threads.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
i_time.c Use Windows own high resolution timer for timing things instead of the SDL timer 2025-02-09 18:45:53 -05:00
i_time.h Merge branch 'universal-typedef' into 'master' 2024-10-15 04:16:58 -04:00
i_video.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
info.c Let's clean this shit up properly 2025-06-25 00:43:46 +02:00
info.h Fix warnings 2025-05-19 19:36:49 +02:00
k_battle.c Remove Bumper Death animation 2025-04-07 21:01:01 -04:00
k_battle.h Basic work to restore the wanted system 2024-12-17 10:54:22 -05:00
k_bheap.c
k_bheap.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
k_boss.c Refactor some HUD elements and bring colorized hud support 2025-05-05 17:51:39 -04:00
k_boss.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
k_bot.cpp raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
k_bot.h raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
k_botitem.cpp Remove Droptarget. 2025-05-10 07:31:51 -04:00
k_botsearch.cpp Adjust some stuff to accout for how the map header toggle works 2025-06-02 15:11:39 -04:00
k_brightmap.c Use LUMPERROR instead of INT16_MAX, and MAX_WADFILES instead of UINT16_MAX 2025-06-25 17:47:57 +02:00
k_brightmap.h Let's clean this shit up properly 2025-06-25 00:43:46 +02:00
k_collide.c Make Ring drop on bumps consistent 2025-05-17 20:23:18 -04:00
k_collide.h Remove Droptarget. 2025-05-10 07:31:51 -04:00
k_color.c Revert "2.1 palette pt 1" 2025-01-24 16:57:44 +01:00
k_color.h Move skincolors definition from doomdef.h to info.h 2025-05-19 17:29:55 +02:00
k_director.c Director: skip splitscreen players when switching 2025-03-24 12:37:40 -04:00
k_director.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
k_follower.c Massive warning clean up 2024-10-23 00:01:03 -04:00
k_follower.h Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
k_grandprix.c raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
k_grandprix.h raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
k_hud.c Fix 2P FINISH text scrolling 2025-06-28 18:51:44 -04:00
k_hud.h Refactor some HUD elements and bring colorized hud support 2025-05-05 17:51:39 -04:00
k_kart.c Drift feel improvements 2025-06-27 10:23:07 -04:00
k_kart.h Add expert speed 2025-06-22 11:13:00 -04:00
k_mapuser.c Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
k_mapuser.h Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
k_objects.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
k_pathfind.c
k_pathfind.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
k_pwrlv.c Add expert speed 2025-06-22 11:13:00 -04:00
k_pwrlv.h Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
k_stats.c Fix kartstuff in stats 2025-03-03 16:52:16 -05:00
k_stats.h Make custom stats fully compatible between different versions, so new fields can be added in future without save corruptions 2025-02-25 14:15:29 -05:00
k_terrain.c Use LUMPERROR instead of INT16_MAX, and MAX_WADFILES instead of UINT16_MAX 2025-06-25 17:47:57 +02:00
k_terrain.h Adjust some stuff to accout for how the map header toggle works 2025-06-02 15:11:39 -04:00
k_waypoint.cpp More robust(?) finish line handling 2025-05-20 00:07:37 +02:00
k_waypoint.h Make bots drift 2025-04-25 16:21:57 -04:00
keys.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
libdivide.h Update libdivide, fix compiling with GCC 15 2025-05-01 17:03:56 +02:00
lua_baselib.c Adjust some stuff to accout for how the map header toggle works 2025-06-02 15:11:39 -04:00
lua_blockmaplib.c devmode cheat online 2025-01-10 11:36:04 -05:00
lua_consolelib.c stacking part 6: Implement customization cvars 2025-03-26 13:35:26 -04:00
lua_followerlib.c
lua_hook.h Translate MapLoad/MapChange and implicit gamemap argument 2025-03-03 19:03:36 +01:00
lua_hooklib.c Call LUA_HookLinedefExecute from LUA_HookSpecialExecute 2025-05-10 08:51:45 -04:00
lua_hud.h HUD drawing code clean up and add rings and lives hud toggles for lua 2025-03-14 22:22:25 -04:00
lua_hudlib.c Vote screen visual refactor port from saturn 2025-06-26 12:07:22 -04:00
lua_hudlib_drawlist.c Properly fix runaway cliprects so they don't interfere with other hooks 2025-02-22 19:38:35 +01:00
lua_hudlib_drawlist.h Expose V_SetClipRect and V_ClearClipRect to lua 2025-02-22 01:49:28 +01:00
lua_infolib.c Turn namehash/nameofs into a struct, and linearly allocate freeslots 2025-05-19 18:22:00 +02:00
lua_libs.h Port JugadorXEI's Terrain library for Lua 2025-06-02 14:38:33 -04:00
lua_maplib.c Port basic lap anticheat for new waypoints from RR 2025-03-09 20:03:10 -04:00
lua_mathlib.c Remove emeralds from battle 2024-12-17 10:13:09 -05:00
lua_mobjlib.c Port JugadorXEI's Terrain library for Lua 2025-06-02 14:38:33 -04:00
lua_playerlib.c Texture precaching 2025-05-29 12:06:51 -04:00
lua_polyobjlib.c
lua_script.c Properly invalidate other player lua data 2025-06-28 23:41:50 -04:00
lua_script.h Add lua_compatmode 2025-01-24 18:25:04 +01:00
lua_skinlib.c Assorted Lua fixes, part 1 2025-01-28 02:29:43 +01:00
lua_taglib.c
lua_terrainlib.c Change Ring Racers refernce in file to Blankart 2025-06-02 15:17:58 -04:00
lua_thinkerlib.c thinkers.iterate 2024-12-31 00:33:21 -05:00
lzf.c
lzf.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_aatree.c Merge branch 'universal-typedef' into 'master' 2024-10-15 04:16:58 -04:00
m_aatree.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_anigif.c Fix OpenGL gif recording issues 2025-06-03 14:07:08 -04:00
m_anigif.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_argv.c
m_argv.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_bbox.c
m_bbox.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_cheat.c refactor giveitem and port other RR cheats. 2025-05-17 12:46:37 -04:00
m_cheat.h refactor giveitem and port other RR cheats. 2025-05-17 12:46:37 -04:00
m_cond.c Tri map records pt.3: Finalize changes 2025-04-12 13:12:24 -04:00
m_cond.h PRRRRRROMOTION 2025-06-23 17:56:30 +02:00
m_dllist.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_easing.c
m_easing.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_fixed.c Remove FixedMul and FixedDiv2 asm implementations 2025-03-25 09:12:20 -04:00
m_fixed.h Make bots drift 2025-04-25 16:21:57 -04:00
m_memcpy.c Merge branch 'memory-tweaks' into 'master' 2024-12-29 15:14:36 -05:00
m_menu.c Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
m_menu.h Sanitize bgname and ttname 2025-06-25 23:26:32 +02:00
m_misc.cpp ASan kakkoii desu 2025-06-23 17:29:56 +02:00
m_misc.h make a backup of save data before writing to it 2025-04-19 14:18:18 -04:00
m_perfstats.c m_perfstats.c: Fix directive output may be truncated warning/error 2024-10-18 03:20:41 -04:00
m_perfstats.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_queue.c
m_queue.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_random.c Add kartstats 2025-02-25 14:00:10 -05:00
m_random.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
m_swap.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
Makefile Remove ASM 2025-03-24 22:35:18 -04:00
md5.c
md5.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
mserv.c Remove NONET 2025-02-25 00:31:59 +01:00
mserv.h disable compiling with ipv6 support 2025-04-02 16:25:37 -04:00
p_ceilng.c Fix movefloor/ceiling using wrong args 2025-05-21 10:04:09 -04:00
p_enemy.c Implement ring spam nerf 2025-06-11 19:02:06 -04:00
p_floor.c Fix movefloor/ceiling using wrong args 2025-05-21 10:04:09 -04:00
p_inter.c Clear boost info when hit 2025-05-31 11:05:06 -04:00
p_lights.c
p_local.h Small cleanup r_portals 2025-06-27 11:50:12 +02:00
p_loop.c Kill on loops again 2025-01-27 11:35:20 -05:00
p_map.c Dont always call R_PointInSubsector if thing has not moved in P_CheckPosition 2025-06-28 23:28:26 -04:00
p_mapthing.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
p_maputl.c Activate sector each time / once actions when mobj touches the ground 2025-05-06 19:07:53 +02:00
p_maputl.h Fix tripwire wall issue 2025-05-02 12:18:56 -04:00
p_mobj.c Dont always call R_PointInSubsector if thing has not moved in P_CheckPosition 2025-06-28 23:28:26 -04:00
p_mobj.h Remove Pandora's Box and Emblem Hints 2025-06-03 19:16:12 +02:00
p_polyobj.c Why Does this use args2 2025-04-26 08:44:19 -04:00
p_polyobj.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
p_pspr.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
p_saveg.c Add waterpaneltime to be neysynched 2025-06-24 10:48:58 -04:00
p_saveg.h raise skinlimit to 4096 2025-06-10 15:38:11 -04:00
p_setup.c Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
p_setup.h Vote screen visual refactor port from saturn 2025-06-26 12:07:22 -04:00
p_sight.c Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
p_slopes.c Fix P_ButteredSlope's wrong behavior 2025-03-04 01:03:31 +01:00
p_slopes.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
p_spec.c Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
p_spec.h Add No Spread flag for patch finish lines 2025-06-03 01:10:11 +02:00
p_sweep.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
p_sweep.hpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
p_telept.c cherrypikcs from 'miniladder-16' 2025-01-09 13:19:48 -05:00
p_test.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
p_tick.c Fix level interpolators jittering during objectplac 2025-06-28 23:44:50 -04:00
p_tick.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
p_user.c A whole lot of refactoring and updates to cvars 2025-06-12 22:21:49 +02:00
qs22j.c Use qs22j for qsort 2024-09-05 03:11:40 -04:00
qs22j.h Use qs22j for qsort 2024-09-05 03:11:40 -04:00
r_bbox.c Reintroduce MF_FIRE 2025-01-25 11:20:35 -05:00
r_bsp.cpp Fix this if statement 2025-05-29 13:36:57 -04:00
r_bsp.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
r_data.c Replace shortname functions with stubs, and some trivial caller replacements 2025-06-25 22:20:07 +02:00
r_data.h Support reading PICTURE/MINIMAP/ENCORE/TWEAKMAP lumps from a map resource 2025-02-07 02:41:06 +01:00
r_debug.cpp debugrender_freezebsp: freeze culling to your current position, so you can see how much level is being rendered 2024-12-30 00:16:57 -05:00
r_debug_detail.hpp Add the debugrender_highlight command, highlight specific rendering in flat colors 2024-12-27 11:52:16 -05:00
r_debug_parser.cpp Add the debugrender_highlight command, highlight specific rendering in flat colors 2024-12-27 11:52:16 -05:00
r_defs.h [PATCH] Convert kart renderer related changes to use mapnamespace system instead of UDMF 2025-04-02 16:04:54 -04:00
r_draw.cpp Replace shortname functions with stubs, and some trivial caller replacements 2025-06-25 22:20:07 +02:00
r_draw.h The actual palette remapping 2025-01-24 18:18:37 +01:00
r_draw_column.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
r_draw_span.cpp Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
r_fps.c R_ResetViewInterpolation: wait an extra tic if R_UpdateViewInterpolation has not run yet, do not add extra time for subsequent calls 2025-03-30 11:13:37 -04:00
r_fps.h Interpolate polyobjects properly for the software renderer 2025-02-11 16:46:49 -05:00
r_local.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
r_main.cpp Port fancy roulette and interp addtions from saturn 2025-06-28 18:48:59 -04:00
r_main.h Port fancy roulette and interp addtions from saturn 2025-06-28 18:48:59 -04:00
r_patch.c Fix cups. 2025-02-11 01:52:04 +01:00
r_patch.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
r_patchrotation.c Port v.cachePatch second parameter for rotation from Classic 2025-06-02 11:23:51 -04:00
r_patchrotation.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
r_picformats.c Use LUMPERROR instead of INT16_MAX, and MAX_WADFILES instead of UINT16_MAX 2025-06-25 17:47:57 +02:00
r_picformats.h Let's clean this shit up properly 2025-06-25 00:43:46 +02:00
r_plane.cpp Fix software sky threading synchronization issues 2025-06-27 11:47:53 +02:00
r_plane.h Small cleanup r_portals 2025-06-27 11:50:12 +02:00
r_portal.c dont render precip in skyboxes! 2025-06-27 12:29:56 +02:00
r_portal.h dont render precip in skyboxes! 2025-06-27 12:29:56 +02:00
r_segs.cpp Fix some clang warnings 2025-06-14 16:46:49 -04:00
r_segs.h Use separate table for maskedtexturecol 2025-02-10 17:54:40 -05:00
r_skins.c Add W_CheckNumForMarkers, clean up lump validation 2025-06-27 17:44:34 +02:00
r_skins.h Remove W_CheckNumForName 2025-06-26 01:27:28 +02:00
r_sky.c Revert "Sky offsets" 2024-12-30 13:16:29 -05:00
r_sky.h Merge branch 'remove-pragma-interface' into 'master' 2025-01-09 13:24:25 -05:00
r_splats.c Kill SF_HIGHRES 2025-05-31 09:23:36 -04:00
r_splats.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
r_state.h Loading map patches 2025-05-02 16:51:06 +02:00
r_textures.c Add W_CheckNumForMarkers, clean up lump validation 2025-06-27 17:44:34 +02:00
r_textures.h completly borked remove flats port 2025-05-24 23:41:33 -04:00
r_things.cpp Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
r_things.h Sprite frame/char compatibility 2025-02-20 00:32:31 +01:00
s_sound.c Fix DSradio bug in chat for clang users 2025-06-28 22:58:55 -04:00
s_sound.h Music Test port from Saturn pt1 2025-03-12 12:36:07 -04:00
screen.c Port Saturn's VoteBG scaling code 2025-06-26 11:13:37 -04:00
screen.h Port Saturn's VoteBG scaling code 2025-06-26 11:13:37 -04:00
slope_anchors.c Update File headers to use BLANKART 2025-04-19 13:33:28 -04:00
sounds.c ASan kakkoii desu 2025-06-23 17:29:56 +02:00
sounds.h Remove Unused skinsounds 2025-02-05 12:54:33 -05:00
Sourcefile Port JugadorXEI's Terrain library for Lua 2025-06-02 14:38:33 -04:00
st_stuff.c Port fancy roulette and interp addtions from saturn 2025-06-28 18:48:59 -04:00
st_stuff.h Implement stplyrnum and refactor K_drawBattleFullscreen to use it 2025-02-09 18:45:53 -05:00
strbuf.c Add strbuf_append_m to simplify lumpname reading 2025-06-26 22:59:08 +02:00
strbuf.h Add strbuf_append_m to simplify lumpname reading 2025-06-26 22:59:08 +02:00
strcasestr.c
string.c use glibc strlcpy and strlcat with glibc2.38 and above 2024-10-23 13:46:41 +02:00
stun.c
stun.h Merge branch 'extern-c-everything' into 'master' 2024-10-15 14:14:43 -04:00
t_facon.c
t_fsin.c
t_ftan.c
t_tan2a.c
tables.c Merge branch 'loops-prep' into 'master' 2024-09-12 11:48:08 -04:00
tables.h Loops: correct origin point over duration of loop 2024-10-16 22:30:45 -04:00
taglist.c Read-only mapthing_t 2024-10-16 13:11:13 -04:00
taglist.h Read-only mapthing_t 2024-10-16 13:11:13 -04:00
typedef.h Let's clean this shit up properly 2025-06-25 00:43:46 +02:00
v_video.c Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
v_video.h Merge branch 'blankart-dev' into wadstrbuf 2025-06-27 18:46:47 +02:00
version.h This is a dev branch we don't need the beta tag 2025-05-31 14:03:59 -04:00
vid_copy.s
w_wad.c Fix music names longer than 6 chars not being truncated anymore 2025-06-27 23:33:59 +02:00
w_wad.h Fix music names longer than 6 chars not being truncated anymore 2025-06-27 23:33:59 +02:00
y_inter.c Port fancy roulette and interp addtions from saturn 2025-06-28 18:48:59 -04:00
y_inter.h Vote screen visual refactor port from saturn 2025-06-26 12:07:22 -04:00
z_zone.c viewserver2 refactoring 2025-06-18 20:09:44 -04:00
z_zone.h viewserver2 refactoring 2025-06-18 20:09:44 -04:00