Commit Graph

163 Commits (08908452d5d13512e1013cd003694714c0c2eea7)

Author SHA1 Message Date
kaetemi e09cac7116 Add missing resource header 6 years ago
kaetemi 97e45d3944 Changed: Improved versioning info on 3ds Max plugins 6 years ago
kaetemi bffb067345 Cleaning up unicode conversion 6 years ago
kaetemi dbf09dbeef Add a comma for multiple nodes 6 years ago
kaetemi 59cf1cf562 Fix again for Max 2020 6 years ago
kaetemi 449f0061f8 Fix build for Max 2010 plugins on VS2008 6 years ago
kaetemi 5ddf4ee4d8 Don't pass conversions to output pointers 6 years ago
kaetemi 7e29fcc33d Script to dump animation timings 6 years ago
kervala 56d17e2729 Changed: Constify parameters
--HG--
branch : develop
7 years ago
kervala 31a7e3a90d Changed: CNelExport destructor now virtual like parent's one
--HG--
branch : develop
7 years ago
kervala 2502e10592 Fixed: Warnings with VC++ 2017
--HG--
branch : develop
7 years ago
kervala cba3e90f32 Changed: Minor change
--HG--
branch : develop
7 years ago
kervala c5507b8728 Changed: Display string length in message (to debug empty strings)
--HG--
branch : develop
7 years ago
kervala 8c46a655c6 Fixed: Wrong string conversions
--HG--
branch : develop
7 years ago
kervala 51e4a5e7c1 Fixed: Use c_str() to display a string
--HG--
branch : develop
7 years ago
kervala 3d3046ff97 Changed: Minor changes
--HG--
branch : develop
7 years ago
kervala c744fc9acd Fixed: RollupMouseMessage useless since 3dsmax 2.0
--HG--
branch : develop
7 years ago
kervala 6a06255c61 Fixed: Crash because CreateDialogParam returns NULL (a big thanks to Teanwen!)
--HG--
branch : develop
7 years ago
kervala 584621fe2f Changed: Minor changes
--HG--
branch : develop
7 years ago
kervala 189ed246b1 Fixed: Crash in 3dsmax plugins (patch provided by Teanwen, thank you so much)
--HG--
branch : develop
7 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala 6ac49adb8b Fixed: Warning when generating DLU
--HG--
branch : develop
8 years ago
kervala b52daf9519 Fixed: Unicode MFC use
--HG--
branch : develop
8 years ago
kervala 3d36a4bfb5 Changed: Removed unused methods and used TCHARs
--HG--
branch : develop
8 years ago
kervala a1baec9de2 Changed: Use _T macro
--HG--
branch : develop
8 years ago
kervala 083f44ec32 Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala 30b40568ed Changed: Use 3dsmax SDK definitions
--HG--
branch : develop
8 years ago
kervala 8ef8b60ab8 Fixed: Warning on 64 bits
--HG--
branch : develop
8 years ago
kervala 829092aa8c Fixed: Compilation with 3dsmax 2017 SDK
--HG--
branch : develop
8 years ago
kervala 94bf8fd54e Changed: Use TCHAR functions
--HG--
branch : develop
8 years ago
kervala 5658cad02e Changed: Convert std::string <> TCHAR
--HG--
branch : develop
8 years ago
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
8 years ago
kervala e2b74b77c6 Changed: Memory leaks detection
--HG--
branch : develop
8 years ago
kervala 3992b53683 Changed: Use _M and _T macros
--HG--
branch : develop
8 years ago
kervala b112b7bc9b Fixed: Truncated pointer
--HG--
branch : develop
8 years ago
kervala c79e47384d Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala 85b9398668 Changed: Use -200.f instead of float(-200)
--HG--
branch : develop
8 years ago
kervala 90b57e684b Changed: Catch constification
--HG--
branch : develop
8 years ago
kervala 9e22ece5b6 Fixed: Support 3dsmax 2017 SDK
--HG--
branch : develop
8 years ago
kervala f5008cb00d Changed: Convert MSTR to UTF-8
--HG--
branch : develop
8 years ago
kervala 6d651b9c68 Changed: Use !empty() instead of size()
--HG--
branch : develop
8 years ago
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
8 years ago
kervala 36cc1ea2b5 Fixed: Prototype of method NotifyRefChanged changed in latest 3dsmax SDK versions
--HG--
branch : develop
8 years ago
kervala b3da4247d4 Fixed: Latest 3dsmax SDK versions are using p_end instead of end
--HG--
branch : develop
8 years ago
kervala e69858491c Fixed: Don't truncate 64 bits pointers
--HG--
branch : develop
8 years ago
kervala d9ab55640c Changed: Use MCHAR and _M macros for 3dsmax SDK strings
--HG--
branch : develop
8 years ago
kervala ffa5203a79 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 7af3a4c68c Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
8 years ago
kervala 1e97c4f6f1 Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
8 years ago
kervala fa8c29b60b Changed: Constification of catches
--HG--
branch : develop
8 years ago