Skip to search.
croftsoft-ajgp · Advanced Java Game Programming discuss

Group Information

  • Members: 29
  • Category: Java
  • Founded: Sep 8, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 169 - 198 of 198   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
169 David Wallace Croft
david_wallac... Offline Send Email
Dec 6, 2003
12:20 am
... January, I believe. Publishers often give members of GameJUG special discounts: http://www.gamejug.org/benefits/ -- David Wallace Croft, President,...
170 David Wallace Croft
david_wallac... Offline Send Email
Mar 28, 2004
11:15 am
Advanced Java Game Programming mailing list members: I am splitting this mailing list into two halves, one for author announcements only and the other for...
171 David Wallace Croft
david_wallac... Offline Send Email
Mar 28, 2004
11:19 am
AJGP Discussion mailing list members: Here is the corrected URL: http://www.croftsoft.com/library/books/ajgp/...
172 David Wallace Croft
david_wallac... Offline Send Email
Apr 4, 2004
7:27 am
Mike Schmidt, ... Thank you. I put out an announcement on GameJUG. ... OK, I have put up a redirect page and added this to the errata page: ...
173 David Wallace Croft
david_wallac... Offline Send Email
May 1, 2004
4:08 pm
Ted Shab, ... You should be able to download from a link on this page: http://www.croftsoft.com/library/books/ajgp/ ... Thanks! -- David Wallace Croft,...
174 levimak Offline Send Email May 24, 2004
12:39 pm
I was looking at this book and was interested in buying it, but I have a question first. In our java class we are using something called BreezySwing. It is...
175 David Wallace Croft
david_wallac... Offline Send Email
May 24, 2004
12:42 pm
levimak: ... While there are a couple of previously published Java game programming books that do introduce Swing, my book assumes that you are already ...
176 David Wallace Croft
david_wallac... Offline Send Email
Jul 7, 2004
3:28 pm
GameJUG Discussion List Members: Jake2 is an Open Source port of Quake II from C++ to the Java programming language. I was able to install it on my computer...
177 Junaid
junaid_kp Offline Send Email
Aug 4, 2004
6:44 pm
Dear David Wallace Croft, I have compiled the first example of the book "Advance JAVA Game programming" but unfortunately unable to run that example could you...
178 David Wallace Croft
david_wallac... Offline Send Email
Aug 4, 2004
6:49 pm
Junaid Ahmed, ... If you are using Ant and the provided build.xml file, you should be able to compile and run the Chapter 1 example using the target "basics",...
179 junaid ahmed
junaid_kp Offline Send Email
Aug 9, 2004
5:31 pm
Dear David Wallace Croft, According to your advice I have downloaded the Ant from the internet to compile and run the first example in the book but...
180 junaid ahmed
junaid_kp Offline Send Email
Aug 9, 2004
5:47 pm
Dear David Wallace Croft, According to your advice I have downloaded the Ant from the Internet to compile and run the first example in the book but...
181 David Wallace Croft
david_wallac... Offline Send Email
Aug 9, 2004
6:31 pm
Junaid Ahmed, ... What is Pfe? ... This might help: http://ant.apache.org/manual/install.html#installing http://ant.apache.org/manual/running.html#commandline ...
182 junaid ahmed
junaid_kp Offline Send Email
Aug 9, 2004
7:05 pm
Sorry for abbreviation Pfe mean programmer's file editor Junaid Ahmed __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than...
183 darrin_p_s Offline Send Email Dec 28, 2004
12:14 am
I downloaded the code then tried to compile. I first noticed that the j2ee.jar needed to be in the build path so I added that, but then I saw a lot of...
184 David Wallace Croft
david_wallac... Offline Send Email
Dec 28, 2004
12:25 am
Darrin, ... This should help: http://croftsoft.com/library/books/ajgp/ Also, Chapter 1 should give you what you need. If it doesn't, let me know and I'll post...
185 darrin_p_s Offline Send Email Dec 28, 2004
3:27 pm
I have the book, but I must not be understanding something. You mention that you use J to map to your croftsoft, and that under it you house the ext directory...
186 darrin_p_s Offline Send Email Dec 29, 2004
6:04 pm
I checked the jc.bat file and noticed that there isn't anything in it to build the lib directory, so that doesn't do it. I installed and ran Ant against the...
187 David Wallace Croft
david_wallac... Offline Send Email
Dec 31, 2004
8:05 pm
Darrin, ... The java_cup stuff is extraneous. You can safely ignore unless you are really curious. ===== David Wallace Croft / (214) 636-3790 mobile / (214)...
188 amdarden Offline Send Email Feb 23, 2005
2:52 pm
I'm trying to compile the code that I downloaded and I get these errors: E:\croftsoft\src\com\croftsoft\ajgp\http\ScoreServlet.java:5: package javax.servlet...
189 David Wallace Croft
david_wallac... Offline Send Email
Feb 23, 2005
7:34 pm
... Search in an appserver subdirectory for a JAR file called j2ee.jar and add it to your classpath. ===== David Wallace Croft / (214) 636-3790 mobile / (214)...
190 amdarden Offline Send Email Feb 25, 2005
5:38 am
That fixed that problem and I was hoping it would fix the following, but it didn't: E:\croftsoft\src\com\croftsoft\apps\compiler\Calc.java:5: package ...
191 David Wallace Croft
david_wallac... Offline Send Email
Feb 25, 2005
2:29 pm
Amarden, ... You don't need to compile that stuff. I recommend that you use the Ant build. It will compile just what you need. ===== David Wallace Croft /...
192 skinloasmaios Offline Send Email Aug 18, 2009
4:42 am
... I was asked to post my question here. Later, rereading the chapter helped me understand it a little more, so i sent another one: me and my bad habit... ...
193 skinloasmaios Offline Send Email Aug 18, 2009
4:42 am
In page 93, it writes that the coalescing of the painting events uses a rectangular area covering all the pixels of the areas requested to be repainted,...
194 David Wallace Croft
david_wallac... Offline Send Email
Aug 23, 2009
6:16 am
... I think that if I ever wrote a second edition of my book "Advanced Java Game Programming", I would recommend to readers that they just repaint the entire...
195 Roahn Wynar
hahahahastay... Offline Send Email
Aug 23, 2009
7:09 pm
Hi David, I have made a study of your book and thank you for it. I do have this question: Has the architecture you presented to us been overcome by events?...
196 skinloasmaios Offline Send Email Aug 28, 2009
2:13 pm
First, i cant find the article of Jeffrey Kesselman anywhere on the web. I would appreciate it if you could somehow point me to the rigth direction. Next, a...
197 David Wallace Croft
david_wallac... Offline Send Email
Aug 28, 2009
3:08 pm
... I am headed out on travel but I wanted to answer this question quickly. I will try to answer the question from the other reader sometime later this...
198 skinloasmaios Offline Send Email Sep 16, 2009
6:46 pm
... Any name of those new MVC Java game libraries out there (that have copied the basic idea and over the years either simplified the execution or even...
Messages 169 - 198 of 198   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help