Phillip Stephens
|
ad272f7468
|
More refactoring, decouple tweaks from hecl
|
2022-02-21 08:01:05 -08:00 |
Phillip Stephens
|
9bae2f943e
|
Rename everything
|
2021-04-10 01:42:06 -07:00 |
Lioncash
|
fa3e639a9d
|
RuntimeCommon: Make use of bitfield initializers where applicable
Continues and finishes the migration towards initializing all bitfield
members where applicable
|
2020-04-21 17:16:19 -04:00 |
Luke Street
|
24acb585f8
|
MSVC & zeus fixes; update hecl-gui
|
2020-04-19 21:09:30 -04:00 |
Luke Street
|
402e45ecb5
|
Runtime/MP1: Replace bitfield unions with constructor initializers
|
2020-04-10 15:25:40 -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 |
Jack Andersen
|
e218b8aeb5
|
CActorContraption fixes, better CMake dependency handling
|
2019-06-11 16:05:17 -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
|
e00f6bfe30
|
HUD blending fixes and map interpolation
|
2017-11-18 09:59:49 -10:00 |
Jack Andersen
|
2df95c01cf
|
General resource handling bug fixes
|
2017-11-14 18:12:13 -10:00 |
Phillip Stephens
|
870e8c80ee
|
Refactor ResId into CAssetId
|
2017-08-12 22:26:14 -07:00 |
Jack Andersen
|
ca69a54faf
|
Camera filter refactor
|
2017-05-31 19:34:24 -10:00 |
Jack Andersen
|
4b048a0dff
|
Finish CInGameGuiManager
|
2017-05-21 12:01:04 -04:00 |
Jack Andersen
|
0459192951
|
Implement CInGameGuiManager::Update()
|
2017-05-18 09:27:21 -10:00 |
Jack Andersen
|
159b83b37a
|
Initial pause screen implementations
|
2017-04-25 20:43:48 -10:00 |
Jack Andersen
|
28b1b38a67
|
Lots of work on CAutoMapper
|
2017-04-14 19:32:25 -10:00 |
Jack Andersen
|
e923d83617
|
CScriptMidi and work on CGameArea loading
|
2017-02-26 19:25:14 -10:00 |
Jack Andersen
|
56328c3e4d
|
Lots of CMFGame integration
|
2017-02-17 16:19:50 -10:00 |
Jack Andersen
|
a7cab596e6
|
Initial InGameGuiManager imps
|
2017-02-11 17:17:18 -10:00 |