Commit Graph

606 Commits

Author SHA1 Message Date
a0ca3d7cf9 Changes the ICONs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2094 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-26 12:25:19 +00:00
e9b3d86b4a The question words in TappyWords are now constantly changing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2093 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-25 22:24:00 +00:00
043339d46d TappyWords is now playable, including 'Score, Level and Lives' components. 'GameOver' has been implemented, and 'Continue' is an option.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2092 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-25 14:29:52 +00:00
48aca8301a TTappyModules.Answered() procedure created, allowing game code to be placed in mod_tappywords.pas instead of gameplayform.pas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2091 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-25 10:21:59 +00:00
d7827921fc tappygamedata.pas is being rewritten.
TappyWords is already playable, but in a very rudimentary way.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2090 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-24 23:09:39 +00:00
bd690c6ad9 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2089 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2011-10-24 19:51:13 +00:00
dc39460b7e Latest fixes. Fixed bug where params that were pointers to types were not recognized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2086 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-22 20:09:07 +00:00
922d9f855a fpbrowser: Changes from TPageControl to TCDPageControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2083 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-21 20:57:45 +00:00
467647591c Now the module mod_braille works correctly. The function ConvertUTF8HtmlTexttoBraille gets an html file a returns the same file, but with the texts translated. It uses the Braille space (which has length 3) instead of the traditional one (which has length 1).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2082 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-19 18:00:31 +00:00
faece44df9 Now disables most of the output which was added only to fix this bug
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2081 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-18 09:25:12 +00:00
f2b3539ab5 Finally fixes the freezes in Windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2080 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-18 09:16:42 +00:00
b39e1cce61 Adds a release mode for the CactusJukebox without so much debug info
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2079 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-18 08:53:29 +00:00
4ba3ac9dae Corners the freezing by adding a lot more debug info
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2078 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-18 08:42:40 +00:00
4a2d4438e3 Minor fix for newer LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-14 14:17:17 +00:00
9391552baa Added option to create dynamically linked bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2058 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-02 16:47:06 +00:00
e43937240d The function ConvertUTF8TexttoBraille has been corrected, and now can translate full texts to the Braille code, including those with accented characters. The function ConvertUTF8HtmlTexttoBraille was also modified, but there are still some bugs to be corrected.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2057 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-10-01 19:25:25 +00:00
412eaf705a tappytux: Fixes index out of bounds
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2035 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 19:00:29 +00:00
fbc473d5b1 tappytux: Fixes utf-8 issue in the resources dir
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2034 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:58:24 +00:00
f0a56518e7 'PathDelim' included in the code to increase compatibility.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2033 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:57:47 +00:00
bbe3c17935 Tappytux: Adds bundle and linux package builders
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2032 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:46:52 +00:00
315ab409ed tappytux: Moves image loading to Form.OnCreate to be able to show error messages
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2031 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 18:21:15 +00:00
14e1d28f21 instantfpc: compiler output: replace cache file name with source file name
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2029 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-28 14:05:56 +00:00
d0b530c102 istantfpc: help about -B
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2018 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 19:37:15 +00:00
26fd1a86b9 instantfpc: added option --skip-run
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2015 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 10:35:27 +00:00
d28764821b instantfpc: nicer help text
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2014 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-26 10:28:02 +00:00
3954d7a47b various flags will now be aliased to integer. This makes using flags much easier
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2009 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-25 13:44:27 +00:00
4af2dd9b50 restored dummy pointer in opaque types
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2006 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:26:57 +00:00
f19af38356 Fixed overzealous type conversion of guchar
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2005 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:19:28 +00:00
3580e4b530 Fixed some name resolution which caused some types to be a child of the wrong type.
Some Code cleanup removed unused vars etc


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2004 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 21:06:08 +00:00
2a2c19d7d5 Removed signals from objects since they don't have them.
Put a limit on impleid pointer level since it was >6 for some types!


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2003 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:49:39 +00:00
3d2b71e204 Fixed some more type sizes for records when they use bit sized ints. Also removed dummy pointer from empty record that
fixed crashes of the compiler


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2001 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:03:08 +00:00
d2d5da82d1 Fixed typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1997 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:24:37 +00:00
3e3c9f5cc3 Added note in generated units that files are autogenerated from gobject introspection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:22:48 +00:00
7a5ced7b31 Added autogeneration of types when a bit sized field is added to a record
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:17:12 +00:00
ae75be9603 Added some code to create c and pascal files to test type sizes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1994 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 00:21:23 +00:00
da031e7514 Added gobject introspection converter. Can be used to convert .gir files into pascal units.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 00:15:42 +00:00
b17333404a Removes lps info from the lpi in tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1964 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 14:18:35 +00:00
5379901827 Adds basic animations support to tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:34:06 +00:00
e8a94cd00b tappytux: Removes the fixed background and implements real drawing in the drawer component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1960 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:14:50 +00:00
a487e2f6d7 Adds a new braille routine
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1959 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:43:59 +00:00
dfa22a28e5 Fixes compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1958 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:26:03 +00:00
b03c034c47 The function ConvertUTF8HtmlTextToBraille in utf8_braille unit was further implemented.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:10:18 +00:00
046e067ba4 Only uses modules if activated and implements support for the source and debug info again
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1956 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:57:38 +00:00
05bb393d89 Ativa o modulo Braille
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1955 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:19:24 +00:00
d02c83c767 Starts adding the modules UI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1954 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:07:03 +00:00
e1f2a19114 fpbrowser: Starts moving the controls to the tabs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1949 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 07:31:02 +00:00
3b020a82c2 Some bugs were corrected in the utf8_braille Unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1948 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 01:20:50 +00:00
b0272c01fd User is now able to input answers in gameplayform.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-14 01:24:06 +00:00
832ed6e0d5 "TappyTux" interface designed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1940 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-14 00:35:25 +00:00
9267c39d69 A new Unit has been added: utf8_braille. It contains the function Braille, which receives a string of UTF8 characters and translates it to a string of Braille characters.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-13 14:17:06 +00:00