-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimized compilation time on linux #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s1lentq
added a commit
that referenced
this pull request
Dec 6, 2015
Optimized compilation time on linux
dystopm
added a commit
to dystopm/ReGameDLL_CS
that referenced
this pull request
Jul 12, 2023
commit fc17009 Author: Sergey Shorokhov <[email protected]> Date: Sun Jul 3 09:34:27 2022 +0300 DYING_TIME -> DEATH_ANIMATION_TIME commit 73bb0ec Merge: 1400a4e 1081301 Author: Sergey Shorokhov <[email protected]> Date: Sun Jul 3 09:31:07 2022 +0300 Merge remote-tracking branch 'origin' into death_cam_time commit 1400a4e Author: Sergey Shorokhov <[email protected]> Date: Fri Mar 11 18:51:08 2022 +0300 remove death animation skip commit f8ff803 Author: Sergey Shorokhov <[email protected]> Date: Thu Mar 10 07:37:26 2022 +0300 lil order fixes & indent commit cf39535 Merge: f2d29a8 972e14a Author: Sergey Shorokhov <[email protected]> Date: Thu Mar 10 07:33:02 2022 +0300 Merge remote-tracking branch 'origin/master' into death_cam_time commit f2d29a8 Author: Shorokhov Sergey <[email protected]> Date: Thu Jan 16 15:44:03 2020 +0300 resolve conflicts commit bad3024 Merge: ee475c9 2694a92 Author: Shorokhov Sergey <[email protected]> Date: Thu Jan 16 15:40:28 2020 +0300 Merge branch 'master' into death_cam_time # Conflicts: # README.md # dist/game.cfg commit 2694a92 Merge: 44e7758 2eba3b1 Author: Shorokhov Sergey <[email protected]> Date: Thu Jan 16 15:37:16 2020 +0300 Merge branch 'master' of https://github.com/s1lentq/ReGameDLL_CS commit ee475c9 Author: Shorokhov Sergey <[email protected]> Date: Thu Jan 16 15:05:58 2020 +0300 a better description commit b8e9693 Author: Shorokhov Sergey <[email protected]> Date: Thu Jan 16 14:58:03 2020 +0300 update description commit 44f5abe Author: Shorokhov Sergey <[email protected]> Date: Thu Dec 26 14:49:04 2019 +0300 cvar value handling commit a903680 Author: Shorokhov Sergey <[email protected]> Date: Thu Dec 26 14:48:09 2019 +0300 magic numbers to named const (№2) commit 652af47 Author: Shorokhov Sergey <[email protected]> Date: Thu Dec 26 14:46:03 2019 +0300 magic numbers to named const commit b1e12d6 Author: Shorokhov Sergey <[email protected]> Date: Thu Dec 26 14:43:46 2019 +0300 Add description commit d04f4ce Author: Shorokhov Sergey <[email protected]> Date: Thu Dec 26 14:43:01 2019 +0300 Add new CVar: mp_dying_time < 0 .. 999> commit 44e7758 Merge: eaaa3fd fd06d65 Author: Shorohov Sergey <[email protected]> Date: Mon Dec 2 16:04:42 2019 +0300 Merge pull request rehlds#7 from s1lentq/master update commit eaaa3fd Merge: 5307bb7 46624d9 Author: Shorohov Sergey <[email protected]> Date: Wed Oct 2 16:43:33 2019 +0300 Merge pull request rehlds#6 from s1lentq/master Up commit 5307bb7 Merge: e51af43 3aa9872 Author: Shorohov Sergey <[email protected]> Date: Tue Sep 3 15:58:57 2019 +0300 Merge pull request rehlds#5 from s1lentq/master update commit e51af43 Merge: 411a028 4d8a1b9 Author: Shorokhov Sergey <[email protected]> Date: Mon Sep 2 11:59:43 2019 +0300 Merge branch 'master' of https://github.com/wopox1337/ReGameDLL_CS commit 4d8a1b9 Merge: feae856 75bdc26 Author: Shorohov Sergey <[email protected]> Date: Mon Jul 29 16:40:36 2019 +0300 Merge pull request rehlds#4 from s1lentq/master uptodate commit feae856 Merge: a5283cf b669a39 Author: Shorohov Sergey <[email protected]> Date: Mon Jul 8 14:06:12 2019 +0300 Merge pull request rehlds#3 from s1lentq/master uptodate commit a5283cf Merge: c8a6a4a cee63d9 Author: Shorohov Sergey <[email protected]> Date: Sun Jun 9 12:58:36 2019 +0300 Merge pull request rehlds#2 from s1lentq/master up commit c8a6a4a Merge: 94f0fdb 935064c Author: Shorohov Sergey <[email protected]> Date: Thu Jun 6 01:04:50 2019 +0300 Merge pull request rehlds#1 from s1lentq/master update
dystopm
pushed a commit
to dystopm/ReGameDLL_CS
that referenced
this pull request
Jul 12, 2023
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also converted line endings to CRLF in some files
ICC doesn't use precompiled header if .cpp file has #includes other than precompiled.h and/or #defines
To make icc happy all #define's should be done inside .h files