Commit Graph

26 Commits

Author SHA1 Message Date
wagic.the.homebrew 52b83a135c - Added TutorialMessage ability
-- Tutorial Messages are an ability like any other, except it can only be displayed once. Subsequent calls are ignored, the ability is removed from the game as soon as it is added
-- This allows to add event triggered messages ingame. Messages are either text, or images (I don't have an image sample, but rules/classic.txt has a few examples that might help)
-- only tested on Windows, although I made sure the PSP version compiles. Hopefully I also made the necessary for it to work in the touch version (touching the screen should be enough to close the tuto message)
-- Room for improvement: possibility to choose a title in text mode, possibility to have some messages depending on others (e.g.: don't show message X until message Y has been shown), improve some of the abilities and triggers to give more flexibility, add events outside of game, to allow tuto messages in deck creator, etc...
2011-07-03 08:47:51 +00:00
Xawotihs 137ccdf446 - Activated debug and orientation management in Android manifest
- Coded double-click and orientation change for Android
- Clean up debug code badly introduced in opengl code in r3529
- updated Qt project to link against boost on linux
2011-04-25 10:04:44 +00:00
wrenczes d48176e390 Add ObjectAnalytics.h/.cpp to VS2008, QT projects. (Have we made an official call on deprecating 2008 yet?) 2011-04-23 17:05:22 +00:00
Xawotihs a7680363e5 Added PlayRestrictions in Qt project. 2011-02-22 22:51:41 +00:00
wrenczes 0b2f83c499 Adding an include path to Boost. 2011-02-01 09:56:05 +00:00
Xawotihs 04c1ff23dd Fixed OpenGL 1.1 code with Qt. The Qt version on windows now uses it by default instead of OpenGL 2.0. 2011-01-16 17:31:24 +00:00
Xawotihs 5ea6c1b890 [Maemo] Moved the copy of the ressources from the installation into a launcher script 2011-01-06 20:17:34 +00:00
Xawotihs cab5b973ac Changed the Res installation paths on Maemo and added a Res.txt to reference them 2010-12-30 22:08:42 +00:00
Xawotihs b3fb8022a0 Deactivated the QImage code as it causes problems on win7 and vista. This implies that the Qt version still depends on libjpeg, libpng and libgif 2010-12-23 07:57:50 +00:00
Xawotihs ad348b2466 Bumped version to 0.14.1 in the Qt project 2010-12-20 21:58:47 +00:00
Xawotihs ce7f62cac3 - Qt project cleanup, in particulary removed testsuite and traces in
release.
2010-12-11 22:32:06 +00:00
Xawotihs 40c1ed074b Fixed Qt windows project and activated precompiled header 2010-12-09 21:21:55 +00:00
Xawotihs 1e9746a2eb Fixed Qt project on Linux 2010-12-09 19:52:57 +00:00
Xawotihs 594b3abf1e Qt project fixes on Mac 2010-12-06 22:30:25 +00:00
Xawotihs 13f467a9ef Activated QT image support, removed freetype, jpeg, png, gif libs dependencies in the Qt project. 2010-12-06 20:06:03 +00:00
wrenczes ed321e2df5 Linux specific changes to allow linking against Boost::threads. Not used by the current build. Also turned off 'unused' warnings in QTCreator to match more closely the warnings that we pay attention to in the psp build. 2010-12-06 07:44:16 +00:00
Xawotihs 6ae7717de2 included debug files in Qt project 2010-11-23 23:36:55 +00:00
Xawotihs b057532a2e Fixed library include path in the Qt project on Windows 2010-11-22 19:26:33 +00:00
Xawotihs 048ecb3324 Mouse support in Shop 2010-11-20 17:46:53 +00:00
Xawotihs 8339cdd3b3 iOS compilation fixes 2010-11-19 23:16:31 +00:00
Xawotihs 91cf0c8d37 Added missing files 2010-11-05 07:26:01 +00:00
Xawotihs afe52d883a Added recent new sources and headers 2010-11-01 23:18:55 +00:00
Xawotihs a5cb21fb3f Added dbus support 2010-10-19 22:11:27 +00:00
Xawotihs f64c2b0183 Missing file for the upgrage fix 2010-10-18 20:50:03 +00:00
Xawotihs 9ea77bda6e Added icon, desktop description and updated .pro for maemo packaging instruction 2010-10-05 20:01:26 +00:00
wagic.the.homebrew@gmail.com 3965505b15 wololo
- Adding DJardin's port to N900
2010-09-16 13:12:05 +00:00