Commit graph

66 commits

Author SHA1 Message Date
kaetemi
e46a301ad0 Added: Function to prefer high resolution local time 2012-07-27 22:26:49 +02:00
kaetemi
e999a92369 Added: Function and tool to check system timer sanity across cpu cores 2012-07-27 21:20:07 +02:00
kaetemi
a91dd4212a Added: CMake projects for ryzom MFC tools (georges edit and world editor plugins) 2012-07-27 12:36:36 +02:00
kaetemi
a7e597bf9f Fixed: Compile error in MFC Object Viewer with sound sheet id as CSheetId 2012-07-25 10:15:04 +02:00
kaetemi
16ba557f83 Fixed: Compile error in mfc world editor primitive plugin 2012-07-25 10:13:58 +02:00
sfb
905d3ba50c merge 2012-07-23 12:33:55 -05:00
sfb
4ca41b4545 Additional build path ignore. 2012-07-23 12:26:38 -05:00
kervala
930bfbe742 Fixed: Bad path in ryzom.desktop.in 2012-07-20 18:51:50 +02:00
kaetemi
0971a773c7 Fixed: Valgrind warnings 2012-06-28 11:30:58 +02:00
kaetemi
1c66d545fe Fixed: Valgrind warnings 2012-06-28 11:08:36 +02:00
kaetemi
805c27b3c8 Changed: Different default type id for sound sheet id workaround 2012-06-05 19:11:43 +02:00
kaetemi
eb6050795e Changed: Reserve sheet id with short id 0 for unknown sheet for new sheet types 2012-06-05 15:13:13 +02:00
kaetemi
2a56fa9750 Changed: Small optimization for sheet id constructor with default type 2012-06-05 14:03:38 +02:00
kaetemi
0275a78bcd Reverted: Unnecessary changes to config and data from merge 2012-06-04 15:03:40 +02:00
kaetemi
0a411ec468 Merged: From sound_dev to default (Summary: Sound CSheetId implementation, improved manual rolloff function performance) 2012-06-04 14:53:50 +02:00
kaetemi
5be53b0b11 Fixed: Bad serialization of sound name in background sounds 2012-06-04 13:28:03 +02:00
kaetemi
9eef5919de Changed: Assign sane type id to temporary sound sheet ids 2012-06-04 13:27:12 +02:00
kaetemi
15309d7fa8 Changed: Tool build_soundbank can also work without sheet id bin 2012-06-04 12:37:56 +02:00
kaetemi
d1ab19ec8a Changed: Removed some debug messages 2012-06-04 12:35:34 +02:00
kaetemi
e639868a38 Fixed: Make build_soundbank tool work with latest changes 2012-06-03 16:00:43 +02:00
kaetemi
bc26f93893 Added: Temporary workaround for using sound sheet id without updated sheet id bin 2012-06-03 15:57:57 +02:00
kaetemi
7b6e88dff9 Changed: Also handle distMax with negative alpha in new manual rolloff function 2012-06-03 15:56:47 +02:00
kaetemi
a3616abd5c Changed: Avoid some more sqrt calculations 2012-06-03 02:00:32 +02:00
kaetemi
971f753706 Added: Specific code for amplitude based rolloff to avoid unneccesary log10 and pow calls and improve performance 2012-06-03 01:50:53 +02:00
kaetemi
0f9ee4ee8c Changed: Debug messages 2012-06-02 23:06:48 +02:00
kaetemi
f2fcd1fe62 Fixed: Sound CSheetId implementation 2012-06-02 18:12:38 +02:00
kaetemi
75936288f5 Fixed: Sound CSheetID implementation (part 3) (partially tested) 2012-06-02 16:06:10 +02:00
kaetemi
fe90c89d9a Fixed: Sound CSheetID implementation (part 2) (not tested) 2012-06-02 15:24:21 +02:00
kaetemi
b755bafdae Added: Additional constructor for CSheetId with default type, in case the user did not put the type with the sheet name 2012-06-02 15:21:03 +02:00
kaetemi
ec318f0393 Fixed: Sound CSheetId implementation (part 1) (not tested) 2012-06-02 14:54:39 +02:00
kaetemi
08a449153c Added: Missing implementation of initWithoutSheet to use CSheetId without a sheet_id.bin, required for leveldesign and build tools 2012-06-02 14:53:11 +02:00
kaetemi
5d0cf883e4 Merged: From default to sound_dev 2012-06-02 11:09:14 +02:00
kaetemi
782b460fce Merged: From gsoc2012-fabien r2211 to sound_dev 2012-06-02 10:57:01 +02:00
sfb
7a3e1b68ae Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
Fabien_HENON
8b23735773 Changed: #1469 StringId conversion to CSheetId for sounds 2012-05-26 23:40:27 +02:00
Fabien_HENON
5e55faf0ba Changed: #1469 Getting last version from default branch 2012-05-26 21:38:30 +02:00
Fabien_HENON
1add3763e9 Changed: #1469 StringId conversion to SheetId for sounds V2 (DOES NOT COMPILE YET) 2012-05-26 19:21:19 +02:00
kervala
293a546feb Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON 2012-05-24 20:28:19 +02:00
rti
2d9d784720 merge 2012-05-24 16:35:28 +02:00
rti
354467e382 Fixed: Build on Mac OS X, "id" is a datatype in objective-c(++) 2012-05-24 16:33:56 +02:00
kervala
561fcbfb1b Fixed: #1474 Compilation with new MySQL headers 2012-05-24 12:56:53 +02:00
Fabien_HENON
1db44e6250 Changed: #1469 StringId conversion to SheetId for sound (DOES NOT COMPILE YET) 2012-05-23 22:27:39 +02:00
kaetemi
0bd338afd1 Added: Hack to exclude .sound sheets starting with _ from being filtered out from the sheet_id.bin. Sound sheets do not follow the conventional sheets naming pattern at the moment 2012-05-23 22:05:34 +02:00
kervala
2cf7e0795a Fixed: Compilation with new MySQL headers 2012-05-21 10:51:30 +02:00
kervala
7d050b4b20 Changed: Don't include local files in PCH 2012-05-21 10:04:00 +02:00
kervala
58adf0a6f9 Fixed: Some Windows.h inclusions 2012-05-21 10:03:08 +02:00
kervala
8d85a2f727 Fixed: Compilation with new mysqlclient headers 2012-05-20 00:05:01 +02:00
kervala
0a5ffe6b03 Fixed: Compilation under Windows 2012-05-19 23:47:43 +02:00
kervala
b8f55ab2e5 Changed: #878 Fix typos in comments/code 2012-05-19 23:43:42 +02:00
kervala
d2ae1e3eda Fixed: Revision 0 bug 2012-05-19 23:25:06 +02:00