servatrice/cockatrice
ebbit1q fcafcb340a
remove all instances of the type long (#4519)
the long type has different sizes across operating systems and should
not be used

in the timeline an overflow could occur if the width in pixels
multiplied by the total amount of milliseconds in the replay is larger
than 2^31 which is easy enough considering with only 500 pixels width
you'll reach this number with only 1.2 hours of replay (about 4 million
millis), note that this would be windows exclusive as *nix uses 64 bits

~~qt-json's own repo suggests using qt5's implementation instead, testing
revealed this is quite a bit faster, contrary to #3480~~ testing proved
this to not be compatible with older qt versions

servatrice uses the qthread usleep function which used to be protected
but is now public

cockatrice is not compatible with qt4 and hasn't been for a while
2022-01-16 18:05:24 -05:00
..
resources deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
sounds fix lowercase (#2419) 2017-02-23 08:53:18 +01:00
src remove all instances of the type long (#4519) 2022-01-16 18:05:24 -05:00
themes add button to open themes location to settings (#4289) 2021-03-21 13:11:34 -04:00
translations Translations from Transifex 2021-01-26 14:50:05 -05:00
.qdevelop icon_draw and icon_untap added, icon_general and icon_messages modified 2009-07-31 13:37:16 +02:00
CMakeLists.txt implement max lengths for input dialogs that are sent to the server (#4522) 2022-01-16 17:57:01 -05:00
cockatrice.desktop Updated Spanish translation 2011-07-16 11:38:57 +02:00
cockatrice.qrc deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
cockatrice.rc Included uninstaller for Windows version 2010-09-17 15:26:07 +02:00