Commit Graph

250 Commits (fa3eab330541d7492fcbb6a6b3a9ff53faed7693)

Author SHA1 Message Date
kaetemi 4645d1837d Fix tool build
kaetemi 281a599036 Patch more dangerous strcat buffers
kaetemi 1b35b7812b Fix crash in georges edit due to string change
kaetemi 8e21fed1e6 AGPLv3: The work must carry prominent notices stating that you modified it, and giving a relevant date
kaetemi 255c6956c7 Skip git directory
kaetemi 67bba962d7 Revert unused change from TStringId to CSheetId for sounds
kaetemi f688c23580 Fixed: Don't use CListBox itemData for drawing text, it doesn't actually point to the item string
kaetemi 6cc30e7e6b Resave world editor rc
kaetemi 84bb09c130 Fix version info in tools
kaetemi b85dbdd7df Add versioning info to tools
kaetemi 1d0bce3f8b Fix georges exe name
kaetemi 88ca583290 Set version and icon in mission compiler frontend
kaetemi 77bceea45d Cleanup tool resources
kaetemi 33881e9627 Added: Blue icons for build tools, gold icons for command utilities, yellow icons for script utilities, red for gui tools and services, turquoise for cross platform design tools
kaetemi af029b056c Fix LPITEMIDLIST type
kaetemi dc84e1fd2c Fixed: World editor primitive plugin doesn't have a pch
kaetemi 8d67e13971 Cleaning up unicode conversion
kaetemi 09225503fc Cleaning up unicode conversion
kaetemi 44b7adb569 Cleaning up unicode conversion and fixing 64bit issues
kaetemi 14304c7f64 Cleaning up unicode conversion
kaetemi 842deeaa69 Cleaning up unicode conversion
kaetemi d68ac91a49 Fix MFC tools build under 64bit, require minimum Windows Vista (same as NeL 64bit minimum)
kaetemi 883ee21a17 Fixing unicode in georges edit dll
kaetemi 556806715e Fixing unicode in georges edit dll
kaetemi 01d5edd47b Fixing unicode in georges edit dll
kaetemi bb792b8307 Fixing unicode in georges edit dll
kervala 6f545aedd5 Changed: Use PCH in World Editor Primitive Plugin
--HG--
branch : develop
kervala 065d1dc84c Changed: Minor change
--HG--
branch : develop
kervala 89347cd6a0 Changed: Unicode
--HG--
branch : develop
kervala 6978dc9bee Changed: Use std::string instead of const char*
--HG--
branch : develop
kervala 0a4ce7e4e1 Changed: Unicode
--HG--
branch : develop
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
kervala 32fbf8163d Fixed: Compilation
--HG--
branch : develop
kervala b52daf9519 Fixed: Unicode MFC use
--HG--
branch : develop
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
kervala fe72e1c8d3 Fixed: Compilation of World Editor in Unicode
--HG--
branch : develop
kervala 94bf8fd54e Changed: Use TCHAR functions
--HG--
branch : develop
kervala 699680ac4a Changed: Use addSlashR to replace \n by \r\n
--HG--
branch : develop
kervala 5dfa19518a Changed: NeL helpers to launch an external editor
--HG--
branch : develop
kervala 5658cad02e Changed: Convert std::string <> TCHAR
--HG--
branch : develop
kervala dbba511ee7 Changed: Replace a lot of const char* by std::string parameters
--HG--
branch : develop
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
kervala 995ea1e64f Changed: Unimplemented functions
--HG--
branch : develop
kervala b66b85cefd Changed: Unicode MFC support
--HG--
branch : develop
kervala e2b74b77c6 Changed: Memory leaks detection
--HG--
branch : develop
kervala e0cb4bbe9e Changed: Use NLMISC::openURL to open a page in browser
--HG--
branch : develop
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
kervala 7af3a4c68c Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
kervala 25a4d6bbed Changed: Replace all path native functions by NeL methods
--HG--
branch : develop
kervala d568a0eedd Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop