Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-16 | LASTEXPRESS: drop sound thread | Evgeny Grechnikov | |
The backend runs its own sound thread anyway, with the corresponding bookkeeping that we use. We don't need yet another sound thread, and it is always nice to not have something that could change our structures from underneath us. | |||
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-07-16 | LASTEXPRESS: Move LOW_BYTE macro to helpers.h | Littleboy | |
2011-06-28 | LASTEXPRESS: Move sound queue related functions to a separate class | Littleboy | |
- Implement missing queue reset function - Cleanup SoundManager::playLoopingSound() | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-11 | LASTEXPRESS: Silence potential warnings about extra semicolons | Max Horn | |
svn-id: r54207 | |||
2010-11-11 | LASTEXPRESS: Remove superflous if check in SAFE_DELETE. | Johannes Schickel | |
svn-id: r54203 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-18 | LASTEXPRESS: Merge in the engine. | Eugene Sandulenko | |
svn-id: r53579 |