Jas Laferriere
f4d406eca7
change version for release
2019-03-29 16:28:03 -07:00
Jas Laferriere
504332f1f3
Add frozen stadium toggle
2019-03-29 16:17:01 -07:00
meta
e373a2c8aa
move network initialization into a seperate boot stage
...
- Earlier, network initialization was synchronized by using timers in the main
kernel loop. This commit moves network init into the actual boot process,
which allows the loader to provide error-handling if something goes wrong
- Annotate kernel/main.c and loader/source/main.c to make the boot
process easier to understand; add some symbols for making things clearer
2019-03-28 14:38:40 -05:00
meta
ba530ebd99
Merge branch 'slippi' of github.com:project-slippi/Nintendont into slippi
2019-03-27 13:32:30 -05:00
meta
0b259371bb
Emit dbgprintf() over the network when SLIPPI_DEBUG is set
2019-03-27 13:31:32 -05:00
jlaferri
fa536efe76
test recording refactor
2019-03-22 01:47:34 -07:00
Jas Laferriere
1b2f98bea2
clarify common error message with file writes
...
might still be possible to get this error without it being this, but probably much rarer
2019-03-16 00:49:13 -07:00
jlaferri
54fa2fcd5c
upgrade to v1.6 - late commit
2019-03-15 23:21:39 -07:00
meta
f8106c2a18
prep for supporting debug/profiling builds
...
- let `make` accept a SLIPPI_DEBUG flag for generating debug builds
- remove vestigial debugging code
- fix some minor style mistakes
v1.6
2019-03-15 17:05:00 -05:00
Jas Laferriere
b9c4edda20
remove tag text from qol description
2019-03-06 02:09:17 -08:00
Jas Laferriere
0568525953
combine neutral spawns and nametag hide
2019-03-06 01:01:02 -08:00
meta
8995a741a4
add support for slippi-wiiconf config files
...
- Add the configuration file format in common/include/Slippi.h
- Parse a console nickname and add the nickname to replay
metadata and broadcast messages
- Use RTC bias from slippi-wiiconf file if non-zero
2019-03-05 01:03:00 -06:00
meta
0833cff34a
update SLIPPI.md
2019-03-04 17:08:57 -06:00
Jas Laferriere
646b0da8b7
update version and codeset
...
includes mem card skip
v1.5
2019-03-03 00:59:08 -08:00
Jas Laferriere
8b2be3a8ca
Revert "Disable ISO cache. As previously ( 85c8905a2f
) see SuperrSonic's PR ( https://github.com/FIX94/Nintendont/pull/552 ). ISO cache applies only when the lock disc read setting is off and provides basically no benefit to 99% of games including Melee. It also causes problems because caching is hard to get right. By disabling it, we fix a problem that actually does apply to Melee ( https://smashboards.com/threads/nintendont-hps-playback-patch.452393/ ), and we gain more space for slippi/eliminate a section of memory we could accidentally clobber"
...
This reverts commit 33f1a6ddd8
.
2019-03-02 21:21:12 -08:00
Jas Laferriere
6153392b39
fix time str len in metadata
2019-03-02 14:02:09 -08:00
Jas Laferriere
d5089bb285
edit slippi settings text
2019-03-02 13:47:58 -08:00
Jas Laferriere
1140c52389
update codeset and add new logo
v1.4
2019-02-26 23:09:52 -08:00
Jas Laferriere
0de54e783b
Merge branch 'jmlee337-slippi' into slippi
2019-02-26 22:09:47 -08:00
Jas Laferriere
7eec4d8c95
Merge branch 'slippi' of https://github.com/jmlee337/Nintendont into jmlee337-slippi
2019-02-26 21:25:48 -08:00
Jeremy Lee
f7f5b3c3f3
restore autoboot and drive led settings
2019-02-26 20:55:24 +09:00
Jeremy Lee
7c7ef0b811
Add kernel/gecko/*.h to .gitignore to keep them from coming back
2019-02-25 22:57:37 +09:00
Jeremy Lee
2d5da0d830
Remove kernel/gecko/*.h files from being tracked. They are generated at build-time anyway and produce noisy diffs if you ever make clean
2019-02-25 22:56:38 +09:00
Jeremy Lee
b958dd4484
Fix compile warnings except for ARGSBOOT_STR, which will be fixed when I restore autoboot in a follow-up commit
2019-02-25 22:38:01 +09:00
Jeremy Lee
d1fafcf623
Update README.md. Remove the README text from mainline Nintendont and just link to it instead. Also pull in stuff I wrote for https://github.com/jmlee337/Nintendont/blob/master/README.md
2019-02-25 22:21:31 +09:00
Jeremy Lee
33f1a6ddd8
Disable ISO cache. As previously ( 85c8905a2f
) see SuperrSonic's PR ( https://github.com/FIX94/Nintendont/pull/552 ). ISO cache applies only when the lock disc read setting is off and provides basically no benefit to 99% of games including Melee. It also causes problems because caching is hard to get right. By disabling it, we fix a problem that actually does apply to Melee ( https://smashboards.com/threads/nintendont-hps-playback-patch.452393/ ), and we gain more space for slippi/eliminate a section of memory we could accidentally clobber
2019-02-25 21:59:12 +09:00
Jeremy Lee
a9aa833998
Update some remaining references to mainline Nintendont
2019-02-25 21:32:16 +09:00
Jas Laferriere
fde08506bc
fix issue where debug mode would still get launched
2019-02-23 00:04:21 -08:00
Vin Bertinelli
5e6f1f1df7
fix name entry crash + redirect tournament to VS mode
...
unclepunch's first and only commit
hi mom
2019-02-23 02:55:10 -05:00
Jas Laferriere
5ee58eef5a
update codeset
2019-02-22 22:54:43 -08:00
Jas Laferriere
fb29dd8737
update codeset and version 1.2
v1.2
2019-02-21 22:03:42 -08:00
Jas Laferriere
e1c7aa3746
increment version number 1.1
2019-02-21 00:21:22 -08:00
jlaferri
0713db07e7
no longer disconnect immediately on bad send
2019-02-20 20:32:03 -08:00
Jas Laferriere
1455200818
rebuild using newest devkitPro tools
2019-02-19 15:37:38 -05:00
Jas Laferriere
64759dedcb
Update README.md
2019-02-19 15:28:04 -05:00
Jas Laferriere
8a10b3e1d5
Update README.md
2019-02-19 15:27:12 -05:00
Jas Laferriere
99b1057593
Merge pull request #10 from project-slippi/upgrade/merge-upstream
...
[PR] Merge upstream changes
2019-02-19 14:09:50 -05:00
Jas Laferriere
a9b6b6731d
Merge branch 'master' of https://github.com/FIX94/Nintendont into upgrade/merge-upstream
2019-02-19 14:05:49 -05:00
Jas Laferriere
b80c135644
Update README.md
2019-02-19 11:25:39 -05:00
Jas Laferriere
1f7ced6543
Update README.md
2019-02-19 11:24:00 -05:00
jlaferri
a1b316f4f8
add latest codes to Nintendont
2019-02-16 11:41:02 -05:00
meta
0981f850bf
use a temp console nick, for now
2019-02-15 23:32:19 -06:00
meta
568af65d73
minor touch-ups on socket/network code
...
- Change broadcast UDP port to 20582
- Minor style fixes, re-organization in networking code
2019-02-15 20:37:25 -06:00
meta
669c126288
fix bin2h makefile
2019-02-15 16:48:13 -06:00
meta
84153dfaa4
force mac/linux users to compile a local copy of bin2h
2019-02-15 15:51:45 -06:00
jlaferri
01dabc8219
fix bin2h on mac
2019-02-15 15:56:34 -05:00
jlaferri
bf5849ae74
change default path for updating meta
2019-02-15 13:11:42 -05:00
Jas Laferriere
f6dd1cca0b
update dol file
2019-02-15 12:40:11 -05:00
Jas Laferriere
ccdc13a3db
Merge pull request #9 from project-slippi/gecko-builtin
...
[PR] Add built-in code support
2019-02-13 07:50:52 -08:00
meta
87a142bf3c
finish UI for builtin codes
2019-02-12 20:46:31 -06:00