Luke Street
|
f0927d937a
|
CGrenadeLauncher: Remove redundant CColor
|
2020-03-30 23:39:41 -04:00 |
Luke Street
|
782a13c0a4
|
CGrenadeLauncher: Fix CModelFlags assignment
|
2020-03-30 23:31:46 -04:00 |
Luke Street
|
2e3d1c980b
|
CElitePirate: Implement AttractProjectiles; fix CGameProjectile material list
|
2020-03-30 23:10:51 -04:00 |
Luke Street
|
684bbd5903
|
CElitePirate: Bug fixes, make member variables private, cleanup
|
2020-03-30 20:40:38 -04:00 |
Luke Street
|
ed254b460e
|
Revert some clang-tidy changes
|
2020-03-30 19:42:11 -04:00 |
Luke Street
|
571050245d
|
Add .clang-tidy and apply fixes
|
2020-03-30 19:31:14 -04:00 |
Luke Street
|
bc1135f0cf
|
CBouncyGrenade: Use explicit SMoverData constructor
|
2020-03-30 03:14:33 -04:00 |
Luke Street
|
bc08792523
|
CBouncyGrenade implementation
|
2020-03-30 03:05:16 -04:00 |
Luke Street
|
fbbd73db48
|
CGrenadeLauncher implementation
|
2020-03-29 23:45:55 -04:00 |
Luke Street
|
4ada5a00cb
|
CElitePirate: Nearly complete implementation
|
2020-03-29 03:28:14 -04:00 |
Luke Street
|
4f7e0a85a3
|
CElitePirate: More function implementations
|
2020-03-27 02:47:34 -04:00 |
Luke Street
|
108fd502bf
|
CElitePirate/CFlyingPirate: Updates from symbol map
|
2020-03-26 21:42:18 -04:00 |
Luke Street
|
0886a39d81
|
CElitePirate: DoUserAnimEvent; create CShockWave
|
2020-03-26 18:09:50 -04:00 |
Luke Street
|
6150548e91
|
CElitePirate: Finish implementing AcceptScriptMsg
|
2020-03-26 15:24:56 -04:00 |
Luke Street
|
c33703bd93
|
CElitePirate: Start impl; create CGrenadeLauncher
|
2020-03-26 03:30:54 -04:00 |
Phillip Stephens
|
566c356612
|
Initial ElitePirate imps
|
2020-03-25 18:14:15 -04:00 |
Phillip Stephens
|
e5df609673
|
CElitePirate: Initial stubbing
|
2020-03-25 18:14:15 -04:00 |
Luke Street
|
c08b5a4c98
|
CFlyingPirate: Fix Aqua Pirates
|
2020-03-25 03:48:10 -04:00 |
Luke Street
|
da648b18d8
|
CSpankWeed: Fix collision manager null deref
|
2020-03-25 03:47:56 -04:00 |
Luke Street
|
7ee2a3b912
|
Merge pull request #254 from AxioDL/flyingpirate
CFlyingPirate implementation
|
2020-03-25 03:01:10 -04:00 |
Luke Street
|
815d83d843
|
CFlyingPirateRagDoll: Fix particles & length constraints
|
2020-03-25 02:57:57 -04:00 |
Lioncash
|
51c1ffecd6
|
CActorContraption: Add names to parameters in prototypes
Makes it more self-documenting from the interface alone.
|
2020-03-25 02:46:22 -04:00 |
Lioncash
|
0cc8e76d64
|
CActorContraption: Make use of structured bindings where applicable
Same behavior, but with better names than `first` or `second`.
|
2020-03-20 23:13:29 -04:00 |
Luke Street
|
6d757f021f
|
CFlyingPirateRagDoll: Implement Update
|
2020-03-18 04:50:41 -04:00 |
Luke Street
|
851304ded9
|
CFlyingPirate: Finish Think implementation
|
2020-03-18 02:53:53 -04:00 |
Luke Street
|
642bf379ce
|
CFlyingPirate: Add CPathFindSearch flags
|
2020-03-18 01:39:32 -04:00 |
Luke Street
|
6f89dbb240
|
CFlyingPirate: More small fixes
|
2020-03-18 01:20:24 -04:00 |
Luke Street
|
932615593e
|
CFlyingPirateRagDoll: Implement PreRender, Prime
|
2020-03-18 01:20:24 -04:00 |
Luke Street
|
57386e6269
|
CFlyingPirate: Small fixes
|
2020-03-18 01:19:23 -04:00 |
Luke Street
|
8897d38c6a
|
CFlyingPirate: Fix Lurk state delay
|
2020-03-18 01:19:23 -04:00 |
Luke Street
|
651e28e921
|
CFlyingPirate: Fix TargetPatrol
|
2020-03-18 01:19:23 -04:00 |
Luke Street
|
26ae8beb74
|
CFlyingPirate: Small fixes
|
2020-03-18 01:19:23 -04:00 |
Luke Street
|
1bcd0916ca
|
CFlyingPirate: Fixes; implement all functions
|
2020-03-18 01:18:48 -04:00 |
Luke Street
|
13d8c3fdd1
|
CFlyingPirate: First draft almost done
|
2020-03-18 01:18:48 -04:00 |
Luke Street
|
11ea9d3aa6
|
CFlyingPirate: More method implementations
|
2020-03-18 01:18:48 -04:00 |
Luke Street
|
d4982270e8
|
CFlyingPirate: Start implementing methods
|
2020-03-18 01:18:48 -04:00 |
Luke Street
|
5765fd8951
|
CFlyingPirate: Method definitions & CFlyingPirateRagDoll constructor
|
2020-03-18 01:18:48 -04:00 |
Luke Street
|
e925dc2628
|
CFlyingPirate: Start implementation
|
2020-03-18 01:18:48 -04:00 |
Lioncash
|
b52e8dc6aa
|
CMainFlow: std::move shared_ptr in SetGameState
Same behavior, but without a redundant atomic reference count
increment/decrement.
|
2020-03-17 19:15:09 -04:00 |
Luke Street
|
dc77fb0c41
|
Merge pull request #234 from lioncash/puddle
CPuddleSpore: Make static const class data internally linked
|
2020-03-16 19:11:04 -04:00 |
Lioncash
|
ff8e4c18a1
|
CPuffer: Make use of std::array where applicable
Allows direct size querying, which allows removing the use of direct
hardcoded array sizes.
|
2020-03-16 16:37:40 -04:00 |
Lioncash
|
2ae02eefb0
|
CPuddleSpore: Make static const class data internally linked
Makes the data an implementation detail and also allows for the
string_view array to be declared constexpr.
|
2020-03-16 16:26:19 -04:00 |
Luke Street
|
2f7e2dd85e
|
Merge pull request #231 from lioncash/blur
CPauseScreenBlur: Remove const_cast in Draw()
|
2020-03-16 16:14:03 -04:00 |
Luke Street
|
6ea64becb4
|
Merge pull request #230 from lioncash/pause2
CPauseScreenBase: Minor cleanup
|
2020-03-16 16:13:42 -04:00 |
Lioncash
|
b9be092635
|
CPauseScreenBlur: Remove const_cast in Draw()
Draw() clearly modifies the internals of the class in a non-caching
manner, so this member function should really not have a const qualifier
on it.
|
2020-03-16 16:00:12 -04:00 |
Phillip Stephens
|
574fc9b840
|
CJellyZap fixes
|
2020-03-15 19:00:52 -07:00 |
Lioncash
|
1a7ad1a7f6
|
CPauseScreenBase: Make use of std::array in GetImagePaneName()
We can make use of std::array here and also make the array constexpr.
This can also be moved into the function in order to hide its scope.
|
2020-03-15 21:26:59 -04:00 |
Lioncash
|
6e921e3258
|
CPauseScreenBase: Mark colors as constexpr within UpdateSideTable()
Same behavior, but allows eliding construction at runtime.
|
2020-03-15 21:26:47 -04:00 |
Phillip Stephens
|
df4487bae8
|
Merge pull request #215 from lioncash/none
CFrontEndUI: Default initialize SFrontEndFrame's x4_action to EAction::None
|
2020-03-12 15:11:11 -07:00 |
Phillip Stephens
|
3a37be9d27
|
Minor CFlaahgra fixes
|
2020-03-12 15:06:01 -07:00 |