nuclide/Source/client/valve
Marco Hladik 75bed53adc Client: We're now reading skyname and setting the skybox (with fallback) in CSQC. Much rejoice
Added item_suit and item_longjump... they do not do anything interesting yet.
Decals: Added glass break decals upon impact
Damage: Brush-entity radius damage should to work better now
Also seperated the weapons table from generic weapon entry functions. This should make maintaining mods easier
Fixed references from sv_clientslots to sv_playerslots. My brain gets confused between the Quake games at this point. I blame FTE
Fixed sprite animation cycle length check. It attempted to play one more frame than any sprite ever has. Needs more heavy testing?
2019-03-14 20:13:02 +01:00
..
cmds.c Valve progs boots now. 2019-01-21 03:00:14 +01:00
defs.h Fix damage overlay for splitscreen games 2019-03-12 01:22:50 +01:00
game_event.c January 2019 Refactor: Added the initial BaseHL logic and started merging things with FreeCS. This will ensure a bright future to anyone porting mods and the like to the codebase. This is very, VERY early and I'm mainly committing this so Xylemon can start tinkering with it. 2019-01-29 03:40:14 +01:00
hud.c Flashlight: Add the HUD indicator in the 'valve' base 2019-03-09 15:50:11 +01:00
hud_weaponselect.c Change all references to .items to .g_items because fteqw assumes too much and ruins the 3d-view when certain bits are set. 2019-03-13 17:19:59 +01:00
init.c Client: We're now reading skyname and setting the skybox (with fallback) in CSQC. Much rejoice 2019-03-14 20:13:02 +01:00
input.c January 2019 Refactor: Added the initial BaseHL logic and started merging things with FreeCS. This will ensure a bright future to anyone porting mods and the like to the codebase. This is very, VERY early and I'm mainly committing this so Xylemon can start tinkering with it. 2019-01-29 03:40:14 +01:00
player.c GLSL: Chrome is now identical to the non-GLSL renderer, emulating TCGEN_ENVIRONMENT properly. It's still not GoldSrc accurate, as the models themselves contain chrome information for every bone (wth) 2019-03-13 20:46:07 +01:00
scoreboard.c Added custom GLSL updates, that add monochrome rendering (for better 3D Anaglyph support) 2019-02-20 14:30:16 +01:00
view.c CSQC: Change references to 'self' to pSeat->ePlayer to make sure we're targetting the current clientseat. Self might refer to shadow clients. 2019-03-01 17:13:47 +01:00