Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-18 | LASTEXPRESS: better names in sound code | Evgeny Grechnikov | |
Refactoring, no changes in behaviour. | |||
2018-10-14 | LASTEXPRESS: refactor sound flags | Evgeny Grechnikov | |
Merge SoundFlag and SoundStatus into a single enum; SoundEntry::setupStatus just casts one to another. Keep only definitions of bits in SoundFlag; drop compound flags like kFlagSteam = kSoundTypeAmbient | kSoundFlagLooped | kVolume7, use ORed simple flags in calls; change the signature of SoundManager::playSoundWithSubtitles to use uint32 instead of SoundFlag to avoid excess casting. Add meaningful names to flags; add some comments. Get rid of endian-unsafe SoundStatusUnion. Fixes an issue with big-endian hosts. No changes in behaviour on little-endian hosts. | |||
2014-06-16 | LASTEXPRESS: Update SavePoint::push/call interface and check for string ↵ | Littleboy | |
size. CID 1003261, 1003262 | |||
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-12-10 | LASTEXPRESS: Rename InventoryItem properties | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Object properties | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename several action functions | Littleboy | |
2013-12-10 | LASTEXPRESS: Rename Anna logic functions | Littleboy | |
Fix wrong call in | |||
2013-12-10 | LASTEXPRESS: Rename Abbot logic functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove unnecessary casts | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove some unreachable code | Littleboy | |
2012-08-01 | LASTEXPRESS: Remove unused code and move functor definition to only file ↵ | Littleboy | |
using it | |||
2012-07-27 | LASTEXPRESS: Add menu-related warnings and turn some warnings into errors | Littleboy | |
2012-07-27 | LASTEXPRESS: Switch some warnings to debug console output | Julien | |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2011-11-07 | LASTEXPRESS: Fix typos in shared game code (as reported by _sev) | Littleboy | |
2011-06-28 | LASTEXPRESS: Cleanup comments | Littleboy | |
2011-06-28 | LASTEXPRESS: Move Sound class to the sound folder | Littleboy | |
2011-06-28 | LASTEXPRESS: Move sound queue related functions to a separate class | Littleboy | |
- Implement missing queue reset function - Cleanup SoundManager::playLoopingSound() | |||
2011-06-24 | LASTEXPRESS: Refactor Sound class | Littleboy | |
- Move entry-related functions to separate class - Move enumeration to shared header and rename FlagType to SoundFlag | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-11 | LASTEXPRESS: Use SAFE_DELETE for class variables | Julien Templier | |
svn-id: r54201 | |||
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-27 | LASTEXPRESS: Add some missing casts and const qualifiers | Julien Templier | |
svn-id: r53880 | |||
2010-10-26 | LASTEXPRESS: Turn dummy action error into a warning | Julien Templier | |
svn-id: r53849 | |||
2010-10-26 | LASTEXPRESS: Make GameState::time of type TimeValue | Julien Templier | |
svn-id: r53844 | |||
2010-10-22 | LASTEXPRESS: Add missing casts, fix warnings and correct typos | Julien Templier | |
svn-id: r53694 | |||
2010-10-19 | LASTEXPRESS: Fix some space formatting. | Jordi Vilalta Prat | |
svn-id: r53629 | |||
2010-10-19 | LASTEXPRESS: Fix corpse disappearing when hiding the body in the bed | Julien Templier | |
The setItemLocation action had a typo that prevented it from setting the item location. The "corpse moved" event was not set and it broke the scene progression. Also clean up the pickCorpse code and add better comments. svn-id: r53624 | |||
2010-10-18 | LASTEXPRESS: Merge in the engine. | Eugene Sandulenko | |
svn-id: r53579 |