iw4x-client/src/Components/Modules
Louve 63ce4095e0
Safer clans (#366)
* Safer clans

* Remove pointer check

Co-authored-by: Louvenarde <louve@louve.systems>
2022-07-18 23:29:34 +02:00
..
AssetInterfaces Do not take headicons for reference even if they're using a nice tran… (#359) 2022-07-16 13:54:20 +02:00
GSC Prefix custom GSC functions with "iw4x_" (#362) 2022-07-18 13:01:29 +02:00
ArenaLength.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
ArenaLength.hpp
AssetHandler.cpp [AssetHandler] Fix gfxworld issue with zones 316 or higher 2022-07-03 17:49:22 +02:00
AssetHandler.hpp [General] Stop nonsense with asset handler header files 2022-06-22 17:36:06 +02:00
Auth.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Auth.hpp
Bans.cpp [Bans] Refactor 2022-06-28 09:26:43 +02:00
Bans.hpp [Bans] Refactor 2022-06-28 09:26:43 +02:00
Bots.cpp Prefix custom GSC functions with "iw4x_" (#362) 2022-07-18 13:01:29 +02:00
Bots.hpp [Events] Group game events callbacks in one module (#306) 2022-06-13 20:16:57 +02:00
Branding.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Branding.hpp Cleanup code a bit 2022-04-16 17:11:08 +02:00
Bullet.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Bullet.hpp [Bullet] Add user requested features 2022-05-03 17:57:36 +01:00
CardTitles.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
CardTitles.hpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Ceg.cpp [Ceg] Remove very expensive function from Live_Init 2022-07-08 18:40:09 +02:00
Ceg.hpp Remove ceg 2022-05-27 14:15:03 +02:00
Changelog.cpp Remove anticheat (Gone FNAF) 2022-04-15 11:16:22 +02:00
Changelog.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Chat.cpp Prefix custom GSC functions with "iw4x_" (#362) 2022-07-18 13:01:29 +02:00
Chat.hpp Add chat callback (#265) 2022-06-14 20:43:19 +02:00
ClanTags.cpp Safer clans (#366) 2022-07-18 23:29:34 +02:00
ClanTags.hpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
ClientCommand.cpp Prefix custom GSC functions with "iw4x_" (#362) 2022-07-18 13:01:29 +02:00
ClientCommand.hpp Add client dev commands & more 2022-04-12 14:34:51 +02:00
Command.cpp [Command] Have SV commands register sooner 2022-06-28 20:57:58 +02:00
Command.hpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
ConnectProtocol.cpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
ConnectProtocol.hpp
Console.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Console.hpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
D3D9Ex.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
D3D9Ex.hpp
Debug.cpp [Debug] Com_Assert_f for the memes 2022-07-09 23:07:58 +02:00
Debug.hpp [Debug] Com_Assert_f for the memes 2022-07-09 23:07:58 +02:00
Dedicated.cpp [ClanTags] Fix (#361) 2022-07-17 00:15:15 +02:00
Dedicated.hpp Merge branch 'develop' into scheduler 2022-06-12 20:02:48 +02:00
Discovery.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Discovery.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Download.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Download.hpp [Bans] Refactor 2022-06-28 09:26:43 +02:00
Dvar.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Dvar.hpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Elevators.cpp Remove the most hated callback in the source code 2022-06-04 14:06:30 +02:00
Elevators.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Events.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Events.hpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Exception.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
Exception.hpp Copy exception message to clipboard for easy coby basting 2022-02-10 12:14:43 +00:00
FastFiles.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
FastFiles.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
FileSystem.cpp Logger improvements 2022-04-16 10:01:25 +02:00
FileSystem.hpp
Flags.cpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Flags.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
FrameTime.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
FrameTime.hpp
Friends.cpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
Friends.hpp [Events] Group game events callbacks in one module (#306) 2022-06-13 20:16:57 +02:00
Gamepad.cpp [General] Name the last two remaining used dvar flags 2022-06-18 19:42:56 +02:00
Gamepad.hpp replace spaces with tabs in gamepad patch 2022-05-05 21:42:15 +02:00
Gametypes.cpp [Rawfile] Fix hook 2022-07-07 15:32:18 +02:00
Gametypes.hpp
IPCPipe.cpp [ISO] Follow the c++20 standard 2022-05-31 18:38:09 +02:00
IPCPipe.hpp
Lean.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
Lean.hpp [Loader] Make use of typeinfo for singleton and name resolving 2017-05-31 12:04:56 +02:00
Localization.cpp [Rawfile] Fix hook 2022-07-07 15:32:18 +02:00
Localization.hpp
Logger.cpp [Logger] Filter out coloured strings for stdout 2022-07-04 21:09:26 +02:00
Logger.hpp [Logger] Filter out coloured strings for stdout 2022-07-04 21:09:26 +02:00
MapDump.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
MapDump.hpp
MapRotation.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
MapRotation.hpp [MapRotation] Some backwards compatibility 2022-06-24 21:22:46 +02:00
Maps.cpp [Rawfile] Fix hook 2022-07-07 15:32:18 +02:00
Maps.hpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
Materials.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
Materials.hpp Remove unused hud icon drawing patches from Material component 2021-09-12 15:46:47 +02:00
Menus.cpp Remove obsolete DLC Store (#363) 2022-07-18 19:09:39 +02:00
Menus.hpp Fixed compile errors on C++20 2020-12-09 13:13:34 -06:00
ModelSurfs.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
ModelSurfs.hpp
ModList.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
ModList.hpp Remove unnecessary deconstructors 2022-03-16 00:44:59 +00:00
Monitor.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
Monitor.hpp
Movement.cpp Remove the most hated callback in the source code 2022-06-04 14:06:30 +02:00
Movement.hpp [Movement] Fix format 2022-05-02 19:36:50 +01:00
MusicalTalent.cpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
MusicalTalent.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Network.cpp [Network] Disable unused oob handlers 2022-06-27 13:09:10 +02:00
Network.hpp Refactor some packet interception code 2022-05-21 00:12:46 +02:00
News.cpp Merge pull request #313 from diamante0018/dvar-flag-names 2022-06-23 17:05:58 +02:00
News.hpp [News] Remove broken updater 2020-12-09 14:57:34 -06:00
Node.cpp [Node] Use Main pipeline 2022-06-25 18:21:12 +02:00
Node.hpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
Party.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Party.hpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
PlayerName.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
PlayerName.hpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
Playlist.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
Playlist.hpp Refactor some packet interception code 2022-05-21 00:12:46 +02:00
QuickPatch.cpp Merge pull request #351 from diamante0018/debug-dvars 2022-07-03 00:49:55 +02:00
QuickPatch.hpp Better minicon patch 2022-06-04 19:07:45 +02:00
RawFiles.cpp [Rawfile] Fix hook 2022-07-07 15:32:18 +02:00
RawFiles.hpp [Rawfile] Fix hook 2022-07-07 15:32:18 +02:00
RawMouse.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
RawMouse.hpp [Gamepad] Fix hook conflitcs 2022-05-03 16:50:27 +01:00
RCon.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
RCon.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Renderer.cpp [Renderer] Fix crash when debugging oilrig 2022-06-30 13:32:19 +02:00
Renderer.hpp Attempt to refactor scheduler *gone insane* 2022-06-04 14:06:22 +02:00
Scheduler.cpp [Scheduler] Fix hook 2022-07-02 12:17:08 +02:00
Scheduler.hpp [Scheduler] Fix hook 2022-07-02 12:17:08 +02:00
Security.cpp Merge pull request #313 from diamante0018/dvar-flag-names 2022-06-23 17:05:58 +02:00
Security.hpp [Security] Refactor patch (fix mistake?) 2022-05-11 16:24:19 +01:00
ServerCommands.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
ServerCommands.hpp Add client dev commands & more 2022-04-12 14:34:51 +02:00
ServerInfo.cpp [ClanTag] Add back component + extras (#357) 2022-07-16 23:24:26 +02:00
ServerInfo.hpp Avoid some bad dvar look ups per frame 2022-04-12 23:15:50 +02:00
ServerList.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
ServerList.hpp [Script] Add way to modify player name 2022-06-04 10:56:14 +02:00
Session.cpp [Node] Use Main pipeline 2022-06-25 18:21:12 +02:00
Session.hpp [Dedicated] Fix 2022-06-16 16:15:26 +02:00
Singleton.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
Singleton.hpp
SlowMotion.cpp General Refactoring 2022-06-04 22:16:55 +02:00
SlowMotion.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
SoundMutexFix.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
SoundMutexFix.hpp Fix style and slowmoStub 2021-08-19 11:45:40 +02:00
StartupMessages.cpp [General] Name the last two remaining used dvar flags 2022-06-18 19:42:56 +02:00
StartupMessages.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Stats.cpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
Stats.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
StringTable.cpp [ISO] Follow the c++20 standard 2022-05-31 18:38:09 +02:00
StringTable.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
StructuredData.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
StructuredData.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00
TextRenderer.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
TextRenderer.hpp Rewrite fonticon localized string caching to fix strings being reallocated 2021-09-22 22:50:22 +02:00
Theatre.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Theatre.hpp
Threading.cpp ISO Core guidelines 2022-02-27 12:53:44 +00:00
Threading.hpp
Toast.cpp [Scheduler] Use old hook for renderer pipeline 2022-06-30 12:05:56 +02:00
Toast.hpp [Scheduler] Use old hook for renderer pipeline 2022-06-30 12:05:56 +02:00
UIFeeder.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
UIFeeder.hpp
UIScript.cpp [ISO] Follow the c++20 standard 2022-05-31 18:38:09 +02:00
UIScript.hpp
UserInfo.cpp Prefix custom GSC functions with "iw4x_" (#362) 2022-07-18 13:01:29 +02:00
UserInfo.hpp [Events] Group game events callbacks in one module (#306) 2022-06-13 20:16:57 +02:00
VisionFile.cpp [VisionFile] Fix ill-defined loop or something 2022-06-30 23:57:23 +02:00
VisionFile.hpp Custom vision file parser (#249) 2022-06-30 21:37:47 +02:00
Weapon.cpp Merge pull request #322 from diamante0018/csv-gsc 2022-07-11 11:53:10 +02:00
Weapon.hpp [Weapon] Fix loading code 2022-07-02 18:30:35 +02:00
Window.cpp [Dvar] Better dvar settings for debugging 2022-07-02 19:52:57 +02:00
Window.hpp Merge branch 'develop' into branding 2022-05-03 11:04:29 +01:00
ZoneBuilder.cpp [Script] Re-work stuff (no hidden changes) 2022-07-06 17:48:40 +02:00
ZoneBuilder.hpp [Script] Re-work stuff (no hidden changes) 2022-07-06 17:48:40 +02:00
Zones.cpp [Logger] Use c++20 format 2022-06-12 23:07:53 +02:00
Zones.hpp Update Premake5 (100% no hacks) 2022-04-07 11:41:20 +02:00