Commit Graph

1105 Commits (4996705ed76e572678cb278ef78b4bc1bfd00f36)

Author SHA1 Message Date
dfighter1985 4996705ed7 Moved event descriptors under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aed979a7fe Created NELGUI library, moved the GUI event descriptors there.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d127d59807 Merging cdb-refactoring into gui-refactoring.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 34b88eee65 Merging default into cdb_refactoring.
--HG--
branch : cdb-refactoring
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
sfb c0bbb9135e merge 13 years ago
sfb e6df7a7703 Changed: #1306 Implemented add/removing parent sheets, moved everything out of Plugin and into GeorgesQt namespace to eliminate ambiguity with other plugins. 13 years ago
dnk-88 4bed6e3261 Changed: #1306 Improved ui of geqt 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
sfb cd6dfef39d Changed: #1306 Added undo stack deeper (for later) and began adding form context menus proof-of-concept. 13 years ago
sfb 70ec74a97f Changed: #1306 Implemented core "open" action to load a form from an arbitrary location. 13 years ago
dfighter1985 46b139fb67 Documented CCDBBankHandler class.
--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
dfighter1985 29cde6e15b Moved xml auto pointer to nlmisc.
--HG--
branch : cdb-refactoring
13 years ago
kaetemi b3260314ac Fixed: Crash on exit caused by incomplete music channel reset 13 years ago
kaetemi adfffad551 Fixed: Typo 13 years ago
kaetemi f17f7e726d Changed: #1459 Reserve functional group controller node names 13 years ago
kaetemi def7d31721 Merge 13 years ago
kaetemi cdb719130f Changed: #1459 Simplify the sound group controller interface 13 years ago
kervala e3170b57bc Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kaetemi de4e298fb6 Changed: Provide a fake sound name for fake CSound created by music channel 13 years ago
kaetemi b13f0dcb34 Fixed: #1298 Replace assert with warning when physical sound source fails to play 13 years ago
kaetemi 4a02d20a4c Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
13 years ago
kaetemi b371588b93 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi f9745080b5 Removed: Warning messages
--HG--
branch : sound_dev
13 years ago
kaetemi d63bda28f4 Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
13 years ago
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
13 years ago
kaetemi 015f47d71d Changed: #795 Handle safely when audio decoder fails to be created
--HG--
branch : sound_dev
13 years ago
kaetemi a33f3e7e32 Merge
--HG--
branch : sound_dev
13 years ago
kaetemi 1b41357a43 Fixed: #795 #1460 Linux compile of new sound samples
--HG--
branch : sound_dev
13 years ago
kaetemi 1cd4936ceb Changed: #795 #1460 Make sure the streaming thread safely stops in all cases
--HG--
branch : sound_dev
13 years ago
kaetemi b486e22a96 Fixed: Typos and warnings
--HG--
branch : sound_dev
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 1b49b59e02 Fixed: #795 Hang when stopping file stream source that is synchronously waiting for play
--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 695dac7783 Added: #1460 Music channel on top of stream file source when driver does not have built-in music channels
--HG--
branch : sound_dev
13 years ago
kaetemi 2f504788f0 Added: #795 Synchronous loading of audio file streams
--HG--
branch : sound_dev
13 years ago
kaetemi 3bbf48e699 Added: #795 Sample for creating a sound source using .sound sheet with .ogg file
--HG--
branch : sound_dev
13 years ago
kaetemi bbd291a089 Added: #795 Streamed audio file sound source
--HG--
branch : sound_dev
13 years ago
kaetemi 57aa8b4d74 Fixed: #795 Removed unused include
--HG--
branch : sound_dev
13 years ago
kaetemi 70ca1197c5 Fixed: Typo in cmake project for stream sample
--HG--
branch : sound_dev
13 years ago
kaetemi 19599cd9f5 Changed: Allow changing looping parameter of audio decoder after init
--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 1d0052d228 Changed: Turned off pitch change in stream ogg vorbis sample
--HG--
branch : sound_dev
13 years ago
kaetemi 1b88f2782b Moved: #795 CAudioDecoder from stream ogg vorbis sample to nlsound
--HG--
branch : sound_dev
13 years ago
kaetemi 09717924cf Removed: #795 CMusicBuffer from sound lowlevel
--HG--
branch : sound_dev
13 years ago
kaetemi 1ab53c8bb2 Changed: Apply changes from CMusicBuffer to CAudioDecoder
--HG--
branch : sound_dev
13 years ago