1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 21 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some more comment/documentation clarification. More... over 14 years ago
Updated README to reflect use of CMake on Windows. More... over 14 years ago
Comment and message (and occasional API/code) spelling/grammar fixes. No slight intended to non-English-speaking coders. More... over 14 years ago
Change alut.h include to More... over 14 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... over 14 years ago
Updated install instructions with CMake. More... over 14 years ago
From Anna Sokol: Fixed compilation under MSVC 8. More... over 14 years ago
From Rizzen: Fixed compile under OpenSuse. More... over 14 years ago
SoundManager::removeSoundState(): More... over 14 years ago
Make SoundState destructor virtual. Patch contributed by Doug McCorkle at iastate.edu (username mccdo) More... over 14 years ago
(Minor update) Replaced a dynamic_cast with a static_cast (performance) More... over 14 years ago
(Minor update) Removes useless MSVC warning, made Error classes accept strings, fixed a few warnings. More... over 14 years ago
[Minor] Tiny update for double precision BoundingSpheres in OSG More... over 14 years ago
[From Anna Sokol] Fixed root for cameras using RELATIVE_RF. More... over 14 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... almost 15 years ago
Fixed output dir under non-MSVC (removed .. for unices) for OpenAL++ examples More... almost 15 years ago
(Minor update) Added quotes to avoid problems with paths containing spaces(?) More... about 15 years ago
CMake: removed the "../" prefix on any compiler != MSVC. More... about 15 years ago
Esthetic change More... about 15 years ago
Minor enhancements to the build More... over 15 years ago
Fixed a tiny bug in FindosgViewer More... over 15 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... over 15 years ago
Modification by Wang Rui: Changed FindOGG module for linux More... over 15 years ago
Ooops... fixed the previous commit (That's not my day!) More... over 15 years ago
Fixed a mistake in FindVorbis* (Wrong directory). More... over 15 years ago
Fixed stupid copy-paste. More... over 15 years ago
Added Vorbis includes for osgAL and examples (Thanks to Wang Rui). More... over 15 years ago
Added CMake script (Please test!), deleted MSVC project, modified OpenAL & ALUt includes, renamed some binaries. (See details) More... over 15 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... over 15 years ago
Updated the batch file for osg >2.4, removed solution items (Not supported in Express versions of visual), and minor changes More... over 15 years ago