Bastien Bouclet
2d86f6da9c
GRAPHICS: Introduce a size mode for TrueType fonts
...
Allows to match Windows font size selection by converting font heights
to point sizes using the TrueType tables.
2015-12-21 18:41:14 +01:00
Strangerke
c76059eaf9
CREDITS: Fix the case of mindFactory
2015-12-07 00:06:50 +01:00
Strangerke
e9e099b6ac
CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5
2015-12-06 22:57:03 +01:00
Strangerke
0c7bde123b
CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits
2015-11-22 20:03:06 +01:00
Strangerke
cb0e9fd886
CREDITS: Add credits for Access engine
2015-11-22 19:11:51 +01:00
Strangerke
a684ef88da
CREDITS: Use full names for Sherlock's special thanks
2015-11-21 21:19:13 +01:00
Strangerke
c0eb2880e9
CREDITS: Add BBVS
2015-11-21 18:29:50 +01:00
Strangerke
35e8a2bdcb
CREDITS: Add credits for Sherlock and a special thanks related to the sources.
...
Update the AUTHOR and credit.h files with Raspberry Pi port credits
2015-11-21 13:48:50 +01:00
Eugene Sandulenko
3958e3bd1c
I18N: Update translations.dat
2015-11-21 00:27:47 +01:00
Eugene Sandulenko
8360d3cd6f
GUI: Do not show splash when ran from launcher
2015-11-11 21:36:27 +01:00
Bertrand Augereau
91e6abd305
GUI: Use after free
2015-11-09 23:57:36 +01:00
Bertrand Augereau
06d83f148f
GUI: strncat needs a destination C-string
2015-11-09 23:57:29 +01:00
Eugene Sandulenko
7d58a50c46
GUI: Removed 64k limit on built-in theme XML size
2015-11-07 13:26:56 +01:00
Eugene Sandulenko
81a4359eee
BBVS: Implement file chooser for Air Guitar minigame
2015-11-07 13:26:55 +01:00
Eugene Sandulenko
6f44d4f7e1
GUI: Make disabled EditTextWidget not allowing to edit the string
2015-11-07 13:26:55 +01:00
Thierry Crozat
2bbc7b889a
I18N: Update translations data file
2015-10-20 19:57:24 +01:00
Thierry Crozat
c261cde7b1
I18N: Update Hungarian translation (patch #1614 )
2015-10-12 19:36:15 +01:00
Thierry Crozat
f2827f0fe5
I18N: Mark additional string for translation
2015-10-11 18:57:54 +01:00
Thierry Crozat
01aba70b04
I18N: Regenerate translations data file
2015-10-11 18:38:18 +01:00
Pawel Kolodziejski
b046479cab
I18N: Add missing files in list of files to parse. Regenerate translation files.
2015-09-06 15:21:13 +02:00
Torbjörn Andersson
3430757bf4
DEBUGGER: Add clarifying comment
2015-08-30 06:49:16 +02:00
Torbjörn Andersson
7f4268dc3d
DEBUGGER: Add function for printing a StringArray in columns
2015-08-29 18:08:52 +02:00
Thierry Crozat
40a5c7881c
I18N: Update translations data file
2015-08-16 21:42:34 +01:00
Thierry Crozat
4261e07995
I18N: Regenerate translations data file
2015-07-12 14:17:30 +01:00
Thierry Crozat
c46f0d2b70
CREDITS: Update credits (run 'make credits')
2015-07-12 14:17:30 +01:00
Johannes Schickel
2fa1ce51dd
GUI: Simplify OPL option code a bit.
2015-07-07 20:19:42 -04:00
David Russo
fd8ac7ea79
ZVISION: Change mentions of ZVision to Z-Vision
...
To match official documentation (e.g. game manual, credits).
2015-07-07 15:24:25 +01:00
Thierry Crozat
66fb4b828b
I18N: Synchronize translation template file with current code
2015-06-25 21:39:18 +01:00
Thierry Crozat
22dbf00e33
GUI: Mark "Mass Add..." and "Record..." for translation.
2015-06-25 21:37:09 +01:00
Torbjörn Andersson
c37d4af516
GUI: Fix bug #6813 , "GUI: Tooltips eat keypresses"
...
The tooltip isn't really interested in any keyboard and mouse
events, other than as a signal to close itself, so pass them back
to the parent dialog. From what I understand, the tooltip isn't
part of the dialog, so there should be no risk of going into an
infinite loop here.
2015-03-21 17:45:05 +01:00
Torbjörn Andersson
16ba21259b
GUI: Adjust x and y to handleMouseWheel() for consistency
...
This means x and y has the same meaning as in the other handlers,
e.g. handleMouseUp(). Though as far as I can tell, these coordinates
aren't actually used anywhere at the moment.
2015-03-21 17:45:05 +01:00
Johannes Schickel
b5ac3ecb1f
CREDITS: Mention skristiansson for his initial SDL2 support work.
2015-03-05 01:08:02 +01:00
Thierry Crozat
1244597849
JANITORIAL: Update copyright year
2015-01-18 02:24:51 +00:00
Johannes Schickel
bbfff93c64
GUI: Do not overwrite write protected saves in grid based save dialog.
...
This fixes overwriting of, for example, autosaves in the grid based save load
dialog when using "New Save".
2014-12-29 14:59:13 +01:00
Filippos Karapetis
dd347dec83
DEBUGGER: Extend the md5 and md5mac commands to handle any chunk length
...
This will be useful in matching the MD5 checksums with what the
advanced detector returns
2014-12-28 16:57:00 +02:00
Filippos Karapetis
192c3df6a1
CREDITS: Update the credits for the ZVISION engine
2014-12-27 02:20:51 +02:00
Thierry Crozat
bb1df52da8
CREDITS: Add credits for Sfinx translation to English
2014-12-21 18:26:40 +00:00
David Turner
e3c5eb9afa
Merge pull request #497 from eriktorbjorn/md5-debug
...
Add "md5" command to the debugger
2014-12-05 23:13:12 +00:00
Pawel Kolodziejski
9649e919e3
GUI: use newer define for OS X 10.10+
2014-12-05 19:45:10 +01:00
Pawel Kolodziejski
be489328dd
GUI: remove not used const
2014-12-05 19:37:45 +01:00
uruk
b1f7603263
CGE2: Update credits the right way.
2014-12-01 15:11:54 +01:00
Thierry Crozat
ea420adbad
I18N: Update translations data file
2014-11-29 13:44:01 +00:00
Willem Jan Palenstijn
244da223bd
CREDITS: Add Tobia Tesan
2014-11-16 11:30:08 +01:00
Torbjörn Andersson
6bc36cbdf4
DEBUGGER: Add FIXME comment about file name vs base name
2014-10-31 08:16:33 +01:00
Filippos Karapetis
c18dba1326
CREDITS: Properly sync trailing whitespace changes in all files
...
This was initially only done for the AUTHORS file in commit f50715a
2014-10-28 16:01:35 +02:00
Filippos Karapetis
0d81e522c1
GUI: Remove trailing whitespace
2014-10-28 15:38:51 +02:00
Ben Castricum
dd3e877b14
GUI: Fix for bug 6719 (last line of help missing)
...
Since 1.4 the font changed from a 14 to 15 pixel height wich causes
one line of help text no longer to be shown. By changing the padding
of the buttons the last lines fits again.
2014-10-18 15:08:20 +02:00
Thierry Crozat
3b6fb7fad2
I18N: Update translation data file
2014-10-04 01:10:25 +01:00
Torbjörn Andersson
14ce84da9a
DEBUGGER: Let "md5mac" print the MD5 sum of both resource and data
2014-09-07 18:50:51 +02:00
Torbjörn Andersson
37aa4c2d59
DEBUGGER: Changed usage output from "md5mac"
...
I don't know of any good way of transforming file names to base
file names, so document that "md5mac" expects the base file name.
Even though it currently will accept MacBinary file names.
2014-09-07 18:30:40 +02:00