aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_xeen
AgeCommit message (Collapse)Author
2018-03-26XEEN: Fix display condition '+' characters in Character InfoPaul Gilbert
2018-03-25XEEN: Fix string for bank location displayPaul Gilbert
2018-03-25XEEN: Cleanup of create_xeen constant stringsPaul Gilbert
2018-03-24XEEN: Fix showing training costs for next levelPaul Gilbert
2018-03-22XEEN: Add original copy protection dialogPaul Gilbert
2018-03-18XEEN: Fix spells list selection for Vertigo guildPaul Gilbert
2018-03-18XEEN: Fix display of Spell Info dialog in Guild shopsPaul Gilbert
2018-03-13XEEN: Fix text colors during intro/exit cutscenesPaul Gilbert
2018-03-04XEEN: Fix game credits text in create_xeenPaul Gilbert
2018-03-04XEEN: Fix loading saves from main menus and launcherPaul Gilbert
2018-02-25XEEN: Spelling correct in create_xeen textPaul Gilbert
2018-02-24XEEN: Add difficulty selection dialog to WOX starting menuPaul Gilbert
2018-02-24XEEN: Fix format string for items dialog weapon linesPaul Gilbert
2018-02-23XEEN: Compilation fixes for create_xeen toolPaul Gilbert
2018-02-23XEEN: Add data to create_xeen for Clouds of Xeen on it's ownPaul Gilbert
2018-02-23XEEN: Add Clouds of Xeen MAE and Spells to xeen.ccsPaul Gilbert
The later games stored them in resources, but Clouds of Xeen had them hardcoded. So this adds them under the same resource names as the later games, so the existing code can load them
2018-02-23XEEN: Fix some incorrect string arrays in create_xeenPaul Gilbert
2018-02-23XEEN: Add custom maze to the create_xeen toolPaul Gilbert
This could be used as an example of how other new maps could be added in the future, and it also gives people a cool result if they try typing 'ScummVM' into the teleport mirror
2018-02-23XEEN: Creation of create_xeen toolPaul Gilbert