Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-09 | Increased the distance between head and overhead text a bit | Bjørn Lindeijer | 1 | -2/+3 | |
Plus some small code cleanups. | |||||
2009-05-09 | Fix some memory leaks | Jared Adams | 1 | -0/+12 | |
In doing so, NPC Dialogs now show the resize grip again. | |||||
2009-05-03 | Fixed compile warnings and other tweaks | Bjørn Lindeijer | 1 | -12/+10 | |
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &. | |||||
2009-05-03 | NPC Integer input plus and minus | Blue | 1 | -8/+22 | |
Added plus and minus buttons on NPC Integer input. No server side modifications. | |||||
2009-05-03 | Fix some layout issues with the NPC dialog | Jared Adams | 1 | -6/+39 | |
Also add a reset button for the string and integer input modes. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-02 | Fix up some things in the NPC dialog | Jared Adams | 1 | -3/+18 | |
2009-05-01 | Forgot the new dialog | Jared Adams | 1 | -0/+277 | |