Lioncash
|
755529b67a
|
CMappableObject: Make use of std::array where applicable
Same behavior, but also allows eliminating hardcoded array sizes.
|
2020-04-05 06:15:18 -04:00 |
Lioncash
|
47555c725b
|
CAutoMapper: Eliminate usages of const_cast
Same behavior, but makes it explicit from the interface that
modifications are clearly going on from within the class.
|
2020-03-31 06:57:07 -04:00 |
Lioncash
|
67f6666ea1
|
Runtime: Add more usages of explicit
Prevents error-prone implicit conversions where applicable.
This targets the regular RuntimeCommon target this time around.
|
2020-03-31 03:53:49 -04:00 |
Lioncash
|
a633b8e8fd
|
General: Normalize RuntimeCommon include paths
Performs the same normalizing done to the RuntimeCommonB target, now all
of the runtime headers have normalized include paths.
|
2019-09-28 04:14:29 -04:00 |
Lioncash
|
d3d629d405
|
RuntimeCommon: Use const on member functions where applicable
Adds missing const qualifiers on class member functions that don't
modify instance state.
|
2019-08-14 09:25:39 -04:00 |
Phillip Stephens
|
ff83dbc676
|
Minor fixes and cleanup
|
2019-08-03 17:02:53 -07:00 |
Jack Andersen
|
e218b8aeb5
|
CActorContraption fixes, better CMake dependency handling
|
2019-06-11 16:05:17 -10:00 |
Jack Andersen
|
8df0a4913c
|
zeus constexpr refactor and thermal visor fixes
|
2019-02-23 21:15:54 -10:00 |
Jack Andersen
|
ad2681f857
|
Windows fixes
|
2019-01-28 22:28:35 -10:00 |
Jack Andersen
|
636c82a568
|
New code style refactor
|
2018-12-07 19:30:43 -10:00 |
Jack Andersen
|
c91e5df986
|
Convert to pragma once
|
2018-10-06 17:42:33 -10:00 |
Jack Andersen
|
f60af632b3
|
Big fixes and big memory leak refactor (linux only for now)
|
2018-05-19 20:14:57 -10:00 |
Jack Andersen
|
a914e121ea
|
Various AutoMapper render fixes
|
2017-11-15 22:05:10 -10:00 |
Jack Andersen
|
3894749675
|
Changes to support boo object tracker API
|
2017-11-04 20:17:12 -10:00 |
Jack Andersen
|
d54bb3746c
|
Additional work on CMapWorld rendering
|
2017-04-22 11:46:18 -10:00 |
Jack Andersen
|
337ffd1c16
|
Work on CMapWorld rendering
|
2017-04-21 20:42:32 -10:00 |
Phillip Stephens
|
0f3e4b4a38
|
Tweak Imps
|
2017-01-26 02:06:18 -08:00 |
Phillip Stephens
|
a253e7f1bd
|
Add CMapUniverse
|
2016-08-01 23:19:52 -07:00 |
Phillip Stephens
|
4541234706
|
More AutoMapper imps (CMapArea and CMappableObject)
|
2016-07-30 18:43:34 -07:00 |
Phillip Stephens
|
1ee38df1ba
|
Various AutoMapper stubs
|
2016-07-29 10:00:23 -07:00 |