yenatch
fe4377ce53
Merge pull request #501 from mid-kid/reorg
...
Organize the engine/ directory
2018-04-04 21:04:14 -04:00
mid-kid
81fff9bb80
Fix file permissions
...
I have no idea why this was a thing (do people store this repo on FAT32
flash drives or something?), but quite a bit of files had a permission
of 755. This isn't really a problem, but it's inconsistent and weird.
2018-04-01 17:05:10 +02:00
yenatch
8efa0dcfb0
Fix scan_includes matching the word "include" in strings.
2018-03-10 18:20:31 -05:00
Remy Oukaour
346a93c00f
Shebang
2018-01-14 23:51:24 -05:00
yenatch
f185cc9b77
sort the symfile by symbol type
2018-01-01 22:40:35 -05:00
yenatch
9af2aee640
rebuild gfx and md5 when common.h changes
2017-12-28 01:25:46 -05:00
yenatch
40305f205e
fix unused fread return value warnings
2017-12-28 01:25:25 -05:00
Remy Oukaour
01bd8ac94c
Move old baserom.gbc 'compare' scripts to tools/
2017-12-15 20:12:00 -05:00
Remy Oukaour
3e5b6322e1
Don't bother supporting numbered lists
2017-12-13 16:57:29 -05:00
Remy Oukaour
feef75c5df
Document more bugs and glitches
...
Add a toc.py script to auto-generate tables of contents in Markdown files
2017-12-13 16:46:31 -05:00
yenatch
543d67b647
Build tools with -O3.
...
This improves build time by about 20%.
2017-09-24 15:08:44 -04:00
yenatch
94577d9553
fix warnings in lzcomp and md5
2017-09-24 01:07:08 -04:00
yenatch
0aee932b5f
Add warnings for tools
2017-09-24 01:07:05 -04:00
yenatch
59a27d5907
tools/gfx: Replace --width with --png
2017-09-24 01:07:02 -04:00
yenatch
50d163895d
Remove comma from png_dimensions usage
2017-08-20 12:33:36 -04:00
yenatch
c719ff4f0b
Fix unused variable warnings
2017-08-20 12:33:12 -04:00
yenatch
885af5e543
Refactor scan_includes
2017-08-20 12:32:15 -04:00
IIMarckus
80888726b9
Check some errors (not enough).
...
malloc can always fail. Check to avoid null dereference.
malloc(0) is well defined but leads to an eventual crash on some systems.
Check it too.
2017-06-29 22:45:30 -06:00
IIMarckus
2ebbe91fe8
Fix uninitialized value.
2017-06-29 22:14:12 -06:00
yenatch
7b3f0693d5
tools: Default to gcc.
...
This gives Cygwin users an easier time at the expense of defaulting to gcc.
2017-06-29 18:26:04 -04:00
SnDream
3c8d034a6f
pokemon_animation's variable is not initialized ( #374 )
2017-06-25 02:49:57 -04:00
yenatch
121e931750
Add tools/gfx and tools/md5 to gitignore
2017-06-24 20:46:11 -04:00
yenatch
5dfe27125b
Merge branch 'master' into tools-makefile-integration
2017-06-24 20:42:25 -04:00
yenatch
1f8bc7772b
Fix insecure fprintf
2017-06-24 19:32:35 -04:00
yenatch
0fbc74a8c7
Fix implicit stdint
2017-06-24 19:02:02 -04:00