Commit Graph

1483 Commits (1fa2e22491face77e72de8e30d5688790edf6532)

Author SHA1 Message Date
dfighter1985 2db0a5d06e CHANGED: CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
kervala e9692f5fea Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON
dfighter1985 4284b5f4d5 CHANGED: CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
dfighter1985 b834d9ea17 ADDED: added a global db manager for the GUI library, also added support for resizeing the CDB bank handler.
--HG--
branch : gui-refactoring
Fabien_HENON 5174e15521 Changed: StringId conversion to SheetId for sound (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
dfighter1985 f769f6fb0c CHANGED: Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
--HG--
branch : gui-refactoring
dfighter1985 5a2a89b4fc CHANGED: Moved the previously refactored code to the NELGUI library.
--HG--
branch : gui-refactoring
kervala b0c27a92ce Fixed: Some Windows.h inclusions
kervala 96372fb098 Changed: Fix typos in comments/code
dfighter1985 1289f028a0 Moved some Lua stuff over to the NelGUI library.
--HG--
branch : gui-refactoring
dfighter1985 07b5992f94 Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.

--HG--
branch : gui-refactoring
kervala b0e48907d7 Fixed: Map time and weather Issue (synced with SVN, thanks!)
dfighter1985 b7feaa83cb Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager.
--HG--
branch : gui-refactoring
kervala 097138eaba Changed: Compilation under Mac OS X
kervala 2e08d335ab Changed: Remove all warnings when compiling Ryzom
kervala d4372f4aa1 Changed: Use of NLDRIVERGL or NLDRIVERGLES namespaces with NL_STATIC to avoid duplicated symbols
kervala db208efe92 Changed: Create an OpenGL ES driver
kervala f7888cb7c9 Changed: Added OpenGL ES CMake module
kervala 5f04213d44 Changed: Create an OpenGL ES driver
kervala dbd45081f4 Changed: Include OpenGL headers in "opengl" directory
kervala 7a23895df3 Changed: Update glext.h
kervala 26dd470afc Changed: Create an OpenGL ES driver
kervala 07dd298ed2 Changed: Include stdopengl.h in Objective-C files
kervala f6c77399a9 Fixed: Renable PCH under for OpenGL driver under Mac OS X
kervala cf5e9bc8d9 Changed: Create an OpenGL ES driver
dfighter1985 4996705ed7 Moved event descriptors under the NLGUI namespace.
--HG--
branch : gui-refactoring
dfighter1985 aed979a7fe Created NELGUI library, moved the GUI event descriptors there.
--HG--
branch : gui-refactoring
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
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
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
dfighter1985 17eab4ef52 CDB is now part of NLMISC. However it still requires some work!
--HG--
branch : cdb-refactoring
kaetemi b3260314ac Fixed: Crash on exit caused by incomplete music channel reset
kaetemi adfffad551 Fixed: Typo
kaetemi f17f7e726d Changed: Reserve functional group controller node names
kaetemi def7d31721 Merge
kaetemi cdb719130f Changed: Simplify the sound group controller interface
kervala e3170b57bc Changed: Remove all warnings when compiling Ryzom
kaetemi de4e298fb6 Changed: Provide a fake sound name for fake CSound created by music channel
kaetemi b13f0dcb34 Fixed: Replace assert with warning when physical sound source fails to play
kaetemi 4a02d20a4c Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
kaetemi b371588b93 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
kaetemi f9745080b5 Removed: Warning messages
--HG--
branch : sound_dev
kaetemi d63bda28f4 Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
kaetemi b6025fc008 Fixed: Always commit 3d positioning when calling play on sources. This avoids having to wait for update call. Sources no longer cause loud noise when ryzom client finishes loading
--HG--
branch : sound_dev
kaetemi 015f47d71d Changed: Handle safely when audio decoder fails to be created
--HG--
branch : sound_dev
kaetemi a33f3e7e32 Merge
--HG--
branch : sound_dev
kaetemi 1cd4936ceb Changed: Make sure the streaming thread safely stops in all cases
--HG--
branch : sound_dev
kaetemi b486e22a96 Fixed: Typos and warnings
--HG--
branch : sound_dev
kaetemi 80bf70efbb Changed: Make CWinThread::start more sane, and fixed a typo
--HG--
branch : sound_dev
kaetemi c0c5ee6d93 Fixed: Implementation for CPThread::isRunning()
--HG--
branch : sound_dev
kaetemi 1b49b59e02 Fixed: Hang when stopping file stream source that is synchronously waiting for play
--HG--
branch : sound_dev
kaetemi c03655b0ba Added: Some sort of implementation for CPThread::isRunning()
--HG--
branch : sound_dev
kaetemi 695dac7783 Added: Music channel on top of stream file source when driver does not have built-in music channels
--HG--
branch : sound_dev
kaetemi 2f504788f0 Added: Synchronous loading of audio file streams
--HG--
branch : sound_dev
kaetemi bbd291a089 Added: Streamed audio file sound source
--HG--
branch : sound_dev
kaetemi 57aa8b4d74 Fixed: Removed unused include
--HG--
branch : sound_dev
kaetemi 19599cd9f5 Changed: Allow changing looping parameter of audio decoder after init
--HG--
branch : sound_dev
kaetemi 1758ed6a96 Added: Function to set thread priority
--HG--
branch : sound_dev
kaetemi 268f2e247f Fixed: Potential bug in CWinThread, someone using a mutex on the stack again
--HG--
branch : sound_dev
kaetemi 1b88f2782b Moved: CAudioDecoder from stream ogg vorbis sample to nlsound
--HG--
branch : sound_dev
kaetemi 09717924cf Removed: CMusicBuffer from sound lowlevel
--HG--
branch : sound_dev
kaetemi 7a95fae1f9 Changed: Improve performance of ryzom client CSoundManager. Strange code, though.
--HG--
branch : sound_dev
kaetemi b15e014a9d Changed: Move vorbis dependency to nlsound and group project files
--HG--
branch : sound_dev
kaetemi 84f11c6327 Fixed: Done
--HG--
branch : sound_dev
kaetemi 11f0872a01 Added: Load group controller from sound sheets
--HG--
branch : sound_dev
kaetemi 0b64102ab8 Added: Group controllers for sound sources
--HG--
branch : sound_dev
kaetemi 57411c0a7b Added: FormatNotSet value for TBufferFormat
--HG--
branch : sound_dev
kaetemi c4adc53a0f Removed: XAudio2 music implementation
--HG--
branch : sound_dev
kaetemi 8491bd4829 Removed: OpenAL music implementation
--HG--
branch : sound_dev
kaetemi dd02d76df8 Reverted: 3fdff8debe52 No comment
--HG--
branch : sound_dev
kaetemi 19546acade Reverted: a1603fc4efbf Only release internal resources in driver destructor, not the driver classes, otherwise there will be crashes on exit. The driver classes are deleted by the application.
--HG--
branch : sound_dev
kaetemi f858bbfbe9 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
kaetemi 87ba382ef5 Reverted: dc87ef1a34b6 Parameter distMax depends on fixed values in sheets and other code. Using this to switch between rolloff and minimum sound is likely causing the glitchy sound volumes of background sounds. Must be fixed in whatever code is using too large value of distMax instead, and not here.
--HG--
branch : sound_dev
kaetemi afdbc97039 Reverted: 2424536ec6f9 The setAsyncLoading function is used for a different purpose. In our case, async means that the file is read on the fly, and otherwise it is fully loaded into memory before being encoded. Synchronous mode is used for example during loading when hard disk access is not guaranteed.
--HG--
branch : sound_dev
kervala 0ac33d338a Changed: Remove all warnings when compiling Ryzom
kervala 3c47b9f8d5 Fixed: Remove all remaining .vcproj, Makefiles, automake scripts, etc...
kaetemi 16835cc4b6 Fixed: Incorrect usage of mutex in particle system loader
sfb efa4fbdbf1 merge
kervala d50e7369cf Changed: Fix typos in comments/code
kervala dbb327deb0 Changed: Merge changes from patch 1.13
kervala f0008d9952 Changed: Bad color when rgba.cpp is compiled with GCC 4.2.4
kervala e7a2f7e121 Changed: Remove all warnings when compiling Ryzom
sfb 5106a12702 Fixed: Applied patch from GelluleX adding cut/paste functionality to Ryzom for OSX.
sfb 5cf3e1f4d7 Fixed: Added ifdef for OSX 10.7 GL API changes. Thanks GelluleX.
kervala 0a4b19c6a7 Changed: Map time and weather Issue (patch provided by Sywindt)
kervala 71cd03fc96 Fixed: Wrong NeL window position with Compiz
kervala d5e97e9729 Changed: No Ryzom client icon under Ubuntu with Unity + Compiz
kervala 5fcea27aa1 Fixed: No Ryzom client icon under Ubuntu with Unity + Compiz
dnk-88 0f86e107b7 merge from default
--HG--
branch : gsoc2011-worldeditorqt
kervala 6306833423 Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...)
dnk-88 e338e9ca51 merge from default
--HG--
branch : gsoc2011-worldeditorqt
dnk-88 b2d4da1653 Fixed: Fixed build landscape plugin under linux.
--HG--
branch : gsoc2011-worldeditorqt
kervala 74c2952c32 Changed: Create an OpenGL ES driver
kervala 81d2817c44 Changed: Fix typos in comments/code
kervala 4027e82360 Changed: Remove all warnings when compiling Ryzom
kervala e254253fe0 Fixed: Number of processors under Linux
kervala 0cbb87bfe1 Fixed: Strings buffer overflow in config files
kervala 0913c3d667 Changed: Fix typos in comments/code
kervala 7fd0b6fb7d Changed: Display unknown status in FBO errors messages
kervala b4e09b1adc Fixed: X extensions list is truncated
kervala 7c27c233eb Changed: Exceptions catched by reference
kervala 043b845f6c Changed: Exceptions catched by reference
kervala f9cc842b82 Changed: Exceptions catched by reference
kervala 230039a5c3 Changed: Remove all warnings when compiling Ryzom
kervala c11e81dd7c Changed: Remove all warnings when compiling Ryzom
kervala a27b6cd2bd Changed: Use of CFile::createEmptyFile
Changed:  Replace atoi and sscanf by fromString when it's possible
kervala 8208ec219b Changed: Compilation with VC++ 2010 without STLport
rti 4a8749b06f merge
rti 67488d486d Fixed: Build error and assert when disabling NL_FORCE_INDEX_BUFFER_16
kervala a09264c6c0 Changed: Fix typos in comments/code
kervala e909556883 Changed: VS 2010 does not work under CMake
kervala db57bd0c11 Changed: Remove all warnings when compiling Ryzom
kervala 6f78067a8d Changed: Merge changes from next patch
kervala 2d8136a283 Changed: Create an OpenGL ES driver
kervala a272feeb9b Changed: Create an OpenGL ES driver
kervala ae9de611f6 Changed: Create an OpenGL ES driver
vl 277fab9863 Fixed: problem with shift enter on shop window
vl 5407fe2518 Fixed: ugly fix to not crash when we cannot create a buffer
rti cd61e1531a merge
rti 1457deeb5e Fixed: On Mac OS X, do glFinish() after vertex program upload to ensure program is ready to use.
kervala 3a647345a1 Changed: Replaced display of pointers using %d or %X by %p
kervala 3fd9f30695 Changed: Remove all warnings when compiling Ryzom
kervala 5baccb8b54 Changed: Fix typos in comments/code
kervala 3454cb2cec Fixed: Use of LOD meshes when it shouldn't (patch provided by Sywindt, thanks a lot)
kervala 6c4f4bb1df Changed: Code simplification and default values if not using config.h
kervala 1266d1d5a4 Fixed: NeL can't find selected drivers in CMake
kervala 535b75abd6 Changed: NeL can't find selected drivers in CMake
kervala a8d8ec6e07 Changed: Fix typos in comments/code
kervala 1ba49bad77 Changed: Remove all warnings when compiling Ryzom
kervala 758682e473 Changed: Only use PCH if WITH_PCH is defined
aquiles f61bbc3e08 Changed: fixed wrong includes for moved headers
aquiles 8504c5a72a Changed: Moved private headers
vl 51245d5f2f Changed: on mac, openal is always dynlib
kervala 56dc241c3d Fixed: Compilation under Linux with STLport
kervala 173686d99c Changed: Fix typos in comments/code
kervala dff9463f02 Changed: Fix typos in comments/code
kervala 9a3ad26bdc Changed: Add missing files in SOURCE_GROUP
kervala dca2dc67ed Fixed: Wrong paths for .cpp files in CMakeLists.txt
kervala ec9ab9106a Changed: Remove all warnings when compiling Ryzom
kervala ac68e188ab Changed: Endianness problems while access to disk or memory (patch provided by Jeru)
kervala 51d09f375a Changed: Endianness problems while access to disk or memory
kervala b925de055c Changed: Endianness problems while access to disk or memory
kervala aeb4923843 Fixed: Crash when using bloom in object_viewer_qt with OpenGL driver
kervala de0d07bb94 Fixed: Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
kervala ed64aaeb62 Changed: Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
rti 27e0c9d3cd Changed: some simplification, added exceptions instead of nlerror
rti 9e71d5c502 Fixed : Implement static IThread* IThread::getCurrentThread for pthread based systems
kervala 2e95cfce39 Fixed: Bad check for scissor
kervala afb102bc31 Fixed: Compilation under some Linux versions
kervala 30b2829fb1 Changed: Don't modify NeL window if managed by a 3rd party library
kervala 3c99b33fb2 Fixed: define FNDELAY if not already defined
kervala abdcfbc22f Fixed: Compilation under some Linux versions
kervala e363ebe2e8 Changed: Get the maximum anisotropic value
kervala fcd7edc6b3 Changed: Remove all warnings when compiling Ryzom
kervala e53a439e7f Changed: Bad color when rgba.cpp is compiled with GCC 4.2.4
kervala d6f29299a1 Changed: Fix typos in comments/code
kervala bc50a7ccd6 Fixed: Bad color when rgba.cpp is compiled with GCC 4.2.4
kervala a8fd430894 Changed: Remove all warnings when compiling Ryzom
kervala 67776bbaa7 Fixed: Compilation under Linux
kervala d84ce90489 Fixed: Bad function to set texture coordinates for EXTVertexShader
kervala aa2e1a4717 Fixed: Crash and bug if not supporting GL_ARB_texture_cube_map
kervala e60ba59fec Changed: Added new checks for FBO extensions and multisample
kervala b9f9d418da Changed: Implement GL_NV_vertex_array_range for GLX
kervala 567b8d2e07 Changed: Remove all warnings when compiling Ryzom
rti 78229f4b67 Fixed OVQT !_Pumping assert when entering settings dialog
kervala 2763a3ece2 Changed: Fix typos in comments/code
kervala 1c1d17a512 Changed: Remove all warnings when compiling Ryzom
rti 3d3f1abb9c Fixed: Mac - Alpha Build - Mouse Behavior
kervala 2894dcf247 Changed: Use GL_ARB_vertex_buffer_object in priority (supported on most of cards and faster)
kervala 4f9b0269ec Fixed: Compilation problem
kervala 90ad8da878 Changed: Fix typos in comments/code
kervala 0708228f3b Fixed: Removed some temporary fixes for system OpenGL drivers bugs
kervala b94c30173e Fixed: EVSSecondaryColorVariant redefined several times in setupEXTVertexShader
kervala 0c846dacd1 Fixed: All fragment shaders are not working on ATI cards (patch provided and tested by Naush)
rti 84a4596eef Fixed: Mac OS X compilation of GL driver
kervala bd34f12bf5 Changed: glXSwapIntervalMESA & glXGetSwapIntervalMESA Not present in NVidia GL include file
kervala a70addba1c Fixed: glXSwapIntervalMESA & glXGetSwapIntervalMESA Not present in NVidia GL include file
kervala 256b1afbd8 Changed: Remove all warnings when compiling Ryzom
kervala f97796382b Changed: Fix typos in comments/code
kervala c0ae02db6d Changed: Fix typos in comments/code
kervala 23653abd05 Changed: Fix typos in comments/code
kervala c9116fd7be Changed: Listen for more X messages
kervala 1e352ff35e Changed: Minor changes for X implementations
kervala 03512b8a4d Changed: More verbose warnings messages for setScreenMode
kervala 383d4805be Changed: isActive() implementation for X
kervala 7e2139e2bd Changed: Remove all warnings when compiling Ryzom
kervala e8e3a31b97 Changed: Remove hack for black window bug (related to previous NVidia driver)
kervala c8816a2a13 Changed: Only one definition of X Atoms and X errors handler
kervala 921180452d Changed: Hide window before releasing driver
kervala 7f8f46f70e Changed: Use of _CurrentMode instead of several variables (similar to Direct3D driver)
kervala 06aa221db3 Changed: Window is too large when switching from fullscreen to windowed mode
kervala 57a2b251ff Changed: Use Xcursor extension if available
kervala 26812dc2f4 Changed: Fix typos in comments/code
kervala af03256eae Changed: Get X extensions list
kervala 0b76fe5473 Changed: Use Xcursor extension if available
kervala 56db70265f Changed: Fix typos in comments/code
rti 407ae7b4c4 Fixed: Mac - Alpha Build - Mouse Behavior
kervala 54b6685a9e Changed: Fix typos in comments/code
kervala 9550ed9d36 Changed: Fix typos in comments/code
kervala 9e9828ddb9 Fixed: Compilation on Mac OS X 10.5
vl 9891284603 Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere
rti 869ae6e962 Fixed: Implement getWndProc() on Mac OS X
rti 4a3ef46034 merge
rti ad6bf52e20 Fixed: Handle window close/application quit cleanly
kervala 11bcc087a0 Changed: Implement CCustomMouse for Linux
kervala f9d13d61fc Changed: Fix typos in comments/code
kervala a3212b2a90 Changed: Implement getZBuffer for Direct3D driver
kervala b443693334 Fixed: Implement CCustomMouse for Linux
kervala 6f0fef6808 Changed: Implement CCustomMouse for Linux
rti 0daf18f0ec Fixed: glViewport size wrong when switching from native fullscreen resolution to maximized window
rti bee2dc8aac Removed: old cocoa_adapter files
rti 6b1069ae0f Fixed: MacOS 10.6 and below distinction
rti ea9a34a6f3 merge
rti e8cbd26e9f Fixed: Make ryzom_client run completely in an .app bundle
kervala 85a285d817 Changed: Implement CCustomMouse for Linux
kervala ce04f969ef Changed: Remove all warning when compiling Ryzom
kervala d3a9566b26 Changed: Fix typos in comments/code
rti fa14447c6c Changed: Make ryzom_client run completely in an .app bundle
kervala 33b32e9efb Changed: Implement CCustomMouse for Linux
kervala 64d10e6f1c Changed: Fix typos in comments/code
kervala f6cb0a730b Fixed: Compilation under Mac OS X 10.5
kervala 7a2d8d6f07 Changed: Listening for Enter/Leave window events now
kervala 34827ed8c7 Changed: Alt+F4 should prompt for confirm exit (thank you Naush)
kervala 44879f5d3f Changed: Implement CCustomMouse for Linux
kervala ef7ad7daa5 Changed: Implement CCustomMouse for Linux
kervala a4c64bb753 Changed: Implement CCustomMouse for Linux
kervala d60bcaec05 Changed: Fix typos in comments/code
kervala 7d1b8eae21 Changed: Implement VSync under Linux
kervala 697e3a723c Changed: Use XRender check from FindX11.cmake
rti d690870fb6 Fixed: Mouse Position is not properly reported if NeL view does not fill window
rti 1b4205b277 Fixed: Viewport size when embedding NeL Cocoa view in Qt
rti 185058a013 Fixed: Needed one resize event to properly show GL view.
rti bcbde9df16 Fixed: Make OVQT work on MacOS
rti 7883934455 Changed: Implement VSync under Linux
rti 5735dc26b1 merge
rti a4c9a84d1e Changed: Implement getWndProc() on Mac OS X
kervala b0141b67e5 Changed: Implement VSync under Linux
kervala a34865fbcb Changed: Remove all warning when compiling Ryzom
kervala 2ef72986ba Fixed: Implement VSync under Linux
kervala 8d038f9a30 Changed: Implement VSync under Linux
kervala 8399175d8c Changed: Remove all warning when compiling Ryzom
kervala ccf08113b9 Changed: Implement VSync under Linux
kervala 972a6cb6c3 Fixed: getTemporaryDirectory() under Linux
kervala 81ac951509 Changed: Remove all warning when compiling Ryzom
kervala bb803527ba Fixed: SHIFT+RETURN doesn't work under linux (patch provided by Naush)
kervala a902f08955 Changed: Remove all warning when compiling Ryzom
kervala ec77e6bf4d Fixed: Names and exported symbols for sound drivers (thanks to Krolock)
rti 254fb2ce97 merge
rti 9bc0f3e06a Changed: Implement getWndProc() on Mac OS X
kervala 2f343f505e Changed: Compilation under Linux
kervala 24eb87f999 Fixed: Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods
kervala 3bdc155cd5 Changed: Remove all warning when compiling Ryzom
"Matt Raykowski" a7295afce2 Changed: Moved this header, changing it in the source file too.
"Matt Raykowski" fb75c46b0e Fixed: WITH_CEGUI changed to WITH_NEL_CEGUI but wasn't corrected in the build tree. It is now.
kervala 87565b46b9 Changed: Reactivate runtime checks and optimizations
kervala 7d9d79aeb9 Changed: Added include guard to stdmisc.h
kervala 4b7a0e4304 Changed: Added getBigFileName method to CBigFile
kervala 4e7609b939 Fixed: Moved zone_bank.h from src to include
kervala 2e71a5b4eb Changed: Implement copy/paste for Linux
kervala 863d20a384 Changed: Implement copy/paste for Linux
kervala 621f7505c1 Changed: Implement copy/paste for Linux
kervala a044d8a5e7 Changed: Remove all warning when compiling Ryzom
kervala b7b1197f45 Changed: Implement copy/paste for Linux (patch provided by Naush)
kervala 10522eae91 Changed: Use a standard application path for writing files
kervala f77ca1992c Changed: Replace atoi and sscanf by fromString when it's possible
sfb 03db06e0c6 Merge
sfb d25f8454f4 Changed: Moved zone_region.h header - used by leveldesign tools.
rti 120af2580d Fixed: Merge cocoa_adapter.mm code into driver_opengl*.cpp (and cocoa_event_emitter.cpp)
kervala 92a682bc1b Changed: Added better check for Mac OS SDK version
kervala 9198a34e32 Changed: Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods
kervala 86aa43e207 Changed: Remove all warning when compiling Ryzom
kervala 8198f65d50 Fixed: X11 Key auto repeat
kervala 89f6f37b4d Changed: getModes for Mac OS X < 10.6
kervala 25f97a0f2e Fixed: Crash when pressing a key under Mac OS X 10.5.7
kervala f655a8d015 Fixed: Compilation under Mac OS X 10.5
kervala 7e7dc58314 Changed: Remove all warning when compiling Ryzom
kervala 572d9acf34 Changed: Remove all warning when compiling Ryzom
kervala 31a990fa60 Changed: Remove all warning when compiling Ryzom
kervala f1c8d140aa Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid
kervala 1677874af2 Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB
kervala 01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X)
kervala 148a7260fc Fixed: NLMISC::createDebug - Infinite loop
kervala 08bcbc3451 Changed: Updated CMake projects
kervala c86d923901 Changed: Change the wrong header in the source code
"Matt Raykowski" d4570fffd5 Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc
vl c53f0b1b48 Added: special case of rgba.cpp on static
vl f9903f46de Changed: ogg vorbis lib order
kervala 940de867ee Fixed: Static sound drivers link to nelsnd_lowlevel
vl 837ab5c68f Added: in static, we don't compile fmod since it only exists in dynlib
vl 65a58d76d1 Added: case for static version of the driver
vl bc8339857d Added: warning when we cannot open a big file
kervala 998e5b4c17 Changed: Added NL_ADD_RUNTIME_FLAGS
kervala 32f0a5037f Changed: Remove all warnings when compiling Ryzom
kaetemi 59e5c03a83 Changed: Fix crash with hls texture bank generation when memcpy of 0 bytes at end of allocated memory.
kervala cd822bc0b4 Fixed: Display of .h files in generated projects
kervala 256062307b Changed: Remove all warnings when compiling Ryzom (patch provided by Abelgar)
kervala 71da504731 Changed: Remove all warnings when compiling Ryzom
kervala 13de385469 Added: NL_ADD_RUNTIME_FLAGS for libraries
kervala 7b22cb92e8 Changed: Added -ldl for NELMISC
kervala a983aa0783 Changed: Dependencies definitions
kervala 8db652391b Changed: NeL fails to build with --as-needed
kervala 92b4d5ef8a Changed: Change the wrong header in the source code
kervala 968a752e55 Fixed: Windows compilation problems
mattraykowski c3e4ffbe26 merge while working on rebase root source dir
mattraykowski 972e141687 Changed: Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout.
kervala 6cf96b9e36 Changed: Remove all warnings when compiling Ryzom
kervala 811b229f52 Changed: Fix typos in comments/code
kervala 3bb72a0d06 Changed: Removed propagation of dependencies to other projects (fix lintian warnings)
kervala 0ec41da752 Changed: Change the wrong header in the source code
kervala b83fdd467e Changed: Added PCH to nelligo
kervala d4346ef771 Changed: Added PCH to nelligo
kervala 1d5f2e8df9 Changed: Removed propagation of dependencies to other projects (fix lintian warnings)
kervala ad51d50449 Changed: Prevent Windows to draw background of NeL windows and some other messages
rti 4f02a8591a Fixed: cmake MODULE compiles to *.so, adjusted dynloadlib accordingly
kervala aa506598d0 Fixed: Under Linux, load NeL drivers from a specific directory
kervala b5f6188757 Fixed: Window content is black after switching windowed <-> fullscreen
kervala eaa26434bc Changed: Remove all warnings when compiling Ryzom
kervala 6577496fc2 Fixed: Replace deprecated functions gethostbyname and gethostbyaddr
kervala e77e93f779 Fixed: infinite loop in ogg vorbis streaming (negative ov_read result means an error)
rti 06f7326e34 Fixed: Make cocoa the default subsystem on Mac OS X
rti 3edb9289f7 merge
rti ba4eca5cec Fixed: Fullscreen with game resolution < desktop resolution
rti ed8a11717d Changed: Fix typos in comments/code
kervala ab11ddb805 Changed: Remove all warning when compiling Ryzom
kervala 9984b638fb Fixed: Thread/process CPU affinity Implementation for Linux
kervala dc40c77b18 Changed: Removed libjpeg dependency on nel3d
kervala 57bbdf7a85 Changed: Removed useless dependencies
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent
kervala caf1c5151e Fixed: nelsound dependency to nelsound_lowlevel
kervala c693c47cac Changed: Remove all warning when compiling Ryzom
kervala 09d7a4a064 Fixed: Removed driver_opengl_mac.cpp from VC++ project
aquiles 28953b29ed Changed: getType() in UFormElm
kervala 5d494ea2fe Fixed: Use wglext.h instead of defining all Windows stuff in driver_opengl_extension_def.h
kervala 2da52ebc36 Fixed: X11 Key auto repeat
rti 0edc5f1f2c Fixed: Problem when we start moving the camera in third person
rti e1f2fc5abc Fixed: using x11 color depth retrieval on mac without cocoa (removes hardcoded value)
rti 6b0320a7f2 Fixed: screen mode retrieval only in cocoa mode
rti cc47fd2531 Fixed: Move mac screen mode retrieval to cocoa_adapter
rti b1fa58f06b Fixed: destroyWindow() terminates the whole application
rti fddfab508b Fixed: updated get display modes implementation to use more current apis
rti 542d4125a0 Changed: - implemented nglGetProcAddress using dlsym
rti e1656d14a7 Fixed: minor compile and link errors related to Ogg/Vorbis and nelsnd_lowlevel
kervala 4757228a22 Fixed: numeric_limits not found in Fmod driver
kervala a7e4543e5d Changed: Window content is black after switching windowed <-> fullscreen
kervala 3b09bcd927 Changed: Remove all warning when compiling Ryzom
kervala 7e45b27f35 Changed: Remove all warning when compiling Ryzom
kervala a4b9d678ed Changed: Remove all warning when compiling Ryzom
kervala bb8cea02ea Changed: Remove all warning when compiling Ryzom
kervala 01748aa3f5 Changed: Fix typos in comments/code
kervala 540e24b7b6 Changed: Remove all warning when compiling Ryzom
kervala 65647fecbb Changed: Window content is black after switching windowed <-> fullscreen
kervala 90acceadbf Fixed: Window content is black after switching windowed <-> fullscreen
kervala 1fab114680 Fixed: XConfigureNotify window position different from XMoveWindow
kervala dd93616bf6 Fixed: XMapWindow doesn't preserve current window position
kervala a587bc1846 Fixed: X11 error when quitting the client on linux
kervala 042507413a Changed: Fix typos in comments/code
kervala cec0572a61 Changed: Allow to queue any buffer not only those managed by CSourceAL
kervala f565acbd40 Changed: Implemented getTime() in OpenAL driver
kervala 20a2fbd674 Changed: Don't add buffer to queue when using sync mode
kervala 0c5d50299b Fixed: Crash in OpenAL driver when a music is playing and user returns to selection menu
kervala ba4ee26f7c Changed: Floating point exceptions
kervala 2a1441858f Changed: Music is "stopped" when client is loading with OpenAL driver
kervala 39e25f218e Changed: Music is "stopped" when client is loading with OpenAL driver
kervala 878996d64d Changed: Music is "stopped" when client is loading with OpenAL driver
kervala f768181706 Changed: Don't delete buffers if they will be reused
kervala 161e40a3f2 Changed: CListenerFMod inherits from NLMISC::CManualSingleton<CListenerFMod>
kervala 6dec8a3cf5 Changed: Fix typos in comments/code
vl 056f8e147f Removed: flooding warning
kervala b0a33c716c Changed: Implement music streaming in OpenAL driver
kervala 8dff836491 Fixed: Implement music streaming in OpenAL driver
kervala f0205328dc Changed: Implement music streaming in OpenAL driver
kervala 163e2dc1a5 Changed: Implement music streaming in OpenAL driver
kervala 5950b1f5bf Changed: Implement music streaming in OpenAL driver
kervala 4d586ef8d0 Changed: Implement music streaming in OpenAL driver
kervala a3ae822a88 Changed: Fix typos in comments/code
kervala 88a5f4e074 Changed: Fix typos in comments/code
vl d971a9537c Removed: flooding warning
kervala b22129a4fb Changed: Implement GlWndProc for X11
kervala 2b74d425ed Changed: Implement GlWndProc for X11
kervala 28e5c4e485 Fixed: Implement GlWndProc for X11
kervala 9275ce5175 Changed: Remove all warning when compiling Ryzom
kervala c6d7643b4b Changed: Remove all warning when compiling Ryzom
mattraykowski 27ec384cb8 Change: Added some source groups to mimic VS SLNs.
mattraykowski f76025cfac Change: Setting WITH_STATIC_DRIVERS links GL/D3D and FMOD/AL/DS/XA to 3D and sound respectively.
mattraykowski ca56d259cc Changed: Fix for nelmisc builds on Windows without DirectX in the VS paths.
vl e71c3b5417 Merge
kervala 733e5f4b1a Changed: cbDirectoryChanged now displays a warning if it couldn't change directory
kervala ddb918de66 Changed: Use a standard application path for writing files
kervala 5bb012883d Changed: Remove/convert/update old projects
kervala c426347080 Changed: Use a standard application path for writing files
kervala b4aaac574f Fixed: config_file generated files not openable
rti 32cd792e14 merge
rti d4e2ab4013 Fixed: GLWindow, create, destroy, create would lead to creating two autorelease pools
Matt Raykowski e3302e6844 merge
Matt Raykowski b4a635c412 Changed: 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.
rti 1a756384c2 merge
rti 9a490239e8 Fixed: Modifier Key Information
kervala 3b70e484f6 Fixed: Add public setWindowIcon method to UDriver
kervala 00ae75ef04 Fixed: Implement setWindowIcon for Win32
kervala 8605f833e9 Changed: Move OS specific code from client or server to NeL when it's possible
kervala ad59a1f35b Fixed: Add an internal method to set an icon for X11 window in OpenGL driver
kervala 34e58b7f19 Fixed: XRandR modesetting
kervala 41eedee735 Fixed: XRandR modesetting
kervala 0383b14169 Changed: optimizations for PCH
kervala 9b06f1c481 Fixed: sort screen modes by width, height and frequency
kervala 1f3793e523 Changed: Remove all warning when compiling Ryzom
vl f34d0f3249 Added: default value for light 0 (thx valgrind)
vl 6bf8cc13b7 Changed: CSynchronized and CMutex are now, by default, Fair on Windows and Unfair on GNU/Linux and Mac OS X
vl 39b6194f02 Changed: misc things
vl 4c06c20712 Added: better detection of jpeg size
rti b9bd5c8fce Fixed: Dead Keys Broken
rti a91497f86b Fixed: Switch nlWindow from NSWindow* to NSView*
rti cbbcd286cb Fixed: Switch nlWindow from NSWindow* to NSView*
rti bc08dee5a0 Fixed: Cocoa Window not necessary
rti e6e1d2e3fe merge
rti b9b1605120 Changed: improved mouse wheel handling (thresholding)
kervala 220a3458c2 Changed: USE_JPEG is only used when building NLMISC now
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters
kervala ae239a6b94 Changed: Use PCH under Linux with CMake
rti c613b8a103 Changed: disabled PCH for opengl driver if WITH_COCOA (PCH does not work with objc)
kervala 7cb5099a1c Changed: Remove all warning when compiling Ryzom
kervala c27c28d7c4 Changed: CWordsDictionary::makeResult using references
kervala 6779fcf1b3 Changed: Use PCH under Linux with CMake
kervala 0238458539 Changed: Use PCH under Linux with CMake (use the same macros for Windows too)
kervala 7d7ded9528 Changed: Added new optimizations for VC++ linker and compiler
kervala 870fb2a50a Changed: Removed obsolete files (all methods are already implemented in CSystemInfo)
kervala fc22fcb3de Changed: Change the wrong header in the source code
kervala 7a99daae23 Changed: Use PCH under Linux with CMake
kervala 73744cd0ae Changed: Use PCH under Linux with CMake
kervala 611b5498e8 Changed: Use PCH under Linux with CMake
kervala 9eb0e21867 Changed: Use PCH under Linux with CMake
rti 6567201c25 merge
rti 8ad1901f17 Changed: added mac menu, force redraw after buffer swap, some cleanup
kervala 9de1c9e027 Changed: Fix typos in comments/code
rti 59b7ac1f9f merge
rti 60dae3bfd0 Changed: adapted to recent driver changes, some cleanup
kervala 964ffc2183 Fixed: Floating Point Exception in NL3D::CDriverGL::getModes on Linux
kervala 0761387c3b Changed: Change the wrong header in the source code
kervala 551d33c933 Fixed: Floating Point Exception in NL3D::CDriverGL::getModes on Linux
kervala a362e280ca Changed: Remove all warning when compiling Ryzom
kervala db81731ff5 Fixed: Infinite loop and crash when a parent sheet is the same file as self
kervala 5e4cd25b2c Changed: Make sure all debug files are created in log directory
kervala ec62912164 Changed: Make sure all debug files are created in log directory
kervala 28c4072960 Changed: Make sure all debug files are created in log directory
kervala 4e334e85b7 Fixed: Add possibility to set and get log directory
kervala a5d0faaec5 Changed: Create setWindowStyle and getWindowStyle private methods in OpenGL driver
kervala 3ed8f85188 Fixed: Create setWindowStyle and getWindowStyle private methods in OpenGL driver
kervala cb649eba75 Fixed: Create setWindowStyle and getWindowStyle private methods in OpenGL driver
kervala a877932708 Fixed: Create setWindowStyle and getWindowStyle private methods in OpenGL driver
kervala bf6e36cd33 Changed: Removed files with no content from project (fix some VC++ warnings)
kervala dcf1277953 Changed: Added SOVERSION property to shared libraries
kervala 7cbe65d2ef Changed: Fix typos in comments/code
rti ec3f194b42 Changed: fixed set mouse pos in fullscreen on non main monitor
rti 7457a1838f merge
rti ac758bc0e3 Changed: fixed set mouse pos in fullscreen on non main monitor
kervala 91d971ad64 Fixed: Create setWindowSize private method in OpenGL driver
rti 207c648b88 merge, fixed build with NL_MAC_NATIVE
rti 7e91dd34fd merge
kervala 5e298e8844 Fixed: Create setWindowSize private method in OpenGL driver
rti 2e6078898e Changed: fixed multi screen window positioning, implemented getCurrentScreenMode, (IDriver::InterfaceVersion = 0x67 to enable negative window positions)
kervala a63d1e249b Fixed: Create createWindow and destroyWindow private methods in OpenGL driver
kervala f381f335e1 Changed: Fix typos in comments/code
rti 45582ac1c8 Changed: fixed mouse position setting on non main monitor
rti 6ff4d15826 merge
rti 1424cfb2b1 Changed: fixed key 5 and 6 interchanged
kervala 6a78fc23a5 Fixed: Create createWindow and destroyWindow private methods in OpenGL driver
kervala 90fc776669 Fixed: Create createWindow and destroyWindow private methods in OpenGL driver
kervala eb769bfb9c Changed: Fix typos in comments/code
kervala 2f93f19afc Fixed: Implement getWindowPos for Linux
kervala e4e43d2ac3 Fixed: Create a setScreenMode method in OpenGL driver
kervala 829e15f5bf Fixed: Create a setScreenMode method in OpenGL driver
kervala 365745a3bf Fixed: Implement getWindowPos for Linux
kervala 929f5a3b8d Changed: Move all window and input related methods to a new file from OpenGL driver
kervala d16356fefe Changed: Move all window and input related methods to a new file from OpenGL driver
kervala 9147170866 Fixed: Do not reset mouse position to implement FreeLook (compilation fix for Windows)
kervala 72e5f44ed6 Fixed: Do not reset mouse position to implement FreeLook (compilation fix for Windows)
kaetemi d4ad6c774d Merge
kaetemi 199ef975d8 Fixed: OpenAL driver did not work anymore because of bad isBufferLoaded implementation.
rti ebc8121dd8 Fixed: Fullscreen X11 on Mac is not available (vidmode missing), disable it in the driver.
rti cb9217d8a3 Changed: mouse wheel, resizable flag
rti 0eda79d7b3 merge
rti f082ef3efb Fixed: Do not reset mouse position to implement FreeLook (IDriver::InterfaceVersion = 0x66)
kervala 004f5b3f83 Changed: Remove all warning when compiling Ryzom on Linux
kervala b4529541c3 Fixed: mapping accentued keys to actions in game
kervala 4b15d7273e Changed: Fix typos in comments/code
rti 458f5a1072 Changed: fixed *.pc install source paths
rti 1b6382633a merge
rti 38fd14fbd2 Changed: showCursor, setMousePos, improved window move, useOptimizedDrawing:YES, cleaned up comments
kervala e3cadf3de5 Fixed: Another dead lock under Linux
kervala 7e5502b38c Changed: Added pkg-config files
"Matt Raykowski" ede3c57553 Changed: panolpy_maker finds libsquish, OpenAL driver finds EFX-Util on Windows.
rti 59155f1839 Changed: enable bloom on mac (commented hardcoded "not for mac" gl ext stuff)
rti fc9bd00a81 merge
rti 23cbfdbb60 Changed: added fullscreen and mode switching support
kervala 017935c302 Changed: Move all window and input related methods to a new file from OpenGL driver
kervala 5af2dbea2a Changed: Fix typos in comments/code
kervala 9df2f7fe95 Changed: Fix typos in comments/code
kervala 293f47c367 Fixed: Shadows under Linux
kervala d2c478106d Fixed: Floating point exceptions
kervala d14e6418da Fixed: Floating point exceptions
kervala 1cb5cf3e4d Fixed: Allow use of UAnimationSet without activate headers optimization
kervala e823e9ece2 Changed: Fix typos in comments/code
kervala e065046317 Changed: Remove/convert/update old projects
kervala 76c34e285d Fixed: Shadows under Linux
rti ff95aa3e84 Changed: dead key support
rti a0e9e045dc Changed: window position and cocoa screen coordinates
rti dce6ccf148 merge
rti 4ef905aab7 Changed improved shortcut and unicode text handling
Thibaut Girka 70d25e6056 Changed: enable window resizing
Thibaut Girka 102822ff00 Fixed: fixed XF86VidModeModeInfo creation, should work on 64b
Thibaut Girka bd1f1f7c7e Merge local changes
rti b5c8752872 Changed: window title, position, resize. fixed notify sound on key down.
rti 7e3fb9f078 Fixed: link X11 on Mac OS X if without WITH_COCOA
rti 0f62cfa0f2 Changed: adds very basic mac cocoa support (cmake -DWITH_COCOA:bool=YES)
kervala 1cb477b8d3 Fixed: Use nlWindow instead of void* for window ID
kervala f71252d0d5 Added: CSystemUtils class in Makefile.am
rti e322091017 Fixed: Ryzom Client: Mac OS X X11 unsupported color depth
rti 2deca37990 Fixed: NEL: build on Mac OS X
kervala 35c1603f20 Fixed: Add a check for GL_ARB_texture_rectangle
kervala 2a6620044c Fixed: jpeg read didn't implement _LoadGrayscaleAsAlpha neither.
kaetemi a1a5ed3b30 Fixed: Updated dds rename in tilebank to also work with png.
kaetemi cac95ed079 Fixed: Png read didn't implement _LoadGrayscaleAsAlpha.
aquiles 2f3f320843 Fixed: Bloom for non NV Cards on OpenGL
kervala b31ad9974a Fixed: Dead keys are not working on Linux
kervala 2522e93604 Changed: Dead keys are not working on Linux
kervala e0a5ebf20f Changed: Make all keys used for actions/macros identical on all platforms
Matt Raykowski 10577effa0 Update: Merged in nlWindow patch from SVN.
kervala 7c664c32f7 Changed: Make all keys used for actions/macros identical on all platforms
kervala a63e6c5dc3 Changed: Make all keys used for actions/macros identical on all platforms
kervala 247d75b75b Fixed: Implement first time pressed keys on Linux
kervala 23d3e04d3e Fixed: Invalid character when pressing DEL key under Linux
kervala cca38ca645 Fixed: NeL - X11 Modifier Keys (Patch provided by rti)
kervala b6138d5ec8 Fixed: NeL - X11 Modifier Keys (Patch provided by rti)
kervala 39f2624a69 Changed: Move OS specific code from client or server to NeL when it's possible
kervala 05b6447aad Changed: Move OS specific code from client or server to NeL when it's possible
kervala 2572ef9e9f Fixed: Crash when updating Windows 7 progress bar
Thibaut Girka 9b5e5c9972 Refactor a bit
Thibaut Girka 9cb84682ae Add X mode setting when fullscreen
Thibaut Girka 69502d3362 Implement CDriverGL::setMode for X
kervala a9f92a0e36 Changed: Remove all warning when compiling Ryzom on Linux
kervala 41a197060a Changed: Remove all warning when compiling Ryzom on Linux (patch provided by ThibG)
kervala ef1182bc48 Changed: Compilation on 64-bits platforms
kervala 45c8adf72f Changed: Remove all warning when compiling Ryzom on Linux
kervala ca1a6f95fe Changed: Remove all warning when compiling Ryzom on Linux
kervala c92db19b1d Fixed: BUILD BREAK: Nel Broken again with listener_xaudio2.cpp syntax error
vl a0094b2234 Fixed: add do/while to remove some warning and add missing ;
vl bb63259a3d Changed: include path are not the same for openal on mac (patch by rti)
vl fa7b90e27d Changed: threadid is now in size_t. patch by rti
kervala 3449a727c0 Fixed: 24bpp support (patch provided by ThibG)
Matt Raykowski 6901aaa0e4 merge
Matt Raykowski cd7af53bc8 Fixed: CMake now finds XF86VidMode and links OpenGL correctly.
kervala d955ac8426 Changed: Fix typos in comments/code
kervala 6eff3d4d61 Changed: Fix typos in comments/code
vl 1009564115 Changed: make it compile in pure static
kervala 7734507190 Fixed: Shared Libs loading on Mac OS X (patch provided by rti)
kervala 05c1f6bd2a Merge
kervala 85d83088a3 Fixed: 24bpp support (patch provided by ThibG)
vl b1022a83c5 Fixed: in static, it didn't compile
kervala aa8eba9d99 Fixed: NLMISC ticksToSecond error on Mac OS X (patch provided by rti)
kervala 1c51331f5d Fixed: NLMISC ticksToSecond error on Mac OS X (patch provided by rti)
kervala b8645f969f Changed: Change the wrong header in the source code
kervala 538f7abb14 Fixed: CSString::find and CSString::findNS broken
kervala d2d2427288 Changed: Nel driver_xaudio2 and driver_dsound failed to compile
kervala 5214dc06fc Changed: Remove/convert/update old projects
vl 929717e3b1 Fixed: make it compile
kervala ad6a1e6888 Changed: Client Core crashing on direct3d shader driver
kervala 1a649a8d23 Merge
kervala 783c0ac359 Merge
Matt Raykowski c9d0e92ad7 Resolved: Applied patch from Nille02 - typos in header move branch. Missed music_channel_xaudio2.h
--HG--
branch : branch_pvt_headers
Matt Raykowski 57220dbd7d Resolved: Applied patch from Nille02 - typos in header move branch.
--HG--
branch : branch_pvt_headers
Matt Raykowski 85bc5bdb84 merge
Matt Raykowski f5b2d23db4 Update: Fixing the private headers issues.
kervala b25c2fa105 Merge
vl b577ab73bc Fixed: linux/assertion failure CCoTask::getCurrentTask() == this. patch by ratmice
vl 45283a568c Changed: make the mutex working on Linux
kervala 8b7144733a Changed: VER_SUITE_STORAGE_SERVER and VER_SUITE_COMPUTE_SERVER not defined
kervala 0ad6f116b1 Changed: Remove/convert/update old projects
kervala 0391b3fad6 Changed: Remove/convert/update Visual C++ projects
acemtp@users.sourceforge.net 8b920944dd Changed: add +x on linux script to be executable
acemtp@users.sourceforge.net 29b38937a5 Fixed: set the good agpl header
acemtp@users.sourceforge.net d5c601ffa5 initial version