Commit graph

861 commits

Author SHA1 Message Date
dominicentek
2bad090bfb update the cam in 2 places bc it works like that 2023-08-16 12:00:43 +02:00
dominicentek
e4683581b9 i can go sleep!1 2023-08-16 02:21:08 +02:00
dominicentek
39d6f47707 why was this line gone 2023-08-16 02:07:23 +02:00
dominicentek
b351770140 rip my brain 2023-08-16 01:58:43 +02:00
dominicentek
7437978eda pls work 2023-08-16 01:51:15 +02:00
dominicentek
bfb76ef4fa try to floor freezecam pos 2023-08-16 01:29:36 +02:00
dominicentek
bfeee35c88 my brain is not braining anymore 2023-08-16 01:21:03 +02:00
dominicentek
d0e15cdd10 fixed camera tilt 2023-08-16 00:45:00 +02:00
dominicentek
198f4f9d46 damn 2023-08-15 21:52:52 +02:00
dominicentek
1a36b77871 forgor keybind 2023-08-15 21:49:44 +02:00
dominicentek
d0d3257eb7 add timeline editor toggle 2023-08-15 21:46:12 +02:00
dominicentek
78c4a635d8 FIXED IT!!!11 2023-08-15 21:39:21 +02:00
dominicentek
185b68e590 fixed??? 2023-08-15 20:23:44 +02:00
dominicentek
38c13c92a6 compile errors 2023-08-15 20:00:45 +02:00
dominicentek
b62b3494a8 possible fix? 2023-08-15 19:52:02 +02:00
dominicentek
7da42ecde3 snap pointer to 0 when new timeline is added 2023-08-15 08:31:34 +02:00
dominicentek
8ced2f5776 fixes 2023-08-15 08:10:41 +02:00
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