summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Both files in this commit exhibit use after free errors.erik1-0/+1
One of them was introduced in my memory leak fixing (whoops). I was freeing a structure of stock data before one last call to it. So switching the free to after that call fixed it. The kcheckers.cpp fix is one where the game board could be deleted and then a new one is not created because someone attempted to request a game board type that is not supported. This is fixed by using the default directive for one of the game board types in the switch statement. Which means it could default to Russian boards. Score one for the Russians!
2007-01-24Each file in this commit has the issue where it is possible for code toerik2-18/+30
overrun static buffers. This could lead to serious problems. Granted it is almost impossible to do that. But it isn't totally impossible. So this commit makes it impossible to overrun.
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie1-1/+1
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-190/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+190
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13convert to Opie2 namespacezecke1-0/+1
most of them are only using namespace Opie::Core in the main remove <qpe/qpetoolbar.h>
2004-03-02KCheckers: libopie -> libopie2drw4-5/+6
2004-03-01fix includeschicken2-3/+0
2004-02-06Merge from the 1.0.x releasezecke5-17/+10
2003-12-20we want games :)chicken1-1/+1
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-14addLanguage rulescniehaus1-0/+2
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-08-29Correcting various syntax problems in control files.kergoth1-1/+0
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-17/+14
many core files ... please report bugs on this to davipt
2002-06-24Fix TRANSLATIONSdavipt1-14/+17
2002-06-16This add .pt and .es to all .procniehaus1-0/+2
2002-06-11Version 0.3 portleseb29-344/+953
2002-04-13this add .pl for i18ncniehaus1-0/+1
-------------------------------------------------------------------
2002-03-29for i18ncniehaus1-1/+11
2002-03-19fixes.kergoth1-1/+1
2002-03-18added Portuguese translations from 'covarde_anonimo' on #opiellornkcor1-0/+2
2002-03-14Initial commitleseb1-0/+10
2002-03-14Initial commitleseb27-0/+3246