aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/bbdou/bbdou_bubble.cpp
AgeCommit message (Collapse)Author
2019-05-27ILLUSIONS: Fix MSVC warningsFilippos Karapetis
- Fix warnings about conversion between float and double - Initialize potentially uninitialized variables
2018-07-20ILLUSIONS: BBDOU: Rename variables (bubble and special code)johndoe123
(cherry picked from commit 93255ca)
2018-07-20ILLUSIONS: always use braces for loopsEric Fry
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
2018-07-20ILLUSIONS: BBDOU: Implement BbdouBubble::calcBubblesjohndoe123
2018-07-20ILLUSIONS: Move game-specific files into own subdirectoriesjohndoe123
2018-07-20ILLUSIONS: Refactor code in preparation for the Duckman enginejohndoe123
2018-07-20ILLUSIONS: Additions in various placesjohndoe123
- Add NamedPoint and related code - Remove some debug output - Fix right mouse button input - Add bubble code - Add BBDOU inventory skeleton
2018-07-20ILLUSIONS: More work on BBDOU specific code (cursor, bubble)johndoe123
- Add input handling code