RSS feed
093ab2c4
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/03 12:52
Remove an #ifdef from main.c and make it work with TCC again
ac2d1210
– Keaton Greve <keatongreve@google.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/10/03 03:43
add basic support for in-application volume adjustment (OS mixer or SDL mixer, depending on platform) (#131)
95e3a919
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/03 12:31
SDL_RenderPresent may not be called more than once per frame.
97091a94
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/03 12:19
More fine grained audio locking (Fixes #132)
f9ad22ef
– KiritoDev <36680385+KiritoDv@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/10/02 13:29
Added switch support (#133)
3ff9bf7d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 22:07
Missing newline
3f1b1d5a
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 21:59
Change a lot of places to use the oam helpers
78206349
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 18:55
Use SetOamHelper0 to setup some OAM entries
e7c59624
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 18:54
Get rid of some more PPU crap
2b7e9f69
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 17:46
Write directly to VRAM instead of through zelda_ppu_write
d3138f9e
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 13:32
Simplify PPU code / interactions
bd9ecf21
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 13:02
Change ppu zbuffer layout and remove unused ppu code
8f31584d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 12:52
Audio mutex locking didn't work
ee4feb83
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 04:09
Fix boomerang glitch (#126)
ae79c47a
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 03:39
Add a useful glitches FAQ from the Internet
00109467
– Snesrev <snesrev@protonmail.com>
authored
on 2022/10/01 03:37
Add support for ZSPR files to change Link's appearance
c2e31a9d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 12:21
Fix jump ledge exploration glitch (#126)
4f2ac606
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 11:44
Fix Moldorm bounce sound (#126)
94e576f0
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 11:00
Fix broken Zoras in Shallow Water in Misery Mire (#126)
1b95f8b2
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 02:50
Fix abruptly changing music in whirlpool (#126)
fd0ea0bf
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 02:23
Fix discovery chime for dark world ice palace portal (#126)
6ccbc7fb
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/30 00:44
Switch to callback based audio
e2cea922
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 22:57
Fix Mothula L3/L4 sword damage (#126)
654a13d1
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 22:24
Fix Kholdstare shell fading (#126)
203a433a
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 22:14
Allow bird travel to be cancelled
29789bd2
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 21:42
Remove g_ram[0xc8]
d3c09564
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 21:32
Fix recently introduced hud gfx glitch
8995d8ad
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 21:31
Fix gfx glitch with lanmolas in misery mire (#126)
96fd9d9f
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 20:59
Save&Quit doesn't count as a death (#126)
1fab347c
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 20:36
Dragging items in cape mode used no magic (#126)
866fafdd
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 20:14
Ensure Cane of Somaria can't overflow the magic meter (#126)
eccbc52d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 19:54
Fix Blue shield color after Pikit (#126)
4e85ad1d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 19:44
Fix Mushroom Glitch garbled graphics (#126)
6cb8957e
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 19:09
Vanilla bug: Fix incorrect gloves color (#126)
9f2de022
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 19:00
Fix some Zelda bugs
608af927
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 18:56
Add cheat to walk through walls
d9ec4b11
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 17:47
Bow icon in hud didn't show the right status
aedf48a7
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/29 14:00
Add config option to carry more rupees (9999 instead of 999)
ef5451e2
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 17:24
Simplify feature parsing
5d1360ef
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 14:06
Clean up and refactor the emulator vs own state
e6b5294e
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 12:10
Workaround graphics glitch when Link is blinking
63408673
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 12:06
Add config option to disable the per-scanline sprite limits
7471a86e
– DaBanana64 <82652849+DaBanana64@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/28 12:33
Update README.md (#118)
e2ab55b6
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 10:45
Add information on how to build with TCC
bfd7a7aa
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 09:26
Let workflows run manually
d09d92fa
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 09:10
Update github workflow
fda3f90c
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 08:54
Hold tab for ~16x turbo mode
aa6b257f
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 08:34
Remove some junk from vcxproj file
8ee08ac4
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/28 08:28
Add MSVC configuration to deploy all/only needed files
9cde1830
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 08:22
Duplicate cone of light appeared in 16:9 mode (Fixes #116)
d292d540
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/28 07:59
Adjust ocarina spawn pos in 16:9 mode (Fixes #121)
ba44e175
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/26 12:07
Update README.md
d680ba93
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/26 01:50
Update README.md
ed13d034
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/26 01:47
Update README.md
3ba33373
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 20:25
Put all assets into zelda3_assets.dat instead of .h files
c42071bc
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/23 16:59
Update README.md
2c3bcf3a
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 12:24
Good bee didn't work (Fixes #117)
04e41129
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 12:03
Add 'MoreActiveBombs' to extend bomb count from 2 to 4
a5bb9ebe
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 12:02
Extend size of some ancilla arrays
719bba66
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 12:00
Fix some ram validation regressions
cacca8bf
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 08:22
Workaround a possible zelda chest minigame bug (Related to #113)
e29fca22
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 08:03
Fix a mismatch in the minigame chest code (Related to #113)
b70aae80
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/23 07:20
Fix Sky bg layer corruption in 16:9 mode on inventory screen (Fixes #115)
d7f9df0e
– DaBanana64 <82652849+DaBanana64@users.noreply.github.com>
authored
and Snesrev <snesrev@protonmail.com>
committed
on 2022/09/23 08:20
Add issue, feature request templates and PR template. (#112)
b6075474
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/22 10:12
Avoid up/down and left/right from being pressed at the same time (Fixes #105)
25c5b422
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/22 10:02
The old renderer isn't playing nice with widescreen (Fixes #98)
109c2a10
– Thomas <tweickhoff@web.de>
authored
and Snesrev <snesrev@protonmail.com>
committed
on 2022/09/22 09:51
Update keybindings for L&R buttons in QWERTZ and AZERTY layouts (#108)
e4faefd1
– Jason Shearer <skizelli@yahoo.com>
authored
and Snesrev <snesrev@protonmail.com>
committed
on 2022/09/22 00:50
Update zelda3.ini (#107)
2e231162
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/22 09:46
Crash in inventory screen with secondary item feature (Fixes #106)
44514855
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/22 07:26
Added 'ShowMaxItemsInYellow'
10fbd868
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 22:57
SkipIntroOnKeypress defaults to zero
ef76f088
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 22:50
Clarify ItemSwitchLR text
b4caefb7
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 22:46
Skip intro on key press
66d556e3
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 22:31
"Mysterious Pond" Crash (fixes #104)
ee8b21fc
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 18:33
Fix compile issue (fixes #103)
7f02a747
– snesrev <111028570+snesrev@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/21 16:03
Update README.md
9d5a90cd
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/21 15:11
Secondary item slot on button X
a363cda1
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 21:33
Rename variables
6741153a
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 21:26
Disable the low health beep
9bcfd5b9
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 21:17
Fix 240 lines on character select screen (fixes #102)
129fedd6
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 18:39
Display extra pixels in intro
4dedf0bf
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 18:34
240 lines didn't work in 4:3 mode (#102)
2015bb0d
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/19 19:52
Make it possible to display 24 items in inventory
525fdc14
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/19 19:38
Rename some things in hud.c
57bb4e82
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 10:23
Fix issues with Bee not working right.
d634b1f7
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 10:24
Fix snapshot bug introduced in the hdma reloc
1de9649c
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/20 10:08
Fix issue with Toppo not behaving right (Fixes #101)
5a0503bd
– Nutzzz <enussbaum@hotmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/20 00:16
Allow audio to be disabled in .ini (#100)
ad9e25c0
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/18 19:20
Display up to 240 lines instead of 224
ed9661ac
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/18 19:01
Wrong memset in ppu.c
a38a0a08
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/18 15:10
Rename a variable
97cf3fee
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/18 14:58
Add 'BreakPotsWithSword'
88306be5
– Patrick Mollohan <14967142+patrickmollohan@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/18 06:47
Fix "multi-character character constant" warning (#96)
5790144e
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/18 12:38
Add config option 'CollectItemsWithSword'
fe48bff6
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/17 22:58
Fix new map display having too bright colors (Fixes #92)
9f1c5a29
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/17 22:40
Add 'MirrorToDarkworld' to allow mirror to warp both ways
e6fb7c20
– Patrick Mollohan <14967142+patrickmollohan@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2022/09/17 16:29
Add support for 18:9 aspect ratio (#90)
d3a52a62
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/17 22:26
Change window scaling behavior (Fixes #88)
e4d167c2
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/17 17:56
Add config option 'TurnWhileDashing'
f0163c16
– Snesrev <snesrev@protonmail.com>
authored
on 2022/09/17 12:27
Add missing static and feature guard
Next