2020-05-26 |
cloudwalk | Fix crash when building Q3BSP lightgrid. Added missing... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix most compiler warnings. |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix compiler warning in custom stat clearing |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Clean up qtypes.h. Use stdbool.h on non-MSVC. Replace... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Oops. |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Show SDL message box on Sys_Error for SDL target. Remov... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix getting exe name on FreeBSD, which hasn't used... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix pure data entities being linked into the area grid... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Implement clipgroup extension from DarkplacesRM |
commit | commitdiff | tree | snapshot |
2020-05-26 |
havoc | Added lightgrid texture based lighting in q3bsp maps... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Change the ping calculation back. It wasn't necessary... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Revert "Fix visual regression where parts of the Xonoti... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Don't query the master server when the menu isn't shown |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Calculate ping in the server list better. |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | With MATERIALFLAG_ALPHAGEN_VERTEX we should basically... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Make sv_cheats instant. No need to restart the map... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Make sv_cheats CVAR_NOTIFY |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Change default value of sv_disablenotify to 0. Print... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Don't continue loading image if we already have it... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Fix most Q3 & QL glow maps |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Fix visual regression where parts of the Xonotic menu... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Forcibly disable the alphatocoverage feature because... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Allow r_viewscale to be set to values higher than 1... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Add csqc_polygons_defaultmaterial_nocullface cvar which... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Add support for textures named "*white" and "$whiteimag... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Reworked VM_CL_PolygonBegin/Vertex/End functions to... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Refactored VM_SV_AddStat to allow overrides of all... |
commit | commitdiff | tree | snapshot |
2020-05-24 |
havoc | Add MSVS2019 project and solution files. |
commit | commitdiff | tree | snapshot |
2020-05-24 |
cloudwalk | Fix FS_Seek for compressed file from PK3 |
commit | commitdiff | tree | snapshot |
2020-05-24 |
cloudwalk | Revert "Don't try to spawn if the worldmodel is missing... |
commit | commitdiff | tree | snapshot |
2020-05-24 |
havoc | Rework r_shadow_shadowmode to be more maintainable... |
commit | commitdiff | tree | snapshot |
2020-05-24 |
havoc | Fix r_celoutlines description to not mention OpenGL... |
commit | commitdiff | tree | snapshot |
2020-05-24 |
havoc | Fix a size_t comparison warning by doing the math better. |
commit | commitdiff | tree | snapshot |
2020-05-24 |
cloudwalk | Add curl to clientfromserver interpreter. |
commit | commitdiff | tree | snapshot |
2020-05-23 |
cloudwalk | Fix Windows-specific use-after-free causing crash after... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
cloudwalk | Print "Disconnected" only if actually disconnecting... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
cloudwalk | Slight refactor of loading screen. Starting a local... |
commit | commitdiff | tree | snapshot |
2020-05-23 |
cloudwalk | Print when disconnected |
commit | commitdiff | tree | snapshot |
2020-05-23 |
cloudwalk | Remove duplicate function call. CL_Disconnect already... |
commit | commitdiff | tree | snapshot |
2020-05-22 |
cloudwalk | Fix regression causing loading screen to flicker while... |
commit | commitdiff | tree | snapshot |
2020-05-21 |
cloudwalk | Fix missing loading screen text. A redraw must always... |
commit | commitdiff | tree | snapshot |
2020-05-21 |
cloudwalk | Make Sys_Error message more generic. Quake -> Engine |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | New prvm_stringdebug cvar to print string-related warni... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Revert "Set prvm_garbagecollection_enable to 0 by default." |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Add a few commands to clientfromserver interpreter... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Remove signon check for QW reconnect. Client now follow... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Print different message for invalid sv->cl cmd. Improve... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Make sure the server<->client interpreters run. |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Make connections atomic. Disconnect before trying to... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Don't try to spawn if the worldmodel is missing. No... |
commit | commitdiff | tree | snapshot |
2020-05-20 |
cloudwalk | Set prvm_garbagecollection_enable to 0 by default. |
commit | commitdiff | tree | snapshot |
2020-05-19 |
cloudwalk | Reset r_shadow_occlusion_buf on vid_restart. Fixes... |
commit | commitdiff | tree | snapshot |
2020-05-19 |
cloudwalk | Temporary workaround for tempstring offset console... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Add gameversion_[min,max] to CVAR_SERVER. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Implement chromatic aberration, configurable with r_col... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Fix a few compile warnings. Remove unused locals. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Fix duplicate Cmd_AddCommand(s). Their funcs already... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Fix invalid offset spam when r_showbboxes_client is > 0 |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Fix r_water_lowquality description |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Don't print warning when QC simply checks if a cachepic... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
cloudwalk | Fix a few bugs detected by Cppcheck |
commit | commitdiff | tree | snapshot |
2020-05-17 |
cloudwalk | Silence some noisy font-related prints. Make them debug... |
commit | commitdiff | tree | snapshot |
2020-05-17 |
cloudwalk | Use SDL_GameController instead of SDL_Joystick where... |
commit | commitdiff | tree | snapshot |
2020-05-16 |
cloudwalk | Make use of CACHEPICFLAG_FAILONMISSING flag for conback... |
commit | commitdiff | tree | snapshot |
2020-05-16 |
cloudwalk | In Q3 shader, generate white texture for *white too. |
commit | commitdiff | tree | snapshot |
2020-05-16 |
cloudwalk | Clear the skybox textures on map load. Use memset to... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
havoc | Add "cmd" command to cmd_clientfromserver interpreter... |
commit | commitdiff | tree | snapshot |
2020-03-23 |
divverent | Fix the corona bug. The render bug only though. |
commit | commitdiff | tree | snapshot |
2020-03-23 |
divverent | Simplify R_DrawCustomSurface by calling R_DrawCustomSur... |
commit | commitdiff | tree | snapshot |
2020-03-15 |
divverent | Add a Quake Live-style mouse acceleration mode. |
commit | commitdiff | tree | snapshot |
2020-02-22 |
divverent | Another flag bites the dust. This time: -ffinite-math... |
commit | commitdiff | tree | snapshot |
2020-02-06 |
havoc | Fix snd_null prototype for a function which broke the... |
commit | commitdiff | tree | snapshot |
2020-02-06 |
havoc | Implemented garbage collection of lost references to... |
commit | commitdiff | tree | snapshot |
2020-01-29 |
divverent | Another file without svn:eol-style. |
commit | commitdiff | tree | snapshot |
2020-01-29 |
havoc | Set svn:eol-style=native property on taskqueue.[ch] |
commit | commitdiff | tree | snapshot |
2020-01-29 |
havoc | Fix line endings on taskqueue.[ch] |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Add the missing cmd_userdefined_all and cmd_userdefined... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Move tracking of aliases and csqc function overrides... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Remove old decal system, cl_decals_newsystem has been... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Redesigned TaskQueue to have a queue and distributor... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Move the taskqueue_state.numthreads update so that... |
commit | commitdiff | tree | snapshot |
2020-01-23 |
havoc | Lower the default value of taskqueue_maxthreads from... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Fix one typo on rcon_secure_maxdiff - added CVAR_SAVE... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Changed loading screen to continue during a connection... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Change default value of scr_loadingscreen_background... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Fix drawflag handling in Mod_Mesh_GetTexture by duplica... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Get rid of texture_t->currentlayers, this is a legacy... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Set RENDER_NOSELFSHADOW on the MESH_UI entity to avoid... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | Disable combining of surfaces in R_PolygonBegin, it... |
commit | commitdiff | tree | snapshot |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
commit | commitdiff | tree | snapshot |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Add the needed functions for TaskQueue in thread_null... |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Added appropriate prototypes to taskqueue.h, added... |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Forgot to call TaskQueue_Init during startup, woops. |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Added taskqueue.[ch]. |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Split out TaskQueue into its own taskqueue.[ch] module... |
commit | commitdiff | tree | snapshot |
2020-01-17 |
havoc | R_CanSeeBox no longer uses collision_cache for the... |
commit | commitdiff | tree | snapshot |
2020-01-17 |
havoc | Overhauled r_shadow_bouncegrid, it performs much faster... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Removed r_shadow_bouncegrid_bounceanglediffuse function... |
commit | commitdiff | tree | snapshot |
next |