Thomas Kooi
cbe0ea2772
fix missing return in d2d_display init_input ( #8596 )
2021-10-27 17:25:13 -05:00
Dedmen Miller
74d74ede71
Fixed casting const char* to char* in extension ( #7925 )
2020-10-03 10:26:06 -05:00
PabstMirror
c426103f23
Extension changes for Medical Rewrite and Linux compilation ( #6909 )
...
* Fix Medical HandleDamageWounds memory leak (#6809 )
* Use strncpy and disable MSVC unsafe warnings (#7171 )
* Set 64-bit correctly from generator string, Disable SSE2 flag on 64-bit (non-existent)
* Tweaks for Linux extensions (#5762 )
* Tweak CMakeLists for Linux compilation
* Conform SQF extensions check for Linux server extensions support
* Add *.so to tools
* Split extension check into Windows and Linux
* Disable Medical extension loading for now
* Add client/server separation to extension loading
* Add Arma config documentation on extension creation
2019-09-28 23:03:55 +02:00
Dedmen Miller
a5b73d2c29
Optimize vector math ( #5705 )
2017-10-29 09:43:31 +01:00
Dedmen Miller
c4f9b6c19b
Removed/disable unused stuff ( #5694 )
...
C++17 compat by removing stuff that was deprecated in C++14
2017-10-28 21:39:46 +02:00
jonpas
816da2aef1
Normalize to LF line endings
2016-05-30 18:37:03 +02:00
PabstMirror
bba908fcae
Better fix for M_PI definition
...
Just use #define _USE_MATH_DEFINES for cmath
2015-12-20 13:50:13 -06:00
TheMagnetar
2b80285ad7
Removed pedantic errors. Mainly extra ';' in namespace definitions
2015-09-08 21:53:29 +02:00
KoffeinFlummi
f16f282abd
Merge remote-tracking branch 'origin/release' into master-fix
...
Conflicts:
addons/medical/functions/fnc_handleDamage.sqf
extensions/common/p3d/animation.cpp
extensions/common/p3d/compressed.cpp
extensions/common/p3d/compressed.hpp
extensions/common/pbo/archive.cpp
extensions/common/pbo/search.cpp
extensions/common/pbo/search.hpp
extensions/common/shared.hpp
extensions/common/simplepipe_win32.cpp
extensions/common/simplepipe_win32.hpp
extensions/common/simulation/object.cpp
extensions/common/simulation/object.hpp
extensions/common/targetver.h
extensions/common/vector.hpp
2015-05-20 19:31:55 +02:00
PabstMirror
d6946f6e8f
Fix min/max defines in extensions
...
Error C2589 '(': illegal token on right side of '::' from std::min
because windows.h defines
2015-05-18 22:15:16 -05:00
jaynus
e4fb652dd2
initial pick from vehicledamage for new extension build process.
2015-05-18 20:58:32 +02:00
jaynus-linux
1dd8dc3bfb
cross platform macros and port added for linux for all extensions. Should be transparent
2015-05-17 10:10:02 -07:00
jaynus
99c04d0ed3
Fixed: shared_ptr vs. unique_ptr behavior in VS2013
2015-05-14 07:42:21 -07:00
jaynus
3ff9ea230a
initial pick from vehicledamage for new extension build process.
2015-05-13 08:34:14 -07:00
jaynus
93bcf7e9a1
Added versioning to build process and automated version/git integration.
2015-04-21 16:49:30 -07:00
jaynus
caecf9b21b
Cmake framework for cross-platform extensions and building.
2015-04-03 13:46:53 -07:00