hlsdk-xash3d/cl_dll
Roman Chistokhodov ba2cab60df
Get VGUI back (optionally) (#194)
* Get VGUI back (optionally)

* Add some missing VGUI invocations

* Update CMakeLists.txt to build with vgui for Windows

* Move windows.h inclusions only to those places where it's really needed

* Try fix mingw build

* Update hud_spectator

* Merge nekonomicon's vgui branch

* Don't include vgui panel and app in cdll_int.cpp if vgui is real

* Deduplicate scoreboard global variables

* Add options to prefer non-vgui motd and scoreboard when vgui is enabled

* Add vgui-dev as a submodule. Add building vith vgui to CI

* Fix artifact uploading

* Don't use global variable when not necessary

* char* to const char* in CMenuHandler_StringCommand constructor

* Fix 'format string is not a literal string' warnings

* Fix 'always evaluate to true' warnings

* Team Fortress classes to const char*

* CreateCommandMenu accepts const char*

* Fix printf formats. Turn some unsigned longs into unsigned ints since they use only 32 bits anyway

* Explicit assignment result as condition

* Prevent memory leak on menu reading

* Localize button text

* Create FileInputStream on stack avoiding the leak

* Remove Servers Browser code

* Arrow file names to const char*

* Fix assignment to the wrong variable
2021-10-27 01:35:11 +00:00
..
hl #ifdef->#if. 2021-06-20 03:53:07 +05:00
Android.mk Fix Android buil 2018-03-23 23:46:05 +03:00
CMakeLists.txt Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
GameStudioModelRenderer.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
GameStudioModelRenderer.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
GameStudioModelRenderer_Sample.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
GameStudioModelRenderer_Sample.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
MOTD.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
StudioModelRenderer.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
StudioModelRenderer.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
ammo.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
ammo.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
ammo_secondary.cpp More double promotion fixes. 2019-10-13 20:10:52 +05:00
ammohistory.cpp client: min->Q_min, max->Q_max. 2019-08-12 02:25:50 +05:00
ammohistory.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
battery.cpp More double promotion fixes. 2019-10-13 20:10:52 +05:00
camera.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
cdll_int.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
cl_dll.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
cl_util.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
com_weapons.cpp Partially fix double promotion. 2019-10-13 16:49:25 +05:00
com_weapons.h Add a missing con qualifier in HUD_PlaybackEvent function. 2019-07-07 19:49:19 +05:00
compile.bat Add spaces between source files in compile.bat 2019-05-02 13:12:57 +03:00
death.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
demo.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
demo.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
entity.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
ev_common.cpp Client format. 2016-07-03 18:39:55 +05:00
ev_hldm.cpp #ifdef->#if 2021-06-07 05:05:58 +05:00
ev_hldm.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
events.cpp All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
eventscripts.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
flashlight.cpp Partially fix double promotion. 2019-10-13 16:49:25 +05:00
geiger.cpp Fix some potential troubles. 2019-11-16 13:54:47 +05:00
health.cpp Fix some potential troubles. 2019-11-16 13:54:47 +05:00
health.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
hud.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
hud.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
hud_iface.h client: remove useless defines 2020-02-12 15:28:50 +07:00
hud_msg.cpp Always update gHUD.m_iFOV on SetFOV message. Fix #53 2018-04-01 20:38:56 +03:00
hud_redraw.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
hud_servers_priv.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
hud_spectator.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
hud_spectator.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
hud_update.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
in_camera.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
in_defs.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
input.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
input_goldsource.cpp #ifdef->#if. 2021-06-20 03:53:07 +05:00
input_mouse.cpp #ifdef->#if. 2021-06-20 03:53:07 +05:00
input_mouse.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
input_xash3d.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
kbutton.h All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
menu.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
message.cpp Fix some potential troubles. 2019-11-16 13:54:47 +05:00
overview.cpp All copyright symbols to (c) 2018-01-19 20:00:32 +03:00
overview.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
parsemsg.cpp Client format. 2016-07-03 18:39:55 +05:00
parsemsg.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
readme.txt Upload first port 2016-02-24 21:26:16 +00:00
saytext.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
scoreboard.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
soundsystem.cpp Client format. 2016-07-03 18:39:55 +05:00
status_icons.cpp Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
statusbar.cpp client: min->Q_min, max->Q_max. 2019-08-12 02:25:50 +05:00
studio_util.cpp client: remove useless defines 2020-02-12 15:28:50 +07:00
studio_util.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
text_message.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
tf_defs.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
train.cpp Client format. 2016-07-03 18:39:55 +05:00
tri.cpp #ifdef->#if. 2021-06-20 03:53:07 +05:00
util.cpp #ifdef->#if. 2021-06-20 03:53:07 +05:00
util_vector.h #ifdef->#if. 2021-06-20 03:53:07 +05:00
vgui_ClassMenu.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ConsolePanel.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ConsolePanel.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ControlConfigPanel.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ControlConfigPanel.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_CustomObjects.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_MOTDWindow.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_SchemeManager.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_SchemeManager.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ScorePanel.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_ScorePanel.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_SpectatorPanel.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_SpectatorPanel.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_TeamFortressViewport.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_TeamFortressViewport.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_int.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_int.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
vgui_teammenu.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
view.cpp Move M_PI definition to header. 2021-06-20 13:49:04 +05:00
view.h Move M_PI definition to header. 2021-06-20 13:49:04 +05:00
voice_status.cpp Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
voice_status.h Get VGUI back (optionally) (#194) 2021-10-27 01:35:11 +00:00
wrect.h Remove GPL-licensed headers. 2020-04-22 13:12:23 +05:00
wscript client: wscript: add winmm.lib dependency 2020-09-13 15:06:52 +03:00

readme.txt

  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.