Diavolo
|
b8d4ff6e26
|
[Filesystem] Fix macro
|
2022-08-11 12:44:03 +02:00 |
|
Diavolo
|
7b1b135e3f
|
[Filesystem] Cleanup
|
2022-08-11 12:31:19 +02:00 |
|
Diavolo
|
fe73bb9827
|
[QuickPatch] Make startsingleplayer command work with iw4x-sp
|
2022-08-02 13:24:22 +02:00 |
|
Louve
|
e88811e980
|
i swear i'm gonna kill him (#378)
Co-authored-by: rackover <roxanne@thegamebakers.com>
Co-authored-by: Edo <edoardo.sanguineti222@gmail.com>
|
2022-07-21 14:33:12 +02:00 |
|
Louve
|
c601a1b97e
|
Fix fs xmodsurfs (#372)
* This commit cured my crashes!
* Use correct thread for Ents swapping
* Mutex
* Cleanup
* Cleanup2
Co-authored-by: Diavolo <edoardo.sanguineti222@gmail.com>
Co-authored-by: Louvenarde <louve@louve.systems>
|
2022-07-21 00:22:49 +02:00 |
|
Diavolo
|
f71946a56b
|
Logger improvements
|
2022-04-16 10:01:25 +02:00 |
|
FutureRave
|
c54981c6df
|
ISO Core guidelines
|
2022-02-27 12:53:44 +00:00 |
|
Joelrau
|
49c2ccd700
|
[FileSystem] DeleteFile returns true or false now
FileSystem::DeleteFile: function returns the boolean from Game::Remove(<path>);
|
2020-09-02 13:02:41 +02:00 |
|
Maurice Heumann
|
6b3ff8fd00
|
[FileSystem] Correctly free iwds
|
2019-12-26 13:24:48 +01:00 |
|
momo5502
|
4fa89722a2
|
[General] Use const string references
|
2018-12-17 15:34:28 +01:00 |
|
momo5502
|
33a8baa9b5
|
[Game] Adapt to correct structures
|
2018-05-09 14:33:52 +02:00 |
|
momo5502
|
d697c94388
|
[FileSystem] Remove debug message
|
2017-06-30 00:41:15 +02:00 |
|
momo5502
|
08bc848267
|
[General] Small code fixes and optimization
|
2017-06-14 20:53:54 +02:00 |
|
momo5502
|
8bb3c1deca
|
[Maps] Implement support for usermaps
|
2017-04-06 22:22:30 +02:00 |
|
momo5502
|
334cc318a4
|
[FileSystem] Allow executing configs in subfolders
|
2017-02-22 19:07:46 +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
|
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
|
5f20366bf7
|
[FileSystem] Synchronize filesystem start
|
2017-01-11 19:38:17 +01:00 |
|
momo5502
|
0fa33e609f
|
[FileSystem] Synchronize filesystem access throughout the application
|
2017-01-11 19:16:42 +01:00 |
|
momo5502
|
403974b9cc
|
[Debugging] Slightly optimize iw4 reading log
|
2016-12-22 12:37:09 +01:00 |
|
momo5502
|
dc6d78187c
|
[FileSystem] Abstract file interfaces and rawfile interface
|
2016-12-16 22:42:28 +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
|
f75d8cee18
|
[FileSystem] Revert back to the initial implementation, but without hunk
|
2016-11-13 15:04:34 +01:00 |
|
momo5502
|
091c604675
|
[FileSystem] Even safer filesystem interaction
|
2016-11-13 11:58:23 +01:00 |
|
momo5502
|
72c19cb968
|
[FileSystem] Threadsafe filesystem interaction
Replace the ReadFile with a threadsafe variant.
Additionally, this includes a check for memory leaks.
!
|
2016-11-12 13:07:19 +01:00 |
|
momo5502
|
51bbbdd588
|
Model stuff
|
2016-11-06 14:03:51 +01:00 |
|
momo5502
|
2d5094e7b4
|
Fix db rawfile access
|
2016-11-05 00:34:09 +01:00 |
|
momo5502
|
61fcea7742
|
Some fixes and introduce FileReader
|
2016-09-19 22:52:00 +02:00 |
|
momo5502
|
52487aa224
|
Finish surface loading, but not test ready
|
2016-09-14 23:01:53 +02:00 |
|
momo5502
|
b0df3e0e21
|
Anticheat fixes and aimbot detection
|
2016-08-08 01:57:00 +02:00 |
|
momo5502
|
9562285ed7
|
Use new format library and sort utils
|
2016-07-11 17:14:58 +02:00 |
|
momo5502
|
9451964046
|
Some optimization
|
2016-06-30 12:11:51 +02:00 |
|
momo5502
|
75dda8062a
|
Some fixes
|
2016-06-24 18:48:04 +02:00 |
|
momo5502
|
c8962075a4
|
Add userraw and redirect http requests to the game's filesystem
|
2016-06-06 13:00:48 +02:00 |
|
momo5502
|
4cb3e04c88
|
Small optimizations
|
2016-04-11 11:25:08 +02:00 |
|
momo5502
|
b912eb618b
|
Ompimize modlist
|
2016-04-04 17:18:57 +02:00 |
|
momo5502
|
388d5836cd
|
Optimize loops.
|
2016-01-24 19:58:13 +01:00 |
|
momo5502
|
d28323f73e
|
Optimizations
- Increase warning level
- Use proper casting
- Fix some more warnings.
|
2016-01-24 12:19:34 +01:00 |
|
momo5502
|
0050429654
|
Various fixes and stuff.
|
2016-01-15 22:51:47 +01:00 |
|
momo5502
|
d28cbd956e
|
Threater stuff.
|
2016-01-10 12:25:31 +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
|
50fc70b071
|
Iwd stuff.
|
2016-01-04 04:25:15 +01:00 |
|
momo5502
|
31104a7537
|
|
2016-01-02 18:28:47 +01:00 |
|
momo5502
|
87c1c36943
|
Use premake.
|
2015-12-29 02:52:31 +01:00 |
|