quakeforge/qw/source
Bill Currie d3b7f7fbc8 [nq,qw] Fix broken intermission view
The idle scale was 114.591559 time too big (forgot both half angle for the
quaternion and converting from degrees to radians for the idle rotations).

Also, take the intermission view position and rotation direct from the
player entity, not viewstate, as while viewstate.origin is the same,
viewstate.rotation is the player's input, not the rotation set by the
server. Fixes the unlocked view angle.
2021-07-24 11:33:53 +09:00
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +00:00
.indent.pro sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet. 2001-08-25 02:47:11 +00:00
cl_cam.c [qw] Remove viewangles from client state 2021-03-20 02:24:47 +09:00
cl_chase.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
cl_chat.c [console] Untangle console and menu toggling 2021-07-23 02:28:37 +09:00
cl_cmd.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_cvar.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
cl_demo.c [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
cl_entparse.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
cl_ents.c [qw] Use efrags for carried flags 2021-07-22 19:35:12 +09:00
cl_http.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_input.c [util] Support commands with a data parameter 2021-03-20 03:56:16 +09:00
cl_main.c [qw] Clean up netgraph somewhat 2021-07-11 10:59:27 +09:00
cl_ngraph.c [qw] Clean up netgraph somewhat 2021-07-11 10:59:27 +09:00
cl_parse.c [qw] Make the netgraph scale logarithmic 2021-07-11 11:02:37 +09:00
cl_pred.c [qw] Remove viewangles from client state 2021-03-20 02:24:47 +09:00
cl_rss.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_screen.c [qw] Move netgraph below the console 2021-07-11 12:05:14 +09:00
cl_skin.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
cl_slist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
cl_sys_sdl.c [win] Fix a handful of small bugs for windows 2021-03-30 20:19:20 +09:00
cl_sys_unix.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_sys_win.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_view.c [nq,qw] Fix broken intermission view 2021-07-24 11:33:53 +09:00
crudefile.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
game.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
Makemodule.am [console] Link against libQFruamoko_console 2021-07-22 18:01:18 +09:00
map_cfg.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
master.c [build] Autoconfiscate printf format attribute 2021-03-27 19:52:59 +09:00
net_packetlog.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
pmove.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
pmovetst.c [models] Move brush data into its own struct 2021-02-01 19:31:11 +09:00
sbar.c [console] Untangle console and menu toggling 2021-07-23 02:28:37 +09:00
sdl_link.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_ccmds.c [qw] Fix some server status output issues 2021-07-11 08:18:02 +09:00
sv_demo.c [util] Ensure hunk allocs are cache alligned 2021-02-03 13:19:19 +09:00
sv_ents.c [model] Add a re-entrant Mod_LeafPVS 2021-03-20 12:13:58 +09:00
sv_gib.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_init.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sv_main.c [nq,qw] Stop wring to config.cfg 2021-04-12 22:09:09 +09:00
sv_move.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_phys.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_pr_cmds.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sv_pr_cpqw.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_pr_qwe.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
sv_progs.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sv_qtv.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sv_recorder.c [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
sv_sbar.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
sv_send.c [build] Add -Wformat-non-literal option 2021-03-29 17:27:06 +09:00
sv_sys_unix.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_sys_win.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_user.c [qw] Check for null file before checking size 2021-07-22 18:02:36 +09:00
teamplay.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
world.c [models] Move brush data into its own struct 2021-02-01 19:31:11 +09:00