Age | Commit message (Collapse) | Author |
|
It was badly broken after refactoring into EventObserver.
Fitst, deinit() method was never called which lead to bad record
files. Then, the concept of counting pollEvent() calls was ignored.
Introduced dispatchPoll() method of EventObserver which is implemented
in EventRecorder. It counts calls so is able to inject events at
more proper time.
Additionally now event times are recorded.
|
|
|
|
|
|
This prevents it from shown as "unknown (x86_64)", even though it is an
officially supported platform.
|
|
|
|
|
|
|
|
CMS support is only available in games using readSoundResourceSmallHeader.
|
|
original Moonbase.ini.
|
|
|
|
|
|
|
|
|
|
Demo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now it returns the Surface, so the caller does not need to create one and pass it.
|
|
|
|
|
|
|
|
|
|
- The loop is exited with break; when stream gets assigned, so stream == NULL is always true.
- When iterating using the length of an array a terminator element is unnecessary.
|
|
of a dispose flag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simple struct.
|
|
|
|
|
|
data, which causes warnings.
|
|
The message displays bytes, but capacity is the count of objects, so multiply by their size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help avoid name conflicts in the future with the Ring engine
|