[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r12806] by klaussfreire

Mostly fixed soundless video playback:
* Streaming videos are now set to nonlooping by default (it's the most common usage)
* AnimatedTexture::Done() wasn't working right with streaming videos - fixed by tapping into EndOfStreamException
* Wihtout a sound source, videos have to be Reset() to make them start from... ehem... the beginning.
* Certain callbacks from certain places (Terminate() from inside Draw()) would crash the engine.
Fixed by deferred execution of the Terminate() command.

2010-07-27 02:34:35 Tree
[r12805] by klaussfreire

RelWithDebInfo was missing... ehem... debugging info.

2010-07-27 02:30:26 Tree
[r12804] by klaussfreire

Bugfixes:
* BorrowedOpenALRenderer should never attempt to open a new device/context.
If a thread has no context, operations on the renderer should simply raise an exception.
* Don't initialize the SceneManager's renderer if sound is disabled.
This includes the case when there is no device, al_init.cpp will disable sound in that case.
* Don't invoke rendererful SceneManager functionality without a renderer:
- commit
- createSource
- createSound (renderer)

This closes ticket #61

2010-07-25 18:51:00 Tree
[r12803] by klaussfreire

Optional vegaserver (didn't test it, but seemed like a nice idea)

2010-07-25 18:45:00 Tree
[r12802] by klaussfreire

Merge fix from audio branch: mistyped rlaan mining base bfxm reference

2010-07-25 05:40:38 Tree
[r12801] by klaussfreire

Fix new resolution: it needs a 4:3 aspect ratio for base interfaces

2010-07-25 05:33:37 Tree
[r12800] by klaussfreire

Prevent assertion failure on broken bfxm files (which are there in the wild).
Instead, just print out diagnostic info.

2010-07-25 05:13:53 Tree
[r12799] by klaussfreire

Fix mining base: bfxm reference was mistyped

2010-07-25 05:11:20 Tree
[r12798] by www_2

Add a new resolution 1600x900

2010-07-23 13:41:27 Tree
[r12797] by klaussfreire

Merging changes from trunk into audio branch

2010-07-21 01:31:10 Tree
Older >