Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | XEEN: Reset interface keypress when getting an input string | Paul Gilbert | |
This is done by the original to prevent the Space key used to trigger events like the Mine Car or Pyramid teleporters from then triggering a 'wait a turn' after reaching the destination | |||
2018-03-17 | XEEN: Change bool _isDarkCc to int _ccNum | Paul Gilbert | |
Originally the flag was whether the party was on the Dark Side, but as a bool I was having to cast it to an int side/cc number in more and more places. So now I've converted it to _ccNum, and it can be used directly as an int | |||
2018-03-04 | XEEN: Move all the dialog classes to their own sub-folder | Paul Gilbert | |