|
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 |
|
|
1c775a7ea7
|
CElitePirate/COmegaPirate: Cleanup & renaming
|
2020-05-07 19:13:43 -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 |
|
|
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 |
|
|
30f2ac3f26
|
Merge branch 'master' into omegapirate
|
2020-04-18 18:14:51 -04:00 |
|
Lioncash
|
f74471f603
|
CWarWasp: Make use of std::array where applicable
Same behavior, no array to pointer decay.
|
2020-04-12 11:23:30 -04:00 |
|
Lioncash
|
cb857bd737
|
CSpankWeed: Make use of std::array where applicable
Same behavior, but without array to pointer decay.
|
2020-04-12 11:21:08 -04:00 |
|
Lioncash
|
23bae06742
|
CNewIntroBoss: Make use of std::array where applicable
Same behavior but without implicit array to pointer decay.
|
2020-04-12 11:18:57 -04:00 |
|
Lioncash
|
02a684cfdf
|
CFlaahgra: Migrate static data into the cpp file
Same behavior, but completely makes them internally linked.
We can also make use of std::array and dehardcode some array sizes.
|
2020-04-12 11:16:35 -04:00 |
|
Lioncash
|
f5418d30aa
|
CEyeBall: Move string_view instance to cpp file
Same behavior, but gives the string full internal linkage.
|
2020-04-12 11:08:20 -04:00 |
|
Lioncash
|
bfea80fc4a
|
CBabygoth: Mark IsDestinationObstructed() as const
This doesn't alter class state, so we can mark it as const.
|
2020-04-12 11:05:56 -04:00 |
|
Lioncash
|
abd576a43a
|
CBabygoth: Make use of std::array where applicable
Same behavior, no implicit array to pointer decay. We can also move all
this data into the cpp file fully.
|
2020-04-12 11:03:50 -04:00 |
|
|
56cebfbacd
|
Merge pull request #308 from AxioDL/fmtlib-update
Update fmtlib
|
2020-04-12 03:06:46 -04:00 |
|
Jack Andersen
|
5b4441ac36
|
Update fmtlib
|
2020-04-11 12:51:39 -10:00 |
|
Lioncash
|
75c07677ed
|
CModel: Mark CModelFlag instances as constexpr where applicable
Allows more runtime initializes to potentially be elided.
|
2020-04-11 16:56:13 -04:00 |
|
|
9375514868
|
Fix CRipper
|
2020-04-11 07:29:06 -07:00 |
|
|
072ac0df16
|
Runtime: Wrap printf calls in #ifndef NDEBUG
|
2020-04-11 02:35:55 -04:00 |
|
|
0339c16e20
|
CScriptCoverPoint: Fix GetAttackDirection
|
2020-04-11 02:02:28 -04:00 |
|
|
153004faee
|
Runtime/MP1/World: Replace bitfield unions with constructor initializers
|
2020-04-10 15:33:05 -04:00 |
|
Lioncash
|
27813e5fc3
|
CThardus: Remove mutable specifier from m_flareFilter
Now that Render() is non-const, this specifier is no longer necessary.
|
2020-04-09 21:19:56 -04:00 |
|
Lioncash
|
57d9e0f294
|
CFlaahgra: Remove two usages of const_cast
These are no longer necessary.
|
2020-04-09 20:21:04 -04:00 |
|
|
3b0b3a39f9
|
COmegaPirate/CPhazonHealingNodule/CPhazonPool: Remove usages of const_cast
|
2020-04-09 20:15:25 -04:00 |
|
|
6b814262fc
|
Merge remote-tracking branch 'origin/master' into omegapirate
|
2020-04-09 20:06:33 -04:00 |
|