2006-04-07 20:00:43 +00:00
|
|
|
David 7 April 2006
|
2006-04-12 22:46:46 +00:00
|
|
|
- extended upper_case so that it draws graphics
|
|
|
|
(text, image, bouncing ball)
|
|
|
|
NOTE: to get this to work, you have to put in your build dir:
|
|
|
|
- file called "logo.jpg" (the image)
|
|
|
|
- Helvetica.txf
|
|
|
|
- a file called "in" (any old text)
|
|
|
|
- added text functions to library
|
2006-04-07 20:00:43 +00:00
|
|
|
|
|
|
|
uppercase/
|
|
|
|
upper_case.C
|
2006-04-12 22:46:46 +00:00
|
|
|
win_build/
|
|
|
|
libboincapi.vcproj
|
2006-04-11 09:55:26 +00:00
|
|
|
|
|
|
|
Charlie 11 April 2006
|
|
|
|
- Mac: updated XCode project for upper_case
|
|
|
|
|
|
|
|
mac_build/
|
|
|
|
UpperCase.xcodeproj/
|
|
|
|
project.pbxproj
|
2006-04-12 22:46:46 +00:00
|
|
|
|
|
|
|
David 12 Apr 2006
|
|
|
|
- split out graphics code into separate file
|
|
|
|
|
|
|
|
uppercase/
|
2006-04-12 22:56:26 +00:00
|
|
|
uc_graphics.C (new)
|
|
|
|
upper_case.C
|
|
|
|
win_build/
|
|
|
|
upper_case.vcproj
|
2006-04-13 21:33:19 +00:00
|
|
|
|
|
|
|
David 13 Apr 2006
|
|
|
|
- got graphics to work under Linux; added a Makefile
|
|
|
|
|
|
|
|
uppercase/
|
|
|
|
Makefile (new)
|
|
|
|
README (new)
|
|
|
|
upper_case.C
|