Phillip Stephens
|
9bae2f943e
|
Rename everything
|
2021-04-10 01:42:06 -07:00 |
Luke Street
|
25dabe8bc3
|
DNAMP3: Fix MP1FE extraction for MP1 Wii
|
2020-09-17 18:43:18 -04:00 |
Luke Street
|
6ae6806c0d
|
DNAMP3: Add FrontEnd.pak to GetNoShare
|
2020-04-14 00:19:05 -04:00 |
Luke Street
|
2ce1b6047d
|
DNA/ANCS: Ensure CINFs extracted
|
2020-04-14 00:15:25 -04:00 |
Jack Andersen
|
5b4441ac36
|
Update fmtlib
|
2020-04-11 12:51:39 -10:00 |
Jack Andersen
|
3dd485e0eb
|
Fix MP3 PASS extract with null textures
|
2020-04-10 19:42:14 -10:00 |
Phillip Stephens
|
5f2ce02b05
|
Fix extracting RS5FE.pak
|
2020-04-09 23:26:27 -07:00 |
Jack Andersen
|
380cc13abb
|
Fixes for MP3
|
2020-04-09 17:20:20 -10:00 |
Lioncash
|
fa2f37a14c
|
DNAMP3/PAK: Make use of unique_ptr in getBuffer()
Same motivation as the previous change: seating the allocated memory
into a type that will always do the right thing immediately, rather than
later.
|
2020-04-05 10:20:59 -04:00 |
Lioncash
|
16c37abf79
|
DNAMP3: Prevent unnecessary copies
|
2020-03-31 13:24:34 -04:00 |
Lioncash
|
d8ed1a5e79
|
RetroDataSpec: Convert typedefs to using aliases
Same behavior, but nicer to read.
|
2020-03-31 13:11:24 -04:00 |
Lioncash
|
9ef2fbba5a
|
RetroDataSpec: Make use of make_unique where applicable
Same behavior, but without a mildly wonky way of performing it.
|
2020-03-31 13:06:27 -04:00 |
Jack Andersen
|
e1d46755a3
|
Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/urde
|
2019-09-30 21:41:42 -10:00 |
Jack Andersen
|
16ca0d24c2
|
Explicit Asset ID refactor
|
2019-09-30 21:38:03 -10:00 |
Lioncash
|
9c0d13f001
|
DataSpec: Be explicit about athena's SeekOrigin type
Allows code to still function properly if the enum is changed into an
enum class.
|
2019-09-07 21:20:01 -04:00 |
Phillip Stephens
|
256994c199
|
Initial CEnergyBall, update submodules, various fixes
|
2019-08-31 02:02:21 -07:00 |
Phillip Stephens
|
3ca09f60db
|
atdna fixes
|
2019-08-26 20:02:31 -07:00 |
Phillip Stephens
|
ad5e395a51
|
Fixes for `override` modernization
|
2019-08-10 17:49:41 -07:00 |
Lioncash
|
a5a2516138
|
RetroDataSpec: Use override where applicable
Continues the override modernizations, applying the keyword where
applicable to the RetroDataSpec target.
|
2019-08-10 00:24:30 -04:00 |
Jack Andersen
|
7a3da1f7a6
|
Massive fmtlib refactor
|
2019-07-19 18:27:21 -10:00 |
Jack Andersen
|
37307e1cf6
|
Various CActorContraption fixes
|
2019-06-14 14:39:20 -10:00 |
Jack Andersen
|
e218b8aeb5
|
CActorContraption fixes, better CMake dependency handling
|
2019-06-11 16:05:17 -10:00 |
Jack Andersen
|
233d13ceb9
|
Refactor for blender 2.8 and new shader model
|
2019-05-07 17:50:21 -10:00 |
Jack Andersen
|
8df0a4913c
|
zeus constexpr refactor and thermal visor fixes
|
2019-02-23 21:15:54 -10:00 |
Jack Andersen
|
e716d05cec
|
Switch to lzokay library
|
2018-12-19 17:45:48 -10:00 |
Jack Andersen
|
636c82a568
|
New code style refactor
|
2018-12-07 19:30:43 -10:00 |
Jack Andersen
|
7c7da6671a
|
SIMD refactor
|
2018-12-07 15:49:15 -10:00 |
Jack Andersen
|
1aab0528f3
|
Various bug fixes
|
2018-11-07 14:53:38 -10:00 |
Jack Andersen
|
98c7525176
|
Initially working CEnvFxManager
|
2018-11-01 22:16:16 -10:00 |
Jack Andersen
|
3147b49b3d
|
EVNT extraction fix
|
2018-10-27 15:22:55 -10:00 |
Jack Andersen
|
1851308021
|
Windows fixes
|
2018-10-14 10:16:21 -10:00 |
Jack Andersen
|
1559163f98
|
Shader refactor bug fixes and attachment model extract/cook
|
2018-10-11 10:50:05 -10:00 |
Jack Andersen
|
c91e5df986
|
Convert to pragma once
|
2018-10-06 17:42:33 -10:00 |
Jack Andersen
|
c307e354ca
|
Huge shader refactor
|
2018-10-06 16:59:17 -10:00 |
Jack Andersen
|
e46ec80b64
|
Integrate Amuse into hecl cook/extract for MP1/2
|
2018-09-02 14:46:16 -10:00 |
Phillip Stephens
|
56a48cd624
|
Initial DNAMP3 fixes various missing loader imps
|
2018-07-08 16:03:35 -07:00 |
Jack Andersen
|
ef1f9d564c
|
Big Door initial animation fix
|
2018-06-29 15:35:43 -10:00 |
Jack Andersen
|
d0af2cb4f7
|
Finish CScriptPlatform
|
2018-06-29 10:21:36 -10:00 |
Phillip Stephens
|
ab585c2036
|
Add missing file
|
2018-06-04 12:17:55 -07:00 |
Phillip Stephens
|
cb2b9fa8bd
|
Initial CScriptGunTurret Implementation
|
2018-06-04 12:15:35 -07:00 |
Jack Andersen
|
2c151a0f3b
|
Ensure *all* EVNT resources are extracted
|
2018-05-27 15:54:55 -10:00 |
Jack Andersen
|
70b3404b7c
|
Windows build fixes and warning avoidance
|
2018-05-24 20:39:38 -10:00 |
Jack Andersen
|
ed4d7445c7
|
More fixes for GameCube cooking
|
2018-04-07 10:55:57 -10:00 |
Jack Andersen
|
06d755cf4c
|
GameCube spec cook fixes
|
2018-04-01 18:27:24 -10:00 |
Jack Andersen
|
619a784434
|
Initial PATH cooking support
|
2018-02-24 22:23:27 -10:00 |
Jack Andersen
|
e4ff23c279
|
Massive template-based DNA refactor
|
2018-02-21 21:24:51 -10:00 |
Jack Andersen
|
8301adc3d6
|
Huge compile performance refactor
|
2017-12-28 22:08:12 -10:00 |
Jack Andersen
|
11d17d0fe5
|
Various bug fixes
|
2017-11-25 17:04:25 -10:00 |
Jack Andersen
|
f7ec7bdc0c
|
string_view refactor
|
2017-11-12 20:19:18 -10:00 |
Jack Andersen
|
8e7773aa94
|
AutoMapper work
|
2017-03-19 19:09:53 -10:00 |