Commit graph

1094 commits

Author SHA1 Message Date
dominicentek
6f724e2402 Merge branch 'legacy' of https://github.com/Dominicentek/Saturn into legacy 2023-08-14 19:59:39 +02:00
dominicentek
18c96896f0 timeline update 2023-08-14 19:56:11 +02:00
Llennpie
2ae3d8818d
Merge pull request #31 from Dominicentek/legacy
Major timeline editor overhaul
2023-08-12 19:46:38 -04:00
dominicentek
6411c3907d Major timeline editor overhaul 2023-08-13 00:06:48 +02:00
Llennpie
207191f696
Merge pull request #30 from Dominicentek/legacy
Add object spawner to "Game" tab
2023-08-11 19:53:55 -04:00
dominicentek
bfc172efca add a file 2023-08-11 01:25:33 +02:00
dominicentek
fd9aaabc4e add object spawner 2023-08-11 01:24:34 +02:00
Llennpie
538b4d230c Minor bug fixes 2023-07-06 15:19:54 -04:00
Llennpie
b07a19960c Remove "show chroma options" setting 2023-07-06 15:19:48 -04:00
Llennpie
209fab5ea9 Floor camera keyframes for consistency 2023-07-06 15:19:12 -04:00
Llennpie
8feec8abc2 Clean up relativity UI 2023-07-06 15:18:30 -04:00
Llennpie
2879db3919 Add custom blinking feature 2023-07-06 15:17:15 -04:00
Llennpie
248243f857 Add auto-chroma feature 2023-07-06 15:16:49 -04:00
Llennpie
1682ed164e Add level displaylist node 2023-07-06 15:13:43 -04:00
Llennpie
abbcd7f567 Begin advanced keyframing engine (bools release) 2023-05-08 20:47:50 -04:00
Llennpie
8694333a0f Add Creator Mario sideburn feature 2023-05-08 20:47:03 -04:00
Llennpie
beac631101 Add "extra_bone" override for custom animations 2023-05-08 20:46:39 -04:00
Llennpie
84b82d94f3 Tweak immunity interactions 2023-05-08 20:45:58 -04:00
Llennpie
bc3d0ceaa4 Add basic camera/Mario pos savestating 2023-05-08 20:45:04 -04:00
Llennpie
90ad49788e
Merge pull request #24 from integerbang/legacy
Fix dangling pointer references in `saturn_bind_texture`
2023-04-14 22:38:35 -04:00
integerbang
39fa0239ba saturn_bind_texture: Return pointers to literals directly instead of constructing string classes from them
The saturn_bind_texture function constructed a string from the contents
of a literal and then returned a pointer to its data if the texture to
replace is either one of the playable character's textures or the
background of the Secret Aquarium. Doing this isn't a good idea since
the string's destructor will get called once it goes out of scope,
freeing the data it returns.

The pointer to any of the string literals really should've been
returned instead from the start, but since that wasn't the case, this
commit fixes that problem.
2023-04-12 22:07:45 -04:00
Llennpie
5affbbf42f Bug fix 2023-04-03 21:55:33 -04:00
Llennpie
c0535b9fcc Add reset/randomize color features 2023-04-03 21:14:26 -04:00
Llennpie
8d69763509 Separate expression previews (easier on memory) 2023-04-03 21:14:15 -04:00
Llennpie
7feffa86fc Add animation folders 2023-04-03 21:13:27 -04:00
Llennpie
ef17e4619a Prevent Mario from getting stuck outside of menu 2023-04-03 21:13:12 -04:00
Llennpie
1d4dc5546d Add improved moon jump code 2023-04-03 21:12:07 -04:00
Llennpie
56ebc2eb25 Overhaul chroma key stage 2023-04-03 21:11:49 -04:00
Llennpie
090674b234 Fix incorrect color export in Fast64 2023-03-26 21:29:37 -04:00
Llennpie
600f710c4a Add "walkpoint" feature 2023-03-26 21:29:17 -04:00
Llennpie
f43c4dc9cb Add FOV to config 2023-03-26 21:28:39 -04:00
Llennpie
b0e7bf72d2 Catastrophic typo
end all yeggs
2023-03-19 00:22:39 -04:00
Llennpie
4fb1692e8a
Merge pull request #20 from Yegg12/legacy
Optimized Expression state controls, changed color variables
2023-03-16 19:56:35 -04:00
Llennpie
2b75b780cc Minor bug fixes & touch-ups
PR changes:
- Fixed some color parts not updating correctly
- Moved SDL_SetHint to a more convenient location
- Changed UI appearance (I'm nitpicky)
2023-03-16 19:55:07 -04:00
Yegg
23159b1493 body parts no longer arrays, now structs 2023-03-16 20:39:22 +01:00
Yegg
2fb54dd347 Controllers work while window is unfocused 2023-03-16 14:25:28 +01:00
Yegg
28e2b9d3b5 Fixed 2D array in gfx_pc.c,
reverted address variable in saturn_colors.cpp back to int
2023-03-15 21:03:37 +01:00
Yegg
5002fed00e
Merge branch 'legacy' into legacy 2023-03-11 18:39:25 +01:00
Llennpie
fb3ac2eef6 Update README.md 2023-03-10 20:22:37 -05:00
Llennpie
06dbc2a9a9 Added Creator Mario 2023-03-10 20:22:34 -05:00
Llennpie
041ea2b839 Added FluffaLuigi's eye pack as default 2023-03-10 20:22:23 -05:00
Llennpie
d660966dcc Fixed wing color change with no model 2023-03-10 20:21:47 -05:00
Llennpie
abb5a9fb03 Prevent most warps in machinima mode 2023-03-10 20:21:33 -05:00
Llennpie
212caf029e Added animation switch type for models 2023-03-10 20:21:06 -05:00
Llennpie
208698758d Fixed act selector not appearing on BOB 2023-03-10 20:20:28 -05:00
Llennpie
447cc79a81 Fix Discord activity status state 2023-03-10 20:20:07 -05:00
Llennpie
9b12c203df Add expression previews 2023-03-10 20:19:40 -05:00
Llennpie
ff63d7e233 Fix race condition on parallel builds
From https://github.com/sm64pc/sm64ex/pull/512 , fixes issue https://github.com/Llennpie/Saturn/issues/21
2023-02-05 20:27:38 -05:00
Llennpie
48a32e987c Re-add environment options 2023-01-25 10:56:23 -05:00
Llennpie
d7fb3d8e6b Tweak model CC loading 2023-01-25 10:49:17 -05:00