shithub: rgbds

RSS feed

3a95de14 – bentley <[email protected]> authored on 2010/02/04 18:18
this is why you should always test build *before* making a commit

1c8b31ca – bentley <[email protected]> authored on 2010/02/04 18:16
fix compile error

2a3cd65e – bentley <[email protected]> authored on 2010/01/18 15:41
rgbasm: improve "undefined macro" error message

5f23215c – bentley <[email protected]> authored on 2010/01/18 12:42
rgbasm: improve error message for failed INCBIN

02ba30f8 – bentley <[email protected]> authored on 2010/01/18 11:47
rgblink: improve file open error messages

aea1990d – bentley <[email protected]> authored on 2010/01/18 11:29
rgbfix: minor correction to last error message commit

5302f36d – bentley <[email protected]> authored on 2010/01/18 11:27
rgblib: improve file open error message

f97e856a – bentley <[email protected]> authored on 2010/01/18 11:17
rgbfix: improve file open error message

b1469902 – bentley <[email protected]> authored on 2010/01/18 10:45
filesize() function was unused! guess I'll remove it

761656c5 – bentley <[email protected]> authored on 2010/01/18 10:40
fopen does not take a "t" mode

0d16e5c5 – bentley <[email protected]> authored on 2010/01/18 09:41
rgbasm: fix usage (-p, not -z)

c6fb526a – bentley <[email protected]> authored on 2010/01/17 11:26
if module name is too long, error out rather than silently truncate

a3eb2870 – bentley <[email protected]> authored on 2010/01/17 10:35
rgblib: fix usage information, make it match the rest of rgbds

f4a56de4 – bentley <[email protected]> authored on 2010/01/17 10:32
remove unused variable

def4f61d – bentley <[email protected]> authored on 2010/01/17 10:31
rgbfix: juvenile mistake. Make last commit work the way it should

7d6fac9c – bentley <[email protected]> authored on 2010/01/17 10:28
rgblib: use full commands instead of letters ("add" instead of "a")

bd568d9a – bentley <[email protected]> authored on 2010/01/17 10:11
rgblink: make usage() print better in a terminal window

02e62207 – bentley <[email protected]> authored on 2010/01/15 15:04
standardize on -p for setting pad value

860c9883 – bentley <[email protected]> authored on 2010/01/15 14:50
rgbasm: fix usage information

e25d69e9 – bentley <[email protected]> authored on 2010/01/15 14:44
rgblib: return EX_USAGE for usage-related errors

8406fd84 – bentley <[email protected]> authored on 2010/01/15 14:42
rgbasm: return EX_USAGE for option errors

5694d690 – bentley <[email protected]> authored on 2010/01/15 14:40
rgbasm: use getopt(3) instead of hand-rolled flag parsing

c3e212d3 – bentley <[email protected]> authored on 2010/01/15 14:15
stop a strcpy() warning on OpenBSD

80e957b5 – bentley <[email protected]> authored on 2010/01/15 13:55
make makefile respect CFLAGS

7474cee7 – bentley <[email protected]> authored on 2010/01/15 13:51
rgbasm: use errx() for some error messages

bd843134 – bentley <[email protected]> authored on 2010/01/15 12:18
remove GAMEBOY/PCENGINE conditionals (this is a Game Boy assembler)

79554210 – bentley <[email protected]> authored on 2010/01/15 12:16
fix "static declaration follows non-static" warning

35af9072 – bentley <[email protected]> authored on 2010/01/15 12:11
fix implied declaration warning

e5ba184e – bentley <[email protected]> authored on 2010/01/15 12:07
fix strcpy() warning on OpenBSD

4feaa929 – bentley <[email protected]> authored on 2010/01/15 12:05
fix usage fill character info

48fd34c9 – bentley <[email protected]> authored on 2010/01/15 12:04
rgbasm: remove option for random fill character

b63924eb – bentley <[email protected]> authored on 2010/01/15 11:46
remove endianness code (this is solely a Game Boy assembler now)

24c1613f – bentley <[email protected]> authored on 2010/01/15 11:35
remove mswin-type define -- this is UNIX

913e9c9e – bentley <[email protected]> authored on 2010/01/15 11:29
rgblib: use errx() for error messages

