1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some more comment/documentation clarification. More... about 15 years ago
Updated README to reflect use of CMake on Windows. More... about 15 years ago
Comment and message (and occasional API/code) spelling/grammar fixes. No slight intended to non-English-speaking coders. More... about 15 years ago
Change alut.h include to More... about 15 years ago
Define _SCL_SECURE_NO_WARNINGS and _CRT_SECURE_NO_DEPRECATE when building on Windows to eliminate spurious warnings that may hide actual warnings or errors. More... about 15 years ago
Updated install instructions with CMake. More... about 15 years ago
From Anna Sokol: Fixed compilation under MSVC 8. More... about 15 years ago
From Rizzen: Fixed compile under OpenSuse. More... about 15 years ago
SoundManager::removeSoundState(): More... about 15 years ago
Make SoundState destructor virtual. Patch contributed by Doug McCorkle at iastate.edu (username mccdo) More... about 15 years ago
(Minor update) Replaced a dynamic_cast with a static_cast (performance) More... about 15 years ago
(Minor update) Removes useless MSVC warning, made Error classes accept strings, fixed a few warnings. More... about 15 years ago
[Minor] Tiny update for double precision BoundingSpheres in OSG More... about 15 years ago
[From Anna Sokol] Fixed root for cameras using RELATIVE_RF. More... over 15 years ago
Added a 'second chance initialization' for alcOpenDevice() under non-Win (needed for my Linux machine\!). Removed 'typedef' before 'enum' (this is not standard C++). More... over 15 years ago
Fixed output dir under non-MSVC (removed .. for unices) for OpenAL++ examples More... over 15 years ago
(Minor update) Added quotes to avoid problems with paths containing spaces(?) More... almost 16 years ago
CMake: removed the "../" prefix on any compiler != MSVC. More... almost 16 years ago
Esthetic change More... almost 16 years ago
Minor enhancements to the build More... about 16 years ago
Fixed a tiny bug in FindosgViewer More... about 16 years ago
Added OGG to includes in projects, changed OPENAL_VERSION define to be for all platforms, changed channels type to be byte instead of short, and added myself to the authors :) More... about 16 years ago
Modification by Wang Rui: Changed FindOGG module for linux More... about 16 years ago
Ooops... fixed the previous commit (That's not my day!) More... about 16 years ago
Fixed a mistake in FindVorbis* (Wrong directory). More... about 16 years ago
Fixed stupid copy-paste. More... about 16 years ago
Added Vorbis includes for osgAL and examples (Thanks to Wang Rui). More... about 16 years ago
Added CMake script (Please test!), deleted MSVC project, modified OpenAL & ALUt includes, renamed some binaries. (See details) More... about 16 years ago
Unified line endings and auto-indent the code. Auto-indent may have done some strange things, but at least the intendation is unified (no tabs-spaces mixing). More... about 16 years ago
Updated the batch file for osg >2.4, removed solution items (Not supported in Express versions of visual), and minor changes More... about 16 years ago