Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-22 | PINK: added menu commands | Andrei Prykhodko | |
2018-06-28 | PINK: move save/load engine functions to separate file | Andrei Prykhodko | |
2018-06-28 | PINK: added commands to Console | whiterandrek | |
2018-06-28 | PINK: add missing objs to module.mk. Pointed by Henke37. | whiterandrek | |
2018-06-28 | PINK: fix module.mk | whiterandrek | |
2018-06-28 | PINK: fix indentation | whiterandrek | |
2018-06-28 | PINK: basic walk, left click and seqTimer implementation | whiterandrek | |
2018-06-28 | PINK: Basic implementation of CEL decoder. Fixed sprite positioning | whitertandrek | |
2018-06-28 | PINK: Started implementation of Director class . For now engine can play ↵ | whitertandrek | |
logo scene, but sprites are at wrong positions because decoder doesn't support getting coordinates from CEL | |||
2018-06-28 | PINK: added InventoryActor and SequenceAudio | whitertandrek | |
2018-06-28 | PINK: added ActionText | whiterandrek | |
2018-06-28 | PINK: added ActionPlayWithSfx and ActionSfx | whitertandrek | |
2018-06-28 | PINK: added ActionTalk class | whitertandrek | |
2018-06-28 | PINK: added ActionLoop | whitertandrek | |
2018-06-28 | PINK: added SupportingActor and HandlerMgr | whitertandrek | |
2018-06-28 | PINK: did a big file movement for better readability. Almost implemented | whitertandrek | |
conditions and sideEffects. Added more classes. Now engine can play intro's sound. | |||
2018-06-28 | PINK: Implemented Page loading. | whitertandrek | |
2018-06-28 | PINK: Implemented MFC archive, some pink objects and their initialization | whitertandrek | |
Thanks fullpipe engine developer for MFC archive | |||
2018-06-28 | PINK: Initial commit | whitertandrek | |
Implemented skeleton of engine, detection, broFile and started orbFile implementation. |