r1229 Card search (case sensitive) added to both cards and deck edit sections.
r1230 Added anti spam protection to forum section (users are allowed to create posts every 5 seconds at most). This should also prevent unwanted double clicks (second request is silently ignored).
r1231 Forum search can now also be executed by hitting the ENTER key right after typing the search phrase.
r1234 Removed restriction on number of games between two specific players.
r1236 Added `GameSlots` (bonus game slots - formerly derivated from `Level`).
r1237 MArcomage shop added to settings section.
r1238 Added a tool for admins to add gold to players manually.
r1239 Navigation element changed in multiple sections (removed direct page selector).
r1241 Improved replays_details navigation.
r1242 Replays comments implemented (via forum).
r1244 Player now gains gold instead of EXP from game awards.
r1246 Added new game awards (Dragon, Carpenter and Snob).
r1247 Game awards are now part of player's score.
r1248 Added in game awards ('Quarry', 'Magic', 'Dungeons', 'Rares', 'Tower', 'Wall', 'TowerDamage', 'WallDamage').
r1249 Saboteur game award added.
r1251 Player achievements system added.
r1252 Description added to player achievements.
r1253 Game modes are now visible in the active games list.
r1254 Banish and Skirmisher keyword effects are now focus discard (doesn't allow do redraw the discarded card). Charge now has alternative effect if primary effect is denied (opponent loses random resources). Barbarian keyword secondary effect halved.
r1255 Game manual and main webpage updated.
r1256 Long mode constants changed from 2 to 1.5 times the values of normal game mode.
r1257 Game manual updated and main page updated (gold system).
r1258 Reversed navigation order information in the webpage title.
r1259 Deck ID added. Decks now have a solid identifier that users can't change.
r1260 Games now store DeckID reference of both players' decks for statistics purposes only (has no impact on game data).
r1261 Deck statistics implemented.
r1262 Added javascript confirmation messages to all delete actions (standrad confirmation is omitted is such case). All confirmation buttons are now highlighted. Removed message delete shortcut button (obsolete since the addition of mass delete button).
r1263 Welcome message added for newly registered players.
r1264 Messages now use system name from config file instead of hard coded string.
r1265 Added additional description for search phrase input boxes.
r1266 Filters in Players and Concepts sections can now also be executed by hitting the ENTER key right after typing the search phrase.
r1267 Changed card terminology ("next card will be" -> "summons"). Added summoning option to the advanced card filter.
r1268 In game awards are now received only if Friendly play is disabled (to be consistent with other awards).
r1269 valkyrie background picture added.
r1270 Player's achievements are now visualised in the player's details section.
r1271 Nature keyword effect changed - it now summons a rare Nature card instead of upgrading Nature card rarity.
r1272 Removed obsolete version of JQuery (v1.4.2). Added newer version of JQuery (v1.4.4) along with JQuery-UI addon (v1.8.7 with dark skin). All JQuery related files are in separate folder.
r1273 Game note can now be manipulated within the game with AJAX functionality.
r1274 Added additional highlight effect to the selected card in game section.
r1275 JQuery-ui dark skin moved to a separate folder with all related files. Added JQuery-ui light skin. Only one skin is loaded based on current application skin.
r1276 JQuery-ui skins renamed to prevent caching problems while switching application skins.
r1277 Improved birthdate validity check. User can now provide birthdate via popup calendar instead of manual text input.
r1278 Added list of used technolgies to the main webpage.
r1279 List of used technolgies updated.
r1280 Charge keyword effect adjusted (the resources for reduction are not picked entirely at random, but the choice is now based on opponent's current stock).
r1281 Adjusted replays slideshow JavaScript code due to recent JQuery update.
r1282 Auto refreshing mechanism improved. No longer produces redundant POST requests and can now be used in any section. Moved refresh code from main template to local template (games). Refreshing is now also applied to game section as well.
r1283 Improved play/pause replay interface. Play/pause button is now more intuitive to use and it's also not displayed when JavaScript is disabled.
r1284 Deck statistics information moved to a more suitable place in the deck section. Removed description text of average cost per turn (obsolete because there is detailed description available via title attribute).