<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Shipwright/soh/src/code/z_camera.c, branch 5.1.2</title>
<subtitle>Ship of Harkinian: Ocarina of Time PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/'/>
<entry>
<title>improving free cam settings configurability (#1987)</title>
<updated>2022-12-12T21:10:28+00:00</updated>
<author>
<name>frizzle101101</name>
<email>aaronfritz96@gmail.com</email>
</author>
<published>2022-12-12T21:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=cabcfb009c438b8de1af88d904e9068f8a650e1e'/>
<id>cabcfb009c438b8de1af88d904e9068f8a650e1e</id>
<content type='text'>
* Initial camera distance slider

* works with freecam

* improving the settings configurability, adding distance slider and transition speed for the free camera
adding seperate sensitivity and invert settings for aiming/first person camera

* spelling

* tooltip msg on camera invvert

* typos

* removing the original free camera checkbox in experimental menu

* adding name change to new presets file

Co-authored-by: RaelCappra &lt;rael.cappra@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial camera distance slider

* works with freecam

* improving the settings configurability, adding distance slider and transition speed for the free camera
adding seperate sensitivity and invert settings for aiming/first person camera

* spelling

* tooltip msg on camera invvert

* typos

* removing the original free camera checkbox in experimental menu

* adding name change to new presets file

Co-authored-by: RaelCappra &lt;rael.cappra@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>added fix option to fix camera swing; (#1992)</title>
<updated>2022-12-12T20:31:33+00:00</updated>
<author>
<name>frizzle101101</name>
<email>aaronfritz96@gmail.com</email>
</author>
<published>2022-12-12T20:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=cb4a0aa21b31a6f00451ccff1b78c5ea673d7abc'/>
<id>cb4a0aa21b31a6f00451ccff1b78c5ea673d7abc</id>
<content type='text'>
* added fix option to fix camera swing; Fixes camera getting stuck on collision when standing still, also fixes slight shift back in camera when stop moving

* add option to fix hang off ledge swing rate; Fixes camera swing rate when player falls of a ledge and camera swings around

* adding camera fixes to preset list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added fix option to fix camera swing; Fixes camera getting stuck on collision when standing still, also fixes slight shift back in camera when stop moving

* add option to fix hang off ledge swing rate; Fixes camera swing rate when player falls of a ledge and camera swings around

* adding camera fixes to preset list</pre>
</div>
</content>
</entry>
<entry>
<title>[Enhancement] Add fix camera drift option to fixes menu (#1983)</title>
<updated>2022-11-22T07:57:26+00:00</updated>
<author>
<name>frizzle101101</name>
<email>aaronfritz96@gmail.com</email>
</author>
<published>2022-11-22T07:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c569a469333bdecfec9da6a6b5633701f07b4b78'/>
<id>c569a469333bdecfec9da6a6b5633701f07b4b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes most known bugs associated with FreeCam (#1960)</title>
<updated>2022-11-14T22:59:17+00:00</updated>
<author>
<name>RaelCappra</name>
<email>rael.cappra@gmail.com</email>
</author>
<published>2022-11-14T22:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6361a4c77692695011a86115574cce1d4b3f2909'/>
<id>6361a4c77692695011a86115574cce1d4b3f2909</id>
<content type='text'>
* Fixes most known bugs associated with FreeCam

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;

* Address review suggestions

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes most known bugs associated with FreeCam

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;

* Address review suggestions

Co-authored-by: MelonSpeedruns &lt;melonspeedruns@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Use PlayState instead of GlobalContext (#1927)</title>
<updated>2022-11-06T08:24:34+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2022-11-06T08:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=99260acaf119b6b2b57dd10eb357fa1271bfc536'/>
<id>99260acaf119b6b2b57dd10eb357fa1271bfc536</id>
<content type='text'>
* Use PlayState instead of GlobalContext
- GlobalContext -&gt; PlayState
- globalCtx -&gt; play
- GlobalCtx -&gt; PlayState
- globalContext -&gt; playState

* Find and replace Gameplay_ with Play_

* Correct some misnamed argument cases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use PlayState instead of GlobalContext
- GlobalContext -&gt; PlayState
- globalCtx -&gt; play
- GlobalCtx -&gt; PlayState
- globalContext -&gt; playState

* Find and replace Gameplay_ with Play_

* Correct some misnamed argument cases</pre>
</div>
</content>
</entry>
<entry>
<title>Adds camera sensitivity option back (#1817)</title>
<updated>2022-10-21T04:39:42+00:00</updated>
<author>
<name>Ada</name>
<email>60364512+GreatArgorath@users.noreply.github.com</email>
</author>
<published>2022-10-21T04:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=c914bd20b8d769ce7acc4f4ca560aa55d65d92f4'/>
<id>c914bd20b8d769ce7acc4f4ca560aa55d65d92f4</id>
<content type='text'>
* Adds camera sensitivity option

* Fixes default values

* Fixes default values (for real this time)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds camera sensitivity option

* Fixes default values

* Fixes default values (for real this time)</pre>
</div>
</content>
</entry>
<entry>
<title>disable crit wiggle (#1629)</title>
<updated>2022-09-29T00:27:07+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2022-09-29T00:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=dc3c0dd9c852ae704aaa6f6f7ad7258d7076c5ec'/>
<id>dc3c0dd9c852ae704aaa6f6f7ad7258d7076c5ec</id>
<content type='text'>
* disable crit wiggle

* Set to zero in default preset</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* disable crit wiggle

* Set to zero in default preset</pre>
</div>
</content>
</entry>
<entry>
<title>Correct default value of gInvertYAxis and change default trials required to vanilla (#1610)</title>
<updated>2022-09-27T00:09:01+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2022-09-27T00:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6265613bc72d6d64b357be40448c111b1d23eeab'/>
<id>6265613bc72d6d64b357be40448c111b1d23eeab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds game specific camera options (#1212)</title>
<updated>2022-08-24T00:12:14+00:00</updated>
<author>
<name>Ada</name>
<email>60364512+GreatArgorath@users.noreply.github.com</email>
</author>
<published>2022-08-24T00:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=d7356160206bf56984b09dc059bc0643ae5d3cd6'/>
<id>d7356160206bf56984b09dc059bc0643ae5d3cd6</id>
<content type='text'>
* Adds inversion options

* Fixes compilation

* Adds options to new detailed control editor

* Fixes inversion on C-Up view

* Fixes right stick aiming

* Fixes right stick aiming again

* Adds tooltip function + tooltips to gamecontroleditor.cpp

* Fixes tooltip for X axis

* Uses LUS tooltip function instead of new one

* Adds padding to camera control editor

To fit more in line with other enhancement checkboxes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds inversion options

* Fixes compilation

* Adds options to new detailed control editor

* Fixes inversion on C-Up view

* Fixes right stick aiming

* Fixes right stick aiming again

* Adds tooltip function + tooltips to gamecontroleditor.cpp

* Fixes tooltip for X axis

* Uses LUS tooltip function instead of new one

* Adds padding to camera control editor

To fit more in line with other enhancement checkboxes</pre>
</div>
</content>
</entry>
<entry>
<title>[zret] Port some documentation changes (#1164)</title>
<updated>2022-08-17T01:53:28+00:00</updated>
<author>
<name>David Chavez</name>
<email>david@dcvz.io</email>
</author>
<published>2022-08-17T01:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/Shipwright/commit/?id=6b0338a37df59bf5594f64301df7da6b6535919e'/>
<id>6b0338a37df59bf5594f64301df7da6b6535919e</id>
<content type='text'>
* zret: Documentation pass on scene/room commands #1226

* Update OTR scene

* zret: Document the lens system #1079

* zret: Misc. doc/cleanup 4 #1093

* zret: Fix misc 8 #1150

* zret: Document Distortions from z_camera and z_view #1102</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* zret: Documentation pass on scene/room commands #1226

* Update OTR scene

* zret: Document the lens system #1079

* zret: Misc. doc/cleanup 4 #1093

* zret: Fix misc 8 #1150

* zret: Document Distortions from z_camera and z_view #1102</pre>
</div>
</content>
</entry>
</feed>
