Commit Graph

9 Commits (ee3aba149d55f2294adccd1b99cfa36f6beeb7dd)

Author SHA1 Message Date
scrawl c9d9461d3e Add Spacer class derived from AutoSizedWidget
Using a normal widget as a spacer with HStretch/VStretch may not work properly because for widgets not derived from AutoSizedWidget, the HBox/VBox treat the widget's current size as the requested minimum size. This leads the layout to break when resized more than once.

The new class sets HStretch and VStretch to true by default to save some typing.
8 years ago
scrawl 780bf5a2cd Implement pickpocket detection. Play a voiced dialogue entry when detected. 11 years ago
Lars Söderberg 5b060ffe8d Varios standardizations, fixes and optimizations 12 years ago
scrawl 0c4a963132 Container UI rewrite 12 years ago
scrawl b0199c703c Companion UI 12 years ago
scrawl 0ee0dbdb97 Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 12 years ago
scrawl bf5e30b24f everything done except health/mana restore 12 years ago
scrawl bc6a1979b0 replaced everything with the new method 12 years ago
scrawl d27863bf8e rename layout files to .layout to get them recognized by layout editor 13 years ago