Commit Graph

1304 Commits (dba92deea558cff642112ba7ff5f8a3085286b44)

Author SHA1 Message Date
kervala 6978dc9bee Changed: Use std::string instead of const char*
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala c458084b59 Fixed: Unicode MFC use
--HG--
branch : develop
8 years ago
kervala a0b4bb2397 Changed: Strings initialization
--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 cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
Nimetu ddcdc8b8fb Added: Border duplication option to texture atlas builder.
--HG--
branch : experimental-ui-scaling
8 years ago
kervala b766a01c8a Fixed: Compilation with clang
--HG--
branch : develop
8 years ago
kervala 106c924f49 Fixed: Use std::vector instead of CUniquePtr for arrays
--HG--
branch : develop
8 years ago
kervala 1920a81a23 Fixed: Don't crash if a file is not unique in BNPs
--HG--
branch : develop
8 years ago
kervala 86c82181ca Changed: Replace Win32 calls by NeL methods
--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 f0c5b7ea40 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 9e0b38e6e0 Changed: New tga2dds option -g to force grayscale image instead of alpha
--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 83a64809c6 Changed: Ligo headers path
--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 664f494b07 Changed: nlwarning already put a \n
--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 5988d7ea82 Changed: Support PNG for Snapshot Tool
--HG--
branch : develop
8 years ago
kervala fa8c29b60b Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala 25a4d6bbed Changed: Replace all path native functions by NeL methods
--HG--
branch : develop
8 years ago
kervala c13b007090 Changed: Moved Ligo headers to include
--HG--
branch : develop
8 years ago
kervala d568a0eedd Changed: Use _T macro, TCHAR, tStrToUtf8/utf8ToTStr, etc... to support UNICODE
--HG--
branch : develop
8 years ago
kervala 1137006eb4 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala b17da91efd Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 033a337419 Changed: Replace all _splitpath by NeL methods
--HG--
branch : develop
8 years ago
kervala 6565603216 Changed: Convert CString and TCHAR* from/to std::string
--HG--
branch : develop
8 years ago
kervala b7ca1d224c Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala a3262bb971 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala 3fb4424909 Changed: Improved formatting
--HG--
branch : develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 0fb9906929 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala ebe7357257 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala 61bb58bea3 Fixed: Typos
--HG--
branch : develop
8 years ago
kervala 791821d6d6 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 8d82472586 Changed: Macros to convert to/from TCHAR* and std::string
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala c8b9c5dc4b Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala e2eedc4852 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala b36ded52df Changed: 3dsmax 2013 and up are always using Unicode
--HG--
branch : develop
8 years ago
kervala 947178e859 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 9e0954fad5 Changed: ForceUtf8 parameter useless now
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala 59c9b587f0 Changed: New format/f parameter for build_interface to force a format (png or tga)
--HG--
branch : develop
8 years ago
kervala 577e49ef91 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala d8f92e1cee Fixed: Ignore extension when looking for textures
--HG--
branch : develop
8 years ago
kervala 891784f23d Changed: Write UNIX EOL in UV files
--HG--
branch : develop
8 years ago
kervala 7f74f70e6f Changed: Allow to extract interface elements with build_interface
--HG--
branch : develop
8 years ago
kervala 8b239df6a9 Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
--HG--
branch : develop
8 years ago
kervala b2f5fed3bf Changed: Replace sscanf by fromString
--HG--
branch : develop
8 years ago
kervala 3ae41bfa58 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 130b270380 Fixed: tga2dds doesn't generate mipmaps
--HG--
branch : develop
8 years ago
kervala ec5deea3f0 Changed: Generate an exception if file is not a supported bitmap format
--HG--
branch : develop
8 years ago
kervala 536483f8a7 Changed: Factorize saving to right bitmap format
--HG--
branch : develop
8 years ago
kervala 35b4a3d98a Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 39275558c0 Changed: Simplify outString (a simple printf should be enough)
--HG--
branch : develop
8 years ago
kervala 20f4825686 Changed: Use CCmdArgs for build_interface
--HG--
branch : develop
8 years ago
kervala b7d37b71e3 Fixed: Compilation without PCH
--HG--
branch : develop
8 years ago
kervala bd766614bc Changed: Replaced spaces by tabs
--HG--
branch : develop
9 years ago
kervala 4b46b9f18f Fixed: Read NeL crash reports as UTF-8 files
--HG--
branch : develop
9 years ago
kervala 7ff21f975d Changed: Q_COMPILER_RVALUE_REFS hack useless with Qt 5.6
--HG--
branch : develop
9 years ago
kervala 89532b2afb Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
kervala f698c31aa1 Changed: Allow to compile WITH_NEL_TESTS without compiling tools
--HG--
branch : develop
9 years ago
kervala aaecf96b67 Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
9 years ago
Gary Preston 7281c40577 Update indentation of tiles_model::data to match coding standard use of tabs.
--HG--
branch : develop
9 years ago
Gary Preston 48e86eedee Fix qt4 build error.
--HG--
branch : develop
9 years ago
kaetemi 1fbc179bc3 Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
9 years ago
kaetemi 874ac2c921 Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
9 years ago
kervala 9913ec7e72 Fixed: Don't try to convert next meshes if an error occurs
--HG--
branch : develop
9 years ago
kervala 7ed708eae8 Fixed: Display an error if unable to find database.cfg
--HG--
branch : develop
9 years ago
kervala fd1344a12e Fixed: NeL unit test with GCC
--HG--
branch : develop
9 years ago
kervala e5a601c109 Changed: Unit tests for bytesToHumanReadableUnits
--HG--
branch : develop
9 years ago
kervala b692b78718 Fixed: Tests for fromStringwith a boolean
--HG--
branch : develop
9 years ago
kervala 285965fe76 Added: New unit tests for common.h
--HG--
branch : develop
9 years ago
kervala 20c7c342ca Fixed: Don't display logs in console for unit tests
--HG--
branch : develop
9 years ago
Gary Preston 963ee5a66e Allow bnp_make to process "if" and "ifnot" argumenets multiple times instead of
accepting only one instance or each.

