aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/file.cpp
AgeCommit message (Collapse)Author
2018-06-29PINK: Don't unnecessarily cast away constnessAdrian Frühwirth
2018-06-28PINK: make comparison to character constants endianness independentwhiterandrek
2018-06-28PINK: JANITORIAL: More whitespace fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: Indentation fixesEugene Sandulenko
2018-06-28PINK: remove hidden overloaded virtual functionwhiterandrek
2018-06-28PINK: file code cleanupwhiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: reformat file's codewhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: remove lambda functionswhiterandrek
PINK: remove lambda functions PINK: remove >> << operators
2018-06-28PINK: fix no newline warningwhiterandrek
2018-06-28PINK: change size_t to uintwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: fixed Inventory onClick method and other bugfixeswhiterandrek
2018-06-28PINK: created constants for magic numbers, improved code in filewhiterandrek
2018-06-28PINK: implemented page state savingwhiterandrek
2018-06-28PINK: small fixeswhiterandrek
2018-06-28PINK: added ActionPlayWithSfx implementationwhiterandrek
2018-06-28PINK: small fixes and implemented skipping of sequence by buttonswhiterandrek
2018-06-28PINK: Implemented changing page and module, but without unloading old page. ↵whitertandrek
For now it can play logo of Wanderlust Interactive, then logo of MGM and Localizer Logo.
2018-06-28PINK: did a big file movement for better readability. Almost implementedwhitertandrek
conditions and sideEffects. Added more classes. Now engine can play intro's sound.
2018-06-28PINK: some fixeswhitertandrek
2018-06-28PINK: Implemented Page loading.whitertandrek
2018-06-28PINK: Implemented MFC archive, some pink objects and their initializationwhitertandrek
Thanks fullpipe engine developer for MFC archive
2018-06-28PINK: Initial commitwhitertandrek
Implemented skeleton of engine, detection, broFile and started orbFile implementation.