Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Merge pull request #156 from yenatch/cygwin-install | Bryan Bishop | |
More cygwin installation instructions. | |||
2013-07-10 | apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds install | yenatch | |
2013-06-28 | crystal: wram label finding | yenatch | |
2013-06-28 | crystal: 2pt script commands are for wram | yenatch | |
2013-06-28 | crystal: PointerLabelToScriptPointer bank is not reversed | yenatch | |
2013-06-28 | gbz80disasm: don't read data where there is none | yenatch | |
2013-06-28 | gbz80disasm: only track rom addresses for data | yenatch | |
2013-06-27 | gbz80disasm: use existing labels as addresses | yenatch | |
2013-06-26 | Merge pull request #154 from yenatch/movement | Bryan Bishop | |
Movement. | |||
2013-06-27 | DoPlayerMovement and recomment ow surfing checks | yenatch | |
2013-06-25 | Merge branch 'github/master' into master. | Bryan Bishop | |
Conflicts: extras/gbz80disasm.py Comments. | |||
2013-06-25 | Merge branch 'gfx-fixes-again' into master. | Bryan Bishop | |
Various whitespace and formatting changes. | |||
2013-06-25 | use rm -f in Makefile | Bryan Bishop | |
2013-06-25 | Merge branch 'cogitokat/master' into master. | Bryan Bishop | |
fixes #152 | |||
2013-06-25 | add jython stuff into .gitignore | Bryan Bishop | |
2013-06-25 | remove extra whitespace in extras/vba.py | Bryan Bishop | |
2013-06-25 | remove extra whitespace in extras/gfx.py | Bryan Bishop | |
2013-06-25 | fix function formatting in extras/gfx.py | Bryan Bishop | |
2013-06-25 | Merge pull request #153 from yenatch/gbz80disasm-data | Bryan Bishop | |
data detection in gbz80disasm | |||
2013-06-25 | don't mix tabs/whitespace | Bryan Bishop | |
2013-06-25 | Merge pull request #148 from yenatch/master | Bryan Bishop | |
Re-organizing some engine-related asm and constants. | |||
2013-06-25 | Merge pull request #149 from yenatch/new-install | Bryan Bishop | |
reformat install + fix source preprocessing | |||
2013-06-25 | install: less abrasive outro | yenatch | |
2013-06-25 | give prequeue a reason to exist | yenatch | |
2013-06-25 | pre: restore separate_comment's behavior | yenatch | |
2013-06-25 | install: elaborate on make targets | yenatch | |
2013-06-25 | install: get pip and be less vague about the base rom | yenatch | |
2013-06-25 | replace broken mibbit links with kiwiirc | yenatch | |
2013-06-25 | gbz80disasm: just use lowercase labels | yenatch | |
2013-06-25 | gbz80disasm: fix data handling | yenatch | |
get the scalpel out of there | |||
2013-06-25 | gbz80disasm: local/global address conversion + fix find_label | yenatch | |
2013-06-25 | gbz80disasm: detect data tables referenced in asm | yenatch | |
2013-06-25 | gbz80disasm: data detection | yenatch | |
the is_data flag never did anything. now it does encountering the end of a branch with outstanding labels will read anything between said labels as data | |||
2013-06-23 | fixed another indent in gfx.py | Kat Harrison | |
2013-06-23 | fixed indents | cogitokat | |
2013-06-23 | convert indents to 4 spaces in gfx.py | cogitokat | |
indents were previously 8 spaces | |||
2013-06-23 | more docstring/indent fixes in gfx.py | cogitokat | |
2013-06-23 | more gfx.py docstring changes | cogitokat | |
2013-06-23 | Change bad indents in extras/gfx.py | cogitokat | |
2013-06-23 | Edit some docstrings in /extras. | Kat Harrison | |
2013-06-23 | Made edits to docstrings in extras/vba.py | Kat Harrison | |
Added to vba intructions and reformatted docstrings to include a summary line. (Docstring summaries should be max 72 characters.) | |||
2013-06-23 | update instructions in extras/vba.py | Kat Harrison | |
fixes #151 fixes #150 | |||
2013-06-21 | make: don't recompile if it's not necessary | yenatch | |
the preprocessor queue was preventing files from being recognized as out-of-date this highlights similar errors with graphics targets, which need to be fixed anyway | |||
2013-06-21 | preprocess asm files individually | yenatch | |
this fixes a lot of previous hacks first off, rgbds requires that labels from includes be marked as globals. instead, 3626ddeb stuffed includes into the parent file in the preprocessor. this meant one huge file got preprocessed every time, adding an additional ten seconds to compile time. running the preprocessor once for each file would create too much overhead, so a list is fed into prequeue.py, which then makes calls to preprocessor.py. this paves the way for compiling source files separately some day. next, compiling previously required `make clean` to be executed first. f3340de6 touched main.asm to force a fresh compile instead. this behavior has been reverted. now, `make all` will only attempt to recompile if a source file has changed. preprocessor.py has some marginal changes. prequeue.py is created to keep the original functionality of preprocessor.py intact. so many files are preprocessed on first compile (1951 as of this commit) that the prequeue call has been hidden. compile time is reduced to 15-30 seconds on first compile, and 5-10 seconds subsequently. the majority of this time is spent in rgbasm. | |||
2013-06-18 | make clean is no longer required to compile | yenatch | |
2013-06-18 | updated install instructions | yenatch | |
2013-06-17 | move miscellaneous asm into engine/ | yenatch | |
2013-06-17 | move constants files into constants/ | yenatch | |
2013-06-17 | Merge pull request #147 from yenatch/master | Bryan Bishop | |
gbz80disasm/sym fixes + odds and ends | |||
2013-06-17 | BadgeStatBoosts | yenatch | |