aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-06GRAPHICS: Return line count of formatted MacText.stevenhoefel
2017-02-05TITANIC: Fix setup & loading of music room soundsPaul Gilbert
2017-02-06CRYO: Fix a null pointerStrangerke
2017-02-05DIRECTOR: Lingo: Documented D4 "Code structures" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Added tests for new grammar for built-insEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast window management" LingoEugene Sandulenko
2017-02-05DIRECTOR: Lingo: Documented D4 "Cast members" LingoEugene Sandulenko
2017-02-05TITANIC: Start of getting CWaveFile to handling audio streamingPaul Gilbert
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2017-02-05SCI: Use strnlen instead of strlen to avoid buffer overflowsColin Snover
2017-02-05TITANIC: Implemented CMusicWave read methodPaul Gilbert
2017-02-05DIRECTOR: Lingo: Renamed printStubWithArglist to printSTUBWithArglistEugene Sandulenko
2017-02-04TITANIC: Implemented CMusicWave fn2Paul Gilbert
2017-02-04TITANIC: Add missing copyData method to TTnpcScriptPaul Gilbert
2017-02-04TITANIC: Implemented remainder of CMusicRoomHandler codePaul Gilbert
2017-02-04DIRECTOR: Lingo: Implemented b_shutDown() and b_restart()Eugene Sandulenko
2017-02-04DIRECTOR: Lingo: Implemented b_quit()Eugene Sandulenko
2017-02-04TITANIC: Implemented CMusicRoomHandler fn1 and getPitchPaul Gilbert
2017-02-04TITANIC: Fix CMusicObject initializationPaul Gilbert
2017-02-04TITANIC: Fix CMusicParser to produce correct resultsPaul Gilbert
2017-02-04DIRECTOR: Removed text cast width hack. It is incorrect.Eugene Sandulenko
2017-02-04DIRECTOR: Added workaround for Text Cast widthEugene Sandulenko
2017-02-04GRAPHICS: Removing Director-specific hack in text width calculationEugene Sandulenko
2017-02-04GRAPHICS: Enforce font recomputation in MacTextEugene Sandulenko
2017-02-04GRAPHICS: Try to generate font names from slant in MacFontManagerEugene Sandulenko
2017-02-04GRAPHICS: Correctly process empty lines in MacTextEugene Sandulenko
2017-02-04I18N: Update translation (French)Purple T
2017-02-04DIRECTOR: Implemented pausing/continuing of playbackEugene Sandulenko
2017-02-04DIRECTOR: Hid font test under debug channelEugene Sandulenko
2017-02-04GRAPHICS: Hid noisy debug messages in MacTextEugene Sandulenko
2017-02-04TITANIC: Minor fixes to CMusicObject & CMusicParserPaul Gilbert
2017-02-03TITANIC: Implemented CMusicObject initializationPaul Gilbert
2017-02-03TITANIC: Beginnings of music object and parser classesPaul Gilbert
2017-02-03TITANIC: Implementing more CMusicRoomHandler codePaul Gilbert
2017-02-03GRAPHICS: Fix MacText rendering when 3 fonts meet on one lineEugene Sandulenko
2017-02-03GRAPHICS: Fix MacText wrapping when formatting starts in the middle of a lineEugene Sandulenko
2017-02-03Merge pull request #894 from wjp/lua_indexTblEugene Sandulenko
2017-02-02TITANIC: Implemented CMusicRoomhandler updateAudioPaul Gilbert
2017-02-02TITANIC: Implemented CMusicRoomHandler setVolumePaul Gilbert
2017-02-02TITANIC: Extra CMusicRoomHandler init & destroyPaul Gilbert
2017-02-02GRAPHICS: Fix surface reallocation in MacTextEugene Sandulenko
2017-02-02GRAPHICS: Fix MacText wrapping. Kudos to wjpEugene Sandulenko
2017-02-02CRYO: Remove some commented codeStrangerke
2017-02-02CRYO: Remove some obsolete TODOsStrangerke
2017-02-02GRAPHICS: Fix MacText splitter, so less empty font chunks are generatedEugene Sandulenko
2017-02-02ADL: Set ADGF_TESTING for hires5Walter van Niftrik
2017-02-02GRAPHICS: More optimization for empty stringsEugene Sandulenko
2017-02-02ADL: Increase robustness of graphics codeWalter van Niftrik
2017-02-02GRAPHICS: Optimize for empty substrings in MacTextEugene Sandulenko
2017-02-01TITANIC: Implemented CAudioBuffer classPaul Gilbert