shithub: rgbds

RSS feed

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)

be13e051 – Anthony Bentley <[email protected]> authored on 2009/11/08 14:28
xlib: separate output between stdout and stderr (from lmod)

46c131bc – Anthony Bentley <[email protected]> authored on 2009/11/08 13:47
more HTML formatting gunk

42007c5c – Anthony Bentley <[email protected]> authored on 2009/11/06 18:01
remove HTML formatting gunk from a lot of the docs

e1f5352b – Anthony Bentley <[email protected]> authored on 2009/11/06 13:37
makefile now works with BSD make

8cbc2f44 – Anthony Bentley <[email protected]> authored on 2009/11/06 09:59
use ${CC} and ${YACC} instead of hardcoded programs

8fd364a1 – Anthony Bentley <[email protected]> authored on 2009/09/12 14:53
document partial binary includes

6c1dd85c – Anthony Bentley <[email protected]> authored on 2009/09/12 14:46
add support for partial binary includes (from lmod00)

7d0dd140 – Anthony Bentley <[email protected]> authored on 2009/09/12 13:49
create stylesheet and link to it

171061f3 – Anthony Bentley <[email protected]> authored on 2009/09/12 13:10
Replaced needless anchors with IDs

cd2e59fc – Anthony Bentley <[email protected]> authored on 2009/09/12 12:47
converted DOS linebreaks to UNIX

3eb060b0 – Anthony Bentley <[email protected]> authored on 2009/09/12 12:14
HTML4 Transitional doctype

1c734a01 – Anthony Bentley <[email protected]> authored on 2009/09/12 02:40
correct error in documentation

792fb5ef – Anthony Bentley <[email protected]> authored on 2009/09/11 18:45
Put in the original license

c0031dad – Anthony Bentley <[email protected]> authored on 2009/09/11 18:01
use [b]yacc instead of bison by default

50a8bbd4 – Anthony Bentley <[email protected]> authored on 2009/09/11 17:40
Make grammar specifications yacc-compatible

74eea592 – Vegard Nossum <[email protected]> authored on 2009/06/11 06:24
build: figure out git revision and include as part of version string

98810091 – Vegard Nossum <[email protected]> authored on 2009/06/11 06:10
build: split cflags to its own variable

f81bcc72 – Vegard Nossum <[email protected]> authored on 2009/06/11 06:08
build: merge everything to a single top-level Makefile

3ce06cd4 – Vegard Nossum <[email protected]> authored on 2009/06/11 05:53
Added a README file

a2168550 – Vegard Nossum <[email protected]> authored on 2009/06/11 05:28
Move src/asmotor.h to top-level include/

afe33e11 – Vegard Nossum <[email protected]> authored on 2009/06/11 05:22
link: move includes to include/link/

618082bc – Vegard Nossum <[email protected]> authored on 2009/06/11 05:18
lib: move includes to include/lib/

cd779b95 – Vegard Nossum <[email protected]> authored on 2009/06/11 05:14
asm: moved includes to include/asm/

26150fa9 – Vegard Nossum <[email protected]> authored on 2009/06/11 05:05
asm: add newlines to the ends of yaccprt[134].y

85f382ff – Vegard Nossum <[email protected]> authored on 2009/06/11 05:03
asm: run dos2unix on yaccprt1.y

c6d8069e – Vegard Nossum <[email protected]> authored on 2009/06/11 04:59
rgbfix: use mkstemp() instead of tmpnam() and fix coding style issues

bc6b2fe0 – Vegard Nossum <[email protected]> authored on 2009/06/11 04:53
link: add missing parameter to error message

3c82b1ae – Vegard Nossum <[email protected]> authored on 2009/06/11 04:51
Fixed warnings and some style issues

b6c749ff – Vegard Nossum <[email protected]> authored on 2009/06/11 03:59
Run `indent' on the whole tree

660f5daa – Vegard Nossum <[email protected]> authored on 2009/06/11 03:40
Add .gitignore files

94fad97a – Vegard Nossum <[email protected]> authored on 2009/06/11 03:32
Switch line terminators from CRLF to LF

0d973953 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:26
Use spaces instead of tabs after CPP directives

0ce5efb3 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:17
build: remove obsolete objs* directories

0b65d012 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:11
build: add top-level Makefile

1a98f205 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:10
rgbfix: improve Makefile

322a0b05 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:09
link: improve Makefile

c0a9cf79 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:07
lib: improve Makefile

48c34238 – Vegard Nossum <[email protected]> authored on 2009/06/11 03:04
asm: improve Makefile

e12cb950 – Vegard Nossum <[email protected]> authored on 2009/06/11 02:58
build: rip out obsolete makefiles for obsolete platforms

Next