Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-27 | ILLUSIONS: Fix MSVC warnings | Filippos Karapetis | |
- Fix warnings about conversion between float and double - Initialize potentially uninitialized variables | |||
2018-07-20 | ILLUSIONS: Clean up/fix some TODOs | johndoe123 | |
(cherry picked from commit 66094e4) | |||
2018-07-20 | ILLUSIONS: always use braces for loops | Eric Fry | |
2018-07-20 | ILLUSIONS: Fix typo in palette cycle logic. | Eric Fry | |
Fix uninitialised local variable | |||
2018-07-20 | ILLUSIONS: BBDOU: Implement remaining special opcodes 160018, 160028, 16002B | johndoe123 | |
2018-07-20 | ILLUSIONS: BBDOU: Implement more special opcodes and finish putBackInventoryItem | johndoe123 | |
2018-07-20 | ILLUSIONS: Move game-specific files into own subdirectories | johndoe123 | |
2018-07-20 | ILLUSIONS: Rename file scriptman,* to scriptstack.* and remove unneccessary ↵ | johndoe123 | |
includes of it | |||
2018-07-20 | ILLUSIONS: Add sound effects (still buggy) | johndoe123 | |
2018-07-20 | ILLUSIONS: Refactor code in preparation for the Duckman engine | johndoe123 | |
2018-07-20 | ILLUSIONS: Fix thread camera panning | johndoe123 | |
- Minor fixes and corrections | |||
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 |