Edo
|
f70c02b42e
|
[Scheduler]: Use enum class & more (#669)
|
2022-12-26 13:07:24 +01:00 |
|
Edo
|
ac90714811
|
[General]: Use std::format more often (#635)
|
2022-12-11 17:54:24 +00:00 |
|
Edo
|
2b774b6c41
|
[General] Small cleanup (#479)
* [General] Small cleanup
* [Bots] Use ZeroMemory
|
2022-09-08 17:11:54 +02:00 |
|
Diavolo
|
52c9602473
|
[Dedicated] Fix
|
2022-06-16 16:15:26 +02:00 |
|
FutureRave
|
74ed1c342a
|
Fix some mistakes (still wrong pipeline being used somewhere)
|
2022-06-04 14:06:30 +02:00 |
|
FutureRave
|
b0dfd16759
|
Attempt to refactor scheduler *gone insane*
|
2022-06-04 14:06:22 +02:00 |
|
FutureRave
|
c54981c6df
|
ISO Core guidelines
|
2022-02-27 12:53:44 +00:00 |
|
momo5502
|
4fa89722a2
|
[General] Use const string references
|
2018-12-17 15:34:28 +01:00 |
|
momo5502
|
08bc848267
|
[General] Small code fixes and optimization
|
2017-06-14 20:53:54 +02:00 |
|
momo5502
|
78530a247d
|
[Scheduler] Fix connect protocol
|
2017-05-31 18:12:22 +02:00 |
|
momo5502
|
7dbfdb8a79
|
[Scheduler] Fix errors
|
2017-05-31 16:09:41 +02:00 |
|
sr0
|
94429ed35f
|
Revert "[QuickPatch] Disable several unneeded features when running as a dedicated server"
|
2017-02-21 21:49:42 +01:00 |
|
sr0
|
437ee48f8f
|
[ConnectProtocol] Do not initialize when running as a dedicated server
|
2017-02-21 21:39:40 +01:00 |
|
momo5502
|
215d8efe56
|
[ConnectProtocol] Skip intro cause of possible vid_restart
|
2017-02-12 20:45:34 +01:00 |
|
momo5502
|
e6fb206d21
|
[Friends] Better toasts
|
2017-02-12 20:36:38 +01:00 |
|
momo5502
|
7d0b34da1a
|
[IPCPipe] Use old IPC handler again
|
2017-02-12 19:38:56 +01:00 |
|
momo5502
|
ee185c538f
|
[ConnectProtocol] Upgrade the protocol to the new ipc infrastructure
|
2017-01-27 23:09:32 +01:00 |
|
momo5502
|
559195c5cc
|
[IPCHandler] Register basic ipc handler
|
2017-01-27 22:45:01 +01:00 |
|
momo5502
|
82e9f3864c
|
[General] Refactor all the code
This is the actual refactoring, the last commit was broken
|
2017-01-20 22:41:03 +01:00 |
|
momo5502
|
079bc920a8
|
[General] Basic refactoring
|
2017-01-20 14:37:52 +01:00 |
|
momo5502
|
74b34f2a6d
|
[LineEndings] Fix them all
|
2017-01-19 22:55:15 +01:00 |
|
sr0
|
e1a4e3ec27
|
Remove .gitattributes file
|
2017-01-18 23:44:36 +01:00 |
|
/dev/root
|
6c9e28ff42
|
[LineEndings] Fix crlf lineendings
- added gitattributes file to force crlf for hpp/cpp/lua
|
2017-01-16 17:42:50 +01:00 |
|
momo5502
|
c9d160c72a
|
[General] Get rid of unnecessary submodules
|
2017-01-06 15:27:35 +01:00 |
|
/dev/root
|
124e86387b
|
[General] Fixed line endings
- converted all line endings in cpp/hpp files to dos
|
2016-11-25 13:00:48 +01:00 |
|
momo5502
|
8085e4bd88
|
[CodeStyle] Refactor the code to match our basic style guidelines
|
2016-11-20 14:10:57 +01:00 |
|
momo5502
|
157061b6e8
|
Various fixes and fastfile stuff
|
2016-10-21 22:50:17 +02:00 |
|
momo5502
|
b3c0487797
|
Fix connect protocol
|
2016-10-03 01:36:18 +02:00 |
|
momo5502
|
d67aa26a5d
|
Fix connect protocol and temporary workaround for localhost parties
|
2016-08-15 12:57:49 +02:00 |
|
momo5502
|
72e98f8bbb
|
Optimize ConnectProtocol
|
2016-08-14 18:40:13 +02:00 |
|
momo5502
|
9562285ed7
|
Use new format library and sort utils
|
2016-07-11 17:14:58 +02:00 |
|
momo5502
|
4cb3e04c88
|
Small optimizations
|
2016-04-11 11:25:08 +02:00 |
|
momo5502
|
2adee27862
|
Fix unicode shit
|
2016-03-10 01:52:40 +01:00 |
|
momo5502
|
a3d8ee8094
|
Remove iw4x branding
|
2016-02-23 15:52:31 +01:00 |
|
momo5502
|
ba3187ce9e
|
More optimization.
|
2016-01-24 21:08:14 +01:00 |
|
momo5502
|
5f0cfd7a19
|
Intro stuff.
|
2016-01-13 13:18:36 +01:00 |
|
/dev/urandom
|
f753acbe74
|
premake5: Use precompiled headers.
This easily doubles the compilation speed!!1
|
2016-01-04 20:58:00 +01:00 |
|
momo5502
|
85d47594d7
|
Implement listen servers.
|
2016-01-04 14:09:21 +01:00 |
|
momo5502
|
5574aea293
|
Beautify ConnectProtocol a bit.
|
2016-01-04 13:20:04 +01:00 |
|
momo5502
|
23c7828506
|
Fix connect protocol.
Still needs some cleanup, but it's in an acceptable state.
Therefore issue is fixed!.
|
2016-01-04 13:05:42 +01:00 |
|
/dev/sdb
|
94730e7ff2
|
Fixed all Codeanalysis warnings
|
2016-01-03 19:29:22 +01:00 |
|
momo5502
|
3000a11785
|
Some beautifies
|
2015-12-30 15:37:53 +01:00 |
|
/dev/sdb
|
571a2915d0
|
Added ConnectProtocol as module
|
2015-12-29 23:13:23 +01:00 |
|