dfhack/plugins/embark-assistant
Pauli 9c59b7ff48 Fix unlikely memory leaks if Screen::show fails
The Screen::show takes ownership of the screen pointer. I decided to
switch the parameter to std::unique_ptr to make the pointer ownership
explicit. The unique_ptr then provides automatic screen destruction in
Screen::show unless pointer is inserted or is already in the linked list
that is managed by df.
2018-06-19 16:41:31 +03:00
..
CMakeLists.txt Remove $(NOINHERIT) which was inexplicably included in a bunch of plugins. 2018-05-14 00:12:22 -05:00
biome_type.cpp Replaced include of dfhack.h with <utility> and DataDefs.h 2017-09-01 15:37:40 +02:00
biome_type.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
defs.h Addressed request. Improved profile saving 2018-02-27 10:46:06 +01:00
embark-assistant.cpp Addressed request. Improved profile saving 2018-02-27 10:46:06 +01:00
embark-assistant.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
finder_ui.cpp Fix unlikely memory leaks if Screen::show fails 2018-06-19 16:41:31 +03:00
finder_ui.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
help_ui.cpp Fix unlikely memory leaks if Screen::show fails 2018-06-19 16:41:31 +03:00
help_ui.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
matcher.cpp Fix warnings in supported plugins. 2018-04-06 01:25:21 -05:00
matcher.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
overlay.cpp Fix remaining warnings in supported plugins 2018-04-06 14:17:34 -05:00
overlay.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
screen.cpp Fix remaining warnings in supported plugins 2018-04-06 14:17:34 -05:00
screen.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00
survey.cpp Reorder dfhack-md5 GCC flags, fix another embark-assistant warning 2018-05-13 13:09:51 -04:00
survey.h Add embark-assistant plugin 2017-09-01 14:13:34 +02:00