kervala
6d21e22905
Use CIFile to load font instead of internal Freetype functions, issue #261
...
--HG--
branch : develop
2016-02-20 18:01:57 +01:00
kervala
aaecf96b67
Use new wrapper insteaf of fopen, issue #261
...
--HG--
branch : develop
2016-02-20 17:56:25 +01:00
kervala
e69090c457
Create fopen wrapper that internally uses wide characters under Windows, issue #261
...
--HG--
branch : develop
2016-02-20 17:46:11 +01:00
kaetemi
871093d4ce
Merge
...
--HG--
branch : develop
2016-02-18 11:58:56 +01:00
kaetemi
e28b6deaf9
Fix gl context not being deleted with custom window
...
--HG--
branch : develop
2016-02-18 11:56:44 +01:00
kaetemi
30077f3977
Move some stuff for easier debug
...
--HG--
branch : develop
2016-02-18 11:55:58 +01:00
Gary Preston
7281c40577
Update indentation of tiles_model::data to match coding standard use of tabs.
...
--HG--
branch : develop
2016-02-17 14:07:19 +00:00
Gary Preston
48e86eedee
Fix qt4 build error.
...
--HG--
branch : develop
2016-02-17 14:03:57 +00:00
Gary Preston
b4a7ab66ab
Add vector include and remove extra qualification on s_InitFlags.
...
--HG--
branch : develop
2016-02-16 19:01:14 +00:00
kaetemi
1fbc179bc3
Centralized project directory configuration mechanism
...
--HG--
branch : feature-material-editor
2016-02-16 02:28:03 +01:00
kaetemi
874ac2c921
Move pipeline utilities into new pipeline library
...
--HG--
branch : feature-material-editor
2016-02-16 00:28:24 +01:00
kervala
2330fc26ec
Fixed: Warning (wrong size)
...
--HG--
branch : develop
2016-02-15 11:54:28 +01:00
kervala
fdd5f69e2d
Fixed: Windows XP doesn't support inet_pton and inet_ntop
...
--HG--
branch : develop
2016-02-14 19:58:42 +01:00
kervala
767d91ce6d
Fixed: Set _WIN32_WINNT used by WinSock for IPv6
...
--HG--
branch : develop
2016-02-14 19:16:22 +01:00
kervala
edf4331d1a
Fixed: Implements IPv6 in CInetAddress
...
--HG--
branch : develop
2016-02-14 18:21:09 +01:00
Nimetu
6d9c9600a2
Fixed: reloading cached image with style reload:1 hint
...
--HG--
branch : develop
2016-02-14 01:22:44 +02:00
kervala
e2271f8db3
Fixed: All files and directories names are using 8-bits locale at the moment, so don't mix with UTF-8 under Windows (we could improve that later but it'll need a lot of changes, especially for all fopen calls)
...
--HG--
branch : develop
2016-02-13 23:33:27 +01:00
kervala
e70a169955
Changed: Display a warning when a environment variable doesn't exist
...
--HG--
branch : develop
2016-02-13 23:30:18 +01:00
kervala
fc69d4cec9
Changed: Use same code as under Linux for OS X when executing sheel scripts
...
--HG--
branch : develop
2016-02-13 23:30:00 +01:00
kervala
a4d98fb13b
Changed: Remember startup path (the initial current directory)
...
--HG--
branch : develop
2016-02-13 23:29:00 +01:00
kervala
9913ec7e72
Fixed: Don't try to convert next meshes if an error occurs
...
--HG--
branch : develop
2016-02-13 13:58:21 +01:00
kervala
c9740a9e61
Fixed: Return true when "open" succeeds under OS X
...
--HG--
branch : develop
2016-02-13 13:57:43 +01:00
kervala
7ed708eae8
Fixed: Display an error if unable to find database.cfg
...
--HG--
branch : develop
2016-02-12 16:04:55 +01:00
kervala
34282be5af
Changed: Reuse NLMISC::formatErrorMessage instead of native FormatMessage
...
--HG--
branch : develop
2016-02-12 16:04:18 +01:00
kervala
53a16257f1
Fixed: CPath::makePathAbsolute removing first /
...
--HG--
branch : develop
2016-02-11 21:00:54 +01:00
kervala
df70c9a9f9
Changed: Minor changes
...
--HG--
branch : develop
2016-02-10 18:47:35 +01:00
kervala
fd1344a12e
Fixed: NeL unit test with GCC
...
--HG--
branch : develop
2016-02-05 12:29:42 +01:00
kaetemi
9602fcc8f0
Also support AppData/Local to allow a non-roaming config
...
--HG--
branch : develop
2016-02-04 13:02:32 +01:00
kaetemi
8ea6f521d3
Fix for VS2008 build
...
--HG--
branch : develop
2016-02-04 12:07:36 +01:00
kervala
6a7c33fa32
Changed: Updated launchProgramAndWaitForResult to support .bat files
...
--HG--
branch : develop
2016-02-03 21:58:29 +01:00
kervala
923434aa72
Changed: Detect .bat file in launchProgram and adapt syntax of CreateProcess
...
--HG--
branch : develop
2016-02-02 19:49:37 +01:00
kervala
9b52f6bc28
Changed: Use "open" to open other programs too under OS X
...
--HG--
branch : develop
2016-02-02 19:20:34 +01:00
kervala
d8ddb1fd11
Fixed: Async execution of .bat under Windows
...
--HG--
branch : develop
2016-02-02 19:20:02 +01:00
kervala
e5a601c109
Changed: Unit tests for bytesToHumanReadableUnits
...
--HG--
branch : develop
2016-02-02 12:37:20 +01:00
kervala
092a3226bd
Changed: New function bytesToHumanReadableUnits to use specific strings for units
...
--HG--
branch : develop
2016-02-02 12:37:06 +01:00
kervala
b692b78718
Fixed: Tests for fromStringwith a boolean
...
--HG--
branch : develop
2016-02-02 11:38:08 +01:00
kervala
285965fe76
Added: New unit tests for common.h
...
--HG--
branch : develop
2016-02-02 11:37:46 +01:00
kervala
20c7c342ca
Fixed: Don't display logs in console for unit tests
...
--HG--
branch : develop
2016-02-02 11:34:16 +01:00
kervala
7b1ab1592e
Fixed: Support new ISO units (KiB, MiB, etc...) in humanReadableToBytes
...
--HG--
branch : develop
2016-02-02 11:33:44 +01:00
kervala
0919fc66e4
Changed: Support more values for fromString with a boolean
...
--HG--
branch : develop
2016-02-02 11:32:20 +01:00
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
2016-01-31 18:02:47 +00:00
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
2016-01-31 14:57:54 +01:00
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
2016-01-31 13:35:27 +00:00
kervala
6e93a0d395
Fixed: Wrong return value for CCmdArgs::haveAdditionalArg
...
--HG--
branch : develop
2016-01-28 13:25:21 +01:00
kervala
63a36fc2f8
Changed: Removed libxml2 dependencies from other targets
...
--HG--
branch : develop
2016-01-27 12:56:16 +01:00
kervala
4c96c5a608
Fixed: Remove inherited dependency on libxml2 for all projects
...
--HG--
branch : develop
2016-01-26 23:42:55 +01:00
kervala
093ee91656
Fixed: libxml2 dependencies
...
--HG--
branch : develop
2016-01-26 23:26:38 +01:00
kervala
89319eb99c
Changed: Put libxml code in .cpp (it was a hack for libwww, that is not used anymore...)
...
--HG--
branch : develop
2016-01-26 22:41:58 +01:00
kervala
df22787f90
Changed: Added PCH for logic
...
--HG--
branch : develop
2016-01-26 22:41:02 +01:00
kervala
af2f38612a
Fixed: Remove inherited dependency on libxml2 for all projects
...
--HG--
branch : develop
2016-01-26 22:30:13 +01:00
kervala
7237736922
Changed: Make absolute program path (useful if launched from current directory under Linux)
...
Changed: Set process name for logs
--HG--
branch : develop
2016-01-23 18:50:17 +01:00
kervala
222544f902
Fixed: Display an error if adding more than once the same filename in BNP
...
--HG--
branch : develop
2016-01-23 18:49:10 +01:00
kervala
0505395fd1
Fixed: toLower shouldn't transform a eszett to s
...
--HG--
branch : develop
2016-01-23 18:48:25 +01:00
kervala
5892fb8c1c
Fixed: -o option of tga2dds for directory output
...
--HG--
branch : develop
2016-01-23 13:02:29 +01:00
kervala
1ca826cda9
Changed: Use CBigFile to manage BNP and CCmdArgs for command-line in bnp_make
...
--HG--
branch : develop
2016-01-23 12:30:01 +01:00
kervala
f8d45d01dc
Changed: Replace tabs by spaces
...
--HG--
branch : develop
2016-01-23 12:28:40 +01:00
kervala
9aff198d70
Fixed: Return true if a required argument is found
...
--HG--
branch : develop
2016-01-23 12:28:22 +01:00
kervala
7f69309e39
Fixed: Link to Qt ICO plugin
...
--HG--
branch : develop
2016-01-23 10:59:30 +01:00
kervala
12d87b4914
Changed: Use CCmdArgs for tga2dds
...
--HG--
branch : develop
2016-01-23 10:27:34 +01:00
kervala
e2cc9e622e
Changed: Minor changes
...
--HG--
branch : develop
2016-01-23 10:18:23 +01:00
kervala
19aa093ea8
Changed: Centralize BNP unpacking and packing methods, to be reused in other tools/programs
...
--HG--
branch : develop
2016-01-23 10:18:09 +01:00
kervala
93e1289a77
Changed: Add a parameter to CPath::makePathAbsolute to simplify the path (remove all . and ..)
...
--HG--
branch : develop
2016-01-23 09:44:41 +01:00
kervala
aff9cccd0c
Changed: Improve toString(const bool &val)...
...
--HG--
branch : develop
2016-01-21 10:06:35 +01:00
kervala
a08cdce803
Fixed: Use icon under Windows
...
--HG--
branch : develop
2016-01-21 10:05:26 +01:00
Nimetu
52dcf1a300
Changed: Use url from <base> element for relative urls
...
--HG--
branch : develop
2016-01-20 19:15:20 +02:00
kervala
fa22852adb
Changed: Removed fromString(const char *, ...) because useless
...
--HG--
branch : develop
2016-01-19 20:41:41 +01:00
kervala
5cc2b2865f
Changed: Local includes against system includes
...
--HG--
branch : develop
2016-01-19 20:38:05 +01:00
kervala
00395d6b2e
Fixed: Compilation without PCH
...
--HG--
branch : develop
2016-01-19 20:37:03 +01:00
kervala
5fb0c5d279
Removed: Binary file generated by VC++
...
--HG--
branch : develop
2016-01-19 20:35:59 +01:00
kervala
1864ad70db
Fixed: Some unit tests with fromString
...
--HG--
branch : develop
2016-01-19 13:12:53 +01:00
kervala
e01f706ccc
Fixed: Updated with new changes
...
--HG--
branch : develop
2016-01-18 21:48:00 +01:00
kervala
b91e3bdf0e
Changed: Improved CCmdArgs
...
--HG--
branch : develop
2016-01-18 21:22:57 +01:00
kervala
c379c61ab7
Changed: Don't need to create it on heap
...
--HG--
branch : develop
2016-01-18 13:27:48 +01:00
kervala
fc645a5668
Fixed: Import static platform plugin
...
--HG--
branch : develop
2016-01-18 13:27:23 +01:00
kaetemi
fd950a692b
Faster Qt startup
...
--HG--
branch : develop
2016-01-18 11:27:14 +01:00
Tobias Peters
48c7404c74
Merged github:zerotacg/ryzomcore/issue/fix-failing-unit-tests
...
--HG--
branch : issue/fix-failing-unit-tests
2016-01-17 20:05:02 +01:00
kervala
58d23bbe97
Fixed: Compilation with static Qt 5
...
--HG--
branch : develop
2016-01-17 13:23:25 +01:00
kervala
c5fbf56984
Fixed: Missing ++
...
--HG--
branch : develop
2016-01-16 23:48:44 +01:00
kervala
bb9ac688f6
Changed: Set CMP0020 NEW in root project
...
--HG--
branch : develop
2016-01-16 23:48:32 +01:00
kervala
b3cfd5f6bb
Fixed: Use lua_tointeger under Lua 5.2 and prior versions
...
--HG--
branch : develop
2016-01-16 21:35:34 +01:00
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
2016-01-16 15:55:56 +01:00
kervala
cd021fc4ef
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
...
--HG--
branch : develop
2016-01-16 15:54:46 +01:00
kervala
c427bb216b
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
...
--HG--
branch : develop
2016-01-16 15:52:51 +01:00
kervala
8b5dcc345d
Fixed: Link to X11 under Linux
...
--HG--
branch : develop
2016-01-16 15:50:45 +01:00
kaetemi
9c687430c8
Update mask pixel format in panoply preview tool
...
--HG--
branch : develop
2016-01-15 17:22:27 +01:00
kaetemi
8673d27a13
Add panoply preview tool
...
--HG--
branch : develop
2016-01-15 17:11:10 +01:00
kaetemi
8cfaa89620
Separate window displayer message stringify
...
--HG--
branch : develop
2016-01-15 17:10:39 +01:00
kaetemi
e4b72e63a1
More of the VS2015 stuff
...
--HG--
branch : develop
2016-01-15 12:29:05 +01:00
kaetemi
f7d05ea8e4
VS2015 fixes for NeL Samples
...
--HG--
branch : develop
2016-01-15 12:22:35 +01:00
kaetemi
9a0c6290a2
Fix another VS2015 warning
...
--HG--
branch : develop
2016-01-15 12:07:33 +01:00
kaetemi
da02779588
More VS2015 fixes
...
--HG--
branch : develop
2016-01-15 12:04:06 +01:00
kaetemi
3632ae4e64
Fix VS2015 warnings
...
--HG--
branch : develop
2016-01-15 11:52:09 +01:00
kaetemi
9a477d976b
VS2015 compilation fixes
...
--HG--
branch : develop
2016-01-15 11:34:23 +01:00
kervala
9a34434cf8
Fixed: Compilation
...
--HG--
branch : develop
2016-01-14 23:58:04 +01:00
kervala
875224d277
Changed: Minor changes
...
--HG--
branch : develop
2016-01-14 23:53:17 +01:00
kervala
c1d8d4e400
Changed: Invert version and help checks
...
--HG--
branch : develop
2016-01-14 23:47:24 +01:00
kervala
c844a0bdd1
Fixed: Compilation
...
--HG--
branch : develop
2016-01-14 23:46:19 +01:00
kervala
b7fe07d781
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
...
--HG--
branch : develop
2016-01-14 21:26:10 +01:00
kervala
57f216dc3e
Changed: Expand environment variables in paths read from cfg files
...
--HG--
branch : develop
2016-01-13 19:59:09 +01:00
kervala
bd5f838d6d
Changed: Minor changes
...
--HG--
branch : develop
2016-01-13 19:54:23 +01:00
kervala
d0c587e445
Changed: Remove duplicate lines
...
--HG--
branch : develop
2016-01-13 19:53:20 +01:00
kervala
6a3292c600
Fixed: Convert .bank filenames with / and use existing CFile::fileExists
...
--HG--
branch : develop
2016-01-13 19:51:00 +01:00
kervala
e1c14db5a0
Fixed: getLastSeparator should return std::string::size_type instead of an integer
...
--HG--
branch : develop
2016-01-13 19:47:35 +01:00
kervala
a66fa8cc9c
Changed: Implement CPath::isAbsolutePath
...
--HG--
branch : develop
2016-01-13 19:46:27 +01:00
kervala
af9610328f
Changed: Implement expandEnvironmentVariables function
...
--HG--
branch : develop
2016-01-13 19:45:02 +01:00
kervala
ad36e59a71
Fixed: Save filenames in .bank with / instead of system separator
...
--HG--
branch : develop
2016-01-13 19:43:46 +01:00
kervala
49ef5a1ed7
Fixed: lua_tointeger doesn't work if value has a decimal part and returns 0
...
--HG--
branch : develop
2016-01-12 22:21:38 +01:00
kervala
59c06630cd
Changed: Table keys are integers
...
--HG--
branch : develop
2016-01-11 11:43:59 +01:00
kervala
839928a57a
Fixed: In Lua, all integers are numbers and numbers can be converted to integers
...
--HG--
branch : develop
2016-01-11 11:34:32 +01:00
Nimetu
ad8059c345
Fixed: Invalid image width/height on error
...
--HG--
branch : develop
2016-01-10 16:33:42 +02:00
Nimetu
511a004827
Fixed: Wrong DD indent in nested list when tag is not closed
...
--HG--
branch : develop
2016-01-07 01:00:48 +02:00
kervala
bb3726fd46
Fixed: Compilation of object_viewer_widget in static under Linux
...
--HG--
branch : develop
2016-01-10 12:12:50 +01:00
kervala
3af2813fbf
Fixed: Compilation
...
--HG--
branch : develop
2016-01-09 16:29:59 +01:00
kervala
14f48d821a
Changed: Minor changes
...
--HG--
branch : develop
2016-01-09 15:57:20 +01:00
kervala
9ee32071d8
Fixed: Compilation under Linux
...
--HG--
branch : develop
2016-01-09 15:56:50 +01:00
kervala
9e8cd07e4b
Changed: HAVE_X86_64 is defined or not
...
--HG--
branch : develop
2016-01-07 17:39:53 +01:00
kervala
b3a392d559
Changed: Minor changes
...
--HG--
branch : develop
2016-01-07 17:36:17 +01:00
kervala
59aff6a4bc
Changed: Added more fromString tests
...
--HG--
branch : develop
2016-01-06 23:21:22 +01:00
kervala
245726f347
Changed: Don't need to use system API, NeL already has equivalent
...
--HG--
branch : develop
2016-01-06 23:20:40 +01:00
kervala
ea5b041844
Fixed: Compilation with Qt 4
...
--HG--
branch : develop
2016-01-06 16:01:53 +01:00
kervala
ecb47bc2dc
Changed: Remove unused variable
...
--HG--
branch : develop
2016-01-06 13:21:47 +01:00
kervala
0ef79083a0
Changed: Code simplification
...
--HG--
branch : develop
2016-01-06 13:19:48 +01:00
kervala
80ae07c8b3
Changed: Minor changes
...
--HG--
branch : develop
2016-01-06 13:17:07 +01:00
kervala
f323974dba
Changed: Don't fix files within panoply_maker, use textures_optimizer (but checks can be enabled)
...
--HG--
branch : develop
2016-01-06 12:43:57 +01:00
kervala
6efce5ba59
Changed: Support for new key events
...
--HG--
branch : develop
2016-01-06 12:42:10 +01:00
kervala
76744b18c7
Changed: Minor change
...
--HG--
branch : develop
2016-01-06 12:39:58 +01:00
kervala
03c9c93fc1
Changed: Comments to support DXTC1a for textures with one level of transparency later
...
--HG--
branch : develop
2016-01-06 12:35:21 +01:00
kervala
75eb7cb922
Changed: Compile tile_edit_qt and object_viewer_widget if WITH_QT5 is defined
...
--HG--
branch : develop
2016-01-06 12:33:58 +01:00
kervala
ec7699aca9
Fixed: Compilation of object_viewer_qt with Qt 5
...
--HG--
branch : develop
2016-01-06 12:33:05 +01:00
kervala
af14cbe3aa
Fixed: Allow to select PNG and TGA for bitmaps
...
--HG--
branch : develop
2016-01-06 12:31:53 +01:00
kervala
2923fe7c89
Fixed: Remove dependency on Pic (NeL manages TGA and PNG itself, reused code by Kaetemi)
...
--HG--
branch : develop
2016-01-06 12:31:13 +01:00
kervala
fad179731a
Fixed: Compilation of tile_edit_qt with Qt 5
...
--HG--
branch : develop
2016-01-06 12:29:34 +01:00
Nimetu
8475f25e75
Changed: Refactor DL
...
--HG--
branch : develop
2016-01-06 00:11:17 +02:00
Nimetu
639ce91e61
Fixed: Align UL, LI list style type marker outside content
...
--HG--
branch : develop
2016-01-06 00:08:41 +02:00
Nimetu
6bcb153930
Fixed: DL list top margin
...
--HG--
branch : develop
2016-01-05 23:23:19 +02:00
Nimetu
f95d445839
Fixed: DL list DD element indent
...
--HG--
branch : develop
2016-01-05 23:02:21 +02:00
Nimetu
bbe9ca2b67
Changed: UL list style type depending on nested depth
...
--HG--
branch : develop
2016-01-05 20:23:11 +02:00
Nimetu
298a659c6f
Changed: Merge UL and OL code
...
--HG--
branch : develop
2016-01-05 20:21:40 +02:00
kervala
95404bd724
Fixed: Don't load grayscale textures as alpha
...
--HG--
branch : develop
2016-01-05 17:11:37 +01:00
kervala
f2b43c2d7e
Changed: Added default checks for textures and masks (-t and -m)
...
--HG--
branch : develop
2016-01-05 12:57:26 +01:00
kervala
dc5ddadcbb
Fixed: Alpha channel with 0 is correct, don't change it
...
--HG--
branch : develop
2016-01-05 12:54:47 +01:00
kervala
9f761780f1
Changed: %u to format a uint
...
--HG--
branch : develop
2016-01-05 12:53:57 +01:00
kervala
687301377e
Fixed: Instead of returning an error, convert the bitmap in RGBA
...
--HG--
branch : develop
2016-01-05 12:53:32 +01:00
kervala
798cb1c7ce
Fixed: Alpha channel with 0 is correct, don't change it
...
--HG--
branch : develop
2016-01-05 12:52:45 +01:00
kervala
f482f77179
Fixed: GCC warnings
...
--HG--
branch : develop
2016-01-05 12:51:06 +01:00
kervala
ac57a464d4
Fixed: Converting AlphaLuminance to Luminance
...
--HG--
branch : develop
2016-01-04 22:16:21 +01:00
kervala
0dc70105d5
Fixed: __rdtsc() under old versions of GCC
...
--HG--
branch : develop
2016-01-04 19:26:25 +01:00
kervala
ae752f72d8
Changed: Define CLANG_VERSION is using clang compiler
...
--HG--
branch : develop
2016-01-04 19:18:19 +01:00
kervala
0fe6ec67ba
Fixed: Compilation
...
--HG--
branch : develop
2016-01-04 16:14:30 +01:00
kervala
9b8cdc2821
Changed: Use same _mm_getcsr and __cpuid intrinsics everywhere
...
--HG--
branch : develop
2016-01-04 15:40:45 +01:00
kervala
68aa20257f
Changed: Use new code to determine free disk space
...
--HG--
branch : develop
2016-01-04 15:39:31 +01:00
kervala
b11fabe867
Changed: Use __rdtsc() intrinsics everywhere for Intel CPUs
...
--HG--
branch : develop
2016-01-04 15:35:02 +01:00
kervala
aaa9c394d7
Fixed: If mask is using colors, convert it to grayscale using Red value (compatible with previous algorithm)
...
--HG--
branch : develop
2016-01-04 13:58:54 +01:00
kervala
ed98662de3
Changed: OutputPath is already "standardized"
...
--HG--
branch : develop
2016-01-04 13:57:21 +01:00
kervala
fe018c959b
Changed: Use lowercase instead of uppercase for extensions
...
--HG--
branch : develop
2016-01-04 13:56:56 +01:00
kervala
47bde9ccc7
Changed: Allow to resample Luminance (grayscale) bitmaps
...
--HG--
branch : develop
2016-01-04 13:54:59 +01:00
kervala
c263e4dffb
Changed: Don't redefine new and delete operators if targetting x86_64
...
--HG--
branch : develop
2016-01-04 13:48:57 +01:00
kervala
6627c04a97
Changed: Copy tools related to client into client bundle under OS X
...
--HG--
branch : develop
2016-01-04 13:43:49 +01:00
kervala
79e3ec61b1
Changed: Convert masks to 8 bits grayscale instead of using only Red component of RGBA bitmaps
...
--HG--
branch : develop
2016-01-03 18:14:46 +01:00
kervala
494ab2ce20
Changed: Cast to CRGBA* is faster than set8888
...
--HG--
branch : develop
2016-01-03 17:51:49 +01:00
kervala
96fab4210b
Changed: Use LD_LIBRARY_PATH only when opening a document or URL
...
--HG--
branch : develop
2016-01-03 17:51:09 +01:00
kervala
82acfb3bf2
Changed: Only use filename in setProcessName
...
--HG--
branch : develop
2016-01-03 17:50:21 +01:00
kervala
33e701192d
Fixed: Sign OS X binaries needed by client and copy them in Ryzom bundle
...
--HG--
branch : develop
2016-01-03 17:47:31 +01:00
kervala
06b83f85f7
Changed: Add an icon for crash_report under Windows
...
--HG--
branch : develop
2016-01-03 17:46:27 +01:00
kervala
12c4adf943
Changed: Minor changes
...
--HG--
branch : develop
2016-01-02 22:24:16 +01:00
kervala
de0df1645b
Changed: Don't create bundle for Ryzom client tools (we will try to package them in same bundle)
...
--HG--
branch : develop
2016-01-02 22:23:49 +01:00
kervala
1a00dec5c3
Changed: Unused code
...
--HG--
branch : develop
2016-01-02 22:23:04 +01:00
kervala
8087b76397
Fixed: Load 8bits textures as grayscale instead of alpha in textures_optimizer
...
--HG--
branch : develop
2016-01-02 20:29:24 +01:00
kervala
844b1e3d02
Fixed: Warnings with GCC
...
--HG--
branch : develop
2016-01-02 19:19:39 +01:00
kervala
b50ca03e92
Fixed: Use --args only with open
...
--HG--
branch : develop
2016-01-02 19:16:33 +01:00
kervala
046c69066d
Fixed: Don't use system() under Windows, because it'll open a console window, use launchProgramAndWaitForResult instead
...
--HG--
branch : develop
2016-01-02 19:15:21 +01:00
kervala
266a32ea19
Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
...
--HG--
branch : develop
2016-01-02 19:14:13 +01:00
kervala
0c98a86e4b
Fixed: Display alpha as an integer
...
--HG--
branch : develop
2016-01-02 17:10:23 +01:00
kervala
20711e24e3
Fixed: Typos
...
--HG--
branch : develop
2016-01-02 17:04:45 +01:00
kervala
6e36d06f76
Changed: Minor changes
...
--HG--
branch : develop
2016-01-02 11:34:17 +01:00
kervala
71f7cb28dc
Changed: Remove X11 code for OS X (we support Cocoa now)
...
--HG--
branch : develop
2016-01-02 11:34:04 +01:00
kervala
8e57f2ed2e
Fixed: Dead keys under Linux (Ubuntu was using ibus input method)
...
--HG--
branch : develop
2016-01-02 11:33:18 +01:00
kervala
cf8ed540a7
Changed: Use new methods in panoply_maker
...
--HG--
branch : develop
2016-01-01 16:07:27 +01:00
kervala
80759eafb4
Changed: Minor changes
...
--HG--
branch : develop
2016-01-01 16:04:57 +01:00
kervala
e995b7221f
Added: Textures optimizer tool
...
--HG--
branch : develop
2016-01-01 16:04:45 +01:00
kervala
d34e3d120d
Changed: Parse nvidia-smi output to determine video memory
...
--HG--
branch : develop
2016-01-01 16:04:06 +01:00
kervala
ee26c7377b
Changed: Minor change
...
--HG--
branch : develop
2016-01-01 16:03:06 +01:00
kervala
437aa5b939
Changed: Added helpers methods to CBitmap
...
--HG--
branch : develop
2016-01-01 16:02:54 +01:00
kervala
27a2263bd6
Changed: Added set8888() method to CGRBA
...
--HG--
branch : develop
2016-01-01 16:01:03 +01:00
kervala
2ed7c0be88
Changed: Added isGray() method to CGRBA
...
--HG--
branch : develop
2016-01-01 16:00:17 +01:00
kervala
8b770d41ac
Fixed: Wrong bitmap size
...
--HG--
branch : develop
2015-12-29 16:15:07 +01:00
kervala
9b9ee4e492
Fixed: Install readme.txt in same directory if not using WITH_UNIX_STRUCTURE
...
--HG--
branch : develop
2015-12-28 18:16:07 +01:00
kervala
91f2913026
Changed: Don't need to use std::stringstream
...
--HG--
branch : develop
2015-12-28 18:15:28 +01:00
kervala
77352d5759
Changed: Minor change
...
--HG--
branch : develop
2015-12-28 16:43:20 +01:00
kervala
b93414cd27
Fixed: Warning when DDS_HEADER is not initialized
...
--HG--
branch : develop
2015-12-28 16:41:26 +01:00
kervala
5ccf0df1ab
Changed: Allow panoply_maker to optimize textures and masks (remove alpha channel if useless)
...
--HG--
branch : develop
2015-12-28 16:37:32 +01:00
kervala
d8bc7384ae
Fixed: Don't crash if GL_VERSION returns NULL (it should never happen)
...
--HG--
branch : develop
2015-12-27 16:06:35 +01:00
kervala
ba7c4ae4d4
Changed: Support for GLX_MESA_query_renderer to detect video memory
...
--HG--
branch : develop
2015-12-26 17:51:36 +01:00
kervala
57859636cd
Changed: Minor changes
...
--HG--
branch : develop
2015-12-26 17:49:54 +01:00
kervala
478a2102b8
Fixed: GCC warnings
...
--HG--
branch : develop
2015-12-26 15:12:41 +01:00
kervala
ba6f66d310
Fixed: GCC warnings
...
--HG--
branch : develop
2015-12-26 14:10:27 +01:00
kervala
af0eabbdea
Fixed: GCC warnings
...
--HG--
branch : develop
2015-12-26 14:09:15 +01:00
kervala
83ef24dab7
Changed: Renamed screenH and screenW to _ScreenH and _ScreenW
...
--HG--
branch : develop
2015-12-26 14:02:01 +01:00
kervala
d7255a63d8
Changed: Minor changes
...
--HG--
branch : develop
2015-12-26 14:00:39 +01:00
kervala
ec86bdcf96
Changed: Force 32 bits depth with XRandr
...
--HG--
branch : develop
2015-12-26 13:38:09 +01:00
kervala
cbea85c105
Changed: Implement CSystemUtils::getTotalVideoMemory() under Linux (Xorg log and lspci parsing)
...
--HG--
branch : develop
2015-12-26 13:28:09 +01:00
kervala
2006f1a866
Fixed: GCC warnings
...
--HG--
branch : develop
2015-12-26 13:26:51 +01:00
kervala
2d0d87a05e
Fixed: Warnings with GCC
...
--HG--
branch : develop
2015-12-25 20:49:59 +01:00
kervala
4a1f4cd725
Changed: Use shared libs for X11 because API doesn't change
...
--HG--
branch : develop
2015-12-25 15:35:04 +01:00
kervala
21ada78b63
Changed: Display a warning when calling getModes if Display is NULL
...
--HG--
branch : develop
2015-12-25 15:30:14 +01:00
kervala
a5d3b2d461
Changed: Added new function getCommandOutput
...
--HG--
branch : develop
2015-12-25 15:29:23 +01:00
kervala
4fa6247672
Changed: windows.h already included in stdligo.h
...
--HG--
branch : develop
2015-12-23 15:23:50 +01:00
kervala
36358cef50
Fixed: Wrong units (1 KiB = 1024 B, 1 KB = 1000 B, etc...)
...
--HG--
branch : develop
2015-12-23 15:11:26 +01:00
kervala
dd69f64225
Changed: Use a stack size of 1 MiB under all platforms for CCoTask (default under Windows)
...
--HG--
branch : develop
2015-12-23 15:10:06 +01:00
kervala
55feca30d7
Changed: Use nlSleep instead of usleep
...
--HG--
branch : develop
2015-12-23 15:08:08 +01:00
kervala
4061826715
Changed: Use _LP64 macro instead of sizeof(long unsigned int) == 8
...
--HG--
branch : develop
2015-12-23 15:04:22 +01:00
kervala
ffe0571a12
Changed: Use nlwarning instead of nlerror
...
--HG--
branch : develop
2015-12-23 15:03:32 +01:00
kervala
360a634f5b
Changed: Don't need to use XDG_CURRENT_DESKTOP under OS X
...
--HG--
branch : develop
2015-12-23 15:03:08 +01:00
kervala
5d64a01f58
Fixed: Use Xcb plugin for Qt 5 under Linux
...
--HG--
branch : develop
2015-12-23 15:00:49 +01:00
kervala
09e22e292d
Changed: Use toString instead of sprintf
...
--HG--
branch : develop
2015-12-23 14:56:36 +01:00
kervala
f57b1b9421
Changed: Implement CSystemUtils::getTotalVideoMemory() for Windows
...
--HG--
branch : develop
2015-12-23 14:48:33 +01:00
kervala
07a1285740
Fixed: Target at least Windows 2000
...
--HG--
branch : develop
2015-12-23 14:47:11 +01:00
kervala
72af4052ee
Changed: Add getTotalVideoMemory to IDriver to query total video memory
...
--HG--
branch : develop
2015-12-23 14:36:16 +01:00
Nimetu
f4d47f27aa
Fixed: Crash when div was following p element
...
--HG--
branch : develop
2015-12-22 01:29:53 +02:00
Nimetu
b06d8bb039
Fixed: Stuck scrollbar
...
--HG--
branch : develop
2015-12-20 03:33:43 +02:00
Nimetu
e68d6f83fe
Fixed: Incorrect vertical spacing between block style elements
...
--HG--
branch : develop
2015-12-18 21:23:18 +02:00
Nimetu
5e61995c3c
Changed: Render p and div as block level elements
...
--HG--
branch : develop
2015-12-19 20:39:40 +02:00
Nimetu
bcae216816
Fixed: Table colspan overwrites previous row column width
...
--HG--
branch : develop
2015-12-18 14:29:40 +02:00
Nimetu
fe476d4872
Added: html TH element
...
--HG--
branch : develop
2015-12-18 14:29:40 +02:00
Nimetu
2eb56b6460
Added html HR element
...
--HG--
branch : develop
2015-12-18 14:29:40 +02:00
Nimetu
045a6471fe
Added: html OL list
...
--HG--
branch : develop
2015-12-18 14:29:40 +02:00
kervala
ad93a9005f
Changed: Improve errors reporting
...
--HG--
branch : develop
2015-12-17 13:02:12 +01:00
kervala
a22e056de1
Fixed: Typos
...
--HG--
branch : develop
2015-12-17 12:51:26 +01:00
kervala
5efaa8360f
Changed: Minor changes
...
--HG--
branch : develop
2015-12-17 12:48:57 +01:00
kervala
75eceb9b24
Fixed: loadPNG with RGB images was returning 32
...
--HG--
branch : develop
2015-12-16 14:50:40 +01:00
kervala
a550f2c760
Changed: Minor changes
...
--HG--
branch : develop
2015-12-15 14:07:32 +01:00
kervala
70196d2f90
Fixed: Implement launch of executables under OS X
...
--HG--
branch : develop
2015-12-15 14:06:49 +01:00
kervala
8aff509f0f
Fixed: Clang warnings
...
--HG--
branch : develop
2015-12-13 15:25:28 +01:00
kervala
15aed08533
Fixed: Removed unneeded operator for CSString (compilation fails with VC++ 2010 without STLport)
...
--HG--
branch : develop
2015-12-13 14:21:20 +01:00
kervala
9d30c279e0
Fixed: Compilation of some tools with Qt 5 in static
...
--HG--
branch : develop
2015-12-13 13:09:25 +01:00
kervala
7ebe3088bb
Fixed: Compile crash_report and ryzom_configuration if WITH_RYZOM_CLIENT is set
...
--HG--
branch : develop
2015-12-13 13:06:23 +01:00
kervala
fc951a24ce
Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
...
--HG--
branch : develop
2015-12-13 13:03:16 +01:00
kervala
977103f9d0
Fixed: OS X uses .dylib extension instead of .so
...
--HG--
branch : develop
2015-12-11 20:19:10 +01:00
Nimetu
dceb45e373
Fixed: Keyboard capture not reset when clicking outside GUI.
...
--HG--
branch : develop
2015-12-10 10:56:03 +02:00
Nimetu
612125a243
Added: Size attributes to img (width, height, max-width, max-height)
...
--HG--
branch : develop
2015-12-08 21:53:54 +02:00
kervala
76a8904e9a
Fixed: Compilation under OS X
...
--HG--
branch : develop
2015-12-08 14:33:09 +01:00
kervala
079ea3e5c5
Changed: Let dependencies propagate to other targets
...
--HG--
branch : develop
2015-12-07 21:48:32 +01:00
kervala
f393554075
Backed out changeset: 0e65571cbfd1 (doesn't fix anything)
...
--HG--
branch : develop
2015-12-06 19:46:02 +01:00
kervala
c6b52c4a21
Fixed: Remove \SystemRoot\ from path returned from Registry
...
--HG--
branch : develop
2015-12-06 16:42:49 +01:00
Nimetu
8f87990a1b
Added: Smooth scrolling
...
--HG--
branch : develop
2015-12-06 16:38:29 +02:00
Nimetu
cb94cb4f9f
Fixed: Scrolling in small steps not working.
...
--HG--
branch : develop
2015-12-06 16:26:39 +02:00
kervala
1fa2e22491
Changed: Port some tools to Qt 5
...
--HG--
branch : develop
2015-12-05 18:48:59 +01:00
Nimetu
7cbd840ce1
Added: style for html elements del, u, em, strong, small, and dl list
...
--HG--
branch : develop
2015-12-03 15:50:54 +02:00
Nimetu
a7100eb5bc
Changed: Ignore text from <script> element
...
--HG--
branch : develop
2015-12-03 15:50:46 +02:00
Nimetu
d4ed66d99b
Added: URL #fragment navigation.
...
--HG--
branch : develop
2015-11-26 11:29:50 +02:00
Nimetu
f4599e183b
Added: Common attributes to h1..h6 elements
...
--HG--
branch : develop
2015-12-02 20:37:44 +02:00
kervala
34b3334182
Fixed: Bug when CURLMOPT_MAX_HOST_CONNECTIONS is not supported
...
--HG--
branch : develop
2015-12-02 18:57:21 +01:00
kervala
d4dd2b7264
Fixed: Getters for Anisotropic Filtering
...
--HG--
branch : develop
2015-12-02 18:56:49 +01:00
kervala
b4e1dcbc10
Fixed: Link error under Debian Squeeze
...
--HG--
branch : develop
2015-11-30 14:19:05 +01:00
kervala
7337ee4faa
Fixed: Warning filePath not being a const char*
...
--HG--
branch : develop
2015-11-30 14:18:04 +01:00
kervala
2e58a0725a
Changed: Forgot other ##
...
--HG--
branch : develop
2015-11-30 12:25:43 +01:00
kervala
94f035ed8f
Fixed: GCC doesn't support no arguments for __VA_ARGS__
...
--HG--
branch : develop
2015-11-30 10:29:24 +01:00
kervala
74196261ee
Fixed: VC++ 2010 already supports ULL
...
--HG--
branch : develop
2015-11-30 10:28:06 +01:00
kervala
0623258189
Fixed: 64 bits constants truncated in 32 bits
...
--HG--
branch : develop
2015-11-30 10:27:41 +01:00
kervala
4e5ed6060a
Fixed: Warning string after #endif
...
--HG--
branch : develop
2015-11-30 10:27:03 +01:00
kervala
7a2dd18095
Changed: Add and use more constants in config.h
...
--HG--
branch : develop
2015-11-29 14:19:02 +01:00
kervala
520eb941b1
Changed: Simplified CMake ELSE and ENDIF
...
--HG--
branch : develop
2015-11-29 14:06:05 +01:00
kervala
06994f4c58
Added: RC files for NeL drivers
...
--HG--
branch : develop
2015-11-29 13:58:12 +01:00
kishan_grimout
83a81801ea
fix crash when a shader fails to build
...
--HG--
branch : develop
2015-05-23 16:50:24 +02:00
kervala
244c2eb211
Fixed: Open web pages in background under OS X and don't close client
...
--HG--
branch : develop
2015-11-24 10:02:09 +01:00
kervala
4a02370266
Fixed: Crash under Linux saying you can't use X in multi-threaded environment
...
--HG--
branch : develop
2015-11-22 18:37:29 +01:00
kervala
d50c40c473
Fixed: Unable to open URLs under Linux while using Steam Runtime
...
--HG--
branch : develop
2015-11-21 17:39:49 +01:00
kervala
35471ace88
Fixed: Typo
...
--HG--
branch : develop
2015-11-21 17:37:45 +01:00
kervala
d1f925d319
Changed: Give priority to xdg-open (if present) to open URLs under Linux
...
--HG--
branch : develop
2015-11-21 17:36:44 +01:00
kaetemi
6c2490090d
Merge with feature-export-assimp
...
--HG--
branch : develop
2015-11-16 00:46:27 +01:00
kervala
6d52aa7077
Fixed: Revert back TrapCrashInDebugger to false else VC++ can't intercept exceptions and we'll be unable to debug :(
...
--HG--
branch : develop
2015-11-15 18:33:09 +01:00
kervala
c83ea11e84
Changed: Display basic information for OpenAL driver
...
--HG--
branch : develop
2015-11-15 18:31:56 +01:00
kervala
f76e275e2c
Changed: Temporary comment the line because XAudio2 returns an error if used
...
--HG--
branch : develop
2015-11-15 18:31:20 +01:00
kervala
817486538c
Changed: Minor changes
...
--HG--
branch : develop
2015-11-15 13:29:34 +01:00
kervala
334f2b43c6
Fixed: Display title and artist name from ogg files in music player
...
--HG--
branch : develop
2015-11-15 13:13:44 +01:00
kervala
f9c789e4db
Fixed: Only open supported music formats in music player
...
--HG--
branch : develop
2015-11-15 13:12:54 +01:00
kaetemi
2c3d5454a1
This seems like a good idea as well, ref #254
...
--HG--
branch : develop
2015-11-15 12:27:58 +01:00
kaetemi
3d59db1021
Add some extra checks, ref #254
...
--HG--
branch : develop
2015-11-15 12:21:14 +01:00
kervala
fb1d5134ba
Changed: Minor changes
...
--HG--
branch : develop
2015-11-14 18:33:13 +01:00
kervala
9e88fa645b
Changed: Support for integer types in Lua 5.3, fixes #253
...
--HG--
branch : develop
2015-11-14 18:19:58 +01:00
kervala
53f46eb5fa
Changed: Support for integer types in Lua 5.3, fixes #253
...
--HG--
branch : develop
2015-11-14 11:46:17 +01:00
kervala
08d50dc725
Changed: Don't try to convert string to CRGBA if less than 3 integers
...
--HG--
branch : develop
2015-11-13 19:38:46 +01:00
kervala
630a22d428
Changed: Minor changes
...
--HG--
branch : develop
2015-11-13 19:37:32 +01:00
kervala
aa3d209d39
Fixed: Crash in CLuaManager
...
--HG--
branch : develop
2015-11-13 19:18:41 +01:00
kervala
a8d81c689b
Changed: Support for integer types in Lua 5.3, fixes #253
...
--HG--
branch : develop
2015-11-13 18:42:50 +01:00
kervala
4a97f339a3
Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
...
--HG--
branch : develop
2015-11-13 16:22:49 +01:00
Nimetu
76ee797e49
Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
...
--HG--
branch : develop
2015-11-12 20:15:04 +02:00
Nimetu
55e687e80d
Fixed displaying utf8 string on <img> alt attr.
...
--HG--
branch : develop
2015-11-12 16:01:57 +02:00
kervala
1d11914192
Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6
...
--HG--
branch : develop
2015-11-09 12:45:34 +01:00
kervala
9525d24cd7
Fixed: Compilation with old libcurl versions
...
--HG--
branch : develop
2015-11-09 10:47:28 +01:00
kervala
5e07440a1e
Changed: Display OpenGL version and GPU used in logs
...
--HG--
branch : develop
2015-11-09 10:00:51 +01:00
kervala
2f3aab5c74
Changed: Support for WGL_NV_gpu_affinity extension
...
--HG--
branch : develop
2015-11-09 10:00:05 +01:00
kervala
d32a61d481
Changed: Updated OpenGL headers
...
--HG--
branch : develop
2015-11-09 09:56:13 +01:00
kervala
e634e3ecf1
Fixed: Missing #endif
...
--HG--
branch : develop
2015-11-09 09:55:58 +01:00
kervala
b56686b9b7
Changed: Release modes list under OS X
...
--HG--
branch : develop
2015-11-08 13:42:31 +01:00
kervala
a49723178d
Changed: Centralize OS X 10.6 check in NL_MAC_VERSION_10_6_UP
...
--HG--
branch : develop
2015-11-08 13:35:16 +01:00
kervala
2be81c5445
Changed: Replace int 3 asm by __debugbreak()
...
--HG--
branch : develop
2015-11-08 13:25:36 +01:00
kervala
2b155c2d50
Changed: Minor changes
...
--HG--
branch : develop
2015-11-08 13:22:33 +01:00
kervala
3ac728872e
Fixed: Typos (renamed restaure to restore)
...
--HG--
branch : develop
2015-11-08 11:53:46 +01:00
Nimetu
84dfa01176
Fixed: CViewText not updating visible text when used by CCtrlTextButton
...
--HG--
branch : develop
2015-11-08 05:15:40 +02:00
Nimetu
8a55f1b1e9
Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
...
--HG--
branch : develop
2015-11-08 01:51:34 +02:00
kervala
cafc06e70c
Fixed: Clang warnings
...
--HG--
branch : develop
2015-11-07 18:33:43 +01:00
kervala
c4ea200633
Changed: Minor changes (spaces replaced by tabs)
...
--HG--
branch : develop
2015-11-07 18:33:16 +01:00
kervala
67a857e0fe
Fixed: Use ShellExecute to open a document or URL as primary method, because second one doesn't work everytime
...
--HG--
branch : develop
2015-11-07 18:31:58 +01:00
kervala
716c4cdab5
Changed: Add support for Spanish
...
--HG--
branch : develop
2015-11-07 14:53:07 +01:00
kervala
9b231afa54
Fixed: Get system language code under OS X too and added method in NLMISC::CI18N
...
--HG--
branch : develop
2015-11-07 14:52:46 +01:00
kervala
285eeeab26
Fixed: Compilation errors when constant not defined
...
--HG--
branch : develop
2015-11-06 15:48:48 +01:00
kervala
9e74adee86
Changed: Minor changes
...
--HG--
branch : develop
2015-11-06 15:48:23 +01:00
kervala
93a03b5db0
Fixed: clang warnings
...
--HG--
branch : develop
2015-11-06 15:24:19 +01:00
kervala
1b211566bb
Fixed: Unable to debug Ryzom while client is in fullscreen (bug with Windows 10?)
...
--HG--
branch : develop
2015-11-05 16:48:07 +01:00
Nimetu
4c8b2d3134
Add basic gif support to CBitmap (issue #238 )
...
--HG--
branch : develop
2015-11-03 18:50:31 +02:00
kervala
6aaeedb077
Fixed: Crash when cursor is over WebPage, Outpost or WebIG at first frame, patch by kishan_grimout (issue #245 )
...
--HG--
branch : develop
2015-11-03 13:40:49 +01:00
Nimetu
f187421011
Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250 )
...
--HG--
branch : develop
2015-11-03 01:06:12 +02:00
kervala
12614d5ff4
Fixed: Avoid warnings of conflicts between Debug and Release DLLs
...
--HG--
branch : develop
2015-11-01 16:47:39 +01:00
kaetemi
ea7942b093
Be helpful
...
--HG--
branch : feature-export-assimp
2015-09-22 16:18:00 +02:00
kaetemi
6edff36476
Apply uv channel and transform
...
--HG--
branch : feature-export-assimp
2015-09-22 16:00:07 +02:00
kervala
9459224f23
Fixed: GetVersionEx deprecated under Windows 8.1+ and returns wrong version, replace it by RtlGetVersion from kernel
...
--HG--
branch : develop
2015-09-22 09:43:24 +02:00
kaetemi
7f31e640da
Initial work on UV
...
--HG--
branch : feature-export-assimp
2015-09-21 23:47:19 +02:00
kaetemi
27e7095db9
Import material texture
...
--HG--
branch : feature-export-assimp
2015-09-21 18:11:35 +02:00
kaetemi
f8bb35c449
Adjust material import
...
--HG--
branch : feature-export-assimp
2015-09-21 15:53:12 +02:00
kaetemi
5fe1f2c711
Fix typo
...
--HG--
branch : feature-export-assimp
2015-09-20 21:47:26 +02:00
kaetemi
efccbdd3af
Export shape
...
--HG--
branch : feature-export-assimp
2015-09-20 21:41:53 +02:00
kaetemi
c9aef7b5a4
Import basic material options
...
--HG--
branch : feature-export-assimp
2015-09-20 21:08:30 +02:00
kaetemi
ac5d9272f1
Adjust
...
--HG--
branch : feature-export-assimp
2015-09-20 19:12:33 +02:00
kaetemi
3a7b5c6a46
Note
...
--HG--
branch : feature-export-assimp
2015-09-20 19:06:07 +02:00
kaetemi
9e20f83e48
Shape import
...
--HG--
branch : feature-export-assimp
2015-09-20 19:03:05 +02:00
kaetemi
e60a9747b8
Restructure
...
--HG--
branch : feature-export-assimp
2015-09-20 17:22:24 +02:00
kaetemi
33dd77d516
Skeleton scan
...
--HG--
branch : feature-export-assimp
2015-09-20 17:03:44 +02:00
kaetemi
fec41ebda9
Scene meta data
...
--HG--
branch : feature-export-assimp
2015-09-20 16:44:56 +02:00
kaetemi
dec6c2d880
Centralized asset database configuration
...
--HG--
branch : feature-export-assimp
2015-09-20 15:23:27 +02:00
kaetemi
8036d53411
Add pipeline v3 tool logger
...
--HG--
branch : feature-export-assimp
2015-09-20 14:08:38 +02:00
kaetemi
875d7eaa7c
Flag bones in scene for skel export
...
--HG--
branch : feature-export-assimp
2015-09-19 19:35:57 +02:00
kaetemi
7d502cc6bb
Command line options
...
--HG--
branch : feature-export-assimp
2015-09-19 18:08:25 +02:00
kaetemi
d55124a6a9
Placeholder projects
...
--HG--
branch : feature-export-assimp
2015-09-19 17:14:35 +02:00
Nimetu
08e5345e14
Fix 'ah:' urls for untrusted domains
...
--HG--
branch : develop
2015-08-11 19:35:27 +03:00
kaetemi
7d53552979
Fix object viewer include issue
...
--HG--
branch : develop
2015-07-10 07:54:34 +02:00
kaetemi
5e428761c5
Fix freetype include order
...
WINSDK added a fttypes.h header...
--HG--
branch : develop
2015-07-10 06:30:20 +02:00
kaetemi
edebe18d6c
MFC now requires XP or higher
...
--HG--
branch : develop
2015-07-10 06:24:17 +02:00
kaetemi
9a10f1413b
Fix DXSDK include order
...
--HG--
branch : develop
2015-07-10 06:16:19 +02:00
Nimetu
04cffc1559
Fix missing include when WITH_PCH=OFF
...
--HG--
branch : develop
2015-06-17 00:36:54 +03:00
Nimetu
15766d4d17
Add radio button type to CGroupHTML (issue 237)
...
--HG--
branch : develop
2015-03-31 18:47:46 +03:00
kervala
b4e0b46ac9
Fixed uint to bool conversion warning
...
--HG--
branch : develop
2015-04-25 18:28:03 +02:00
Nimetu
11ca61be54
Fix compiling on 32bit linux
...
--HG--
branch : develop
2015-04-22 13:44:21 +03:00
Nimetu
ce4cb9c4f1
Fix sending and receiving cookies
...
--HG--
branch : develop
2015-04-20 20:51:00 +03:00
Nimetu
a6cf9730be
Fix possible curl handle leak
...
--HG--
branch : develop
2015-04-20 20:50:56 +03:00
Nimetu
26571de439
Fix compiling under windows
...
--HG--
branch : develop
2015-04-20 01:04:52 +03:00
Nimetu
dc082f3921
Replace url parser with one less strict
...
--HG--
branch : develop
2015-04-19 22:12:05 +03:00
Nimetu
ad3fac7b15
Make sure image src attribute matches local file or is absolute url
...
--HG--
branch : develop
2015-04-19 22:01:46 +03:00
Nimetu
2771185ef7
Fix utf8 tooltips on web links
...
--HG--
branch : develop
2015-04-19 20:26:38 +03:00
Nimetu
8e1ada36b0
Use cURL as http transport
...
--HG--
branch : develop
2015-04-17 17:41:01 +03:00
Nimetu
c6535ee2fd
Ensure that html is valid utf8 and that tags come in correct(ish) order
...
--HG--
branch : develop
2015-04-18 23:23:23 +03:00
Nimetu
be95880a95
Remove libwww, only keep html entitites list
...
--HG--
branch : develop
2015-04-17 15:10:00 +03:00
kaetemi
f578f0441a
Add extra light groups for better lightmap control
...
--HG--
branch : develop
2015-04-16 17:39:47 +02:00
Jan Boon
bc3624c42f
Merged in nimetu/ryzomcore/libxml2-html-parser (pull request #127 )
...
implement html parser using libxml2
--HG--
branch : develop
2015-04-16 17:01:47 +02:00
kaetemi
d9f3efc4e3
ryzomcore/v0.12.0
...
--HG--
branch : develop
2015-04-14 11:55:08 +02:00
Nimetu
d1d0c0cf50
Parse local files (ingame help) with new html parser
...
--HG--
branch : libxml2-html-parser
2015-04-13 20:53:10 +03:00
Nimetu
1dc48143f3
Implement html parser using libxml2
...
--HG--
branch : libxml2-html-parser
2015-04-13 20:52:34 +03:00
Nimetu
5d4cbdce26
Remove libwww dependency from CGroupHTML::addLink() signature
...
--HG--
branch : libxml2-html-parser
2015-04-13 20:51:39 +03:00
kervala
87c198efbe
Fixed compilation of font sample
...
--HG--
branch : develop
2015-04-05 13:52:05 +02:00
Jan Boon
f36e06dfb9
Merged in nimetu/ryzomcore (pull request #126 )
...
add bold, italic, underline, strikethrough font styles
--HG--
branch : develop
2015-04-01 06:20:41 +02:00
kaetemi
2d74de8a36
Separate dither matrix per color channel
...
--HG--
branch : develop
2015-03-30 12:04:35 +02:00
kaetemi
2da42040ef
Apply bayer dither to TGA16 export for smoother lightmaps
...
--HG--
branch : develop
2015-03-30 11:22:25 +02:00
Nimetu
eeb881d49e
Add span tag and bold, italic, underline, strikethrough styles to CGroupHTML
...
--HG--
branch : develop
2015-03-29 18:24:19 +03:00
Nimetu
55672485c9
Add embolden, oblique, underline, strikethrough styles to CViewText
...
--HG--
branch : develop
2015-03-29 18:24:16 +03:00
kaetemi
5bb34b12f4
Use unordered set and map for VS2013, ref #236
...
--HG--
branch : develop
2015-03-29 16:58:07 +02:00
kaetemi
ec30735198
Fixup some more hashes
...
--HG--
branch : develop
2015-03-29 16:58:07 +02:00
Nimetu
c760b1e3d9
Add embolden, oblique font styles (NL3D)
...
--HG--
branch : develop
2015-03-29 17:28:33 +03:00
kaetemi
e0d4aa1e7b
Add Wang hash functions
...
--HG--
branch : develop
2015-03-29 03:14:06 +02:00
kervala
906cc01768
Merge with hotfix
...
--HG--
branch : develop
2015-03-24 15:52:16 +01:00
kervala
d76d8e52c9
Fixed compilation with GCC
...
--HG--
branch : hotfix
2015-03-24 15:51:32 +01:00
kaetemi
9d36ac8cb0
Merge with hotfix
...
--HG--
branch : develop
2015-03-07 00:01:02 +01:00
kaetemi
621a9e8f7c
ryzomcore/v0.11.3
...
--HG--
branch : hotfix
2015-03-06 23:53:34 +01:00
kaetemi
2d297efc2a
Merge with hotfix
...
--HG--
branch : develop
2015-03-06 23:40:48 +01:00
kaetemi
846abf93c9
Synchronize versions
...
--HG--
branch : hotfix
2015-03-06 23:37:21 +01:00
kaetemi
5a297ddbe4
Flag max plugins as windowed
...
--HG--
branch : develop
2015-03-06 21:20:01 +01:00
kaetemi
28bcfeb01c
Flag windowed application when attempting window creation using 3D driver
...
--HG--
branch : develop
2015-03-06 21:15:09 +01:00
kaetemi
29f42ed5ab
Some practical improvements for the report handling
...
--HG--
branch : develop
2015-03-06 21:07:12 +01:00
kaetemi
163abf31b8
Merge with feature-crashreport+develop
...
--HG--
branch : develop
2015-03-06 21:05:31 +01:00
kaetemi
f2f7bad4c5
Merge with feature-crashreport
...
--HG--
branch : feature-crashreport+develop
2015-03-06 19:08:13 +01:00
kaetemi
ee32b56d87
Replace report functionality
...
--HG--
branch : feature-crashreport
2015-03-06 19:07:25 +01:00
kaetemi
5a307cfa20
Replace report functionality
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:11 +01:00
kaetemi
bbfc15c07a
Extend debugging sample
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
a9dc1a4c68
Fix checkbox behaviour
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
230be4d64b
Extend debugging sample
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
b896405b3d
Adjust layout
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
699e1644e7
Use proper style sheet for crash report under Cinnamon
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
9d50210e6b
Enable crash report tool in debugging sample application
...
--HG--
branch : feature-crashreport
2015-03-06 19:06:10 +01:00
kaetemi
0a567afc53
Merge with feature-crashreport
...
--HG--
branch : feature-crashreport+develop
2015-03-06 16:01:05 +01:00
dfighter1985
baa5273eaa
Default return value.
...
--HG--
branch : feature-crashreport
2015-03-03 03:10:28 +01:00
dfighter1985
3714d15c60
Merged mainline changes..
...
--HG--
branch : feature-crashreport
2015-03-03 03:05:14 +01:00
dfighter1985
7ca008ba86
Don't offer send in non-dev mode when there's no log file specified.
...
--HG--
branch : feature-crashreport
2015-03-03 02:37:51 +01:00
dfighter1985
d561a7078c
Only send email if the email CB is checked.
...
--HG--
branch : feature-crashreport
2015-03-03 02:33:04 +01:00
dfighter1985
3108e5e013
Send report in dev mode if the CB is checked.
...
--HG--
branch : feature-crashreport
2015-03-03 02:30:39 +01:00
kervala
c2139e95c0
Fixed: Compilation with GCC
...
--HG--
branch : develop
2015-03-02 23:27:12 +01:00
dfighter1985
374d966069
Some more GUI changes.
...
--HG--
branch : feature-crashreport
2015-03-02 21:06:01 +01:00
dfighter1985
d666240343
Added return codes as requested.
...
--HG--
branch : feature-crashreport
2015-03-02 20:12:09 +01:00
dfighter1985
9d92e2d0d3
GUI changes as per requested by Kaetemi.
...
--HG--
branch : feature-crashreport
2015-03-02 19:52:39 +01:00
kervala
5e390364de
Changed: Minor change
...
--HG--
branch : develop
2015-03-02 13:13:45 +01:00
kervala
93a708400e
Fixed: Sort files in CFileContainer::addSearchPath too
...
--HG--
branch : develop
2015-03-02 13:13:26 +01:00
kervala
c0e885aa6a
Fixed: Skip .hg directories
...
--HG--
branch : develop
2015-03-02 13:07:33 +01:00
kervala
4daf4f5b5f
Fix #208 linking against static libX11.a
...
--HG--
branch : develop
2015-03-02 13:06:51 +01:00
Nimetu
c00ba3f2c1
Fix compilation
...
--HG--
branch : develop
2015-03-01 18:41:16 +02:00
kaetemi
4dd5955484
Merge with feature-crashreport
...
--HG--
branch : feature-crashreport+develop
2015-02-24 17:19:41 +01:00
kaetemi
ea9e32f46d
Merge with develop
...
--HG--
branch : feature-crashreport+develop
2015-02-24 17:19:27 +01:00
kaetemi
826907c8dd
Qt5 compile fix for crash report tool
...
--HG--
branch : feature-crashreport
2015-02-24 17:18:48 +01:00
kaetemi
a66204a03a
Add isWindowedApplication to INeLContext
...
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
cb52c7ee7e
Use ULL suffix for unsigned 64bit integer constants with Visual Studio 2013
...
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
54ae2da0a6
Fix _MSC_VER typo
...
--HG--
branch : develop
2015-02-24 17:17:45 +01:00
kaetemi
cf79f1bb1b
Merge with develop
...
--HG--
branch : feature-crashreport+develop
2015-02-24 12:51:16 +01:00
kaetemi
3b59bbcf69
Merge with feature-crashreport
...
--HG--
branch : feature-crashreport+develop
2015-02-24 12:51:01 +01:00
kaetemi
d9dd425dc6
Cleanup Windows includes
...
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
50e11b0536
Add _WIN32_WINNT fallback define
...
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
e201c90937
Remove redundant windows.h includes in NLMISC
...
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
e2dcc3b035
Categorize NLMISC project source files
...
--HG--
branch : develop
2015-02-24 12:47:54 +01:00
kaetemi
02e8100ea4
Fix sstream include
...
--HG--
branch : feature-crashreport
2015-02-24 12:47:32 +01:00
kaetemi
6a48a2d199
Merge with feature-crashreport
...
--HG--
branch : feature-crashreport+develop
2015-02-24 11:41:05 +01:00
kaetemi
68120a53e7
Only in FINAL_VERSION
...
--HG--
branch : feature-crashreport
2015-02-23 20:33:31 +01:00
kaetemi
a548940b8c
Default window title
...
--HG--
branch : feature-crashreport
2015-02-23 20:09:51 +01:00
kaetemi
e4e3f2019b
Add function to set custom host url. Deprecate email callback function. Add some comments
...
--HG--
branch : feature-crashreport
2015-02-23 20:01:20 +01:00
kaetemi
6ae954326d
GCC/Linux version of NLMISC_BREAKPOINT
...
--HG--
branch : feature-crashreport
2015-02-23 19:23:15 +01:00
dfighter1985
92d692fe69
Merged in dfighter1985/ryzomcore/feature-crashreport (pull request #122 )
...
Crash reporter changes
--HG--
branch : feature-crashreport
2015-02-23 17:55:32 +01:00
kaetemi
77d17265eb
Visual Studio 2013 compilation support for Ryzom Server
...
--HG--
branch : develop
2015-02-23 12:58:43 +01:00
dfighter1985
8bf372056f
Use CMsgBoxDisplayer on non-windows platforms as well.
...
--HG--
branch : feature-crashreport
2015-02-23 01:36:50 +01:00
kaetemi
e27cdc7ac2
Merge with hotfix
...
--HG--
branch : feature-crashreport
2015-02-22 23:50:39 +01:00
dfighter1985
2bb5e8e9ba
Remove generated log file when quitting the reporter.
...
--HG--
branch : feature-crashreport
2015-02-22 22:34:07 +01:00
dfighter1985
955ef48460
Parametrize crash reporter.
...
--HG--
branch : feature-crashreport
2015-02-22 21:51:17 +01:00
dfighter1985
cfe2d60350
More renames...
...
--HG--
branch : feature-crashreport
2015-02-22 19:52:01 +01:00
dfighter1985
3987971792
Renames.
...
--HG--
branch : feature-crashreport
2015-02-22 19:33:38 +01:00
dfighter1985
6be70dd39c
Renames.
...
--HG--
branch : feature-crashreport
2015-02-22 19:33:12 +01:00
dfighter1985
97de06bff2
renamed directory.
...
--HG--
branch : feature-crashreport
2015-02-22 19:28:02 +01:00
dfighter1985
195dfcc3f3
Changed default title to NeL Error Report.
...
--HG--
branch : feature-crashreport
2015-02-22 19:26:03 +01:00
dfighter1985
4ec87b3d6d
Moved to nel\tools\misc
...
--HG--
branch : feature-crashreport
2015-02-22 19:24:38 +01:00
dfighter1985
b5c72182ed
Class names in Nel start with a C...
...
--HG--
branch : feature-crashreport
2015-02-22 19:04:11 +01:00
dfighter1985
bdb20d32dd
Copyright header changed to Nel...
...
--HG--
branch : feature-crashreport
2015-02-22 18:59:35 +01:00
dfighter1985
24aa500d0b
Launch the error report application instead of sending an email.
...
--HG--
branch : feature-crashreport
2015-02-22 18:45:41 +01:00
dfighter1985
3d9357637b
Backed out from fdc0d40
...
--HG--
branch : feature-crashreport
2015-02-22 17:38:06 +01:00
dfighter1985
7efbee6d0a
Backed out from 5942903
...
--HG--
branch : feature-crashreport
2015-02-22 17:20:24 +01:00
dfighter1985
4e00903dcc
Back out from 5bb3dad
...
--HG--
branch : feature-crashreport
2015-02-22 17:15:41 +01:00
kaetemi
18d211f79b
Merge with hotfix
...
--HG--
branch : develop
2015-02-22 10:53:17 +01:00
kaetemi
6e06b4e79e
Merge with dfighter-tools
...
--HG--
branch : hotfix
2015-02-22 10:45:48 +01:00
kaetemi
b120d68a98
Merge with hotfix
...
--HG--
branch : develop
2015-02-22 10:39:02 +01:00
dfighter1985
36ce53b1ba
Merged in hotfix (pull request #117 )
...
Merge hotfix branch
--HG--
branch : develop
2015-02-21 23:09:07 +01:00
dfighter1985
e130625cca
A little cleanup of CMsgBoxDisplayer.
...
--HG--
branch : feature-crashreport
2015-02-21 22:32:11 +01:00
dfighter1985
ac6bda5084
A little cleanup of CMsgBoxDisplayer.
...
--HG--
branch : hotfix
2015-02-21 22:32:11 +01:00
dfighter1985
1476bfe648
Use CMsgBoxDisplayer on platforms other than Windows as well.
...
--HG--
branch : feature-crashreport
2015-02-21 21:28:56 +01:00
dfighter1985
070dad8e53
Use CMsgBoxDisplayer on platforms other than Windows as well.
...
--HG--
branch : hotfix
2015-02-21 21:28:56 +01:00
dfighter1985
7efb3334fc
Install rcerror
...
--HG--
branch : feature-crashreport
2015-02-21 20:01:44 +01:00
dfighter1985
4fd17a428d
Install rcerror
...
--HG--
branch : hotfix
2015-02-21 20:01:44 +01:00
kaetemi
a8db3b2dda
Visual Studio 2013 compilation support for Ryzom Client
...
--HG--
branch : develop
2015-02-20 18:10:06 +01:00
kaetemi
997722ee6b
Visual Studio 2013 compilation support for NeL Tools
...
--HG--
branch : develop
2015-02-20 17:51:13 +01:00
kaetemi
1879a434f7
Visual Studio 2013 compilation support for NLGUI
...
--HG--
branch : develop
2015-02-20 17:17:07 +01:00
kaetemi
221267364d
Visual Studio 2013 compilation support for NL3D
...
--HG--
branch : develop
2015-02-20 17:14:12 +01:00
kaetemi
a15221b00d
Visual Studio 2013 compilation support for NLSOUND
...
--HG--
branch : develop
2015-02-20 17:14:00 +01:00
kaetemi
f5335f068d
Visual Studio 2013 compilation support for NLMISC
...
--HG--
branch : develop
2015-02-20 17:07:23 +01:00
kaetemi
cb986cba6f
Visual Studio 2013 compilation support for NLPACS
...
--HG--
branch : develop
2015-02-20 16:31:54 +01:00
kaetemi
7ea4cff032
Visual Studio 2013 compilation support for NLNET
...
--HG--
branch : develop
2015-02-20 16:29:09 +01:00
kaetemi
6db8abf95c
Visual Studio 2013 compilation support for NLMISC
...
--HG--
branch : develop
2015-02-20 16:24:19 +01:00
dfighter1985
9b29695635
Typo...
...
--HG--
branch : feature-crashreport
2015-02-20 03:22:02 +01:00
dfighter1985
141dddb58c
Typo...
...
--HG--
branch : hotfix
2015-02-20 03:22:02 +01:00
dfighter1985
72566f1a71
Tell the user if the report couldn't be sent.
...
--HG--
branch : feature-crashreport
2015-02-20 02:54:05 +01:00
dfighter1985
bb9f6261d7
Tell the user if the report couldn't be sent.
...
--HG--
branch : hotfix
2015-02-20 02:54:05 +01:00
dfighter1985
14a709449a
Override the cursor while sending the report.
...
--HG--
branch : feature-crashreport
2015-02-20 02:44:22 +01:00
dfighter1985
3c61e39ce3
Override the cursor while sending the report.
...
--HG--
branch : hotfix
2015-02-20 02:44:22 +01:00
dfighter1985
f0869aa659
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
...
--HG--
branch : feature-crashreport
2015-02-20 02:35:11 +01:00
dfighter1985
469e5583c1
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
...
--HG--
branch : hotfix
2015-02-20 02:35:11 +01:00
dfighter1985
9518a80c99
Probably a good idea to look for rcerror as rcerror.exe on Windows.
...
--HG--
branch : feature-crashreport
2015-02-20 02:03:33 +01:00
dfighter1985
2fe77d719f
Probably a good idea to look for rcerror as rcerror.exe on Windows.
...
--HG--
branch : hotfix
2015-02-20 02:03:33 +01:00
dfighter1985
03ce683e49
Implemented the bug report Qt app and an example web app that takes the report.
...
--HG--
branch : feature-crashreport
2015-02-20 01:59:04 +01:00
dfighter1985
a6ee23ebe4
Implemented the bug report Qt app and an example web app that takes the report.
...
--HG--
branch : hotfix
2015-02-20 01:59:04 +01:00
dfighter1985
ee0b630f95
Added the Ryzom Core Error Reporter's skeleton.
...
--HG--
branch : feature-crashreport
2015-02-19 00:20:18 +01:00
dfighter1985
8208a473c4
Added the Ryzom Core Error Reporter's skeleton.
...
--HG--
branch : hotfix
2015-02-19 00:20:18 +01:00
dfighter1985
7302023777
CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit.
...
--HG--
branch : feature-crashreport
2015-02-17 03:12:26 +01:00
dfighter1985
fea7cff850
CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit.
...
--HG--
branch : hotfix
2015-02-17 03:12:26 +01:00
kervala
6784301afc
Merge with hotfix
...
--HG--
branch : develop
2015-02-14 19:29:36 +01:00
kervala
1690f777a1
Fixed: Unnamed semaphores are deprecated under OS X
...
--HG--
branch : hotfix
2015-02-14 17:52:15 +01:00
kervala
e8b0765e7c
Merge with hotfix
...
--HG--
branch : develop
2015-02-14 14:31:19 +01:00
kervala
cdd35f58a1
Fixed: Warning with multichars to int conversion
...
--HG--
branch : hotfix
2015-02-14 14:25:50 +01:00
kervala
8472a6ff7f
Fixed: Compilation
...
--HG--
branch : hotfix
2015-02-14 13:57:06 +01:00
kervala
943131b802
Changed: Replaced atoi and atof by NLMISC::fromString
...
--HG--
branch : hotfix
2015-02-14 13:46:21 +01:00
kervala
b0937ec02b
Changed: Minor changes
...
--HG--
branch : hotfix
2015-02-14 12:47:03 +01:00
kervala
3039428094
Fixed: Compilation warnings
...
--HG--
branch : hotfix
2015-02-14 12:41:59 +01:00
dfighter1985
225d786e7f
Merged in hotfix (pull request #114 )
...
Merging hotfix branch
--HG--
branch : develop
2015-02-13 19:48:42 +01:00
dfighter1985
79cd6bfaee
Include rgba.h in libwww.h. Thanks Nimetu!
...
--HG--
branch : hotfix
2015-02-09 20:07:35 +01:00
dfighter1985
46cc31d0d0
Handle relative paths when loading .worldedit files in World Editor.
...
--HG--
branch : hotfix
2015-02-08 00:24:29 +01:00
dfighter1985
7f35c5959a
Merged in hotfix (pull request #111 )
...
Merge hotfix
--HG--
branch : develop
2015-02-06 02:32:03 +01:00
dfighter1985
5e55a7b7bb
Erm. Initialize Nel3D on other platforms too...
...
--HG--
branch : hotfix
2015-02-06 02:29:33 +01:00
dfighter1985
972d270bfc
Merged in hotfix (pull request #105 )
...
Merge hotfix
--HG--
branch : develop
2015-02-02 23:32:08 +01:00
dfighter1985
2d308dc6e7
Fixed build of Object Viewer Widget Qt ( old, not part of Studio ).
...
--HG--
branch : hotfix
2015-02-02 22:01:16 +01:00
dfighter1985
e21d926336
Merged hotfix
...
--HG--
branch : develop
2015-02-02 03:54:50 +01:00
dfighter1985
f902bf6ed6
Merged mainline
...
--HG--
branch : hotfix
2015-02-02 02:03:00 +01:00
dfighter1985
e311547a39
Initialize Nel3D in the Object Viewer plugin too.
...
--HG--
branch : hotfix
2015-02-01 20:29:26 +01:00
kervala
6205b16fbf
Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once)
...
--HG--
branch : develop
2015-01-23 21:11:15 +01:00
kervala
3aa448ba24
Changed: Replaced atoi and atof by NLMISC::fromString
...
--HG--
branch : develop
2015-01-13 19:47:14 +01:00
kervala
303f7d2e79
Changed: Minor changes
...
--HG--
branch : develop
2015-01-13 14:11:07 +01:00
kaetemi
dade81e02e
Lightmap debug message
...
--HG--
branch : develop
2015-01-13 13:21:56 +01:00
kaetemi
1ab170b7d8
Unhide layers in max export
...
--HG--
branch : develop
2015-01-13 13:21:56 +01:00
kervala
3bca3f41cc
Changed: Typo
...
--HG--
branch : develop
2015-01-11 14:56:51 +01:00
kervala
fad0e9af4e
Fixed: Compilation with OS X SDK 10.10
...
--HG--
branch : develop
2015-01-10 20:33:02 +01:00
kervala
e8ff07fe7d
Fixed: Removed raw mouse mode for OS X too
...
--HG--
branch : develop
2015-01-10 19:55:05 +01:00
kervala
5b9ac59f49
Fixed: OpenGL driver compilation
...
--HG--
branch : develop
2015-01-10 19:53:27 +01:00
kervala
418e0ee7b7
Merge
...
--HG--
branch : develop
2015-01-10 19:08:55 +01:00
kervala
99c88bd515
Changed: Minor changes
...
--HG--
branch : develop
2015-01-10 18:45:14 +01:00
kervala
2869d5f1ac
Fixed: OpenGL ES driver compilation
...
--HG--
branch : develop
2015-01-10 18:41:54 +01:00
kervala
0f22ea7777
Changed: More aliases for OpenGL ES functions and defines to simplify code
...
--HG--
branch : develop
2015-01-10 18:41:18 +01:00
Jan Boon
d360f78a1c
Merged in nimetu/ryzomcore/fix-issue-225 (pull request #98 )
...
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225 )
--HG--
branch : develop
2015-01-09 18:09:17 +01:00
Nimetu
85f63b7db3
Fix html submit button value that is included with form data (issue #226 )
...
--HG--
branch : fix-issue-226
2015-01-09 13:11:20 +02:00
Nimetu
fbea1d2173
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225 )
...
--HG--
branch : fix-issue-225
2015-01-09 12:59:53 +02:00
kervala
6596af9682
Changed: Minor changes
...
--HG--
branch : develop
2014-12-26 13:38:02 +01:00
kaetemi
c03c0f532b
Merge with default
...
--HG--
branch : develop
2014-12-22 14:26:26 +01:00
kaetemi
f9c81f3740
ryzomcore/v0.11.2
...
--HG--
branch : hotfix
2014-12-22 14:21:01 +01:00
kaetemi
a43fb4dba8
Move to hotfix: 287c1142e5ea
...
--HG--
branch : develop
2014-12-22 14:08:29 +01:00
dfighter1985
f189a98422
Ported changeset 9878ab4: CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219 .
...
--HG--
branch : develop
2014-12-22 01:26:04 +01:00
dfighter1985
4d67a41f94
CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219 .
...
--HG--
branch : hotfix
2014-12-21 22:55:27 +01:00
kaetemi
eb2f4555b1
Also export non-root shapes
...
--HG--
branch : develop
2014-12-12 21:17:13 +01:00
kaetemi
0c77c91e95
Adjust sky batch
...
--HG--
branch : develop
2014-12-12 01:22:19 +01:00
kaetemi
44286f7ade
Add sky batch script
...
--HG--
branch : develop
2014-12-12 01:22:18 +01:00
kaetemi
7cb61f8796
Merge
...
--HG--
branch : develop
2014-12-09 23:07:58 +01:00
kaetemi
da166c81db
Add zone snapshot script example
...
--HG--
branch : develop
2014-12-09 23:06:08 +01:00
kaetemi
4c4b96bcfd
Fix NeLLigoMakeSnapShot
...
--HG--
branch : develop
2014-12-09 23:06:08 +01:00
kaetemi
58590a9e7e
Fix offscreen rendering mode
...
--HG--
branch : develop
2014-12-09 23:06:08 +01:00
kaetemi
6db29c375a
Add script to generate zone names
...
--HG--
branch : develop
2014-12-09 23:06:07 +01:00
kaetemi
56339c6f93
Handle window close message in painter
...
--HG--
branch : develop
2014-12-09 23:06:07 +01:00
kaetemi
07286c14d1
Adjust patch orientation script
...
--HG--
branch : develop
2014-12-04 13:28:30 +01:00
kaetemi
90f1234ed0
Add key in patch painter to reset a patch mesh
...
--HG--
branch : develop
2014-12-04 13:21:45 +01:00
kaetemi
b762356a16
Merge with hotfix
...
--HG--
branch : develop
2014-12-04 13:21:40 +01:00
kaetemi
59a5cb7e6b
Fix crash with patch mesh attach
...
--HG--
branch : hotfix
2014-12-04 13:21:12 +01:00
kaetemi
39c776ec30
Add script to orient zone patches automatically
...
--HG--
branch : develop
2014-12-03 15:16:39 +01:00
kaetemi
ff283f5070
Increase patch painter distance
...
--HG--
branch : develop
2014-12-03 15:16:39 +01:00
kaetemi
91a4207f93
Merge with hotfix
...
--HG--
branch : develop
2014-11-24 15:04:16 +01:00
kaetemi
6b1ea30f9c
ryzomcore/v0.11.1
...
--HG--
branch : hotfix
2014-11-24 14:57:36 +01:00
kaetemi
fef6543e0c
Fix bug causing patch painter fail to open more than once
...
--HG--
branch : develop
2014-11-19 16:30:14 +01:00
kaetemi
0a765bde8c
Fix bug causing patch painter fail to open more than once
...
--HG--
branch : hotfix
2014-11-19 16:30:14 +01:00
kaetemi
f05c52aa0b
Remove PIC library
...
--HG--
branch : develop
2014-11-19 16:20:14 +01:00
kaetemi
0c1ff0df2a
ryzomcore/v0.11.0
...
--HG--
branch : develop
2014-11-10 23:34:41 +01:00
dfighter1985
0ac94e3e72
CDBViewQuantity shouldn't crash in the editor.
...
--HG--
branch : dfighter-tools
2014-10-20 22:49:46 +02:00
dfighter1985
8c5ad81199
it's not a bad idea to store the value in the right variable...
...
--HG--
branch : dfighter-tools
2014-10-20 22:21:59 +02:00
dfighter1985
b6d9e3285f
DBViewNumber shouldn't crash anymore.
...
--HG--
branch : dfighter-tools
2014-10-20 20:57:08 +02:00
dfighter1985
2fe2077170
When setting the Id of the decorated edit box, set the Id of the text as well.
...
--HG--
branch : dfighter-tools
2014-10-20 18:51:53 +02:00
Jan Boon
e2eb5d739c
Merged in nimetu/ryzomcore/html-table-rendering (pull request #92 )
...
Some improvements to table rendering
--HG--
branch : develop
2014-10-18 04:44:34 +02:00
Nimetu
78e1bb6147
Fix html img not showing on some cases, clean up addImage method
...
--HG--
branch : develop
2014-10-18 01:20:56 +03:00
Nimetu
48b346fed8
Fix crash when using textarea without form
...
--HG--
branch : develop
2014-10-18 00:15:51 +03:00
dfighter1985
67aa7a50d2
set the Id of the text properly when loading the decorated edit box.
...
--HG--
branch : dfighter-tools
2014-10-17 22:25:30 +02:00
dfighter1985
923b36f0e5
Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture.
...
--HG--
branch : dfighter-tools
2014-10-17 21:18:26 +02:00
dfighter1985
ba1e3c9919
Fixed a typo that messed up the textures of decorated editbox.
...
--HG--
branch : dfighter-tools
2014-10-17 16:01:50 +02:00
dfighter1985
210f93a4f2
Save decorated edit box as such.
...
--HG--
branch : dfighter-tools
2014-10-16 21:03:58 +02:00
dfighter1985
18866c88af
Update decorated edit box decoration coords while dragging.
...
--HG--
branch : dfighter-tools
2014-10-16 20:58:47 +02:00
dfighter1985
274efe6798
Allow selection of CGroupEditBox.
...
--HG--
branch : dfighter-tools
2014-10-16 20:29:36 +02:00
dfighter1985
42ebad94f6
Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
...
--HG--
branch : dfighter-tools
2014-10-16 20:25:19 +02:00
dfighter1985
f91846c970
Fix parent pos and size parsing.
...
--HG--
branch : dfighter-tools
2014-10-15 19:46:43 +02:00
Nimetu
0a1a1244ae
Change table defaults valign=middle, cellpadding=1, cellspacing=2
...
--HG--
branch : html-table-rendering
2014-10-15 00:02:38 +03:00
Nimetu
799705b7ed
Render table with rowspan, colspan.
...
Borders, if enabled, adds +1 to cell padding.
--HG--
branch : html-table-rendering
2014-10-14 15:29:06 +03:00
Nimetu
a53b9305a2
Add rowspan and colspan attributes
...
--HG--
branch : html-table-rendering
2014-10-14 15:26:14 +03:00
dfighter1985
c5cd6990fe
When creating a new GUI set the base color to white.
...
--HG--
branch : dfighter-tools
2014-10-13 17:47:42 +02:00
dfighter1985
8066717aa2
Pos and Size parent setters should now use the widget directly as well.
...
--HG--
branch : dfighter-tools
2014-10-13 15:43:10 +02:00
dfighter1985
2dd6278771
Size parent is now queried directly from the widget.
...
--HG--
branch : dfighter-tools
2014-10-13 15:26:47 +02:00
Nimetu
11927cca93
Render table and cell borders
...
--HG--
branch : html-table-rendering
2014-10-13 01:59:20 +03:00
Nimetu
283cbe8092
Add bordercolor attribute to table tag
...
--HG--
branch : html-table-rendering
2014-10-13 01:10:46 +03:00
dfighter1985
487c6a3440
GUI Editor should show the right parent position.
...
--HG--
branch : dfighter-tools
2014-10-12 23:07:08 +02:00
dfighter1985
b3dd26e01c
Parent positions should now be saved right again.
...
--HG--
branch : dfighter-tools
2014-10-12 23:05:22 +02:00
Nimetu
2de4315027
Fix table cellpadding
...
--HG--
branch : html-table-rendering
2014-10-12 17:43:18 +03:00
dfighter1985
ded18b266c
Implemented new action.
...
--HG--
branch : dfighter-tools
2014-10-11 21:43:28 +02:00
dfighter1985
e5d2e9293d
Moved CRootGroup out of CInterfaceParser.
...
--HG--
branch : dfighter-tools
2014-10-11 19:30:30 +02:00
dfighter1985
7e16e95c35
CInterfaceParser in editor mode should look for files in the working directory first.
...
--HG--
branch : dfighter-tools
2014-10-11 16:26:38 +02:00
dfighter1985
fe89e8f77c
Added limits to pch, should fix Linux build.
...
--HG--
branch : dfighter-tools
2014-10-11 13:04:03 +02:00
dfighter1985
481298b9f1
Merged develop
...
--HG--
branch : dfighter-tools
2014-10-11 02:15:07 +02:00
dfighter1985
7b45a05562
Added support for grouping widgets.
...
--HG--
branch : dfighter-tools
2014-10-11 00:42:43 +02:00
dfighter1985
aac2fd41a1
Allow multiselection.
...
--HG--
branch : dfighter-tools
2014-10-10 20:25:25 +02:00
dfighter1985
8cec8de3a0
Unselect selection when clicking 'nothing'.
...
--HG--
branch : dfighter-tools
2014-10-10 17:33:57 +02:00
kervala
e34ba83f26
Minor changes
...
--HG--
branch : develop
2014-10-10 13:08:14 +02:00
kervala
aaa044203e
Fix some warnings
...
--HG--
branch : develop
2014-10-10 13:07:54 +02:00
kaetemi
74827a1808
Handle shadow outline in gui
...
--HG--
branch : develop
2014-10-08 23:20:35 +02:00
kaetemi
3edfd56c75
Implement text shade outline
...
--HG--
branch : develop
2014-10-08 23:20:34 +02:00
dfighter1985
a1e2c5667a
A little crash fix.
...
--HG--
branch : dfighter-tools
2014-10-08 21:28:20 +02:00
dfighter1985
bec078af25
Sizes should remain the same when ungrouping.
...
--HG--
branch : dfighter-tools
2014-10-08 21:00:56 +02:00
dfighter1985
3ffe56b862
Added support for ungrouping.
...
--HG--
branch : dfighter-tools
2014-10-08 20:36:16 +02:00
dfighter1985
d7d62e690c
Make group selection optional.
...
--HG--
branch : dfighter-tools
2014-10-08 18:45:17 +02:00
dfighter1985
08b6675b3d
Only select a group first in editor mode.
...
--HG--
branch : dfighter-tools
2014-10-08 18:00:54 +02:00
dfighter1985
ad9e9839fb
Don't try to handle the right mouse button actions in editor mode.
...
--HG--
branch : dfighter-tools
2014-10-08 17:59:39 +02:00
dfighter1985
64571abd47
When moving a group draw it's children too.
...
--HG--
branch : dfighter-tools
2014-10-08 17:52:56 +02:00
dfighter1985
97ddd3573d
Select groups first.
...
--HG--
branch : dfighter-tools
2014-10-08 17:37:05 +02:00
kaetemi
ec68d2c317
Fix rendering of specially sized window highlights
...
--HG--
branch : develop
2014-10-08 09:31:13 +02:00
kaetemi
ec6ea26323
Fix when tx_b and tx_b_open have different heights
...
--HG--
branch : develop
2014-10-08 09:30:59 +02:00
kaetemi
88a9a809a9
Add inset_t parameter to layer options, allows putting header graphics in top texture
...
--HG--
branch : develop
2014-10-04 01:43:27 +02:00
kaetemi
25f1aa6247
Fix a bad copy paste in NLGUI
...
--HG--
branch : develop
2014-10-04 01:43:13 +02:00
kaetemi
bb9d0d91d3
Fix #207 , FXAA orientation under D3D
...
--HG--
branch : develop
2014-10-01 23:24:56 +02:00
Jan Boon
980b855de9
Merged in nimetu/ryzomcore/html-maxlength-attr (pull request #84 )
...
Add maxlength attribute to input and textarea tags
--HG--
branch : develop
2014-10-01 23:18:33 +02:00
dfighter1985
d2587df8c1
From now on dragged widgets will be re-aligned on drop. They will find the nearest hotspot of the group they are dropped into, and calculate an offset so they will align to the hotspot and yet remain where they were dropped.
...
--HG--
branch : dfighter-tools
2014-09-29 20:29:04 +02:00
dfighter1985
4571038fa6
Update CCtrlTextButton's CViewText's coords after updating it's own coords.
...
--HG--
branch : dfighter-tools
2014-09-29 17:38:24 +02:00
dfighter1985
86007c9156
Posref changes in the editor should apply...
...
--HG--
branch : dfighter-tools
2014-09-29 17:23:22 +02:00
dfighter1985
2603ad3a2b
Refactoring. Added CInterfaceFactory.
...
--HG--
branch : dfighter-tools
2014-09-27 21:48:51 +02:00
dfighter1985
0055e2dd91
A little refactoring.
...
--HG--
branch : dfighter-tools
2014-09-27 20:15:46 +02:00
dfighter1985
4797b150d8
Move the text too with the text button.
...
--HG--
branch : dfighter-tools
2014-09-27 19:54:19 +02:00
dfighter1985
d053bb51c2
Merged develop
...
--HG--
branch : dfighter-tools
2014-09-27 18:22:44 +02:00
dfighter1985
c6df57adf1
Initialize struct member before use...
...
--HG--
branch : develop
2014-09-27 18:20:29 +02:00
Nimetu
0d62650159
Add maxlength attribute to input and textarea tags
...
--HG--
branch : html-maxlength-attr
2014-09-27 15:55:57 +03:00
dfighter1985
c92d084600
Merged develop.
...
--HG--
branch : dfighter-tools
2014-09-27 00:08:06 +02:00
dfighter1985
938c36027d
Editbox selection should be stopped when the mouse button goes up, even if it happens outside of the box.
...
--HG--
branch : develop
2014-09-26 23:29:38 +02:00
dfighter1985
006f87278b
Refactored IWidgetAdditionWatcher, now it's called IWidgetWatcher and it also reports widget moves.
...
--HG--
branch : dfighter-tools
2014-09-24 23:32:24 +02:00
dfighter1985
a658be39b7
No need for free floating elements when we can simply reparent to the top window...
...
--HG--
branch : dfighter-tools
2014-09-24 22:59:40 +02:00
dfighter1985
e7ab56beea
Orphaned widgets won't get stuck.
...
--HG--
branch : dfighter-tools
2014-09-24 20:40:37 +02:00