| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-18 | Split common text into a separate object. | IIMarckus | |
| 2015-11-15 | Makefile cleanup | PikalaxALT | |
| 2015-11-01 | Revert bad merge. | IIMarckus | |
| "Merge pull request #317 from yenatch/pngs-kind-of" This reverts commit 25025d1b6c00e94ac9e479747898d30267fb3282, reversing changes made to 0d17d4a75866d053f5e0b48c66deb2508071d98b. | |||
| 2015-09-01 | Add an `init` makefile target to prevent data that can't be reasonably ↵ | yenatch | |
| reproduced from being rebuilt. This is only meant to be run once. | |||
| 2015-08-29 | Fix touching in make pngs. | yenatch | |
| 2015-06-28 | Add a script to convert project-specific graphics. | yenatch | |
| This is an alternative to terrible hacks like filename metadata, and might combat submodule bloat. | |||
| 2015-06-26 | Fix the make pngs target. | yenatch | |
| 2015-04-13 | Preemptively get rid of graphics queues while they're still not used. | yenatch | |
| Nip this in the bud, so it doesn't turn out like pokered. When the time comes, use make -j16 for faster builds. | |||
| 2015-03-11 | make compare | yenatch | |
| 2015-03-11 | baserom.gbc is no longer required to build | yenatch | |
| 2015-02-14 | Fix make clean | U-Daniel-PC\Daniel | |
| no more .tx files remove rgbds generated files, .map and .sym | |||
| 2015-02-14 | Add the ability to build Crystal 1.1. | IIMarckus | |
| 2015-01-20 | Stop using the preprocessor. | yenatch | |
| 2014-12-29 | Recombine the event engine objects. | yenatch | |
| They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom. They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless. | |||
| 2014-09-23 | Use a path argument for find as required by POSIX. | IIMarckus | |
| 2014-06-15 | Makefile: Use lower-case variables and graphics conversion queues. | yenatch | |
| This is mostly to make it more like pokered. Queues are an order of magnitude faster than invoking a new python instance for each file. | |||
| 2014-05-31 | Rename directory stats -> data. | yenatch | |
| 2014-04-30 | Split the mobile adapter library into another object file. | yenatch | |
| 2014-03-31 | Simple graphics handling in the makefile. | yenatch | |
| Two-way conversion invokes circular dependency warnings, and is outside the scope of the build. Now it's one-way. | |||
| 2014-02-01 | Clean up variable usage in the makefile. | yenatch | |
| 2014-02-01 | Get rid of globals.asm | yenatch | |
| This breaks the build until labels are exported again! | |||
| 2013-12-21 | Makefile: pokemontools variable | yenatch | |
| 2013-12-21 | Makefile: image handling | yenatch | |
| todo: queue targets | |||
| 2013-12-20 | use pokemontools scan_includes.py | yenatch | |
| It might look the same as before, but this new name is much better! Well done! | |||
| 2013-12-10 | rewrite makefile for speed and better dependency handling | yenatch | |
| 2013-12-02 | Makefile: %.bin and %.pal targets | yenatch | |
| 2013-12-02 | Makefile: empty targets for %.asm and baserom.gbc | yenatch | |
| so make stops wasting time trying to find implicit rules | |||
| 2013-12-02 | Makefile: clean doesnt need object dependencies | yenatch | |
| 2013-11-29 | home.o | yenatch | |
| 2013-11-29 | gfx/pics.o | yenatch | |
| 2013-11-29 | audio.o and misc/crystal_misc.o | yenatch | |
| 2013-11-28 | engine/credits_crystal.o | yenatch | |
| 2013-11-27 | maps.o and stats/pokedex/entries.o | yenatch | |
| 2013-11-23 | Makefile: more readable object list | yenatch | |
| 2013-11-23 | objects for event handling and scripting | yenatch | |
| 2013-11-22 | version-sensitive objects for egg moves and evos/attacks | yenatch | |
| this way main.o and wram.o are version-neutral | |||
| 2013-11-21 | version-neutral build targets | yenatch | |
| pokecrystal will probably never build gold/silver, but who knows | |||
| 2013-11-20 | finally compile multiple objects | yenatch | |
| pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set | |||
| 2013-11-18 | convert pngs to 1bpp too | yenatch | |
| 2013-09-11 | fix a typo in Makefile | yenatch | |
| we want to link more than one object! | |||
| 2013-09-11 | consolidate labels across objects into globals.asm | yenatch | |
| this is required for objects to share labels | |||
| 2013-09-11 | abstract make targets are now phony | yenatch | |
| 2013-09-11 | rename lzs make target to gfx | yenatch | |
| 2013-09-11 | rename make variables for graphics files | yenatch | |
| 2013-09-11 | scan source files for Makefile dependencies | yenatch | |
| preprocessing should work with multiple object files now | |||
| 2013-09-10 | rewrite Makefile to handle multiple rgbasm objects | yenatch | |
| for now, any new files to preprocess will trigger the targets for all objects. this isn't a problem yet since there's still only one object. | |||
| 2013-09-10 | preprocess everything | yenatch | |
| it makes more sense this way | |||
| 2013-09-10 | no need to use python if baserom.gbc doesn't exist | yenatch | |
| this part is only reached if baserom.gbc doesn't exist, so it's pointless to check if it does | |||
| 2013-09-09 | suppress .tx handling in Makefile | yenatch | |
| there are too many .tx files for the commands to be meaningful better to just look at the makefile to see what's going on | |||
| 2013-09-06 | define PYTHON in Makefile for simpler local changes | Sanky | |
