iw4x-client/src/Components/Modules
2021-10-16 17:44:22 +01:00
..
AssetInterfaces Better techswap for trees 2021-09-06 21:45:04 +02:00
AntiCheat.cpp Disable anticheat for good 2021-08-28 22:33:14 +02:00
AntiCheat.hpp [AntiCheat] Detect if process is being started suspended in order to inject a dll to disable the anti cheat 2019-01-06 13:56:06 -05:00
ArenaLength.cpp [Zones] Added support for FF version 448, 460, 461 2019-10-02 08:08:11 +02:00
ArenaLength.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
AssetHandler.cpp Minor 2021-07-29 10:11:27 +02:00
AssetHandler.hpp [Zones] Added support for FF version 448, 460, 461 2019-10-02 08:08:11 +02:00
Auth.cpp - Make mod-specific stats toggleable via a dvar and disable it by default 2020-08-08 12:19:55 +02:00
Auth.hpp [Auth] Generate new key when key is invalid. 2019-10-03 09:16:26 +02:00
Bans.cpp Fix compilation 2021-09-08 11:19:30 +02:00
Bans.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Bots.cpp Fix compilation 2021-09-08 11:19:30 +02:00
Bots.hpp [Bots] Added helper functions 2020-11-14 02:58:05 -06:00
CardTitles.cpp [AntiCheat] Correctly call startup time check so that it still runs if the AntiCheat is bypassed. 2019-01-06 14:02:17 -05:00
CardTitles.hpp [CardTites] Optimize code 2017-05-31 09:59:03 +02:00
Changelog.cpp [Changelog] Updated changelog location 2020-12-09 14:56:19 -06:00
Changelog.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Chat.cpp Code clearity improvements to Fonticons patch 2021-09-20 20:40:42 +02:00
Chat.hpp Change logic that splits chat messages with new lines to support fonticons properly 2021-09-19 15:49:12 +02:00
Clantags.cpp [ClanTags] Fix refactoring issue 2017-06-14 22:04:16 +02:00
Clantags.hpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
Client.cpp Fix compilation 2021-09-08 11:19:30 +02:00
Client.hpp [Client] Added new component 'Client' 2020-09-02 13:02:41 +02:00
Command.cpp Better quit_hard 2021-07-18 17:36:01 +02:00
Command.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
ConnectProtocol.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
ConnectProtocol.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Console.cpp Move remaining patches from color component to text renderer component 2021-09-07 13:15:44 +02:00
Console.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
D3D9Ex.cpp - Make mod-specific stats toggleable via a dvar and disable it by default 2020-08-08 12:19:55 +02:00
D3D9Ex.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Dedicated.cpp Move Dedicated patches related to chat to new Chat component 2021-09-19 13:13:46 +02:00
Dedicated.hpp Move Dedicated patches related to chat to new Chat component 2021-09-19 13:13:46 +02:00
Discovery.cpp Revert "[DHT] Implement DHT" 2018-10-09 10:53:15 +02:00
Discovery.hpp Revert "[DHT] Implement DHT" 2018-10-09 10:53:15 +02:00
Download.cpp Fix compilation 2021-09-08 11:19:30 +02:00
Download.hpp [Download] Improve client downloads 2019-12-26 00:07:04 +01:00
Dvar.cpp Merge branch 'develop' into feature/fonticons 2021-09-12 15:09:36 +02:00
Dvar.hpp Reintroduce setRaw dvar methods 2021-09-10 11:40:30 +02:00
Exception.cpp Remove crash-helper 2020-12-22 15:00:15 -05:00
Exception.hpp [General] Fix compiler complaining about using inline assembly inside of a lambda. 2019-01-08 19:15:10 -05:00
FastFiles.cpp [Zones] Added support for FF version 448, 460, 461 2019-10-02 08:08:11 +02:00
FastFiles.hpp [FastFiles] Fixed XSurface count when loading fastfiles 2018-12-24 21:42:39 +01:00
FileSystem.cpp [FileSystem] DeleteFile returns true or false now 2020-09-02 13:02:41 +02:00
FileSystem.hpp [FileSystem] DeleteFile returns true or false now 2020-09-02 13:02:41 +02:00
Flags.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Flags.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
FrameTime.cpp [General] Small code fixes and optimization 2017-06-14 20:53:54 +02:00
FrameTime.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Friends.cpp Move remaining patches from color component to text renderer component 2021-09-07 13:15:44 +02:00
Friends.hpp [Friends] 2019-01-10 21:18:18 +01:00
Gamepad.cpp Move standard header include to precompiled header 2021-09-11 17:54:50 +02:00
Gamepad.hpp Move Gamepad structs to their respective correct location 2021-09-11 16:34:04 +02:00
Gametypes.cpp [AntiCheat] Use simpler compiler expression 2017-06-23 10:07:55 +02:00
Gametypes.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
IPCPipe.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
IPCPipe.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
IW4MVM.cpp [Dvar] Use set raw method on dvars by default 2021-08-29 17:41:21 +02:00
IW4MVM.hpp [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
Lean.cpp [Hooking] Optimizie inline-asm hooks 2017-02-01 15:04:32 +01:00
Lean.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Localization.cpp Order of names 2021-08-19 12:04:49 +02:00
Localization.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Logger.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Logger.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
MapDump.cpp Yes 2021-02-16 10:38:22 +01:00
MapDump.hpp [MapDump] Introduce proper map dumping 2019-12-28 14:35:00 +01:00
Maps.cpp Added missing carentan DLC 2021-09-12 20:36:42 +02:00
Maps.hpp Hook triggers 2021-04-05 17:25:47 +02:00
Materials.cpp Remove unused hud icon drawing patches from Material component 2021-09-12 15:46:47 +02:00
Materials.hpp Remove unused hud icon drawing patches from Material component 2021-09-12 15:46:47 +02:00
Menus.cpp Add gamepad options menu 2021-08-31 18:13:15 +02:00
Menus.hpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
ModelSurfs.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
ModelSurfs.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
ModList.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
ModList.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Monitor.cpp Revert "[DHT] Implement DHT" 2018-10-09 10:53:15 +02:00
Monitor.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
MusicalTalent.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
MusicalTalent.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Network.cpp Address comments from review #1 2021-09-13 21:36:48 +02:00
Network.hpp Add fields to client_t structs, might be useful 2021-09-12 16:37:52 +02:00
News.cpp Don't rely on GitHub redirect, use new URL 2021-06-26 00:28:01 +02:00
News.hpp [News] Remove broken updater 2020-12-09 14:57:34 -06:00
Node.cpp Merge pull request #46 from ineedbots/bot_scr 2020-12-05 02:41:08 +01:00
Node.hpp [Node] Fragment the nodeListResponse send messages 2020-11-17 01:06:02 -06:00
Party.cpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
Party.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
PlayerName.cpp Move playername related patches from TextRenderer to PlayerName component 2021-09-07 15:06:58 +02:00
PlayerName.hpp Move playername related patches from TextRenderer to PlayerName component 2021-09-07 15:06:58 +02:00
Playlist.cpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
Playlist.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
QuickPatch.cpp Make the console escape key handling support the fonticon autocomplete 2021-09-21 22:07:30 +02:00
QuickPatch.hpp Make ESC key close the console instead of only closing the console autocomplete 2021-09-21 22:04:19 +02:00
RawFiles.cpp [General] Small code fixes and optimization 2017-06-14 20:53:54 +02:00
RawFiles.hpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
RCon.cpp RCon hotfix to prevent listen servers from being stuck on Awaiting challenge... 2021-07-17 09:49:58 +02:00
RCon.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Renderer.cpp Add space after push 2021-08-19 17:28:22 +02:00
Renderer.hpp [Renderer] Enhance material debug information 2018-12-25 22:47:10 +01:00
Scheduler.cpp [Scheduler] Fix startup 2017-07-03 15:40:32 +02:00
Scheduler.hpp [General] Get rid of FPS drops 2017-07-03 15:07:47 +02:00
Script.cpp [Script] Add optional toggle parameter to ufo/noclip 2021-10-16 17:44:22 +01:00
Script.hpp [Script] Added hitch warning 2020-12-19 16:50:51 -06:00
ServerCommands.cpp [General] Small code fixes and optimization 2017-06-14 20:53:54 +02:00
ServerCommands.hpp [ServerCommands] Use slot wrapper 2017-06-04 14:21:02 +02:00
ServerInfo.cpp Add fonticon autocomplete for chat 2021-09-08 01:53:25 +02:00
ServerInfo.hpp Add fonticon autocomplete for chat 2021-09-08 01:53:25 +02:00
ServerList.cpp Use TextRenderer to strip material text icons from dedicated server names and chat messages 2021-09-07 14:51:36 +02:00
ServerList.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Session.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Session.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Singleton.cpp [Scheduler] Fix startup 2017-07-03 15:40:32 +02:00
Singleton.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Slowmotion.cpp Add space after push 2021-08-19 17:28:22 +02:00
Slowmotion.hpp SetSlowMotion Fix #2 2021-08-16 02:01:21 +02:00
SoundMutexFix.cpp Fix style and slowmoStub 2021-08-19 11:45:40 +02:00
SoundMutexFix.hpp Fix style and slowmoStub 2021-08-19 11:45:40 +02:00
StartupMessages.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
StartupMessages.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Stats.cpp Reverted these modifications.. 2020-08-08 23:13:46 +02:00
Stats.hpp [Stats] Add support for mod-specific stat files 2019-10-01 21:54:32 +02:00
StringTable.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
StringTable.hpp [StringTable] Use the game's hashing function 2017-06-30 00:35:04 +02:00
StructuredData.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
StructuredData.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
TextRenderer.cpp Rewrite fonticon localized string caching to fix strings being reallocated 2021-09-22 22:50:22 +02:00
TextRenderer.hpp Rewrite fonticon localized string caching to fix strings being reallocated 2021-09-22 22:50:22 +02:00
Theatre.cpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
Theatre.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Threading.cpp [Threading] Make VA thread safe 2017-05-31 18:03:33 +02:00
Threading.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Toast.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Toast.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
UIFeeder.cpp [UIFeeder] Fix feeder highlighting 2018-11-25 20:23:29 +01:00
UIFeeder.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
UIScript.cpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
UIScript.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Weapon.cpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Weapon.hpp [General] Use const string references 2018-12-17 15:34:28 +01:00
Window.cpp [General] Small code fixes and optimization 2017-06-14 20:53:54 +02:00
Window.hpp [Window] Apply waiting cursor while loading fastfiles 2017-06-06 22:13:08 +02:00
ZoneBuilder.cpp Register dvar 2021-09-06 00:25:24 +02:00
ZoneBuilder.hpp Allow loading assets from disk even if they're already in memory 2021-09-06 00:20:16 +02:00
Zones.cpp Another zones::version specific to the map 2021-07-28 18:49:39 +02:00
Zones.hpp Another zones::version specific to the map 2021-07-28 18:49:39 +02:00