Vinícius R. Miguel
8258bac40a
Update README.md
3 years ago
Vinícius R. Miguel
ff2ec85f8c
Adds credit to Emil.
...
For implementing n64-fast32-engine
3 years ago
IvanDSM
1245f3c75e
Windows build clarifications.
3 years ago
IvanDSM
a73accc906
Merge pull request #51 from fgsfdsfgs/patch-2
...
Move bettercamera settings out of EEPROM and into the config file (again)
3 years ago
fgsfds
a0ba46eaf6
move bettercamera settings to config file; cleanup
3 years ago
Vinícius R. Miguel
acc0fd59c2
Add BETTERCAMERA notice
3 years ago
IvanDSM
5e2e510500
Disable bettercamera by default.
3 years ago
Vinícius R. Miguel
aa046c76d9
Merge pull request #42 from vanfanel/master
...
Thanks!
3 years ago
IvanDSM
a7922928ae
Merge pull request #48 from fgsfdsfgs/patch-1
...
Allow changing controller button bindings in config file; add mouse buttons
3 years ago
vanfanel
f24d44c9c7
Remove redundant code. Make GLES and GL modes respect DESIRED_WIDTH and DESIRED_HEIGHT in windowed mode, but in fullscreen mode just use the system video mode.
3 years ago
fgsfds
d0b85785fe
might as well check for L while we're at it
3 years ago
fgsfds
2234e28625
rebind Z trigger back to L
3 years ago
IvanDSM
6c7df61480
Add warning about WINDOWS_BUILD
3 years ago
fgsfds
d6820f6073
whoops, this is supposed to be the Z button
3 years ago
vanfanel
16a4495bf2
Do not call gfx_sdl_set_fullscreen() just after creating the game window: create window fullscreen or not directly.
3 years ago
fgsfds
690283da13
allow rebinding of joystick and mouse buttons
3 years ago
vanfanel
fd02d88b59
Fix for GLES on windowed rendering contexts (X11)
3 years ago
IvanDSM
a0068c747b
Fix Web build.
...
The ifeq($(TARGET_WEB),0) check on line 49 wasn't being endif'ed properly, which caused the rest of the code up until 244 (where an incorrect endif was placed) to be ignored.
This commit fixes that issue and allows web builds to work normally.
3 years ago
fgsfds
e427aaa894
make use of mouse buttons
3 years ago
Vinícius R. Miguel
32ec185188
Merge pull request #36 from sm64pc/camera-rebase
...
Merge camera-rebase into master. Good work :)
3 years ago
IvanDSM
67c60d00ee
Merge branch 'master' into camera-rebase
3 years ago
rai
65bb12f7a4
Update README.md
3 years ago
rai
d54d625a4f
Update README.md
...
Remove most of the infromation from the readme that has been moved to the wiki.
3 years ago
vanfanel
f70ebeb2b3
Use the system video mode in GLES platforms instead of setting a new one.
3 years ago
IvanDSM
e3a2613328
Fix build without new camera, add example to README
...
This fixes an oversight of mine that broke building with BETTERCAMERA=0 and adds an example to the README of how to build with the new camera disabled.
3 years ago
IvanDSM
6ed071e49e
Merge branch 'master' into camera-rebase
3 years ago
IvanDSM
88b063d7a1
New Makefile and fgsfdsfgs fixes
...
New Makefile based on master branch Makefile.
Ported fdsfgsfds' OOB memory access and save buffer corruption fixes.
3 years ago
Vinícius R. Miguel
b4626bf3b4
Merge pull request #32 from coltongit/patch-4
...
Port fixes from fdsfgsfds' fork
3 years ago
Vinícius R. Miguel
19252e4275
Merge pull request #31 from Zero-Shift/master
...
Merged. Thanks for your contribution!
"Changed amount of sleep frames when transitioning from main menu and exiting a stage to fix TAS sync issues."
3 years ago
Colton G. Rushton
ad89f663f3
More fixes ported from fdsfgsfds' fork
3 years ago
Colton G. Rushton
8e2e2f49f0
Port fixes from fdsfgsfds' fork
...
see 63bed21d26
for details
3 years ago
Zero-Shift
3f9236a233
Update script.c
...
Changed amount of sleep frames when transitioning from main menu and exiting a stage to fix TAS sync issues
3 years ago
Vinícius R. Miguel
b43313974c
Merge pull request #29 from coltongit/patch-1
...
Fix save corruption in some 64-bit builds
3 years ago
Colton G. Rushton
1c86dca581
Fix save corruption in some 64-bit builds
3 years ago
Vinícius R. Miguel
5024cdece3
Delete fps.patch
3 years ago
Vinícius R. Miguel
7a81769abc
Delete fps.patch
3 years ago
Vinícius R. Miguel
76783f2ab0
Add optional support for L-trigger on controllers.
3 years ago
y0shin
879958617f
Merge pull request #22 from Hyenadae/master
...
L (Trigger) is real (now). Added key_l to config. L_TRIG and CONT_L inputs are now accepted by Mario 64
3 years ago
Hyenadae
0413703a60
L (Trigger) is real. Keyboard only for now.
3 years ago
Hyenadae
f43c06303f
L (Trigger) is real. Keyboard only for now.
3 years ago
IvanDSM
75aeb9d686
Fix goddard/sfx.h header
3 years ago
IvanDSM
89cd99608e
Fix goddard/sfx.h header
3 years ago
IvanDSM
3ebfc225ca
Mouse Look ported to camera_rebase
...
With check for settings SDL_SetRelativeMouseMode only if Mouse Look is enabled.
We always send regards to Fastblitters.
3 years ago
IvanDSM
18f3e6ad9f
Merge pull request #17 from aswgit/master
...
Add libSDL and emsdk to support building linux and web in container
3 years ago
Vinícius R. Miguel
ef2cd47343
True analog camera control has been added.
3 years ago
IvanDSM
2b188036cb
Slight Makefile update
...
Change TARGET_N64 ?= to TARGET_N64 =
3 years ago
IvanDSM
e5f21323a2
Merge pull request #18 from Hyenadae/master
...
Strip out N64 ROM building from Makefile (WIP)
3 years ago
IvanDSM
6281e00891
Merge branch 'master' into master
3 years ago
Hyenadae
3ff6d4d38e
Strip out N64 ROM building from Makefile
3 years ago
albertw
aaa26021f6
Add libSDL and emsdk to support building linux and web in container
3 years ago