index
:
randomizer.git
master
pokemon games randomizer
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com
/
dabomstew
/
pkrandom
/
romhandlers
/
AbstractDSRomHandler.java
Age
Commit message (
Expand
)
Author
2021-12-16
Rename FileFunctions functions to call out big endian functions
tom-overton
2021-12-15
Gen 5: Check that ROMs are clean and official
tom-overton
2021-12-14
Gen 4: Check that ROMs are clean and official
tom-overton
2021-11-26
Gen 1: Check that ROMs are clean and official
tom-overton
2021-03-29
B/W: add support for fixing legendary music
Ajarmar
2021-03-27
add function for extending arm9 binary in nds games
Ajarmar
2021-02-22
Add diagnostics for the loaded ROM to both spoiler logs and error logs
tom-overton
2020-08-28
Update copyright headers on every Java file
tom-overton
2020-08-26
Read the version number from the game's text and display it when a game updat...
tom-overton
2020-08-26
Add functionality for removing game updates
tom-overton
2020-08-26
Remove now-unused RomHandler method
tom-overton
2020-08-26
Disallow CXI output if game update is applied
tom-overton
2020-08-26
Read in game update NCCH and use that to override base game files
tom-overton
2020-06-30
Change the description of the CXI when rebuilding to indicate the game and seed
tom-overton
2020-06-16
Add support for reading 3DS ROM images and writing out layeredfs (#6)
Tom Overton
2020-05-28
whole bunch of refactoring
Ajarmar
2018-09-06
new option for gen 5: no free lucky egg
Axel Jarmar
2016-04-17
Refactor NARC code : now contained in the NARC class itself.
Dabomstew
2016-02-24
Make sure all data from streams/files is read, instead of assuming.
Dabomstew
2016-02-22
Exception handling overhaul.
Dabomstew
2016-02-22
Actually fix tabs in leading comments.
Dabomstew
2016-02-22
Reformat code en masse.
Dabomstew
2016-02-11
Refactor logging to not use a static field on RandomizerGUI.
Dabomstew
2016-02-09
Improve error reporting in general.
Dabomstew
2016-02-04
Add the RomHandler side implementation of move attribute randomization.
Dabomstew
2015-06-01
Refactor ROM detection to be independent of RomHandler instances.
Dabomstew
2015-06-01
Starting to implement some refactoring of the randomizer.
Dabomstew
2014-05-16
first git commit
Stewart Marshall