Commit Graph

1143 Commits (3fb4424909d7627a273d3593b0ba57acc041aaff)

Author SHA1 Message Date
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