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 4b5074b298
|
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 |
Luke Street
|
34b2383dfd
|
MP1/CMain: Add missing fields
|
2020-05-07 23:20:23 -04:00 |
Luke Street
|
1c775a7ea7
|
CElitePirate/COmegaPirate: Cleanup & renaming
|
2020-05-07 19:13:43 -04:00 |
Luke Street
|
3570ed8e24
|
Merge pull request #318 from lioncash/draw
CGuiWidgetDrawParms: Make constexpr constructible
|
2020-04-30 01:28:09 -04:00 |
Phillip Stephens
|
92076a3bd3
|
Implement CBurrower
|
2020-04-28 07:16:10 -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 |
Phillip Stephens
|
59f979db67
|
Actually implement AssetNameMap in DNAMP1
|
2020-04-22 03:38:48 -07:00 |
Luke Street
|
4741172f9f
|
Merge pull request #316 from lioncash/init2
RuntimeCommon: Make use of bitfield initializers where applicable
|
2020-04-21 22:52:25 -04:00 |
Luke Street
|
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 |
Luke Street
|
1571531cd7
|
CMagdolite: Renaming
|
2020-04-21 14:15:17 -04:00 |
Luke Street
|
449d8409d8
|
CMagdolite: Fix lock-on, retreat & loader
|
2020-04-21 04:46:07 -04:00 |
Luke Street
|
b4dad2adf5
|
CMagdolite: Fix SetupCollisionActors
|
2020-04-21 02:15:02 -04:00 |
Luke Street
|
5f66ab2219
|
CMagdolite: Minor cleanup
|
2020-04-21 01:32:16 -04:00 |
Phillip Stephens
|
0c96380897
|
Minor fixes, start renaming member variables
|
2020-04-21 01:06:52 -04:00 |
Phillip Stephens
|
d1c796f2a9
|
Initial CMagdolite imps
|
2020-04-21 01:06:52 -04:00 |
Luke Street
|
2ee2bbc0c1
|
COmegaPirate: Fix CFlash rendering
|
2020-04-20 03:20:22 -04:00 |
Luke Street
|
3563a1c8c4
|
COmegaPirate: Fix UpdateScale & Landed; renaming
|
2020-04-20 02:14:17 -04:00 |
Luke Street
|
32c44cbf05
|
Merge branch 'master' into omegapirate
# Conflicts:
# Runtime/GuiSys/CAuiImagePane.cpp
|
2020-04-19 22:12:18 -04:00 |
Luke Street
|
24acb585f8
|
MSVC & zeus fixes; update hecl-gui
|
2020-04-19 21:09:30 -04:00 |
Luke Street
|
de5513e277
|
COmegaPirate: Renaming & fixes
|
2020-04-19 19:26:25 -04:00 |
Luke Street
|
4e88f503ac
|
COmegaPirate: Implement CFlash
|
2020-04-19 02:47:25 -04:00 |
Luke Street
|
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 |
Luke Street
|
30f2ac3f26
|
Merge branch 'master' into omegapirate
|
2020-04-18 18:14:51 -04:00 |
Luke Street
|
4a8f077d92
|
MP1: Use _SYS_STR where needed
|
2020-04-17 14:39:40 -04:00 |
Luke Street
|
248e7654fa
|
MP1: char -> boo::SystemChar
|
2020-04-17 14:31:29 -04:00 |
Luke Street
|
73b9d2024b
|
MP1: Use SystemStringConv for printing version string
|
2020-04-17 14:24:06 -04:00 |
Phillip Stephens
|
a06594f404
|
Fix CAutoMapper strings, disable saving on non-USA/GC versions
|
2020-04-17 05:53:22 -07:00 |
Phillip Stephens
|
ba3b23edaa
|
Disable saving on non-NTSC-U versions
|
2020-04-16 17:19:55 -07:00 |
Phillip Stephens
|
be45be9d67
|
Fix FrontEnd options screen
|
2020-04-16 03:35:51 -07:00 |
Phillip Stephens
|
9365c35000
|
Finish fixing STRG indices
|
2020-04-16 03:25:59 -07:00 |
Phillip Stephens
|
c64e3d2ba7
|
Initial string fixes
|
2020-04-15 23:57:04 -07:00 |
Phillip Stephens
|
582d8a6999
|
Initial PAL/JP/Trilogy imps, various cleanup
|
2020-04-15 22:26:14 -07:00 |
Phillip Stephens
|
52b4db2f00
|
Integrate URDEVersionInfo
|
2020-04-15 06:42:44 -07:00 |
Phillip Stephens
|
e553a9022f
|
Fix CMemoryCardSys
|
2020-04-15 04:27:06 -07:00 |
Phillip Stephens
|
8a974d6e5e
|
Merge branch 'master' of ssh+git://git.axiodl.com:6431/AxioDL/urde
|
2020-04-15 00:57:37 -07:00 |
Phillip Stephens
|
1eade15395
|
Add version info to extracted data, clean up MP1.*
|
2020-04-15 00:56:59 -07:00 |
Luke Street
|
9cf95b5c10
|
Editor: Move cvars to CVarCommons
|
2020-04-14 15:20:51 -04:00 |
Luke Street
|
94be460a1b
|
MP1: Convert MP1_VARIABLE_DELTA_TIME to cvar
|
2020-04-14 14:41:02 -04:00 |