Age | Commit message (Collapse) | Author |
|
|
|
|
|
AutoDeleteSmallVector obsolete.
DropDownListItem are strongly managed using std::unique_ptr to ensure leak-free handling. Appropriate use
of move-semantics make intent a lot clearer than parameter comments and allows the compiler to generate
copy-free code for most situations.
|
|
A conforming compiler with a valid <mutex>-header is expected.
Most parts of the code assume that locking a mutex will never fail unexpectedly,
which is generally true on all common platforms that don't just pretend to
be C++11. The use of condition variables in driver code is checked.
|
|
std::vector::[push|emplace]_back()
|
|
|
|
Normalize type and parsing of generation_seed across all files
Add assert_compile() to ensure correct type
|
|
|
|
DetailedFileType.
|
|
definitions.
|
|
|
|
the original landscape generator.
|
|
|
|
|
|
code.
|
|
|
|
|
|
height
|
|
editor to be entered directly (ic111)
|
|
|
|
a map
|
|
|
|
really need it, use the console.
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
dropdowns
|
|
|
|
after construction.
|
|
|
|
mentioning possible deviations.
|
|
|
|
values for size computations.
|
|
the window.
|
|
QueryStrings per widget instead.
|
|
QueryStringBaseWindow and directly use QueryString.
|
|
|
|
|
|
Window::OnEditboxChanged.
|
|
|
|
|
|
no effect whatsoever.
|
|
|
|
|
|
|
|
and script debug GUI.
|
|
|
|
functions.
|
|
|
|
don't sleep on DoCommand while doing so
|
|
|
|
understandable
|