kervala
|
26dd470afc
|
Changed: #1275 Create an OpenGL ES driver
|
2012-05-12 20:56:37 +02:00 |
|
kervala
|
07dd298ed2
|
Changed: Include stdopengl.h in Objective-C files
|
2012-05-12 20:55:58 +02:00 |
|
kervala
|
f6c77399a9
|
Fixed: Renable PCH under for OpenGL driver under Mac OS X
|
2012-05-12 20:54:37 +02:00 |
|
kervala
|
cf5e9bc8d9
|
Changed: #1275 Create an OpenGL ES driver
|
2012-05-12 19:21:52 +02:00 |
|
sfb
|
1fdaa8155b
|
Fixed: #1374 Rolled back a const-ness change and tested connecting to Ring successfully.
|
2012-05-10 08:06:19 -05:00 |
|
kervala
|
36b4d1a298
|
Added: Xcode checks and specific flags
Changed: Target by default Mac OS X 10.6 if not specified
Changed: Add -isysroot, -arch and -mmacosx-version-min flags if needed
|
2012-05-08 00:07:14 +02:00 |
|
kervala
|
e17fb8e2de
|
Added: Mac OS X resources
|
2012-05-07 10:30:37 +02:00 |
|
kervala
|
421c6482d9
|
Changed: Set CMAKE_OSX_DEPLOYMENT_TARGET if not defined
Changed: Use custom Info.plist
Added: RYZOM_DATA_DIR option to copy data from there
|
2012-05-07 10:30:24 +02:00 |
|
kervala
|
15d2226427
|
Changed: Use only static libraries under Mac OS X if WITH_STATIC_EXTERNAL is used
Changed: Strip binaries under Mac OS X by default in Release (use WITH_SYMBOLS if you don't want)
|
2012-05-07 10:27:54 +02:00 |
|
kervala
|
aa9d2bfe8b
|
Fixed: Compilation using WITH_STATIC_EXTERNAL under Mac OS X
|
2012-05-06 21:50:44 +02:00 |
|
vl
|
a89fe5182e
|
Added: external auth
|
2012-05-04 18:33:59 +02:00 |
|
vl
|
f333236a6b
|
Merge
|
2012-05-04 12:08:04 +02:00 |
|
vl
|
b95a53d728
|
Added: new webig system
|
2012-05-04 12:04:49 +02:00 |
|
sfb
|
fbc6e6f5fe
|
Changed: #1306 Implemented basic form saving.
|
2012-05-03 08:02:14 -05:00 |
|
kaetemi
|
ad3a424d56
|
Fixed: Compile error
|
2012-04-30 09:38:27 +02:00 |
|
sfb
|
c0bbb9135e
|
merge
|
2012-04-26 13:07:43 -05:00 |
|
sfb
|
e6df7a7703
|
Changed: #1306 Implemented add/removing parent sheets, moved everything out of Plugin and into GeorgesQt namespace to eliminate ambiguity with other plugins.
|
2012-04-26 13:05:53 -05:00 |
|
dnk-88
|
4bed6e3261
|
Changed: #1306 Improved ui of geqt
|
2012-04-23 20:30:57 +03:00 |
|
sfb
|
cd6dfef39d
|
Changed: #1306 Added undo stack deeper (for later) and began adding form context menus proof-of-concept.
|
2012-04-20 15:40:02 -05:00 |
|
sfb
|
70ec74a97f
|
Changed: #1306 Implemented core "open" action to load a form from an arbitrary location.
|
2012-04-20 12:46:18 -05:00 |
|
sfb
|
a5de55c18d
|
merge
|
2012-04-18 11:08:44 -05:00 |
|
sfb
|
c2e63b9d9d
|
Changed: Used a Regex to workaround the colon project name issue for VS10.
|
2012-04-18 11:07:01 -05:00 |
|
kaetemi
|
b3260314ac
|
Fixed: Crash on exit caused by incomplete music channel reset
|
2012-04-13 23:30:35 +02:00 |
|
kaetemi
|
e611666391
|
Fixed: Warnings
|
2012-04-13 23:29:18 +02:00 |
|
kaetemi
|
adfffad551
|
Fixed: Typo
|
2012-04-13 14:15:04 +02:00 |
|
kaetemi
|
f17f7e726d
|
Changed: #1459 Reserve functional group controller node names
|
2012-04-13 13:59:24 +02:00 |
|
kaetemi
|
def7d31721
|
Merge
|
2012-04-13 11:59:56 +02:00 |
|
kaetemi
|
cdb719130f
|
Changed: #1459 Simplify the sound group controller interface
|
2012-04-13 11:54:20 +02:00 |
|
kervala
|
e3170b57bc
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-13 10:07:06 +02:00 |
|
kervala
|
1b6c957c81
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-13 09:36:51 +02:00 |
|
kaetemi
|
de4e298fb6
|
Changed: Provide a fake sound name for fake CSound created by music channel
|
2012-04-13 03:10:13 +02:00 |
|
kaetemi
|
ac948b8a53
|
Changed: #1461 Bad minimum value for comparing fast swim speed causes random switching between fast and slow swim speed particle effects
|
2012-04-13 03:06:52 +02:00 |
|
kaetemi
|
b13f0dcb34
|
Fixed: #1298 Replace assert with warning when physical sound source fails to play
|
2012-04-12 21:38:28 +02:00 |
|
kaetemi
|
76eae94605
|
Merged: From sound_dev to default. (Summary: Implemented Stream Sound and Group Controller feature. Various performance improvements and bug fixes in the sound code. Fixed sanity of IThread start and isRunning, added setPriority)
|
2012-04-12 21:18:02 +02:00 |
|
kaetemi
|
b68d8ca2aa
|
Merged: From default to sound_dev
--HG--
branch : sound_dev
|
2012-04-12 18:21:26 +02:00 |
|
kaetemi
|
4a02d20a4c
|
Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
|
2012-04-12 18:16:53 +02:00 |
|
kaetemi
|
b371588b93
|
Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
|
2012-04-12 18:06:33 +02:00 |
|
kaetemi
|
f9745080b5
|
Removed: Warning messages
--HG--
branch : sound_dev
|
2012-04-12 17:56:54 +02:00 |
|
kaetemi
|
d63bda28f4
|
Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
|
2012-04-12 17:48:56 +02:00 |
|
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
|
2012-04-12 17:24:06 +02:00 |
|
kervala
|
8e70469541
|
Changed: Define Release configuration for compilation checks and as default if not defined (must be defined before PROJECT)
|
2012-04-12 16:01:38 +02:00 |
|
kaetemi
|
015f47d71d
|
Changed: #795 Handle safely when audio decoder fails to be created
--HG--
branch : sound_dev
|
2012-04-12 12:06:03 +02:00 |
|
kaetemi
|
a33f3e7e32
|
Merge
--HG--
branch : sound_dev
|
2012-04-12 00:28:10 +02:00 |
|
kaetemi
|
1b41357a43
|
Fixed: #795 #1460 Linux compile of new sound samples
--HG--
branch : sound_dev
|
2012-04-12 00:27:03 +02:00 |
|
kaetemi
|
1cd4936ceb
|
Changed: #795 #1460 Make sure the streaming thread safely stops in all cases
--HG--
branch : sound_dev
|
2012-04-12 00:25:26 +02:00 |
|
kervala
|
eeecc06601
|
Changed: #1448 Compilation with Clang
|
2012-04-11 23:59:55 +02:00 |
|
kervala
|
d0314c9e0e
|
Fixed: Servers compilation if using static mysql library compiled with OpenSSL
|
2012-04-11 23:43:11 +02:00 |
|
kaetemi
|
b486e22a96
|
Fixed: Typos and warnings
--HG--
branch : sound_dev
|
2012-04-11 23:34:36 +02:00 |
|
kaetemi
|
80bf70efbb
|
Changed: Make CWinThread::start more sane, and fixed a typo
--HG--
branch : sound_dev
|
2012-04-11 22:05:18 +02:00 |
|
kaetemi
|
c0c5ee6d93
|
Fixed: Implementation for CPThread::isRunning()
--HG--
branch : sound_dev
|
2012-04-11 21:55:33 +02:00 |
|