|
514fc33fd8
|
CElitePirate: Add missing ShakeCamera function
|
2020-05-12 23:51:03 -04:00 |
|
Lioncash
|
942b972398
|
CTweaks: Collapse namespace specifiers into nested namespaces
Same behavior, less code.
|
2020-05-12 20:39:18 -04:00 |
|
Lioncash
|
a17ff08662
|
CPhazonHealingNodule: It helps to commit your editor changes before pushing
Intended to be part of 4b5074b298ad559273f2905d36bb9eca47f38061
|
2020-05-12 20:33:59 -04:00 |
|
Lioncash
|
4b5074b298
|
RuntimeCommon: Const qualify auto references where source is const
Marks references that would be deduced as const automatically with const
to be explicit to the reader.
|
2020-05-12 20:32:51 -04:00 |
|
Lioncash
|
bfbb027117
|
CSlideShow: Collapse loop into std::all_of
Same behavior, less code. We can also make this function fully
internally linked, given it doesn't depend on instance state.
|
2020-05-12 19:53:19 -04:00 |
|
Lioncash
|
e9ea73ec98
|
CRidley: Amend formatting of skFloats
Makes the formatting less wonky.
|
2020-05-10 19:47:28 -04:00 |
|
Lioncash
|
c0a0a35f01
|
CRidley: Collapse for loop into ranged for loop
Same behavior, no unnecessary induction variable.
|
2020-05-10 19:41:13 -04:00 |
|
Lioncash
|
98ce18385a
|
CRidley: Fix missing comma in skWingEffects
Previously all the elements past WingSmokeSmall8 would be off by one.
This corrects that.
|
2020-05-10 19:32:11 -04:00 |
|
Lioncash
|
8508524479
|
CRidley: Amend formatting of skSomeStruct
Makes it consistent with the other arrays.
|
2020-05-10 19:30:59 -04:00 |
|
Lioncash
|
a79c42862c
|
CRidley: Join namespace into nested namespace specifiers
Same behavior, less noise.
|
2020-05-10 19:30:19 -04:00 |
|
Lioncash
|
9929c9ab02
|
CRidley: Correct breastPlate_LCTR sphere joint radius
GM8Ev0 sets this as 0.3.
|
2020-05-09 23:39:12 -04:00 |
|
Lioncash
|
306b8ad289
|
CRidley: Mark skDirectNormal and skIceWeakness as constexpr
Allows elimination of runtime initializers.
|
2020-05-09 22:41:32 -04:00 |
|
|
9608efc222
|
CMetroid: Implement KnockBack, TelegraphAttack & more
|
2020-05-09 18:39:11 -04:00 |
|
|
e8ce4c2e27
|
CMetroid: More function implementations
|
2020-05-09 02:51:02 -04:00 |
|
|
78b364a445
|
CMetroid: Add EGammaType
|
2020-05-08 05:22:12 -04:00 |
|
|
ac30616efb
|
CMetroid: Implement GetDamageVulnerability
|
2020-05-08 05:05:47 -04:00 |
|
|
ca659bdcbc
|
CMetroid: Add fields & function definitions
|
2020-05-08 04:19:51 -04:00 |
|
|
34b2383dfd
|
MP1/CMain: Add missing fields
|
2020-05-07 23:20:23 -04:00 |
|
|
1c775a7ea7
|
CElitePirate/COmegaPirate: Cleanup & renaming
|
2020-05-07 19:13:43 -04:00 |
|
|
3570ed8e24
|
Merge pull request #318 from lioncash/draw
CGuiWidgetDrawParms: Make constexpr constructible
|
2020-04-30 01:28:09 -04:00 |
|
|
92076a3bd3
|
Implement CBurrower
|
2020-04-28 07:16:10 -07:00 |
|
|
5724be3294
|
CIceSheegoth: Implement AddToRenderer and AttractProjectiles
|
2020-04-26 17:43:22 -07:00 |
|
Lioncash
|
6c475b6764
|
CGuiWidgetDrawParms: Make constexpr constructible
We can allow this structure to be constructed in a constexpr context.
This also allows us to remove the cpp file, given it's no longer
necessary.
|
2020-04-26 01:15:04 -04:00 |
|
|
4e0b933357
|
CIceSheegoth: Implement ShakePlayer and minor fixes
|
2020-04-24 16:34:23 -07:00 |
|
|
86acf6dce7
|
CIceSheegoth: Call the correct PathFind... I'm an idiot
|
2020-04-24 07:42:54 -07:00 |
|
|
7b9fecfdc6
|
CIceSheegoth: Final state implementations
|
2020-04-24 07:36:49 -07:00 |
|
|
1b1907d910
|
CIceSheegoth: Minor fixes
|
2020-04-22 16:46:52 -07:00 |
|
|
97a25f01e2
|
Initial state implementations
|
2020-04-22 15:06:15 -07:00 |
|
|
b1a897d246
|
CIceSheegoth: Implement Think
|
2020-04-22 15:06:15 -07:00 |
|
|
3779b205b7
|
Initial CIceSheegoth stubout
|
2020-04-22 15:06:15 -07:00 |
|
|
59f979db67
|
Actually implement AssetNameMap in DNAMP1
|
2020-04-22 03:38:48 -07:00 |
|
|
4741172f9f
|
Merge pull request #316 from lioncash/init2
RuntimeCommon: Make use of bitfield initializers where applicable
|
2020-04-21 22:52:25 -04:00 |
|
|
fc7e8d4993
|
CElectricBeamProjectile: Finish implementation
|
2020-04-21 22:04:37 -04: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 |
|
|
1571531cd7
|
CMagdolite: Renaming
|
2020-04-21 14:15:17 -04:00 |
|
|
449d8409d8
|
CMagdolite: Fix lock-on, retreat & loader
|
2020-04-21 04:46:07 -04:00 |
|
|
b4dad2adf5
|
CMagdolite: Fix SetupCollisionActors
|
2020-04-21 02:15:02 -04:00 |
|
|
5f66ab2219
|
CMagdolite: Minor cleanup
|
2020-04-21 01:32:16 -04:00 |
|
|
0c96380897
|
Minor fixes, start renaming member variables
|
2020-04-21 01:06:52 -04:00 |
|
|
d1c796f2a9
|
Initial CMagdolite imps
|
2020-04-21 01:06:52 -04:00 |
|
|
2ee2bbc0c1
|
COmegaPirate: Fix CFlash rendering
|
2020-04-20 03:20:22 -04:00 |
|
|
3563a1c8c4
|
COmegaPirate: Fix UpdateScale & Landed; renaming
|
2020-04-20 02:14:17 -04:00 |
|
|
32c44cbf05
|
Merge branch 'master' into omegapirate
# Conflicts:
# Runtime/GuiSys/CAuiImagePane.cpp
|
2020-04-19 22:12:18 -04:00 |
|
|
24acb585f8
|
MSVC & zeus fixes; update hecl-gui
|
2020-04-19 21:09:30 -04:00 |
|
|
de5513e277
|
COmegaPirate: Renaming & fixes
|
2020-04-19 19:26:25 -04:00 |
|
|
4e88f503ac
|
COmegaPirate: Implement CFlash
|
2020-04-19 02:47:25 -04:00 |
|
|
e50d363e88
|
CPlayerGun: Rename EMissileState; minor CMotionState::Update fix
|
2020-04-19 00:26:53 -04:00 |
|
Lioncash
|
2c3e5e205f
|
MkCastTo: Make operator bool instances explicit
Prevents error prone implicit conversions.
|
2020-04-18 23:02:11 -04:00 |
|
|
30f2ac3f26
|
Merge branch 'master' into omegapirate
|
2020-04-18 18:14:51 -04:00 |
|
|
4a8f077d92
|
MP1: Use _SYS_STR where needed
|
2020-04-17 14:39:40 -04:00 |
|