2648ee98 – bentley <[email protected]> authored on 2010/01/15 09:33
rgblink: remove vestigial linkfile function

06c4e1fb – bentley <[email protected]> authored on 2010/01/15 08:11
rgblink: set default fill byte to 0x00

deccbb07 – bentley <[email protected]> authored on 2010/01/15 08:05
rgblink: remove random option for fill character

dc390e8c – bentley <[email protected]> authored on 2010/01/15 07:44
and rename xlib to rgblib

bfbc9fd1 – bentley <[email protected]> authored on 2010/01/15 07:42
while we're removing backwards compatibility, rename xlink->rgblink

084cc995 – bentley <[email protected]> authored on 2010/01/15 07:38
make >32KiB default; replace "-t s" with "-t" (tiny?)

367abd83 – bentley <[email protected]> authored on 2010/01/15 07:35
remove psion2 compatibility; i doubt anyone uses it

97b9e822 – bentley <[email protected]> authored on 2010/01/15 07:15
xlink: fix usage

1202c6b4 – bentley <[email protected]> authored on 2010/01/15 06:04
minor: fix implicit declaration warning

755572c1 – bentley <[email protected]> authored on 2010/01/15 05:52
replace linkfile functionality with command-line options

b223905e – bentley <[email protected]> authored on 2010/01/14 19:33
xlink: use some proper return values

157fda2b – bentley <[email protected]> authored on 2010/01/14 19:29
xlink: fix usage printing to match new options (and rgbfix format)

c5ce3ae1 – bentley <[email protected]> authored on 2010/01/14 19:23
xlink: use getopt(3) instead of hand-rolled flag parsing

0017a93a – bentley <[email protected]> authored on 2010/01/14 18:47
minor: finish removing unused var temptext

0b08fca9 – bentley <[email protected]> authored on 2010/01/14 18:17
xlink: replace awkward fatalerror() with standard errx(3)

bb85782f – bentley <[email protected]> authored on 2010/01/14 17:16
this is a bourne script, bash is not needed

b69cd0c3 – bentley <[email protected]> authored on 2010/01/13 06:22
-v doesn't need to modify ROM size; -p can do that

2da63e2f – bentley <[email protected]> authored on 2010/01/13 05:08
cosmetic change: rearrange getopt() switch for easier reading

0b647c5a – bentley <[email protected]> authored on 2010/01/13 05:04
move color only flag to -c, color compatible flag to -C

2d5c193e – bentley <[email protected]> authored on 2010/01/13 04:50
move MBC option from -b to -m

cd52e3c5 – bentley <[email protected]> authored on 2010/01/13 04:48
move ramsize option from -m to -r

59319730 – bentley <[email protected]> authored on 2010/01/13 03:26
fix compile error on Linux

a913dc01 – bentley <[email protected]> authored on 2010/01/13 02:33
remove unused variable argn (no longer needed due to getopt(3) usage)

9da8db3c – bentley <[email protected]> authored on 2010/01/13 02:31
fix cast warnings

cdb90cea – bentley <[email protected]> authored on 2010/01/12 17:46
remove archaic 512KiB error, replace with 8MiB warning

d0a03bc9 – bentley <[email protected]> authored on 2010/01/12 17:40
pad option now changes the ROM size at 0x148

cba8933c – bentley <[email protected]> authored on 2010/01/12 16:21
remove unneeded carttype checking in -v

b2a4f54f – bentley <[email protected]> authored on 2010/01/12 14:52
rename PrintUsage() to usage(), and return EX_USAGE

5fe2bcbe – bentley <[email protected]> authored on 2010/01/12 14:44
use errx(3) and warnx(3) instead of rolling our own error functions

fd9901a2 – bentley <[email protected]> authored on 2010/01/12 14:05
remove the -r (truncate) option

f617078f – bentley <[email protected]> authored on 2010/01/12 13:42
finish minor consistency output changes

198fcfaa – anthony <[email protected]> authored on 2010/01/12 13:17
minor text output changes

ac5b3110 – anthony <[email protected]> authored on 2010/01/12 13:04
use SI units (KiB) instead of the ambiguous kB

