Commit Graph

593 Commits (ff5d4e941c69146d929edb9eed64cd42e8134ef3)

Author SHA1 Message Date
kervala ac57a464d4 Fixed: Converting AlphaLuminance to Luminance
--HG--
branch : develop
9 years ago
kervala 0fe6ec67ba Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 9b8cdc2821 Changed: Use same _mm_getcsr and __cpuid intrinsics everywhere
--HG--
branch : develop
9 years ago
kervala 68aa20257f Changed: Use new code to determine free disk space
--HG--
branch : develop
9 years ago
kervala 47bde9ccc7 Changed: Allow to resample Luminance (grayscale) bitmaps
--HG--
branch : develop
9 years ago
kervala c263e4dffb Changed: Don't redefine new and delete operators if targetting x86_64
--HG--
branch : develop
9 years ago
kervala 494ab2ce20 Changed: Cast to CRGBA* is faster than set8888
--HG--
branch : develop
9 years ago
kervala 96fab4210b Changed: Use LD_LIBRARY_PATH only when opening a document or URL
--HG--
branch : develop
9 years ago
kervala 82acfb3bf2 Changed: Only use filename in setProcessName
--HG--
branch : develop
9 years ago
kervala 1a00dec5c3 Changed: Unused code
--HG--
branch : develop
9 years ago
kervala b50ca03e92 Fixed: Use --args only with open
--HG--
branch : develop
9 years ago
kervala 046c69066d Fixed: Don't use system() under Windows, because it'll open a console window, use launchProgramAndWaitForResult instead
--HG--
branch : develop
9 years ago
kervala 266a32ea19 Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
--HG--
branch : develop
9 years ago
kervala d34e3d120d Changed: Parse nvidia-smi output to determine video memory
--HG--
branch : develop
9 years ago
kervala ee26c7377b Changed: Minor change
--HG--
branch : develop
9 years ago
kervala 437aa5b939 Changed: Added helpers methods to CBitmap
--HG--
branch : develop
9 years ago
kervala 91f2913026 Changed: Don't need to use std::stringstream
--HG--
branch : develop
9 years ago
kervala 57859636cd Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala ba6f66d310 Fixed: GCC warnings
--HG--
branch : develop
9 years ago
kervala af0eabbdea Fixed: GCC warnings
--HG--
branch : develop
9 years ago
kervala cbea85c105 Changed: Implement CSystemUtils::getTotalVideoMemory() under Linux (Xorg log and lspci parsing)
--HG--
branch : develop
9 years ago
kervala 2d0d87a05e Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala a5d3b2d461 Changed: Added new function getCommandOutput
--HG--
branch : develop
9 years ago
kervala 36358cef50 Fixed: Wrong units (1 KiB = 1024 B, 1 KB = 1000 B, etc...)
--HG--
branch : develop
9 years ago
kervala 09e22e292d Changed: Use toString instead of sprintf
--HG--
branch : develop
9 years ago
kervala f57b1b9421 Changed: Implement CSystemUtils::getTotalVideoMemory() for Windows
--HG--
branch : develop
9 years ago
kervala 07a1285740 Fixed: Target at least Windows 2000
--HG--
branch : develop
9 years ago
kervala 75eceb9b24 Fixed: loadPNG with RGB images was returning 32
--HG--
branch : develop
9 years ago
kervala a550f2c760 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 70196d2f90 Fixed: Implement launch of executables under OS X
--HG--
branch : develop
9 years ago
kervala 8aff509f0f Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
9 years ago
kervala 977103f9d0 Fixed: OS X uses .dylib extension instead of .so
--HG--
branch : develop
9 years ago
kervala 079ea3e5c5 Changed: Let dependencies propagate to other targets
--HG--
branch : develop
9 years ago
kervala c6b52c4a21 Fixed: Remove \SystemRoot\ from path returned from Registry
--HG--
branch : develop
9 years ago
kervala 244c2eb211 Fixed: Open web pages in background under OS X and don't close client
--HG--
branch : develop
9 years ago
kervala d50c40c473 Fixed: Unable to open URLs under Linux while using Steam Runtime
--HG--
branch : develop
9 years ago
kervala 35471ace88 Fixed: Typo
--HG--
branch : develop
9 years ago
kervala d1f925d319 Changed: Give priority to xdg-open (if present) to open URLs under Linux
--HG--
branch : develop
9 years ago
kaetemi 6c2490090d Merge with feature-export-assimp
--HG--
branch : develop
9 years ago
kervala 6d52aa7077 Fixed: Revert back TrapCrashInDebugger to false else VC++ can't intercept exceptions and we'll be unable to debug :(
--HG--
branch : develop
9 years ago
kervala 08d50dc725 Changed: Don't try to convert string to CRGBA if less than 3 integers
--HG--
branch : develop
9 years ago
kervala 2be81c5445 Changed: Replace int 3 asm by __debugbreak()
--HG--
branch : develop
9 years ago
kervala 2b155c2d50 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala c4ea200633 Changed: Minor changes (spaces replaced by tabs)
--HG--
branch : develop
9 years ago
kervala 67a857e0fe Fixed: Use ShellExecute to open a document or URL as primary method, because second one doesn't work everytime
--HG--
branch : develop
9 years ago
kervala 716c4cdab5 Changed: Add support for Spanish
--HG--
branch : develop
9 years ago
kervala 9b231afa54 Fixed: Get system language code under OS X too and added method in NLMISC::CI18N
--HG--
branch : develop
9 years ago
kervala 93a03b5db0 Fixed: clang warnings
--HG--
branch : develop
9 years ago
Nimetu 4c8b2d3134 Add basic gif support to CBitmap (issue #238)
--HG--
branch : develop
9 years ago
kervala 9459224f23 Fixed: GetVersionEx deprecated under Windows 8.1+ and returns wrong version, replace it by RtlGetVersion from kernel
--HG--
branch : develop
9 years ago
kaetemi 8036d53411 Add pipeline v3 tool logger
--HG--
branch : feature-export-assimp
9 years ago
kaetemi 9a10f1413b Fix DXSDK include order
--HG--
branch : develop
10 years ago
kaetemi 29f42ed5ab Some practical improvements for the report handling
--HG--
branch : develop
10 years ago
kaetemi 163abf31b8 Merge with feature-crashreport+develop
--HG--
branch : develop
10 years ago
kaetemi f2f7bad4c5 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi ee32b56d87 Replace report functionality
--HG--
branch : feature-crashreport
10 years ago
kaetemi 5a307cfa20 Replace report functionality
--HG--
branch : feature-crashreport
10 years ago
kervala 5e390364de Changed: Minor change
--HG--
branch : develop
10 years ago
kervala 93a708400e Fixed: Sort files in CFileContainer::addSearchPath too
--HG--
branch : develop
10 years ago
kervala c0e885aa6a Fixed: Skip .hg directories
--HG--
branch : develop
10 years ago
kaetemi ea9e32f46d Merge with develop
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi a66204a03a Add isWindowedApplication to INeLContext
--HG--
branch : develop
10 years ago
kaetemi cf79f1bb1b Merge with develop
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi 3b59bbcf69 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi d9dd425dc6 Cleanup Windows includes
--HG--
branch : develop
10 years ago
kaetemi 50e11b0536 Add _WIN32_WINNT fallback define
--HG--
branch : develop
10 years ago
kaetemi e201c90937 Remove redundant windows.h includes in NLMISC
--HG--
branch : develop
10 years ago
kaetemi e2dcc3b035 Categorize NLMISC project source files
--HG--
branch : develop
10 years ago
kaetemi 02e8100ea4 Fix sstream include
--HG--
branch : feature-crashreport
10 years ago
kaetemi 6a48a2d199 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi 68120a53e7 Only in FINAL_VERSION
--HG--
branch : feature-crashreport
10 years ago
kaetemi a548940b8c Default window title
--HG--
branch : feature-crashreport
10 years ago
kaetemi e4e3f2019b Add function to set custom host url. Deprecate email callback function. Add some comments
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 8bf372056f Use CMsgBoxDisplayer on non-windows platforms as well.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 955ef48460 Parametrize crash reporter.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 cfe2d60350 More renames...
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 24aa500d0b Launch the error report application instead of sending an email.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 3d9357637b Backed out from fdc0d40
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 7efbee6d0a Backed out from 5942903
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 4e00903dcc Back out from 5bb3dad
--HG--
branch : feature-crashreport
10 years ago
kaetemi b120d68a98 Merge with hotfix
--HG--
branch : develop
10 years ago
dfighter1985 36ce53b1ba Merged in hotfix (pull request #117)
Merge hotfix branch

--HG--
branch : develop
10 years ago
dfighter1985 e130625cca A little cleanup of CMsgBoxDisplayer.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 ac6bda5084 A little cleanup of CMsgBoxDisplayer.
--HG--
branch : hotfix
10 years ago
dfighter1985 1476bfe648 Use CMsgBoxDisplayer on platforms other than Windows as well.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 070dad8e53 Use CMsgBoxDisplayer on platforms other than Windows as well.
--HG--
branch : hotfix
10 years ago
kaetemi f5335f068d Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
10 years ago
kaetemi 6db8abf95c Visual Studio 2013 compilation support for NLMISC
--HG--
branch : develop
10 years ago
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
10 years ago
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
10 years ago
dfighter1985 9518a80c99 Probably a good idea to look for rcerror as rcerror.exe on Windows.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 2fe77d719f Probably a good idea to look for rcerror as rcerror.exe on Windows.
--HG--
branch : hotfix
10 years ago
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
10 years ago
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
10 years ago
kervala 6784301afc Merge with hotfix
--HG--
branch : develop
10 years ago
kervala 1690f777a1 Fixed: Unnamed semaphores are deprecated under OS X
--HG--
branch : hotfix
10 years ago
kervala e8b0765e7c Merge with hotfix
--HG--
branch : develop
10 years ago
kervala 8472a6ff7f Fixed: Compilation
--HG--
branch : hotfix
10 years ago
kervala 943131b802 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : hotfix
10 years ago
dfighter1985 225d786e7f Merged in hotfix (pull request #114)
Merging hotfix branch

--HG--
branch : develop
10 years ago
dfighter1985 46cc31d0d0 Handle relative paths when loading .worldedit files in World Editor.
--HG--
branch : hotfix
10 years ago
kervala 6205b16fbf Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once)
--HG--
branch : develop
10 years ago
kervala 3aa448ba24 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : develop
10 years ago
kervala 6596af9682 Changed: Minor changes
--HG--
branch : develop
10 years ago
kervala aaa044203e Fix some warnings
--HG--
branch : develop
10 years ago
kaetemi d12ccf194e Merge with develop
--HG--
branch : multipass-stereo
10 years ago
kervala ff370bb49f Changed: Code formatting 10 years ago
kaetemi da5558d50a Merge with default
--HG--
branch : multipass-stereo
11 years ago
dfighter1985 a810b29ec7 Merged default.
--HG--
branch : gsoc2014-dfighter
11 years ago
kervala 31e9934ba7 Changed #172 XML floating point serialization not using neutral culture 11 years ago
kervala 41f6e70dc9 Fixed #172 XML floating point serialization not using neutral culture 11 years ago
dfighter1985 0f7e1c022a Merge default
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 6c3bcc2439 Merge with default
--HG--
branch : multipass-stereo
11 years ago
kervala 7aedffce9a Changed: #172 XML floating point serialization not using neutral culture (for VC++ 2005 and up) 11 years ago
dfighter1985 8373118c7e Merged default.
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 246d931bee Formatting: Use tabs 11 years ago
KISHAN GRIMOUT 107646d95d fix windows 64bit build in mem_displayer.cpp 11 years ago
kaetemi f281622d47 Trash DirectInput
--HG--
branch : game-device
11 years ago
dfighter1985 fe58435bb5 CPath can now return the file list with a path filter.
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi 07dd9eb85b Compile fix 11 years ago
kaetemi 43a061bebd SSE2: Compile fix
--HG--
branch : sse2
11 years ago
kaetemi 848932f93a SSE2: Fix for MinGW
--HG--
branch : sse2
11 years ago
kaetemi ac3e69b8ab Merge with default
--HG--
branch : sse2
11 years ago
kaetemi b18203fc4e Fix Ryzom server compile under MinGW 11 years ago
kaetemi 9838ef56de Fix Snowballs compile under MinGW 11 years ago
kaetemi 2f3f12e034 Fix linking of OpenAL driver under MinGW 11 years ago
kaetemi 3dd11fe157 Fix compilation of NLMISC under MinGW 11 years ago
kaetemi 556a41afee SSE2: Implement alignment for arena allocator
--HG--
branch : sse2
11 years ago
kaetemi eee9ba0cae SSE2: Add aligned allocators
--HG--
branch : sse2
11 years ago
kaetemi de9724a821 Add color to console output 11 years ago
botanic 2e1b47e3f0 Backed out merge changeset: b2d97621fa3b
Backed out merge revision to its first parent (99840e8413f2)
11 years ago
Matthew Lagoe 3f04907c31 Merged in botanic/ryzomcore-botanic-testing (pull request #21)
Make it so that bad text always throws a nlwarning
11 years ago
kervala f2ee0e99d8 Changed: Detect Windows 8 and Windows Server 2012 11 years ago
kaetemi df123d6b89 Fix compile errors caused by missing includes 11 years ago
kaetemi 361b7eab74 Fix compile error 11 years ago
kervala 89b945bb8c Changed: Minor changes 11 years ago
kervala d03c795dd8 Changed: Don't use NLMISC includes in NLMISC PCH 11 years ago
kervala 6d10e3189c Changed: Formatting 12 years ago
Botanic d0d69d7c77 Make it so that bad text always throws a nlwarning 12 years ago
kaetemi 53bebec880 Add some basic prediction to CCDBNodeBranch::find
--HG--
branch : kaetemi-optimize
12 years ago
kaetemi 76a7df820b This should fix #41. It was creating the unknown for the new type and then returning a new sheet for the requested unknown 12 years ago
kervala 0624da9c82 Changed: Added a new event EventCloseWindowId when system reports window should be closed 12 years ago
kervala 0c2e2d3e8f fixes #32 build failure/error using clang 12 years ago
kervala 3aee7c3ac8 fixes a warning 12 years ago
mattraykowski e7e51f01e0 merging gui editor repo. 12 years ago
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 1582ae9dbf Changed: Preliminary memory leaks detection under Windows 12 years ago
kervala c71e6e82f1 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala 45c8b20f39 Changed: Typo fixes (thanks to Vagrant!) 12 years ago
kervala 7136618a72 Changed: Preliminary memory leaks detection under Windows 12 years ago
kervala 58c8606d5d Changed: Preliminary memory leaks detection under Windows 12 years ago
kervala 8bf05865ab Changed: Disabled some useless temporary files 12 years ago
dfighter1985 cb13ce46cd MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 6c1f14778e Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 0795a61516 Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 7a04e920e1 Fixed: #1493 MultiArch support 12 years ago
kervala 8701d6e6ee Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 12 years ago
dfighter1985 56275ed792 CHANGED: #1471 Implemented property setting for CCtrlTextButton.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 50d3dce8f7 CHANGED: #1471 Implemented CCtrlTextButton property querying.
--HG--
branch : gsoc2012-gui-editor
13 years ago
kaetemi e029348d9a Fixed: Typos 13 years ago
kaetemi d14bbaf331 Added: Implementation of timer tests for linux 13 years ago
kaetemi 555336bbea Changed: Simplify more 13 years ago
kaetemi 1c9c2eeded Changed: Simplify some things 13 years ago
kaetemi bf70ca6bb2 Added: Function to prefer high resolution local time 13 years ago
kaetemi 96d8d45c1d Added: Function and tool to check system timer sanity across cpu cores 13 years ago
dfighter1985 af7eb699c2 CHANGED: #1471 Added a new property for CI18N noResolution, when it's set the translation labels are not resolved, and it's set while using the GUI Editor.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 b8030b966a CHANGED: #1471 Apparently it's a bad idea for NLMISC to depend on a global in Ryzom client, since then it cannot be linked with other binaries.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d301c46c27 Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
13 years ago
kaetemi e9f75e639d Fixed: Valgrind warnings 13 years ago
kaetemi 67c2eb523f Changed: Different default type id for sound sheet id workaround 13 years ago
kaetemi 8a80c21661 Changed: Reserve sheet id with short id 0 for unknown sheet for new sheet types 13 years ago
kaetemi 6a806d82d2 Changed: Small optimization for sheet id constructor with default type 13 years ago
kaetemi fc8e83a0b9 Changed: Assign sane type id to temporary sound sheet ids
--HG--
branch : sound_dev
13 years ago
kaetemi d3352cecf6 Changed: Removed some debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi 497ae4d09b Added: Temporary workaround for using sound sheet id without updated sheet id bin
--HG--
branch : sound_dev
13 years ago
kaetemi 221d04642a Changed: Debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi f79f3fca48 Fixed: Sound CSheetID implementation (part 3) (partially tested)
--HG--
branch : sound_dev
13 years ago
kaetemi 3608f0a429 Added: Additional constructor for CSheetId with default type, in case the user did not put the type with the sheet name
--HG--
branch : sound_dev
13 years ago
kaetemi 35503d03e5 Added: Missing implementation of initWithoutSheet to use CSheetId without a sheet_id.bin, required for leveldesign and build tools
--HG--
branch : sound_dev
13 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
dfighter1985 2db0a5d06e CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b834d9ea17 ADDED: #1471 added a global db manager for the GUI library, also added support for resizeing the CDB bank handler.
--HG--
branch : gui-refactoring
13 years ago
kervala b0c27a92ce Fixed: Some Windows.h inclusions 13 years ago
kervala 96372fb098 Changed: #878 Fix typos in comments/code 13 years ago
dfighter1985 07b5992f94 Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.

--HG--
branch : gui-refactoring
13 years ago
kervala b0e48907d7 Fixed: #1328 Map time and weather Issue (synced with SVN, thanks!) 13 years ago
dfighter1985 10f7241449 Added new class CCDBManager, which encapsulates the separate CDB components into a easily (re)usable database solution. Also made CCDBSynchronized and CInterfaceManager use it.
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 982c57b70f Refactored the static branch observing code into a new class CCDBBranchObservingHandler. The CDB system *should* be fully reusable now!
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 decc92e75d Extracted the CDB bank handling code into a new class CCDBBankHandler, the CDB system should be now totally independent of Ryzom.
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 17eab4ef52 CDB is now part of NLMISC. However it still requires some work!
--HG--
branch : cdb-refactoring
13 years ago
kervala e3170b57bc Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kaetemi 80bf70efbb Changed: Make CWinThread::start more sane, and fixed a typo
--HG--
branch : sound_dev
13 years ago
kaetemi c0c5ee6d93 Fixed: Implementation for CPThread::isRunning()
--HG--
branch : sound_dev
13 years ago
kaetemi c03655b0ba Added: Some sort of implementation for CPThread::isRunning()
--HG--
branch : sound_dev
13 years ago
kaetemi 1758ed6a96 Added: Function to set thread priority
--HG--
branch : sound_dev
13 years ago
kaetemi 268f2e247f Fixed: Potential bug in CWinThread, someone using a mutex on the stack again
--HG--
branch : sound_dev
13 years ago
kaetemi 7a95fae1f9 Changed: Improve performance of ryzom client CSoundManager. Strange code, though.
--HG--
branch : sound_dev
13 years ago
kervala 0ac33d338a Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala 3c47b9f8d5 Fixed: #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc... 13 years ago
sfb efa4fbdbf1 merge 13 years ago
kervala d50e7369cf Changed: #878 Fix typos in comments/code 13 years ago
kervala dbb327deb0 Changed: #1433 Merge changes from patch 1.13 13 years ago
kervala f0008d9952 Changed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 13 years ago
kervala 0a4b19c6a7 Changed: #1328 Map time and weather Issue (patch provided by Sywindt) 13 years ago
kervala 6306833423 Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...) 14 years ago
kervala e254253fe0 Fixed: Number of processors under Linux 14 years ago
kervala 0cbb87bfe1 Fixed: Strings buffer overflow in config files 14 years ago
kervala 7c27c233eb Changed: Exceptions catched by reference 14 years ago
kervala f9cc842b82 Changed: Exceptions catched by reference 14 years ago
kervala 230039a5c3 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala c11e81dd7c Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala a27b6cd2bd Changed: Use of CFile::createEmptyFile
Changed: #142 Replace atoi and sscanf by fromString when it's possible
14 years ago
kervala a09264c6c0 Changed: #878 Fix typos in comments/code 14 years ago
kervala db57bd0c11 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 6f78067a8d Changed: Merge changes from next patch 14 years ago
kervala 3a647345a1 Changed: Replaced display of pointers using %d or %X by %p 14 years ago
kervala 5baccb8b54 Changed: #878 Fix typos in comments/code 14 years ago
kervala a8d8ec6e07 Changed: #878 Fix typos in comments/code 14 years ago
kervala 758682e473 Changed: Only use PCH if WITH_PCH is defined 14 years ago
kervala ec9ab9106a Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 51d09f375a Changed: #1249 Endianness problems while access to disk or memory 14 years ago
kervala b925de055c Changed: #1249 Endianness problems while access to disk or memory 14 years ago
rti 27e0c9d3cd Changed: #1227 some simplification, added exceptions instead of nlerror 14 years ago
rti 9e71d5c502 Fixed #1227: Implement static IThread* IThread::getCurrentThread for pthread based systems 14 years ago
kervala fcd7edc6b3 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala e53a439e7f Changed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 14 years ago
kervala d6f29299a1 Changed: #878 Fix typos in comments/code 14 years ago
kervala bc50a7ccd6 Fixed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 14 years ago
kervala 567b8d2e07 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 56db70265f Changed: #878 Fix typos in comments/code 14 years ago
kervala 54b6685a9e Changed: #878 Fix typos in comments/code 14 years ago
kervala 9550ed9d36 Changed: #878 Fix typos in comments/code 14 years ago
vl 9891284603 Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere 14 years ago
rti ea9a34a6f3 merge 14 years ago
rti e8cbd26e9f Fixed: #1153 Make ryzom_client run completely in an .app bundle 14 years ago
rti fa14447c6c Changed: #1153 Make ryzom_client run completely in an .app bundle 14 years ago
kervala a4c64bb753 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala d60bcaec05 Changed: #878 Fix typos in comments/code 14 years ago
kervala 8399175d8c Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 972a6cb6c3 Fixed: getTemporaryDirectory() under Linux 14 years ago
kervala 81ac951509 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 2f343f505e Changed: #1129 Compilation under Linux 14 years ago
kervala 24eb87f999 Fixed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 14 years ago
kervala 3bdc155cd5 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 87565b46b9 Changed: Reactivate runtime checks and optimizations 14 years ago
kervala 7d9d79aeb9 Changed: Added include guard to stdmisc.h 14 years ago
kervala 4b7a0e4304 Changed: Added getBigFileName method to CBigFile 14 years ago
kervala a044d8a5e7 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala b7b1197f45 Changed: #1038 Implement copy/paste for Linux (patch provided by Naush) 14 years ago
kervala 10522eae91 Changed: #1023 Use a standard application path for writing files 14 years ago
kervala f77ca1992c Changed: #142 Replace atoi and sscanf by fromString when it's possible 14 years ago
kervala 9198a34e32 Changed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 14 years ago
kervala 31a990fa60 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 14 years ago
kervala 9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid 14 years ago
kervala 148a7260fc Fixed: #1105 NLMISC::createDebug - Infinite loop 14 years ago
"Matt Raykowski" d4570fffd5 Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc 14 years ago
vl c53f0b1b48 Added: special case of rgba.cpp on static 14 years ago
vl bc8339857d Added: warning when we cannot open a big file 15 years ago
kervala 998e5b4c17 Changed: Added NL_ADD_RUNTIME_FLAGS 15 years ago
kervala cd822bc0b4 Fixed: Display of .h files in generated projects 15 years ago
kervala 71da504731 Changed: #825 Remove all warnings when compiling Ryzom 15 years ago
kervala 7b22cb92e8 Changed: Added -ldl for NELMISC 15 years ago
kervala a983aa0783 Changed: Dependencies definitions 15 years ago
kervala 8db652391b Changed: #915 NeL fails to build with --as-needed 15 years ago
kervala 968a752e55 Fixed: Windows compilation problems 15 years ago
mattraykowski c3e4ffbe26 merge while working on rebase root source dir 15 years ago
mattraykowski 972e141687 Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout. 15 years ago
kervala 811b229f52 Changed: #878 Fix typos in comments/code 15 years ago
kervala 1d5f2e8df9 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 15 years ago
rti 4f02a8591a Fixed: #1080 cmake MODULE compiles to *.so, adjusted dynloadlib accordingly 15 years ago
rti ed8a11717d Changed: #878 Fix typos in comments/code 15 years ago
kervala 9984b638fb Fixed: #1069 Thread/process CPU affinity Implementation for Linux 15 years ago
kervala c693c47cac Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala 7e45b27f35 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala a4b9d678ed Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala 540e24b7b6 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
vl d971a9537c Removed: flooding warning 15 years ago
kervala 9275ce5175 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
mattraykowski ca56d259cc Changed: #842 Fix for nelmisc builds on Windows without DirectX in the VS paths. 15 years ago
kervala ddb918de66 Changed: #1023 Use a standard application path for writing files 15 years ago
kervala 5bb012883d Changed: #860 Remove/convert/update old projects 15 years ago
kervala c426347080 Changed: #1023 Use a standard application path for writing files 15 years ago
Matt Raykowski e3302e6844 merge 15 years ago
Matt Raykowski b4a635c412 Changed: #842 Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking. 15 years ago
kervala 3b70e484f6 Fixed: #1019 Add public setWindowIcon method to UDriver 15 years ago
kervala 8605f833e9 Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala 1f3793e523 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
vl 6bf8cc13b7 Changed: CSynchronized and CMutex are now, by default, Fair on Windows and Unfair on GNU/Linux and Mac OS X 15 years ago
vl 4c06c20712 Added: better detection of jpeg size 15 years ago
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters 15 years ago
kervala ae239a6b94 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 7cb5099a1c Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala c27c28d7c4 Changed: CWordsDictionary::makeResult using references 15 years ago
kervala 6779fcf1b3 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 0238458539 Changed: #880 Use PCH under Linux with CMake (use the same macros for Windows too) 15 years ago
kervala 7d7ded9528 Changed: #842 Added new optimizations for VC++ linker and compiler 15 years ago
kervala 870fb2a50a Changed: #842 Removed obsolete files (all methods are already implemented in CSystemInfo) 15 years ago
kervala fc22fcb3de Changed: #841 Change the wrong header in the source code 15 years ago