Lioncash
|
1e46717b57
|
CPropertyNameGenerator: Make use of in-class initializers
Same behavior, less code.
|
2020-06-19 03:32:25 -04:00 |
|
Lioncash
|
3d74639bea
|
CScriptTemplate: Fix debug print formatting in CheckVolumeConditions
Ensures that the proper type is passed in.
|
2020-06-18 13:17:30 -04:00 |
|
Lioncash
|
9d21516296
|
CWorldCooker: Prevent signed overflow in CookMLVL
Even if all 32 bits aren't used, this still eliminates a sign-conversion
warning from int to uint64.`
|
2020-06-18 13:13:26 -04:00 |
|
Lioncash
|
bc05e9bd4b
|
CResource: Make StaticType() constexpr
These only return enum values, so this can be trivially made constexpr
|
2020-06-18 07:35:08 -04:00 |
|
Lioncash
|
132d452c88
|
CScriptObject: Mark IsEditorProperty() as const
This doesn't modify internal member state.
|
2020-06-18 07:23:10 -04:00 |
|
Lioncash
|
6f1d6a8649
|
CScriptObject: Make use of size_t where applicable
Plays with standard containers nicer.
|
2020-06-18 07:17:02 -04:00 |
|
Lioncash
|
0cda26b105
|
CScriptTemplate: Make use of size_t where applicable
Plays nicer with standard containers and eliminates implicit truncation
warnings.
|
2020-06-18 06:54:55 -04:00 |
|
Lioncash
|
3bd84d8c41
|
CScriptTemplate: Convert EAttachType into an enum class
Prevents polluting the global namespace.
|
2020-06-18 06:52:56 -04:00 |
|
Lioncash
|
31a1de9191
|
CScriptExtra: Eliminate sign conversion warnings
|
2020-06-18 06:50:17 -04:00 |
|
Lioncash
|
6d98e918ae
|
CGameArea: Make use of size_t where applicable
Plays nicer with the standard library and avoids truncation warnings.
|
2020-06-18 05:16:46 -04:00 |
|
Lioncash
|
456530605f
|
NGameList: Remove const qualifier
Fixes the build.
|
2020-06-18 04:52:35 -04:00 |
|
Lioncash
|
e9df5625e6
|
CScriptLayer: std::move string in SetName()
Allows calling code to avoid copies.
|
2020-06-18 04:48:15 -04:00 |
|
Lioncash
|
a55fafac22
|
CScriptLayer: Add const overload for operator[]
Behavioral symmetry.
|
2020-06-18 04:47:17 -04:00 |
|
Lioncash
|
2b7c322e59
|
CScriptLayer: Make use of prefix increment on iterators
|
2020-06-18 04:46:38 -04:00 |
|
Lioncash
|
363b19ebe6
|
CScriptLayer: Make use of explicit
|
2020-06-18 04:45:40 -04:00 |
|
Lioncash
|
cc04eee1b7
|
NGameList: Tidying up
Cleans up linkage and casts.
|
2020-06-18 04:20:41 -04:00 |
|
Lioncash
|
a54bd900c0
|
NPropertyMap: Make use of ranged for where applicable
While we're at it, we can tidy up a few other things like linkage
|
2020-06-18 04:13:18 -04:00 |
|
Lioncash
|
6799e40ef5
|
IProperty: Make use of ranged for where applicable
Same behavior, less moving parts.
|
2020-06-17 17:54:57 -04:00 |
|
Lioncash
|
566a32fd75
|
General: Migrate off non-constexpr constants
|
2020-06-16 22:48:11 -04:00 |
|
Lioncash
|
f942ad6551
|
CGameTemplate: Mark getter functions as const
These don't modify internal class state, so we can mark them as const.
|
2020-06-14 18:58:05 -04:00 |
|
Lioncash
|
15708b8624
|
CGameTemplate: Collapse loops into ranged for where applicable
|
2020-06-14 18:49:37 -04:00 |
|
Lioncash
|
d9bb255518
|
CGameTemplate: Use in-class initializers where applicable
Same behavior, less code.
|
2020-06-14 18:35:10 -04:00 |
|
Lioncash
|
b2db6a21fa
|
CFlagsProperty: Mark HasValidValue() as const
This doesn't modify internal state.
|
2020-06-14 17:07:47 -04:00 |
|
Lioncash
|
d5a33b631a
|
CFlagsProperty: Make use of a ranged for loop
|
2020-06-14 17:06:46 -04:00 |
|
Lioncash
|
f0cd6ee99b
|
CStructProperty: Make use of ranged for
|
2020-06-12 17:25:06 -04:00 |
|
Lioncash
|
7b40eec19c
|
CScriptObject: Collapse for loops into ranged for loops
While we're at it, eliminate sign conversion warnings.
|
2020-06-12 17:12:37 -04:00 |
|
Lioncash
|
5c42bcc580
|
CLink: Resolve sign conversion warnings
|
2020-06-12 16:46:49 -04:00 |
|
Lioncash
|
38d245b460
|
CLink: Make constructor explicit
|
2020-06-12 16:45:33 -04:00 |
|
LC
|
10cbcd4024
|
Merge pull request #31 from lioncash/properties
Property: Make use of override where applicable
|
2020-06-12 13:17:05 -04:00 |
|
Lioncash
|
012da6fb6d
|
General: Remove unnecessary inline specifiers and add overrides
|
2020-06-11 15:49:42 -04:00 |
|
Lioncash
|
96876b70e0
|
Property: Make use of override where applicable
Makes the API strongly enforced. This also fixes a bug in CBoolProperty,
where ValueAsString() had an incorrect signature (was missing a const).
|
2020-06-10 09:19:12 -04:00 |
|
Jack Andersen
|
036c56370c
|
Various memory-related bug fixes
Also new lzokay API to reduce erroneous usage.
|
2019-06-14 09:01:29 -10:00 |
|
Jack Andersen
|
4c873591f0
|
Make InstanceID label selectable and add parsing tooltip
|
2019-06-13 13:12:53 -10:00 |
|
Jack Andersen
|
5a8b62b1cd
|
Mac build fixes
|
2019-05-27 00:59:37 -10:00 |
|
Jack Andersen
|
28f96e91c2
|
More linux and memory leak fixes
|
2019-05-26 18:59:19 -10:00 |
|
Jack Andersen
|
981b374232
|
Merge pull request #1 from Antidote/cmake
Silence Warnings
|
2019-05-26 15:38:50 -10:00 |
|
Jack Andersen
|
d593500e18
|
Codegen fixes, DPI scaling, SVG icons
|
2019-05-26 15:29:10 -10:00 |
|
|
1c80a13c23
|
Silence Warnings
|
2019-05-26 18:18:31 -07:00 |
|
Jack Andersen
|
9f94db6c82
|
Linux build fixes
|
2019-05-25 20:24:13 -10:00 |
|
Aruki
|
4e1560a99c
|
Reorganized collision data classes & added basic collision editor window with an OBB tree visualization
|
2019-02-12 02:50:07 -07:00 |
|
Aruki
|
1360202ee5
|
Added commandline-operated test for verifying cooker output
|
2019-01-30 01:05:52 -07:00 |
|
Aruki
|
9d23d9550a
|
MP2/MP3/DKCR tweak saving support
|
2019-01-28 03:55:15 -07:00 |
|
Aruki
|
e2d554ae8b
|
Tweak templates for MP2, MP3, and DKCR
|
2019-01-27 16:47:56 -07:00 |
|
Aruki
|
e9e1ccb8d6
|
String cooking support
|
2019-01-12 23:43:41 -08:00 |
|
Aruki
|
a1d94cc58f
|
Rewrote SCAN asset handling + loading
|
2019-01-12 21:28:04 -08:00 |
|
Aruki
|
7b005d7ebd
|
Changes made in the tweak editor are now correctly applied to the tweak data & are undo/redo supported
|
2018-12-30 03:55:50 -07:00 |
|
Aruki
|
7588200c26
|
Tweak loader for MP1
|
2018-12-27 20:16:39 -07:00 |
|
Aruki
|
c4829f5fda
|
Cleanup & refactoring
|
2018-12-16 14:00:40 -07:00 |
|
Aruki
|
2287b05bc3
|
Refactor so PWE compiles with the newly externalized LibCommon
|
2018-12-11 22:50:46 -07:00 |
|
Aruki
|
64e0aa8a44
|
Updated outdated IArchive documentation and got rid of old template reader/writer classes
|
2018-10-21 19:23:41 -06:00 |
|