Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
|
|
This is part of bug #3615056 and is due to NULL being defined as
nullptr when C++-11 is enabled, which is not valid being assigned
to a integer value.
|
|
|
|
|
|
|
|
variables
|
|
|
|
This is mainly due to unhandled clang __has_featrure() buit-in.
I do not like this hack, but Coverity proved to be a very good tool for us.
|
|
Makes Coverity happier.
|
|
Apparently their tools do not include __has_feature clang extension.
I've submitted the bugreport to them but in the meantime let's have this
define in the system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CID 1022329
|
|
|
|
1022304, 1022305, 1022306
|
|
- CID 1022300
|
|
|
|
- CID 1022298
|
|
|
|
|
|
when leaving Ulence Flats...
|
|
|
|
|
|
|
|
|
|
|
|
keyboard control) the last missing type of scrolls: dialogs. Move some functions/variables, remove unused code in order to do so.
|
|
This replaces the (quadratic time) renderqueue drawnum logic by a
(linear time) approach based on following along the queue with an iterator.
This branch first implements the new iterator logic next to the old drawnum
logic, adding asserts that they produce identical results to facilitate testing
and debugging. The old code is removed after that.
|
|
|