CIA.vc
Kaetemi
Real-time open source activity stats
Stats » Authors » Kaetemi
syndicateUTC clock
14:04 on Feb 12, 2012
event counters
The last message was received 3.45 years ago at 16:54 on Sep 01, 2008
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
135 messages since the first one, 4.18 years ago, for an average of 1.61 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
16:54 on Sep 01, 2008opennel
Commit by Kaetemi :: r722 /trunk/nel/src/sound/driver/xaudio2/ (4 files): (link)
UPDATE: setCone implemented.
#
16:30 on Sep 01, 2008opennel
Commit by Kaetemi :: r721 /trunk/nel/src/sound/driver/xaudio2/ (3 files): (link)
UPDATE: setMinMaxDistances implemented in NLSOUND XAudio2 Driver.
#
14:15 on Sep 01, 2008opennel
Commit by Kaetemi :: r720 /trunk/nel/src/sound/driver/xaudio2/ (10 files): (link)
UPDATE: readWavBuffer and getSongTitle implemented in xaudio2 driver, also cleaned up some stuff.
#
17:57 on Aug 31, 2008opennel
Commit by Kaetemi :: r719 /trunk/nel/src/sound/driver/xaudio2/ (7 files): (link)
UPDATE: Some more stuff (sample looping, etc) implemented in NLSOUND XAudio2 Driver.
#
16:19 on Aug 31, 2008opennel
Commit by Kaetemi :: r717 /trunk/nel/src/sound/driver/xaudio2/ (12 files): (link)
UPDATE: Background music system implementation for the NLSOUND XAudio2 Driver done.
#
22:35 on Aug 30, 2008opennel
Commit by Kaetemi :: r716 /trunk/nel/src/sound/driver/xaudio2/ (4 files): (link)
FIXED: Changed default sample rate param for xaudio2 creation function to reduce noise.
UPDATE: Some more work on the music stuff.
#
19:35 on Aug 30, 2008opennel
Commit by Kaetemi :: r715 /trunk/nel/src/sound/driver/xaudio2/ (12 files): (link)
UPDATE: NLSOUND XAudio2 Driver can now play OGG Vorbis music files. (work in progress)
#
00:02 on Aug 23, 2008opennel
Commit by Kaetemi :: r714 /trunk/nel/src/sound/driver/xaudio2/ (6 files): (link)
UPDATE: NLSOUND XAudio2 Driver updated for DirectX August 2008 SDK
#
20:21 on Aug 22, 2008opennel
Commit by Kaetemi :: r713 /trunk/nel/ (24 files in 5 dirs): (link)
ADDED: NLSOUND XAudio2 Driver.
UPDATE: Sample sound_source allows user to select driver now.
#
23:42 on Jun 29, 2008opennel
Commit by Kaetemi :: r699 /trunk/nel/src/ (nel_vs90.vsprops nel_vs90_r_dev.vsprops): (link)
FIXED: Inconsistent usage of _r suffix in vs90 projects.
#
23:33 on Jun 29, 2008opennel
Commit by Kaetemi :: r698 /trunk/nel/src/ (11 files in 2 dirs): (link)
FIXED: Inconsistent usage of _r suffix in vs90 projects.
#
22:46 on Jun 29, 2008opennel
Commit by Kaetemi :: r697 /trunk/nel/ (83 files in 30 dirs): (link)
UPDATE: Project files for vs90 use vsprops.
#
14:45 on Jun 28, 2008opennel
Commit by Kaetemi :: r696 /trunk/nel/ (29 files in 22 dirs): (link)
FIXED: bloom_effect.h did not include all headers it requires.
FIXED: NL_LOC_WRN was not in the correct format to be read by vs90 as a warning.
UPDATE: Some fixes and optimizations for the vs90 project files.
#
21:57 on Jun 24, 2008opennel
Commit by Kaetemi :: r693 /trunk/nel/samples/ (46 files in 23 dirs): (link)
FIXED: Various small compile errors for some nel samples.
ADDED: Missing vs90 project files for some more nel samples.
#
10:17 on Jun 22, 2008opennel
Commit by Kaetemi :: r691 /trunk/nel/include/nel/misc/types_nl.h: (link)
FIXED: types_nl.h wasn't aware of _HAS_TR1 under vs90 in most projects, resulting in tr1 not being used if installed, fixed this. In a smaller amount of projects (see earlier workarounds), types_nl.h knew about _HAS_TR1 as there were stl headers included before including types_nl.h, which resulted in an error because types_nl.h wrongly assumed that the tr1 headers are always under a tr1/ subdirectory, which is not the case with the vs compiler, fixed this too with an ugly define. Someone should check if there somehow is a cleaner way of doing this stuff.
#
09:36 on Jun 22, 2008opennel
Commit by Kaetemi :: r690 /trunk/nelns/login_system/ (3 files in 3 dirs): (link)
FIXED: "fatal error C1083: Cannot open include file: 'tr1/unordered_map': No such file or directory" when compiling nelns/nel_launcher under vs90 with tr1 installed
#
00:23 on Jun 22, 2008opennel
Commit by Kaetemi :: r689 /trunk/nelns/login_service/mysql_helper.cpp: (link)
FIXED: cbDatabaseVar() in nelns/login_service was using mysql_options() for MYSQL_OPT_RECONNECT on 'DatabaseConnection' which is always equal to NULL at that point in the code, while it should've been using 'db' (like in the line of code a bit lower).
#
23:51 on Jun 21, 2008opennel
Commit by Kaetemi :: r688 /trunk/snowballs2/client/src/ (12 files): (link)
FIXED: "fatal error C1083: Cannot open include file: 'tr1/unordered_map'" when compiling snowballs2/client under vs90 with tr1 installed
#
15:51 on Jun 20, 2008opennel
Commit by Kaetemi :: r687 /trunk/nel/src/sound/driver/openal/stdopenal.h: (link)
FIXED: "fatal error C1083: Cannot open include file: 'tr1/unordered_map'" when compiling sound/driver_openal under vs90 with tr1 installed
#
22:58 on May 19, 2008opennel
Commit by kaetemi :: r676 /trunk/nelns/login_service/mysql_helper.cpp: (link)
FIXED: include the mysql headers from the same path
#