|
|
|
@3807
|
[3807]
|
3 weeks |
Azaezel |
adds m_pSoundService->processEvents(); to the main game-loop
|
|
|
|
@3806
|
[3806]
|
3 weeks |
Azaezel |
zpkg for zfmod, updates personal branch-list
|
|
|
|
@3805
|
[3805]
|
3 weeks |
Azaezel |
cmake configuration for mingw, cygwin, borland, and msvc
|
|
|
|
@3804
|
[3804]
|
3 weeks |
mgray |
Branching from zoss/Setup/trunk to …
|
|
|
|
@3803
|
[3803]
|
3 weeks |
mgray |
Branching from zoss/Starter/trunk to …
|
|
|
|
@3802
|
[3802]
|
3 weeks |
mgray |
Branching from zoss/build/trunk to …
|
|
|
|
@3801
|
[3801]
|
3 weeks |
Azaezel |
matches remaining code to openal specifications for scripting support, and …
|
|
|
|
@3800
|
[3800]
|
3 weeks |
Azaezel |
SoundResource::setBufferID now uses a const char * rather than a void * …
|
|
|
|
@3799
|
[3799]
|
3 weeks |
Azaezel |
aligns source functionality for fmod with that of openal, including …
|
|
|
|
@3798
|
[3798]
|
3 weeks |
Azaezel |
console spam removal, implements the pause feature, properly segregates …
|
|
|
|
@3797
|
[3797]
|
3 weeks |
Azaezel |
console spam removal
|
|
|
|
@3796
|
[3796]
|
3 weeks |
Azaezel |
adds a paused state to enum PLAYSTATE
|
|
|
|
@3795
|
[3795]
|
3 weeks |
Azaezel |
unit tests for openAL and FMOD. specified the former, cloned for the …
|
|
|
|
@3794
|
[3794]
|
3 weeks |
Azaezel |
const correctness, and pass-by ref fixes
|
|
|
|
@3793
|
[3793]
|
3 weeks |
Azaezel |
const correctness, and pass-by ref fixes
|
|
|
|
@3792
|
[3792]
|
3 weeks |
Azaezel |
exposes set and get listenmatrix as well as a processEvents (was onFrame …
|
|
|
|
@3791
|
[3791]
|
3 weeks |
Azaezel |
re-adds set/get listenmatrix, onFrame becomes processEvents for clarity …
|
|
|
|
@3790
|
[3790]
|
3 weeks |
Azaezel |
adds a testSoundSourceMotion and a testListenerMotion. the former uses …
|
|
|
|
@3789
|
[3789]
|
3 weeks |
mgray |
Branching zoss/Test/trunk to zoss/Test/branches/AZ_AUDIO_REFACTOR_BRANCH
|
|
|
|
@3788
|
[3788]
|
3 weeks |
mgray |
Initial creation of zoss/Test/branches
|
|
|
|
@3787
|
[3787]
|
3 weeks |
mgray |
Branching zoss/plugins/trunk to …
|
|
|
|
@3786
|
[3786]
|
3 weeks |
mgray |
Branching zoss/Engine/trunk to …
|
|
|
|
@3785
|
[3785]
|
4 weeks |
mgray |
Fixing CRLF issues.
|
|
|
|
@3784
|
[3784]
|
4 weeks |
mgray |
Hooking ZOgre::SceneNode? up to script.
|
|
|
|
@3783
|
[3783]
|
4 weeks |
mgray |
Hooking I_SceneNode up to script.
|
|
|
|
@3782
|
[3782]
|
4 weeks |
mgray |
Stubbing in AccountServer? and SessionServer? interfaces.
|
|
|
|
@3781
|
[3781]
|
4 weeks |
mgray |
* Refactored I_AccountService::authenticate() to return the authentication …
|
|
|
|
@3780
|
[3780]
|
4 weeks |
mgray |
Removed hack for program_options from ZenServer?.
|
|
|
|
@3779
|
[3779]
|
4 weeks |
mgray |
* Refactored I_AccountService::AuthenticationPayload? to contain an …
|
|
|
|
@3778
|
[3778]
|
4 weeks |
mgray |
Updated Zen_DEFINITIONS to ensure that all boost libraries link …
|
|
|
|
@3777
|
[3777]
|
4 weeks |
mgray |
Adding gc garbage collector method for Lua types.
|
|
|
|
@3776
|
[3776]
|
5 weeks |
mgray |
Initial implementation of unit tests for Zen::Engine::Sound framework.
|
|
|
|
@3775
|
[3775]
|
5 weeks |
mgray |
Fixing a minor flaw in SoundManager::getDefaultScriptModule() that occurs …
|
|
|
|
@3774
|
[3774]
|
5 weeks |
mgray |
Refactoring ZOpenAL to accomodate scripting integration changes to …
|
|
|
|
@3773
|
[3773]
|
5 weeks |
mgray |
Refactoring the Zen::Engine::Sound frameworks to utilize scripting …
|
|
|
|
@3772
|
[3772]
|
5 weeks |
mgray |
Updating FindOgg?.cmake and FindVorbis?.cmake to make them a little easier …
|
|
|
|
@3771
|
[3771]
|
5 weeks |
mgray |
Getting ZOpenAL to a compiling state.
|
|
|
|
@3770
|
[3770]
|
5 weeks |
mgray |
Adding ZOpenAL to project table in zpkg.lua
|
|
|
|
@3769
|
[3769]
|
5 weeks |
mgray |
Adding ZOpenAL to CMake build.
|
|
|
|
@3768
|
[3768]
|
5 weeks |
mgray |
Adding FindAlut?.cmake, FindOgg?.cmake, and FindVorbis?.cmake to …
|
|
|
|
@3767
|
[3767]
|
5 weeks |
mgray |
Added call to I_Container::stop() in the tearDown() methods of the Account …
|
|
|
|
@3766
|
[3766]
|
5 weeks |
mgray |
Added I_Container::stop() to the I_Container interface and implemented …
|
|
|
|
@3765
|
[3765]
|
5 weeks |
mgray |
Updating SessionClient?.xml for SessionClientTests?.
|
|
|
|
@3764
|
[3764]
|
5 weeks |
mgray |
Implementing SessionService? functionality. (WiP)
|
|
|
|
@3763
|
[3763]
|
5 weeks |
mgray |
Updating Test_ZenEnterprise dependencies.
|
|
|
|
@3762
|
[3762]
|
5 weeks |
mgray |
Fleshing out Permission services (WiP).
|
|
|
|
@3761
|
[3761]
|
5 weeks |
mgray |
Implementing SessionClientTests?. (WiP)
|
|
|
|
@3760
|
[3760]
|
5 weeks |
mgray |
* Fixing CRLF issues in AccountDomainObject?.hpp
* Passing _pSession …
|
|
|
|
@3759
|
[3759]
|
5 weeks |
mgray |
Fleshing out Permission framework interfaces.
|
|
|
|
@3758
|
[3758]
|
6 weeks |
mgray |
Successfully tested an authentication operation with Account services.
|
|
|
|
@3757
|
[3757]
|
6 weeks |
mgray |
Getting client related Account services working.
|
|
|
|
@3756
|
[3756]
|
6 weeks |
mgray |
Fleshing out Account services implementations (WiP).
|
|
|
|
@3755
|
[3755]
|
6 weeks |
mgray |
Added AuthenticationPayload? struct to …
|
|
|
|
@3754
|
[3754]
|
6 weeks |
mgray |
Fleshed out more of the testAuthenticatePass() unit test -- currently, it …
|
|
|
|
@3753
|
[3753]
|
6 weeks |
mgray |
Fixed getSourceLocation() so that it actually returns the source location …
|
|
|
|
@3752
|
[3752]
|
6 weeks |
mgray |
Refactored NumericTypeMessageRegistry? to use uint64_t instead of uint32_t …
|
|
|
|
@3751
|
[3751]
|
6 weeks |
trichards |
Added EnterprisePlugins? to the all/trunk externs
|
|
|
|
@3750
|
[3750]
|
6 weeks |
trichards |
Committed trunk svn externals property.
|
|
|
|
@3749
|
[3749]
|
6 weeks |
trichards |
Branched Zen to the all\trunk configuration
|
|
|
|
@3748
|
[3748]
|
6 weeks |
trichards |
Created a trunk configuration for "all"
|
|
|
|
@3747
|
[3747]
|
6 weeks |
mgray |
Implementing testAuthenticatePass() in AccountClientTests? (WiP)
|
|
|
|
@3746
|
[3746]
|
6 weeks |
mgray |
Stubbed in methods for authentication and timeout cases in …
|
|
|
|
@3745
|
[3745]
|
6 weeks |
mgray |
Implemented unit tests to check for appropriate loading of AccountClient? …
|
|
|
|
@3744
|
[3744]
|
6 weeks |
mgray |
Fixed id in Account services plugin.xml files.
|
|
|
|
@3743
|
[3743]
|
6 weeks |
mgray |
Fixed an issue with the logging services that occurred when creating and …
|
|
|
|
@3742
|
[3742]
|
6 weeks |
mgray |
Updating zpkg working branches for mgray
|
|
|
|
@3741
|
[3741]
|
6 weeks |
mgray |
Populating XML files for Account and Session test fixtures.
|
|
|
|
@3740
|
[3740]
|
6 weeks |
mgray |
Populating plugin.xml files for Account and Session services.
|
|
|
|
@3739
|
[3739]
|
6 weeks |
mgray |
Stubbing in unit test fixture for AccountClient? service plugin.
|
|
|
|
@3738
|
[3738]
|
6 weeks |
mgray |
Fixing boost::serialization::string related compile error.
|
|
|
|
@3737
|
[3737]
|
6 weeks |
mgray |
Fleshing out AccountService? plugin (WiP)
|
|
|
|
@3736
|
[3736]
|
6 weeks |
mgray |
Fleshing out AccountService? plugin (WiP)
|
|
|
|
@3735
|
[3735]
|
6 weeks |
mgray |
Fleshing out AccountServer? plugin (WiP)
|
|
|
|
@3734
|
[3734]
|
6 weeks |
mgray |
Adding MessageFactory?.hpp/cpp to AccountClient?
|
|
|
|
@3733
|
[3733]
|
6 weeks |
mgray |
Fleshing out AccountClient? service (WiP)
|
|
|
|
@3732
|
[3732]
|
6 weeks |
mgray |
Updating AppServer::I_Message and Account::I_Group interfaces.
|
|
|
|
@3731
|
[3731]
|
7 weeks |
mgray |
Fleshing out implementation of AccountClient? (WiP)
|
|
|
|
@3730
|
[3730]
|
7 weeks |
mgray |
Fleshing out Enterprise plugin framework interfaces.
|
|
|
|
@3729
|
[3729]
|
7 weeks |
mgray |
Fleshing out implementation of AccountClient? (WiP)
|
|
|
|
@3728
|
[3728]
|
7 weeks |
mgray |
Fleshing out Enterprise plugin framework interfaces.
|
|
|
|
@3727
|
[3727]
|
7 weeks |
mgray |
* Fixing CRLF issues.
* Fleshing out SessionService? implementation. (WiP) …
|
|
|
|
@3726
|
[3726]
|
7 weeks |
mgray |
Fleshing out Enterprise plugin framework interfaces.
|
|
|
|
@3725
|
[3725]
|
7 weeks |
mgray |
* Fixed some weird non-standard character issues in Configuration.hpp for …
|
|
|
|
@3724
|
[3724]
|
7 weeks |
mgray |
More implementation of the Session services. (WiP)
|
|
|
|
@3723
|
[3723]
|
7 weeks |
mgray |
Updated message implementations in ZBoostNetworking to implement the …
|
|
|
|
@3722
|
[3722]
|
7 weeks |
mgray |
Added getSourceLocation() method to Zen::Enterprise::AppServer::I_Message …
|
|
|
|
@3721
|
[3721]
|
7 weeks |
mgray |
Fleshing out implementation of SessionServer? and SessionService? (WiP)
|
|
|
|
@3720
|
[3720]
|
7 weeks |
mgray |
* Fixed CRLF issues in SessionClient?
* Fleshing out SessionService? …
|
|
|
|
@3719
|
[3719]
|
7 weeks |
mgray |
Stubbing in Session::Server::I_SessionService interface.
|
|
|
|
@3718
|
[3718]
|
7 weeks |
mgray |
Removed the getSession() call from Client::SessionService?
|
|
|
|
@3717
|
[3717]
|
7 weeks |
mgray |
Refactoring ZBoostNetworking HTTP and XML protocol adapters to accomodate …
|
|
|
|
@3716
|
[3716]
|
7 weeks |
mgray |
Fleshing out SessionClient? (WiP)
|
|
|
|
@3715
|
[3715]
|
7 weeks |
mgray |
* Added getServiceLocation() method to I_ApplicationService.
* Refactored …
|
|
|
|
@3714
|
[3714]
|
7 weeks |
mgray |
Fixed a bug in Thread_win32::NativeThreadId?_win32::operator!=().
|
|
|
|
@3713
|
[3713]
|
7 weeks |
mgray |
Fleshing out SessionClient? (WiP)
|
|
|
|
@3712
|
[3712]
|
7 weeks |
mgray |
Fleshing out SessionClient? (WiP)
|
|
|
|
@3711
|
[3711]
|
7 weeks |
mgray |
Refactoring Message and Message Registry to support 64-bit ids and …
|
|
|
|
@3710
|
[3710]
|
7 weeks |
mgray |
Initial creation of Test_ZenEnterprise unit tests and stubbing in of …
|
|
|
|
@3709
|
[3709]
|
7 weeks |
mgray |
Fleshing out SessionClient? (WiP)
|
|
|
|
@3708
|
[3708]
|
7 weeks |
mgray |
Fleshing out Session framework interfaces in Zen Enterprise.
|
|
|
|