servatrice/common
Fabio Bas 1e3fb6c6e1 Rework "paths" settings loading and card database loading
* main.cpp: removed path checking and db loading
 * card database: merge card loading methods into a single one
 * settings cache: take care of returning safe paths for decks,
replays, etc..
 * main window: if db loading fails (eg. first run), propose to run
oracle

NSIS: propose to run cockatrice instead of oracle

Rework card database loading

 * Move carddatabase-related method out of deckeditor tab
 * Load cards in another thread and render them progressively
 * Optimize database reload after enabled sets change

Fix deck editor column width

 * removed the noCard hack.
 * getCard() no more creates cards instead of just returning existing
ones
 * Fix the “edit tokens” dialog.
 * PictureLoader: avoid trying to download twice the same card
 * PictureLoader: correct return of card background
 * AbstractCardItem: avoid recalculating card color at every paint

Use a different file to save custom tokens

Misc required improvements

 * Use nullptr;
 * Refactor CardInfoWidget to use CardInfoPicture and CardInfoText
instead of duplicating code;
 * Added CardInfo::getColorChar()
 * Fixed some potential crashes
 * removed dead code related to CardInfoWidget
 * Don't require a restart after adding a new custom sets file
 * Bump CMake requirements to 3.1
2016-03-15 22:27:55 +01:00
..
pb Rework "paths" settings loading and card database loading 2016-03-15 22:27:55 +01:00
sfmt Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
CMakeLists.txt Rework "paths" settings loading and card database loading 2016-03-15 22:27:55 +01:00
color.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
decklist.cpp efficency loop 2015-07-06 17:52:20 -04:00
decklist.h Removed redundant constructor 2015-03-06 21:09:18 +01:00
featureset.cpp Added logs tab to allow moderators the ability to review log history/details 2015-09-23 00:50:01 -04:00
featureset.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
get_pb_extension.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
get_pb_extension.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
room_message_type.h Added chat history to a room that is displayed on join. 2015-09-14 17:54:04 -04:00
server.cpp Warning/ban notifications: null check userInfo pointer before dereferencing it 2016-02-24 23:47:35 +01:00
server.h Re-Implemented the moderator notification upon user warning/ban 2015-09-28 18:21:39 -04:00
server_abstractuserinterface.cpp Possibly fix #1716 2015-12-20 14:38:27 +01:00
server_abstractuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_card.cpp don't share PT 2015-07-05 23:11:26 -04:00
server_card.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_cardzone.cpp fix #1652 ; fix #467 2015-10-20 19:29:04 +02:00
server_cardzone.h Fix remaining issues 2015-02-22 20:02:58 +01:00
server_counter.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_counter.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_database_interface.cpp Overhaul common's CMakeLists.txt 2014-06-11 01:24:34 +02:00
server_database_interface.h Added user analytics table to database 2015-09-08 14:56:10 -04:00
server_game.cpp Reduce the whitespace in the server game constructor. 2015-02-03 22:22:31 -08:00
server_game.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_metatypes.h Added the ability or moderation staff to request user ban history 2015-09-10 16:02:45 -04:00
server_player.cpp Automatically attach related cards to the original card 2015-06-13 15:40:59 +02:00
server_player.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_player_reference.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_protocolhandler.cpp Remove unneeded debug 2016-01-24 23:02:25 +01:00
server_protocolhandler.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
server_remoteuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_remoteuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_response_containers.cpp Fixed Valgrind warnings 2014-08-11 10:08:33 +02:00
server_response_containers.h Merge pull request #126 from ctrlaltca/cmake_qt5 2014-07-10 13:13:51 -04:00
server_room.cpp Possibly fix #1598 2015-12-15 16:58:44 +01:00
server_room.h Possibly fix #1598 2015-12-15 16:58:44 +01:00
serverinfo_user_container.cpp Add ability to ban by client id 2015-08-14 00:06:37 -04:00
serverinfo_user_container.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
user_level.h Avoid compilation failure due to protobuf bug on osx 2015-02-21 07:16:51 -05:00