Dss0
|
a71a60776b
|
Merge pull request #201 from diamante0018/default-constructor
Remove unnecessary deconstructors
|
2022-03-22 00:01:53 +01:00 |
|
FutureRave
|
809e66cdb1
|
Remove unnecessary deconstructors
|
2022-03-16 00:44:59 +00:00 |
|
FutureRave
|
f3a2d6f406
|
Fix some things
|
2022-03-08 14:42:41 +00:00 |
|
FutureRave
|
c54981c6df
|
ISO Core guidelines
|
2022-02-27 12:53:44 +00:00 |
|
FutureRave
|
c0670ba0a3
|
Revert some changes and use const char pointer where it's appropriate
|
2022-01-17 17:21:51 +00:00 |
|
INeedBots
|
eeb70a7da4
|
Fixed compile errors on C++20
|
2020-12-09 13:13:34 -06:00 |
|
momo5502
|
4fa89722a2
|
[General] Use const string references
|
2018-12-17 15:34:28 +01:00 |
|
momo5502
|
4aba6fa06d
|
[Submodules] Get rid of zstd
|
2017-07-03 16:43:48 +02:00 |
|
momo5502
|
e80eb6fb43
|
[General] Get rid of FPS drops
|
2017-07-03 15:07:47 +02:00 |
|
momo5502
|
a011022da5
|
[ZoneBuilder] Use ZSTD for fastfile compression
|
2017-06-26 20:30:29 +02:00 |
|
momo5502
|
dc8b30a42f
|
[General] Fix issues and warnings
|
2017-06-22 10:35:45 +02:00 |
|
TheApadayo
|
824a2a200a
|
[Party] Don't let players join lobby with an incorrect password.
|
2017-06-21 23:17:13 -04: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 |
|
momo5502
|
241915d37b
|
[General] Use unordered_map where it makes sense
|
2016-12-18 13:24:15 +01:00 |
|
momo5502
|
8085e4bd88
|
[CodeStyle] Refactor the code to match our basic style guidelines
|
2016-11-20 14:10:57 +01:00 |
|
momo5502
|
6cf28b4170
|
Playlist and zone fixes
|
2016-11-02 19:19:09 +01:00 |
|
momo5502
|
11ace37f2e
|
Allow long mapnames in playlist
|
2016-11-02 18:44:20 +01:00 |
|
momo5502
|
b2a9e7af81
|
Remove unnecessary includes and fix steamauth exploit
|
2016-07-22 12:12:11 +02:00 |
|
momo5502
|
9562285ed7
|
Use new format library and sort utils
|
2016-07-11 17:14:58 +02:00 |
|
momo5502
|
276e35e2d2
|
Some optimization
|
2016-06-08 17:28:58 +02:00 |
|
momo5502
|
0c205f0353
|
Server-side moddownload implemented
|
2016-06-04 21:24:03 +02:00 |
|
momo5502
|
0b3c3154c9
|
the best way possible
As the party system sets the max players according to the playlist, 2 separate dvars are needed!
|
2016-04-13 21:32:17 +02:00 |
|
momo5502
|
44e6d6acc8
|
Optimize playlist transfer
|
2016-04-13 20:57:44 +02:00 |
|
momo5502
|
3c703e6db4
|
POW optimization and general cleanup
|
2016-04-11 13:32:11 +02:00 |
|
momo5502
|
e3904db37c
|
Rewrite network interface.
|
2016-02-10 17:18:45 +01:00 |
|
momo5502
|
d28323f73e
|
Optimizations
- Increase warning level
- Use proper casting
- Fix some more warnings.
|
2016-01-24 12:19:34 +01:00 |
|
momo5502
|
df2a542377
|
Fully fix playlist downloading.
|
2016-01-09 15:56:40 +01:00 |
|
momo5502
|
8343ce5f13
|
Playlist stuff.
|
2016-01-09 15:30:13 +01:00 |
|
momo5502
|
4425eabd63
|
Fix playlist loading errors.
|
2016-01-08 14:24:05 +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
|
1e3a832be7
|
Fixes and stuff.
|
2016-01-04 11:32:05 +01:00 |
|
momo5502
|
b514b9fb9d
|
Servercount and discovery tests.
|
2016-01-03 19:28:47 +01:00 |
|
momo5502
|
0bbcff083b
|
Reduce playlist packet size.
TODO: Implement!
|
2016-01-03 18:07:23 +01:00 |
|
momo5502
|
ca5d823efd
|
Split playlist data (+fixed issue)
TODO: Test with sensitive connections and unstable network drives.
|
2016-01-03 15:14:44 +01:00 |
|
momo5502
|
621375c2af
|
Fix team shit.
|
2016-01-03 02:37:06 +01:00 |
|
momo5502
|
58ce9f0d17
|
Fix fastfile info allocation shit.
|
2016-01-02 04:51:08 +01:00 |
|
momo5502
|
8fb298ed16
|
Better hooked function calling.
|
2016-01-02 02:47:15 +01:00 |
|
momo5502
|
9aec8b2a1b
|
Playlists.
|
2016-01-02 02:28:09 +01:00 |
|