Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 1 | -1/+1 |
the corresponding delete does not have the corresponding [] argument. | ||||
2005-03-23 | link against libopiecore2 | alwin | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -185/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+185 |
2004-11-15 | -Make HELP_TEXT translatable | zecke | 3 | -46/+42 |
-Make HelpWindow a QWidget | ||||
2004-11-15 | -Safe the replay via Global::applicationFileName | zecke | 1 | -8/+7 |
-do not use char casts to go from string to char* but use QFile::encodeName so it works for non latin1 people as well | ||||
2004-11-15 | Make SFCave quick launchable | zecke | 4 | -42/+21 |
2004-10-17 | fixed some more .pro / config.in dependencies discrepancies, that could ↵ | clem | 1 | -1/+1 |
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too | ||||
2004-03-29 | remove bogus libopie dependencies | mickeyl | 1 | -1/+1 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-01 | fix includes | chicken | 1 | -2/+0 |
2004-02-27 | sshhh | mickeyl | 1 | -1/+3 |
2004-02-14 | improve support for BigScreen | ar | 1 | -1/+3 |
2003-12-20 | we want games :) | chicken | 1 | -1/+1 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -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-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | Fixed gcc 3.2 compile issue (hopefully) | andyq | 2 | -10/+11 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-05 | Changed AQPkg reference to SFCave | andyq | 1 | -1/+1 |
2002-12-21 | Added bit of eye candy - press 'e' to make smoke trails fade out (at expense ↵ | andyq | 2 | -31/+104 |
of a little speed), and made fly game scoring zones better | ||||
2002-12-20 | Fixed small bugette with cursor keys | andyq | 1 | -11/+8 |
2002-12-20 | Added difficultie levels to SFCave game type | andyq | 1 | -4/+14 |
2002-12-13 | Upped the version | andyq | 1 | -1/+1 |
2002-12-13 | Cleanup up some code, replays now know what game they were saved for, moved | andyq | 2 | -158/+219 |
the replay stuff into its own menu, and allowed the menus to have3 more items each. | ||||
2002-12-11 | Added check for no replay file on loading and fixed bugs where you could ↵ | andyq | 1 | -4/+13 |
screw up the replay by pressing stuff | ||||
2002-12-11 | Updated help | andyq | 1 | -0/+7 |
2002-12-11 | Added new methods and members for replay loading and saving | andyq | 1 | -0/+3 |
2002-12-11 | Added save and load replays | andyq | 1 | -4/+97 |
2002-12-09 | Added replay function and included own random method for replay functionality | andyq | 5 | -19/+274 |
2002-12-07 | Added helpwindow | andyq | 1 | -2/+2 |
2002-12-07 | New | andyq | 2 | -0/+106 |
2002-12-07 | Added dificculty levels to Fly and Gates, bug fixes (height checking), added ↵ | andyq | 2 | -131/+372 |
help menu option and other features | ||||
2002-12-07 | Upgraded to v1.7 - new menu system, new game types (gates (implemented and ↵ | andyq | 2 | -326/+652 |
working) and fly (not implemented yet)). Also, high scores are persistent and different across game types - not difficultiy yet. Game Difficulty levels added but not yet implemented | ||||
2002-11-21 | usual | harlekin | 1 | -0/+2 |
2002-11-18 | *** empty log message *** | andyq | 1 | -0/+4 |
2002-11-16 | Fixed wrong filename | andyq | 1 | -1/+1 |
2002-11-16 | Initial release of SFCave for the Zaurus | andyq | 4 | -0/+514 |