Cockatrice/servatrice
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
..
docker Docker-compose setup for Servatrice (#3887) 2020-03-16 21:40:58 -04:00
migrations deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00
mysql-storage Docker-Compose support for Windows (#3974) 2020-05-08 15:22:39 -04:00
resources svg+png updates 2015-04-28 16:06:36 +02:00
scripts Added privilege level start/end columns (#2328) 2016-12-30 16:45:28 -08:00
src remove all instances of the type long (#4519) 2022-01-16 18:05:24 -05:00
check_schema_version.sh add fedora docker image to travis compilation (#3447) 2018-11-25 11:25:47 +01:00
CMakeLists.txt allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
servatrice.desktop Servatrice: open in a terminal window when started from the menu 2014-10-11 13:38:07 +02:00
servatrice.ini.example allow servatrice to exit early based on commandline options (#4504) 2021-12-26 16:47:37 +01:00
servatrice.qrc Renamed resources 2014-10-07 16:49:40 +02:00
servatrice.rc Servatrice logo 2014-10-06 21:04:37 +02:00
servatrice.sql deprecate the gender property from the protocol entirely (#4496) 2021-12-14 01:51:57 -05:00