]> git.xonotic.org Git - xonotic/darkplaces.git/history - cl_main.c
build: minor adjustments
[xonotic/darkplaces.git] / cl_main.c
2024-04-04 bones_was_hereImplement CSQC_SIMPLE aka hud-only CSQC, improve compat...
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-02-26 bones_was_hereCLVM: remove cruft
2024-02-09 bones_was_hereFix changing of player name during a game
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-03 bones_was_heresys: implement signal handling on all platforms
2023-12-09 bones_was_hereclient: improve server connection status messages
2023-12-09 bones_was_hereSys_Sleep overhaul
2023-12-09 bones_was_herecl_nolerp: use normal time synchronisation
2023-12-09 bones_was_herecl_maxfps*: various adjustments
2023-11-08 bones_was_herevid: move sound start/restart out of video start/restart
2023-11-08 bones_was_herevid_vsync: fully support adaptive, remove polling,...
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-28 notcancernameFix yet more UB. Provide explanatory comments.
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-09-26 bones_was_herecbuf: fix a 1 frame delay of keybind inputs
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-15 bones_was_hereMerge MR 'Implement DP_QC_NUDGEOUTOFSOLID extension...
2023-07-15 bones_was_hereMove SV_NudgeOutOfSolid() into a common namespace and...
2023-02-21 bones_was_hereAdd cvars that disable linking of SOLID_NOT entities...
2023-01-24 bones_was_hereMerge MR 'Reinstate the ability to override engine...
2023-01-23 kiwixzKeep sockets opened after first disconnect 137/head
2023-01-21 bones_was_hereImprove client/listen curl transfer speed at low FPS
2023-01-20 bones_was_hereMerge MR 'Refactor loading screen and fix it'
2023-01-19 kiwixzRefactor loading screen and fix it 135/head
2023-01-12 bones_was_hereUnload dlcache packs when changing map or disconnecting 134/head
2022-05-02 Ashley 'LadyHavoc... Resolved .gitignore conflict
2022-02-28 bones_was_hereStart render module CL_MeshEntities immediately prior...
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
2021-07-22 Cloudwalkcl_main: Fix double free of meshentities texture pool...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-21 Cloudwalkcl_main: Destroy mesh entities on restart to fix memlis...
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-13 cloudwalkcl_main: Slight refactor 14/merge
2021-04-13 cloudwalkhost, netconn: Use cvar callbacks on (cl_)port to reduc...
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-20 cloudwalkRevert "host: Simplify wait timer calculation, removing...
2020-10-16 cloudwalkhost: Simplify wait timer calculation, removing client...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-29 cloudwalksv_save: Add new hooks to reduce client code in server...
2020-09-29 cloudwalkcl_main: Make reconnect's function static and remove...
2020-09-27 cloudwalkcl_main: Delete comment
2020-09-27 cloudwalkcl_main: Disconnect when connection is established...
2020-09-26 cloudwalkcl_main: Disconnect only if we're connected or playing...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-26 cloudwalkcl_main: When establishing connection, disconnect from...
2020-09-22 cloudwalkquakedef: Bump up netmessage and static entities limit...
2020-09-17 cloudwalkRestore old video init behavior, pending better solutio...
2020-09-17 cloudwalkcl_main: Don't connect on level change if already conne...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-08-12 cloudwalkhost: Implement a hook struct in host_t. Use a hook...
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-20 cloudwalkcl_main: Get new input events even if we're supposed...
2020-07-20 cloudwalkhost: Major refactor
2020-07-18 cloudwalkclient: Implement CL_Frame. Move client cvars out of...
2020-07-15 cloudwalkhost: Shutdown client-only subsystems in CL_Shutdown.
2020-07-13 cloudwalkhost: Add "restless" variable to host_t. True means...
2020-07-01 cloudwalkImplement csqc "effect" builtin
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-29 havocRename render_modellight_lightdir to render_modellight_...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-23 cloudwalk(Round 4) Break up host_cmd.c
2020-06-22 cloudwalk(Round 2) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-21 cloudwalkPartially revert r12699 pending better solution
2020-06-20 cloudwalkPut the loading plaque back in Host_Main for now, so...
2020-06-20 cloudwalkDefer menu initialization until after stuffcmds. Implem...
2020-06-19 cloudwalkHost_Main improvements. Workaround to avoid crash with...
2020-06-16 cloudwalkImplement "forcenearest" particle effect key, ported...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-04 cloudwalkMake sure the rest of CL_Init only runs on client,...
2020-06-03 cloudwalkFix broken fonts in Xonotic. Start video after quake...
2020-06-03 cloudwalkFix crash when using +map on cmdline by starting video...
2020-05-30 cloudwalkClean up Host_Init a bit by moving other client init...
2020-05-26 havocAdded lightgrid texture based lighting in q3bsp maps...
2020-05-25 cloudwalkRevert "Fix visual regression where parts of the Xonoti...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 cloudwalkFix visual regression where parts of the Xonotic menu...
2020-05-25 havocAdd csqc_polygons_defaultmaterial_nocullface cvar which...
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-05-23 cloudwalkPrint "Disconnected" only if actually disconnecting...
2020-05-23 cloudwalkSlight refactor of loading screen. Starting a local...
2020-05-23 cloudwalkPrint when disconnected
2020-05-23 cloudwalkRemove duplicate function call. CL_Disconnect already...
2020-05-21 cloudwalkFix missing loading screen text. A redraw must always...
2020-05-20 cloudwalkMake connections atomic. Disconnect before trying to...
next