SPS2 - Direct PS2 Access Environment - Forums


Summary |  Forums |  Bugs |  News |  Source |  Files | 

Discussion Forums: Developers

Admin

Message: 41050
BY: mrm
DATE: 2004-Feb-01 14:55
SUBJECT: RE: Host the project on this site.

I am glad that someone is interested in my game.
Yes, you may put lesschess into your repository. (and also the GL-version if you like)
And of course you and others may add or modify code.
Probably you will now think that I am crazy, but there are three conditions:
1) All code of lesschess must be under GPL.
2) No linking with libraries other than the current ones. (except one additional library for sound)
3) Every modification of a .cpp or .h must be marked with a date and an alias of the person who did the modification. If code is no longer needed, comment it out and mark it as above instead of deleting it. (you don't have to do that if it is your file of course)

The first condition is for keeping lesschess free.
The second one keeps lesschess independend and small. (for fitting it on memcards for example)
The third one is for keeping lesschess tracable.

I know that I ask much, but this is for the good of the program itself.

You mentioned the game-logic...For this you have to know the following:
* The chess-logic is in chessboard.h
* The cursor-logic is in sps2chessboard.h
* SPS2Chessboard is derived from Chessboard
* Both classes have no .cpp, because they are templated. This is necessary for them being able to instanciate chesspieces on their own.

One thing that would improve the game by 250% would be edge antialiasing. I tried to get it working, but I could not figure out how.

I think it is really cool what you are doing. A big Thanks to you all.

Mr.M

I will write a short "howto" on porting from openGL to SPS2, if you like. (I'll just need some time for it)


 

Thread View

Thread Author Date
SPS2UScreenInit() requirements; memcard-linuxmrm2004-Jan-31 20:03
      RE: SPS2UScreenInit() requirements; memcard-linuxhikey2004-Feb-01 02:27
            RE: SPS2UScreenInit() requirements - solvedmrm2004-Feb-01 10:39
                  RE: SPS2UScreenInit() requirements - solvedsauce2004-Feb-01 10:53
                        RE: SPS2UScreenInit() requirements - solvedmrm2004-Feb-01 13:34
                              RE: The license issueeratosthenes2004-Feb-02 03:47
                                    RE: The license issuesauce2004-Feb-02 07:42
                                          RE: The license issueeratosthenes2004-Feb-02 08:12
                                                RE: The license issuesauce2004-Feb-02 08:35
                                                      RE: The license issuemrm2004-Feb-02 10:09
                                                            RE: The license issueeratosthenes2004-Feb-02 11:47
                                                                  RE: The license issuemrm2004-Feb-02 14:03
                                                                        RE: The license issueeratosthenes2004-Feb-03 06:43
                                                                              RE: The license issuesauce2004-Feb-03 07:18
                                                            RE: cloop for memcard - completedmrm2004-Feb-03 00:44
                                                                  RE: cloop for memcard - completederatosthenes2004-Feb-03 06:29
                                                                        RE: memcard-tutorials almost readymrm2004-Feb-06 01:29
                                                                              RE: memcard-tutorials almost readyeratosthenes2004-Feb-06 04:15
                                                                                    RE: memcard-tutorials almost readyeratosthenes2004-Feb-06 14:31
                                                                                          RE: SUPPORT_PS2_PCCARDIDE does not show upmrm2004-Feb-07 00:55
                                                                              RE: problem compiling nohdd-clooperatosthenes2004-Feb-06 15:34
                                                                                    RE: problem compiling nohdd-cloopmrm2004-Feb-07 00:29
                                                                                          Couple of suggestionseratosthenes2004-Feb-07 05:04
                                                                                                RE: Couple of suggestionseratosthenes2004-Feb-07 05:22
                                                                                                      RE: Couple of suggestionsmrm2004-Feb-07 17:44
                                                                                                            RE: Couple of suggestionseratosthenes2004-Feb-08 04:40
                                                                                                                  RE: Couple of suggestionseratosthenes2004-Feb-08 04:47
                                                                                                                        Important lessoneratosthenes2004-Feb-08 04:51
                                                                                                                              RE: Important lessonmrm2004-Feb-08 08:20
                                                                                                                                    RE: Important lessoneratosthenes2004-Feb-08 09:58
                                                                                                RE: Couple of suggestionseratosthenes2004-Feb-07 05:32
                                                                                    RE: more problems with nohdd-clooperatosthenes2004-Feb-08 06:01
                  Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 11:01
                        RE: Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 11:03
                        RE: Wow! You certainly kept yourself quiet!mrm2004-Feb-01 13:59
                              RE: Wow! You certainly kept yourself quiet!eratosthenes2004-Feb-01 14:29
                  Host the project on this site?eratosthenes2004-Feb-01 11:30
                        RE: Host the project on this site.mrm2004-Feb-01 14:55
                              RE: Host the project on this site.hikey2004-Feb-01 16:53
                              RE: Host the project on this site.eratosthenes2004-Feb-02 03:32
                              RE: Howto port from OpenGL to SPS2eratosthenes2004-Feb-02 03:39
                                    RE: Howto port from OpenGL to SPS2mrm2004-Feb-02 13:09
      RE: SPS2UScreenInit() requirements; memcard-linuxhikey2004-Feb-01 02:40

 

Post a followup to this message

You could post if you were [logged in]