halflife-photomode/cl_dll
2021-11-29 20:55:01 +01:00
..
hl Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
ammo.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
ammo.h Remove unused types 2021-11-28 19:44:03 +01:00
ammo_secondary.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
ammohistory.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
ammohistory.h Remove unused types 2021-11-28 19:44:03 +01:00
battery.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
camera.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
cdll_int.cpp Provide access to engine filesystem 2021-11-28 19:04:12 +01:00
cl_dll.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
cl_util.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
com_weapons.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
com_weapons.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
death.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
demo.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
demo.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
entity.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
ev_common.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
ev_hldm.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
ev_hldm.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
events.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
eventscripts.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
Exports.h Add pragma once to all headers that need it 2021-11-18 19:48:34 +01:00
flashlight.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
GameStudioModelRenderer.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
GameStudioModelRenderer.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
GameStudioModelRenderer_Sample.cpp initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
GameStudioModelRenderer_Sample.h initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
geiger.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
global_consts.h Convert all include guards to pragma once 2021-11-18 19:17:53 +01:00
health.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
health.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
hud.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
hud.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
hud_msg.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
hud_redraw.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
hud_spectator.cpp Wrap braces after case label 2021-11-29 20:55:01 +01:00
hud_spectator.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
hud_update.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
in_camera.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
in_defs.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
input.cpp Provide access to engine filesystem 2021-11-28 19:04:12 +01:00
inputw32.cpp Remove platform-specific headers from Platform.h, use PlatformHeaders.h for code that needs it 2021-11-28 19:38:42 +01:00
interpolation.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
interpolation.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
kbutton.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
menu.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
message.cpp Fix uninitialized variable warnings that aren't bugs 2021-11-29 20:05:47 +01:00
overview.cpp initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
overview.h initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
player_info.h Add pragma once to all headers that need it 2021-11-18 19:48:34 +01:00
readme.txt initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
saytext.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
status_icons.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
statusbar.cpp Properly format method definitions to have no space between class name and scope operator 2021-11-29 20:31:17 +01:00
studio_util.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
studio_util.h Rework all boolean condition checks to use conversions to bool, use bool instead of int when possible 2021-11-28 15:32:26 +01:00
StudioModelRenderer.cpp Wrap braces after case label 2021-11-29 20:55:01 +01:00
StudioModelRenderer.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
text_message.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
tf_defs.h initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00
train.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
tri.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
tri.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
util.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_ClassMenu.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_CustomObjects.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_int.cpp Remove unused VGUI1 code in vgui_int.cpp 2021-11-28 22:32:38 +01:00
vgui_int.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_MOTDWindow.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_SchemeManager.cpp Fix uses of sscanf not checking return values 2021-11-28 22:31:14 +01:00
vgui_SchemeManager.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_ScorePanel.cpp Wrap braces after case label 2021-11-29 20:55:01 +01:00
vgui_ScorePanel.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_SpectatorPanel.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_SpectatorPanel.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
vgui_TeamFortressViewport.cpp Fix uninitialized variable warnings that aren't bugs 2021-11-29 20:05:47 +01:00
vgui_TeamFortressViewport.h Rework all boolean condition checks to use conversions to bool, use bool instead of int when possible 2021-11-28 15:32:26 +01:00
vgui_teammenu.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
view.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
view.h Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
voice_status.cpp Format all files and add clang-format configuration file 2021-11-28 16:54:48 +01:00
voice_status.h Rework all boolean condition checks to use conversions to bool, use bool instead of int when possible 2021-11-28 15:32:26 +01:00

  client dll readme.txt
-------------------------

This file details the structure of the half-life client dll,  and
how it communicates with the half-life game engine.


Engine callback functions:

Drawing functions:
	HSPRITE SPR_Load( char *picname );
		Loads a sprite into memory, and returns a handle to it.

	int  SPR_Frames( HSPRITE sprite );
		Returns the number of frames stored in the specified sprite.

	int  SPR_Height( HSPRITE x, int frame )
		Returns the height, in pixels, of a sprite at the specified frame.  
		Returns 0 is the frame number or the sprite handle is invalid.

	int  SPR_Width( HSPRITE x, int f )
		Returns the width, in pixels, of a sprite at the specified frame.  
		Returns 0 is the frame number or the sprite handle is invalid.

	int  SPR_Set( HSPRITE sprite, int r, int g, int b );
		Prepares a sprite about to be drawn.  RBG color values are applied to the sprite at this time.


	void  SPR_Draw( int frame, int x, int y );
		Precondition:  SPR_Set has already been called for a sprite.
		Draws the currently active sprite to the screen,  at position (x,y), where (0,0) is
		the top left-hand corner of the screen.


	void  SPR_DrawHoles( int frame, int x, int y );
		Precondition:  SPR_Set has already been called for a sprite.
		Draws the currently active sprite to the screen.  Color index #255 is treated as transparent.

	void  SPR_DrawAdditive( int frame, int x, int y );
		Precondition:  SPR_Set has already been called for a sprite.
		Draws the currently active sprite to the screen,  adding it's color values to the background.

	void  SPR_EnableScissor( int x, int y, int width, int height );
		Creates a clipping rectangle.  No pixels will be drawn outside the specified area.  Will
		stay in effect until either the next frame,  or SPR_DisableScissor is called.

	void  SPR_DisableScissor( void );
		Disables the effect of an SPR_EnableScissor call.

	int	 IsHighRes( void );
		returns 1 if the res mode is 640x480 or higher;  0 otherwise.

	int	 ScreenWidth( void );
		returns the screen width, in pixels.

	int	 ScreenHeight( void );
		returns the screen height, in pixels.

// Sound functions
	void PlaySound( char *szSound, int volume )
		plays the sound 'szSound' at the specified volume.  Loads the sound if it hasn't been cached.
		If it can't find the sound,  it displays an error message and plays no sound.

	void PlaySound( int iSound, int volume )
		Precondition:  iSound has been precached.
		Plays the sound, from the precache list.


// Communication functions
	void  SendClientCmd( char *szCmdString );
		sends a command to the server,  just as if the client had typed the szCmdString at the console.

	char *GetPlayerName( int entity_number );
		returns a pointer to a string, that contains the name of the specified client.  
		Returns NULL if the entity_number is not a client.
		

	DECLARE_MESSAGE(),  HOOK_MESSAGE()
		These two macros bind the message sending between the entity DLL and the client DLL to
		the CHud object.

		HOOK_MESSAGE( message_name )
			 This is used inside CHud::Init().  It calls into the engine to hook that message
			 from the incoming message stream.
			 Precondition:  There must be a function of name UserMsg_message_name declared
			 for CHud.  Eg,  CHud::UserMsg_Health() must be declared if you want to 
			 use HOOK_MESSAGE( Health );

		DECLARE_MESSAGE( message_name )
			For each HOOK_MESSAGE you must have an equivalent DECLARE_MESSAGE.  This creates
			a function which passes the hooked messages into the CHud object.


	HOOK_COMMAND(),  DECLARE_COMMAND()
		These two functions declare and hook console commands into the client dll.
		
		HOOK_COMMAND( char *command, command_name )
			Whenever the user types the 'command' at the console,  the function 'command_name'
			will be called.
			Precondition: There must be a function of the name UserCmd_command_name declared
			for CHud. Eg,  CHud::UserMsg_ShowScores() must be declared if you want to
			use HOOK_COMMAND( "+showscores", ShowScores );

		DECLARE_COMMAND( command_name )
			For each HOOK_COMMAND you must have an equivelant DECLARE_COMMAND.  This creates
			a function which passes the hooked commands into the CHud object.