aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/lastexpress.h
AgeCommit message (Collapse)Author
2018-10-18LASTEXPRESS: rnd() should not return a constantEvgeny Grechnikov
2018-10-16LASTEXPRESS: drop sound threadEvgeny 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.
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines.
2014-02-18LASTEXPRESS: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-06LASTEXPRESS: Reduce header dependencyEugene Sandulenko
2011-06-10LASTEXPRESS: Reduce header dependenciesMax Horn
2011-06-02LASTEXPRESS: Remove unused LastExpressEngine::errorString()Littleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-11LASTEXPRESS: Use SAFE_DELETE for class variablesJulien Templier
svn-id: r54201
2010-10-22LASTEXPRESS: Update namespace comment with latest engine statusJulien Templier
svn-id: r53716
2010-10-18LASTEXPRESS: Merge in the engine.Eugene Sandulenko
svn-id: r53579