jacob1
|
55e6074942
|
use override in all possible places
|
2019-03-09 21:07:32 -05:00 |
|
mniip
|
ff27d69424
|
Switch from std::string to String/ByteString in most of the code
Also switch SimulationData from weird arrays to std::vector
|
2018-04-30 21:13:24 +03:00 |
|
jacob1
|
5ee10d14e4
|
reduce unnecessary #include dependency chains
for example, elements no longer include Client.h or Graphics.h, and interface stuff won't include Window.h or Graphics.h unless requested
|
2017-07-13 23:24:35 -04:00 |
|
jacob1
|
cdc8f64896
|
fix clang compile warnings, fixes #406
also, sim.ambientAirTemp takes floats now
|
2017-04-27 23:08:06 -04:00 |
|
jacob1
|
6d6a615a37
|
msvc min/max fixes
|
2017-04-23 12:30:39 -04:00 |
|
jacob1
|
ace9e36cc6
|
fix ALL the warnings
mostly just using more size_t. Also do some formatting around if statements
|
2015-01-16 22:35:32 -05:00 |
|
jacob1
|
efd69b208d
|
fix a ton more errors in the interface code, including all the -Wreorder ones
|
2015-01-16 19:58:39 -05:00 |
|
mniip
|
fdfaa3a29b
|
add defines for window resolution
--amend
|
2013-12-29 20:12:50 +04:00 |
|
mniip
|
2be2b6b54b
|
Adjust position of ContextMenu if it's too close to bottom or right edges #188
|
2013-11-10 12:28:29 +04:00 |
|
mniip
|
4d9b9b17d7
|
D:
|
2013-05-11 15:08:32 +04:00 |
|
Simon Robertshaw
|
9abe51526c
|
Move all GUI source files into gui/
|
2013-03-22 14:14:17 +00:00 |
|