c3fa922c – anthony <[email protected]> authored on 2010/01/12 12:55
fix quiet mode oversight

b23c5ab4 – anthony <[email protected]> authored on 2010/01/12 12:33
rewrite usage to match new getopt() option format

16c7a49f – anthony <[email protected]> authored on 2010/01/12 09:25
use getopt(3) instead of our hand-rolled flag parsing

8f5e7676 – anthony <[email protected]> authored on 2010/01/05 09:21
list new default init values in usage information (rgbasm, xlink)

8614871e – anthony <[email protected]> authored on 2010/01/05 09:17
change unitialized byte values in xlink to 0

b864431a – anthony <[email protected]> authored on 2010/01/05 09:11
add yacc output to the clean target

f9e443b1 – anthony <[email protected]> authored on 2010/01/05 09:08
get rid of a strcpy() warning on OpenBSD

ed3e35e6 – anthony <[email protected]> authored on 2010/01/05 09:01
set default fillchar for rgbasm to 0, not random

290c65e9 – anthony <[email protected]> authored on 2010/01/04 15:11
minor spacing changes in output

8f1ad7f9 – anthony <[email protected]> authored on 2010/01/04 15:09
the -k flag wrote to the wrong location. fixing the bug

f0361ee0 – anthony <[email protected]> authored on 2010/01/04 15:04
many of the flags did not respect -d (debug) flag. this fixes them.

3649cec5 – anthony <[email protected]> authored on 2010/01/04 15:00
add -k option to set new licensee code

fb81793d – anthony <[email protected]> authored on 2010/01/04 14:50
add -s flag for SGB mode

6752b102 – anthony <[email protected]> authored on 2010/01/04 14:40
add -j option for setting 0x14A (region flag)

2d72b12e – anthony <[email protected]> authored on 2009/12/30 14:47
error out if both -o and -c are specified

77bbbba9 – anthony <[email protected]> authored on 2009/12/30 13:58
give warning if -c/-o overwrites last character of new title

8e9672c1 – anthony <[email protected]> authored on 2009/12/30 13:39
add -c/-o flags to set GBC flag (lmod)

317c2662 – anthony <[email protected]> authored on 2009/12/30 11:54
add -b option to the usage (lmod)

3397810e – anthony <[email protected]> authored on 2009/12/30 11:52
when changing MBC, print the name of the MBC (lmod)

2afdc060 – anthony <[email protected]> authored on 2009/12/30 11:32
add -b option to change MBC type (lmod)

7e4104ca – anthony <[email protected]> authored on 2009/12/30 10:55
add option to change memory size (from lmod)

ecae9483 – anthony <[email protected]> authored on 2009/12/30 09:10
remove some tabs to make usage information easier to read on a terminal

dd16f2d5 – anthony <[email protected]> authored on 2009/12/30 09:05
add new info on -p to usage information

0bc88ce7 – anthony <[email protected]> authored on 2009/12/30 08:58
Add an optional value parameter to -p (lmod)

d8070a10 – anthony <[email protected]> authored on 2009/12/30 07:59
run indent on header files (whitespace changes)

a0145378 – anthony <[email protected]> authored on 2009/12/30 07:51
reran indent (whitespace changes)

ddd7fdac – anthony <[email protected]> authored on 2009/12/29 19:16
finish fixing segfault (probably caused by argv[] craziness)

e5ac9c2c – anthony <[email protected]> authored on 2009/12/29 19:08
partially fix segfault when run with options but no input file

5e9c2ee2 – anthony <[email protected]> authored on 2009/12/29 18:39
finish moving src/rgbfix/ to src/fix/

81961554 – anthony <[email protected]> authored on 2009/12/29 18:19
move src/rgbfix/ to src/fix/ for consistency

b6a50a3a – Anthony Bentley <[email protected]> authored on 2009/11/08 16:27
added -q to the documentation

db0667e5 – Anthony Bentley <[email protected]> authored on 2009/11/08 15:28
added a command line option -q for quiet mode (suppresses messages except errors) (lmod)

b7ca2e2b – Anthony Bentley <[email protected]> authored on 2009/11/08 14:49
rgbfix: add warning function, separate output between stdout and stderr (lmod)

Next