servatrice/common
Matt Lowe 33fa3ae032 Fixed revealing top card bug
Previously if you were to reveal the top card, then look at the top x (x
> 1) cards, then move them to another zone, the top card would stop
being revealed.

The issue was that when moving the cards the first card was being
revealed, then being moved.

I have also fixed an issue too:
+ reveal top card
+ scry 4
+ grab all cards and move to the first column of available space at the
left most of the screen (column 0). Everything is fine.
+ now try with another column (> 0), you will see that the card order
has flipped.

This no longer happens.

This needs some testing before being merged. I will run the build for a
while, right now it feels good though.
2015-05-02 17:25:41 +02:00
..
pb Added Account Age 2015-01-11 00:45:12 +01:00
sfmt Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
CMakeLists.txt CMake: support fir linking against qt5 2014-06-21 14:12:55 +02:00
color.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
decklist.cpp Removed redundant constructor 2015-03-06 21:09:18 +01:00
decklist.h Removed redundant constructor 2015-03-06 21:09:18 +01: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
server.cpp Add configuration options to enable database logging 2015-01-01 15:48:53 +01:00
server.h Anti flood for game commands 2015-03-14 19:44:32 +01:00
server_abstractuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04: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 Fixed issue with non creature perms set to 0/0 2015-04-26 00:57:31 +02:00
server_card.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_cardzone.cpp Fix remaining issues 2015-02-22 20:02:58 +01: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 Quick compilation fix for debug mode 2015-04-17 17:30:42 +02: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 cleanups, games work with ISL, now we just need to clean up better when the ISL connection dies 2012-03-18 18:48:14 +01:00
server_player.cpp Fixed revealing top card bug 2015-05-02 17:25:41 +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 Server was using message limit for commands 2015-04-12 22:55:38 +02:00
server_protocolhandler.h Anti flood for game commands 2015-03-14 19:44:32 +01: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 Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_room.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
serverinfo_user_container.cpp Tabs to spaces. 2014-07-08 22:53:02 -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