Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ↵ | johndoe123 | |
ActorType bugs and more | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement load game from the game's menu system | johndoe123 | |
- Fix pause/unpause opcodes - Reduce debug output | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160012 and related code | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Start implementing the menu system | johndoe123 | |
Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. | |||
2018-07-20 | ILLUSIONS: Move thread-related files into threads subdirectory | johndoe123 | |
2018-07-20 | ILLUSIONS: Refactor code in preparation for the Duckman engine | johndoe123 | |
2018-07-20 | ILLUSIONS: Fix special code functions thread notifying (used wrong thread value) | johndoe123 | |
- Add more script and sequence opcodes | |||
2018-07-20 | ILLUSIONS: Fix thread camera panning | johndoe123 | |
- Minor fixes and corrections | |||
2018-07-20 | ILLUSIONS: Implement talkitem pausing/unpausing | johndoe123 | |
- Fix isActiveThread to check only non-paused and non-terminated threads | |||
2018-07-20 | ILLUSIONS: Fix bug which occured when trying to walk while talking | johndoe123 | |
- Fix minor bugs - Work on talk thread handling | |||
2018-07-20 | ILLUSIONS: Implement pathwalking (actual pathfinding todo) | johndoe123 | |
2018-07-20 | ILLUSIONS: Add more script opcodes | johndoe123 | |
- Add support for duplicate keys to the dictionary - Add trigger functions support - Improve inventory, now items can be clicked | |||
2018-07-20 | ILLUSIONS: Implement inventory | johndoe123 | |
- Implement cursor camera tracking - Various bugfixes | |||
2018-07-20 | ILLUSIONS: Additions in various places | johndoe123 | |
- Add NamedPoint and related code - Remove some debug output - Fix right mouse button input - Add bubble code - Add BBDOU inventory skeleton | |||
2018-07-20 | ILLUSIONS: More work on BBDOU specific code (cursor, bubble) | johndoe123 | |
- Add input handling code | |||
2018-07-20 | ILLUSIONS: Start with BBDOU special code | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement more script opcodes | johndoe123 | |
2018-07-20 | ILLUSIONS: Add TalkThread | johndoe123 | |
2018-07-20 | ILLUSIONS: Add more script opcodes and fix/add stuff along the way | johndoe123 | |
- Unload backgrounds - Add transparent sprite drawing - Add AbortableThread | |||
2018-07-20 | ILLUSIONS: Add more script opcodes | johndoe123 | |
2018-07-20 | ILLUSIONS: Add more script opcodes and related | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement TimerThread and script opcode | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement more script opcodes and related functions | johndoe123 | |
2018-07-20 | ILLUSIONS: Add SequenceOpcodes skeleton class | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on the script system | johndoe123 | |