Peter0x44
befc85915d
VITA/NX: Fix implicit function declaration warning
...
GCC 14 makes this an error.
source/gl_rmisc.c: In function 'R_Init':
source/gl_rmisc.c:256:2: warning: implicit declaration of function 'R_InitOtherTextures'; did you mean 'R_InitTextures'? [-Wimplicit-function-declaration]
256 | R_InitOtherTextures ();
| ^~~~~~~~~~~~~~~~~~~
| R_InitTextures
source/gl_rmisc.c: At top level:
source/gl_rmisc.c:671:6: warning: conflicting types for 'R_InitOtherTextures'
671 | void R_InitOtherTextures (void)
| ^~~~~~~~~~~~~~~~~~~
source/gl_rmisc.c:256:2: note: previous implicit declaration of 'R_InitOtherTextures' was here
256 | R_InitOtherTextures ();
| ^~~~~~~~~~~~~~~~~~~
2024-06-17 17:18:31 +01:00
cypress
d1200a3956
VITA/NX: Consistent AI size for builtin and pathing
2024-06-16 21:21:06 -07:00
cypress
c59ac1ae96
VITA/NX: Remove legacy sprint toggle hack
2024-05-18 14:29:34 -07:00
cypress
ce20fd0893
NX/VITA: Remove Maximum SDL compatibility version
2024-05-06 18:14:22 -07:00
cypress
3f55696e09
NX/VITA: Replace standard EF_ROTATE
with one that mimicks Power-Up behavior
2024-04-07 20:09:12 -07:00
cypress
637bc87005
VITA/NX: Force Update
2024-03-16 19:52:27 -07:00
cypress
736380b098
NX/VITA: Fix nzp_screenflash build error
2024-01-22 23:13:19 -05:00
cypress
f2c392f235
NX/VITA: Prevent Sniper Sway with Deadshot Daiquiri
2024-01-22 23:06:54 -05:00
cypress
c34deca69f
NX/VITA: Fix SCREENFLASH_FADE_INANDOUT updating too slow
2024-01-14 21:21:38 -05:00
MotoLegacy
24c89e197a
NX/VITA: Add nzp_screenflash builtin
2024-01-14 20:43:33 -05:00
MotoLegacy
1b622cf24f
NX/VITA: Bump intensity of idle viewmodel bobbing
2024-01-13 15:34:25 -05:00
cypress
d93ecf2b1d
NX/VITA: Idle View Model Bobbing Integration from CSQC
2024-01-13 14:55:23 -05:00
cypress
b5150a81e6
NX/VITA: Add support for loading NZ:P Beta Waypoints
2024-01-07 18:01:12 -05:00
cypress
73781d4e13
NX/VITA: Fix building menu.c object
2024-01-07 10:45:42 -05:00
cypress
9b804c4017
NX/VITA: Add crc16 builtin
2024-01-07 10:41:52 -05:00
cypress
2545fffde3
VITA/NX: Always reset to item 0 when flipping page
2023-12-29 17:40:50 -05:00
cypress
3c15d7d6e9
NX/VITA: Add entity scalefactor
2023-12-29 17:10:12 -05:00
cypress
f5ed62245c
NX/VITA: Fix downward velocity on monster MOVETYPE_WALK being constant
2023-12-27 15:40:27 -05:00
cypress
d49f680b17
NX/VITA: Remove hardcoded Quake difficulty spawnflags
2023-12-16 12:33:03 -05:00
cypress
e7458c4824
NX/VITA: Considerable protocol bandwidth optimizations
2023-12-05 13:00:57 -05:00
cypress
bace222fce
NX/VITA: Process Aim Assist Snapping without Server Assistance (coop)
2023-12-04 17:51:18 -05:00
cypress
e5a45a1b93
VITA: Prohibit exeuction of ParseClientCommand
2023-12-03 14:45:10 -05:00
cypress
c8f0ac928a
NX/VITA: Properly display points in Co-Op
2023-12-02 16:58:57 -05:00
cypress
00585ad599
NX/VITA: Add Warehouse and Warehouse (Classic) to menus
2023-12-01 01:42:19 -05:00
cypress
b77b49e4b8
Merge pull request #42 from tyleryoung88/main
2023-11-30 14:30:25 -05:00
cypress
466a375729
NX/VITA: Don't spatialize sounds with no attenuation
2023-11-30 12:30:48 -05:00
cypress
8461381b9b
NX/VITA: Add missing MP5K and Springfield Pack-A-Punch Definition
2023-11-29 11:43:04 -05:00
cypress
99d258e5b3
NX/VITA: Support displaying Double-Tap 1.0 icon
2023-11-28 11:53:36 -05:00
cypress
be6377e9cf
NX/VITA: Faster skybox, horizon fog blending
2023-11-28 10:59:27 -05:00
Tyler Young
cec19cc060
NX/VITA: Stop allowing player to look around while paused
2023-11-26 21:09:18 -05:00
Ian
670ed877a1
Merge branch 'main' of https://github.com/nzp-team/quakespasm into main
2023-11-22 18:25:40 -05:00
cypress
e71195feef
NX: Don't expose Exit button on menu
2023-11-22 16:52:13 -05:00
cypress
b1ebe2859f
NX/VITA: Draw character name on match start
2023-11-21 22:35:01 -05:00
Ian
e9f3139f0e
NX/VITA: Pathfinding performance improvement
2023-11-18 09:22:10 -05:00
Ian
0ed6300efb
NX/VITA: Micro-optimizations
2023-11-18 09:01:49 -05:00
cypress
46e1838d96
VITA/NX: Fix Weapon_Name_Touch not being sent to client
2023-11-15 19:58:08 -05:00
cypress
80f88c7c02
NX: Fix SDL Window Initialization
2023-11-14 17:04:33 -05:00
cypress
2108d718d4
NX/VITA: Fix networking progs with multiple clients
2023-11-12 19:53:02 -05:00
cypress
01993b3e0d
NX/VITA: More intelligent strtrim
2023-11-06 10:49:46 -05:00
cypress
377fafa815
NX/VITA: Fix Viewmodel FOV not applying to viewent2
2023-11-05 09:59:47 -05:00
cypress
df06860f2f
NX/VITA: Round HUD Time Adjustment
2023-11-03 11:02:59 -04:00
cypress
4d598f05a4
NX/VITA: Add strtolower builtin
2023-10-31 11:26:29 -04:00
cypress
1cbf48f0b1
NX/VITA: Draw on-screen Bouncing Betty prompt
2023-10-28 12:09:37 -04:00
cypress
5ededc76b4
VITA/NX: Let engine dictate max AI
2023-10-16 16:04:04 -04:00
cypress
07b01ad46e
VITA/NX: Give crosshair control to server
2023-10-16 10:42:50 -04:00
cypress
6fff93bd6a
VITA/NX: Allow disabling of crosshair
2023-10-15 16:08:05 -04:00
Ian
2ecd4c5e04
VITA/NX: Prevent muzzleflash from clipping with world
2023-09-09 13:44:56 -04:00
Ian
3ea40400e9
NX/VITA: Add contextual muzzleflash colors
2023-09-09 13:37:26 -04:00
Ian
4b983470bc
VITA/NX: Add support for QMB trails
2023-09-09 11:40:16 -04:00
Ian
fe51a22d77
VITA: More Point Change value fixes
2023-09-09 11:14:18 -04:00