--HG--
branch : develop
9 years ago
Cédric OCHS c2e444774e Merged in BWGaryP/ryzomcore/fix/bnp_make_call (pull request #134)
Update BnpMake arguements to output bnp files to target folder/name using -o switch.

--HG--
branch : develop
9 years ago
Gary Preston 45755dd86f Update BnpMake arguements to output bnp files to target folder/name
using -o switch.

Exclude first element from package[1] which was used to build the targetBnp file
rather than a file to be included within the bnp.

--HG--
branch : fix/bnp_make_call
9 years ago
kervala 63a36fc2f8 Changed: Removed libxml2 dependencies from other targets
--HG--
branch : develop
9 years ago
kervala 4c96c5a608 Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 222544f902 Fixed: Display an error if adding more than once the same filename in BNP
--HG--
branch : develop
9 years ago
kervala 5892fb8c1c Fixed: -o option of tga2dds for directory output
--HG--
branch : develop
9 years ago
kervala 1ca826cda9 Changed: Use CBigFile to manage BNP and CCmdArgs for command-line in bnp_make
--HG--
branch : develop
9 years ago
kervala f8d45d01dc Changed: Replace tabs by spaces
--HG--
branch : develop
9 years ago
kervala 7f69309e39 Fixed: Link to Qt ICO plugin
--HG--
branch : develop
9 years ago
kervala 12d87b4914 Changed: Use CCmdArgs for tga2dds
--HG--
branch : develop
9 years ago
kervala a08cdce803 Fixed: Use icon under Windows
--HG--
branch : develop
9 years ago
kervala 5fb0c5d279 Removed: Binary file generated by VC++
--HG--
branch : develop
9 years ago
kervala 1864ad70db Fixed: Some unit tests with fromString
--HG--
branch : develop
9 years ago
kervala e01f706ccc Fixed: Updated with new changes
--HG--
branch : develop
9 years ago
kervala c379c61ab7 Changed: Don't need to create it on heap
--HG--
branch : develop
9 years ago
kervala fc645a5668 Fixed: Import static platform plugin
--HG--
branch : develop
9 years ago
kaetemi fd950a692b Faster Qt startup
--HG--
branch : develop
9 years ago
Tobias Peters 48c7404c74 Merged github:zerotacg/ryzomcore/issue/fix-failing-unit-tests
--HG--
branch : issue/fix-failing-unit-tests
9 years ago
kervala 58d23bbe97 Fixed: Compilation with static Qt 5
--HG--
branch : develop
9 years ago
kervala bb9ac688f6 Changed: Set CMP0020 NEW in root project
--HG--
branch : develop
9 years ago
kervala 4886da5855 Fixed: moc doesn't use the right namespace for std::string when using STLPort, so prefer QString for slots and signals
--HG--
branch : develop
9 years ago
kervala cd021fc4ef Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
9 years ago
kervala c427bb216b Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
9 years ago
kaetemi 9c687430c8 Update mask pixel format in panoply preview tool
--HG--
branch : develop
9 years ago
kaetemi 8673d27a13 Add panoply preview tool
--HG--
branch : develop
9 years ago
kervala c844a0bdd1 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala b7fe07d781 Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
9 years ago
kervala bd5f838d6d Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala d0c587e445 Changed: Remove duplicate lines
--HG--
branch : develop
9 years ago
kervala 6a3292c600 Fixed: Convert .bank filenames with / and use existing CFile::fileExists
--HG--
branch : develop
9 years ago
kervala bb3726fd46 Fixed: Compilation of object_viewer_widget in static under Linux
--HG--
branch : develop
9 years ago
kervala 3af2813fbf Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 14f48d821a Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 9ee32071d8 Fixed: Compilation under Linux
--HG--
branch : develop
9 years ago
kervala 59aff6a4bc Changed: Added more fromString tests
--HG--
branch : develop
9 years ago
kervala 245726f347 Changed: Don't need to use system API, NeL already has equivalent
--HG--
branch : develop
9 years ago
kervala ea5b041844 Fixed: Compilation with Qt 4
--HG--
branch : develop
9 years ago
kervala f323974dba Changed: Don't fix files within panoply_maker, use textures_optimizer (but checks can be enabled)
--HG--
branch : develop
9 years ago
kervala 03c9c93fc1 Changed: Comments to support DXTC1a for textures with one level of transparency later
--HG--
branch : develop
9 years ago
kervala 75eb7cb922 Changed: Compile tile_edit_qt and object_viewer_widget if WITH_QT5 is defined
--HG--
branch : develop
9 years ago
kervala ec7699aca9 Fixed: Compilation of object_viewer_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala af14cbe3aa Fixed: Allow to select PNG and TGA for bitmaps
--HG--
branch : develop
9 years ago
kervala 2923fe7c89 Fixed: Remove dependency on Pic (NeL manages TGA and PNG itself, reused code by Kaetemi)
--HG--
branch : develop
9 years ago
kervala fad179731a Fixed: Compilation of tile_edit_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala 95404bd724 Fixed: Don't load grayscale textures as alpha
--HG--
branch : develop
9 years ago
kervala f2b43c2d7e Changed: Added default checks for textures and masks (-t and -m)
--HG--
branch : develop
9 years ago
kervala dc5ddadcbb Fixed: Alpha channel with 0 is correct, don't change it
--HG--
branch : develop
9 years ago
kervala 687301377e Fixed: Instead of returning an error, convert the bitmap in RGBA
--HG--
branch : develop
9 years ago