Alibek Omarov
|
d25a661701
|
public: moar int to size_t for string length
|
4 years ago |
Alibek Omarov
|
6cc2205321
|
public: strlen must return size_t, not int
|
4 years ago |
Andrey Akhmichin
|
abd9778ef3
|
engine: common: simplified strings operations.
|
4 years ago |
Andrey Akhmichin
|
23ea7ecbcc
|
public: optimize MD5_Print function.
|
4 years ago |
Andrey Akhmichin
|
7a58813254
|
utils: add studio model decompiler.
|
5 years ago |
Alibek Omarov
|
0fe18ae6dc
|
engine: fix -Wmaybe-uninitialized
|
5 years ago |
Alibek Omarov
|
e700a7498e
|
engine: move matchpattern from old engine
|
5 years ago |
Alibek Omarov
|
76a8fe4873
|
engine: use build.h for printing architecture and operating system, also implement architecture names from library naming scheme proposal (#39)
|
5 years ago |
Alibek Omarov
|
70d45f23de
|
public: crclib now is part of public library
|
5 years ago |
Alibek Omarov
|
fb6fd61cd9
|
public: initial moving some common code into static public library, that can be linked to any engine part
|
6 years ago |
mittorn
|
4247af8fa8
|
Reduce engine dependencies. crtlib/mathlib/matrixlib now can be built standalone
|
6 years ago |
Alibek Omarov
|
234507b7f1
|
ref: fix all undefined references
|
6 years ago |
Alibek Omarov
|
d0d5fd1a3f
|
ref: fix some undefined references, compile-in mathlib and crtlib to refdll
|
6 years ago |
Alibek Omarov
|
e7234bada2
|
ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals
|
6 years ago |
Alibek Omarov
|
99bd7c81da
|
ref: render code moved out of engine, doesn't compile, first API prototype
|
6 years ago |
Alibek Omarov
|
814b7eda07
|
Apply 4140 update
|
6 years ago |
Alibek Omarov
|
5a449a56ea
|
Port restricted cmds and cvars from old engine. TODO: implement better stufftext filter
|
7 years ago |
Alibek Omarov
|
efe8ddf151
|
Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong.
|
7 years ago |
Alibek Omarov
|
e8d13cd0d5
|
Rebrand from Xash3D to Xash3D FWGS. Add _format() attrubute to print-like functions
|
7 years ago |
Alibek Omarov
|
8d6e3b7f79
|
Pure engine source code(LF line endings, UTF8 encoded)
|
7 years ago |