Commit Graph

2316 Commits

Author SHA1 Message Date
Martin Ambrus f86ff9dce7 fix: Multihunter should have access to villages info 2017-11-30 18:16:00 +01:00
Martin Ambrus e431693cd2 chore: cleanup 2017-11-28 07:45:26 +01:00
Martin Ambrus 2ccc7f2461 chore: one more badge :P 2017-11-27 19:28:05 +01:00
Martin Ambrus a5908d196c chore: some more badges and thanks to JetBrains :) 2017-11-27 19:23:37 +01:00
Martin Ambrus b7463cd522 fix: max crop/resources reset to level 1 value temporarily
This happened when level 1 granary / warehouse was built because of
a missing + sign in a formula.

#374
2017-11-27 16:33:10 +01:00
Martin Ambrus 59b5d97dc0 fix: all languages added to installer and Admin 2017-11-27 16:14:23 +01:00
Martin Ambrus 8c8c32ed57 fix: all languages added to installer 2017-11-27 16:12:35 +01:00
Martin Ambrus d52408a8bc Merge pull request #387 from martinambrus/master
README + oasis fix
2017-11-27 10:49:20 +01:00
Martin Ambrus f2261a7c8f fix: oasis displayed incorrectly in Admin
#386

PHP error caused array pointers to miss-align and the last one to point
to the previous record.
2017-11-27 10:48:20 +01:00
Martin Ambrus cd00d5488a chore: new README 2017-11-27 10:28:44 +01:00
Martin Ambrus 1d4f980871 fix: back arrow redirects to invalid page with < 10 records
#327
2017-11-26 22:42:44 +01:00
Martin Ambrus 3c13f3597b fix: admin oasis data not showing correct resource values 2017-11-26 22:37:50 +01:00
Martin Ambrus 70b3dc165b fix: missing bracket 2017-11-26 22:08:47 +01:00
Martin Ambrus faa4fa291e fix: oasis can be conquered with animals in it
#385
2017-11-26 21:41:15 +01:00
Martin Ambrus 4b52df7482 fix: messages and reports sorting fix number 2
#327
2017-11-26 21:30:59 +01:00
Martin Ambrus 89e14abd5e fix: warnings and errors when creating Natars
#384
2017-11-26 21:21:02 +01:00
Martin Ambrus cb60226297 fix: cannot build fields and buildings
#383
8.3.3-BETA-b3
2017-11-26 19:02:55 +01:00
Martin Ambrus d247e5fa27 chore: version change and some forgotten files :P 2017-11-26 17:52:21 +01:00
Martin Ambrus cb148b9aec fix: sorting in messages and reports does not work
#327
2017-11-26 17:33:10 +01:00
Martin Ambrus d3b51a34ec fix: disallow Natars user registration
#382
2017-11-26 16:56:29 +01:00
Martin Ambrus ef416cd548 fix: horse drinking trough forgives upkeep for all horse units
#105
2017-11-26 16:00:55 +01:00
Martin Ambrus 3ccdbec06d fix: invalid next level info with Master builder the only item in queue
#257
2017-11-26 15:25:36 +01:00
Martin Ambrus a4bcf0bdfe fix: unable to build with master 2017-11-26 15:17:21 +01:00
Martin Ambrus 2d824220e5 fix: Admin WW image incorrect
#365
2017-11-26 14:59:23 +01:00
Martin Ambrus d72290bb35 fix: changing village name to the same name in Quest 3 marks quest as OK 2017-11-26 14:39:36 +01:00
Martin Ambrus ec81cb70b8 fix: residence and palace being built together check did not always work 2017-11-26 14:23:01 +01:00
Martin Ambrus 43b7e6c9b0 fix: ww can be built to 51 without construction plan in a loop
#337
2017-11-26 14:11:55 +01:00
Martin Ambrus 72599065a9 fix: disallow building non-existing buildings 2017-11-26 12:26:02 +01:00
Martin Ambrus 2d995d5ceb fix: all numbers must be in same color 2017-11-25 21:21:40 +01:00
Martin Ambrus 5dfbd89130 fix: fool's artefact caching returns non-fool artefact data
#313
2017-11-25 20:50:12 +01:00
Martin Ambrus 8d8c96014b refactor: multiple calls to getVSumField() replaced by a single one
#313
2017-11-25 20:29:12 +01:00
Martin Ambrus 446e9b5f1d fix: artefacts couldn't be claimed after last db caching optimizations 2017-11-25 19:26:19 +01:00
Martin Ambrus cca9feaded refactor: s1_bdata table SELECTs optimized and cached
#313
2017-11-25 19:05:01 +01:00
Martin Ambrus f656f631ea refactor: s1_artefact table SELECTs optimized and cached
#313
2017-11-25 18:22:13 +01:00
Martin Ambrus ec234579cc fix: give hero points to spend by the actual number of levels he got 2017-11-25 16:28:28 +01:00
Martin Ambrus 1169b4febb fix: not able to build new buildings 2017-11-25 13:11:22 +01:00
Martin Ambrus bc450c686e fix: not able to upgrade woodcutter fields 2017-11-25 13:01:09 +01:00
Martin Ambrus 8c9cbfee82 fix: possibility to edit somebody else's profile 2017-11-25 12:24:51 +01:00
Martin Ambrus 3196ee9242 fix: possible to build above max level or change standing building type 2017-11-25 12:21:07 +01:00
Martin Ambrus 997b32e174 fix: great warehouse & great granary can be built with right artefact 2017-11-25 11:53:14 +01:00
Martin Ambrus abfcde6e9a fix: build check for village vs non-village buildings 2017-11-25 11:26:10 +01:00
Martin Ambrus 4e51c9c527 fix: fetch all players, not only one for embassy check 2017-11-25 11:19:14 +01:00
Martin Ambrus c7d737e345 fix: actually checking for a rat now in the rat quest 2017-11-25 10:11:15 +01:00
Martin Ambrus 56f605eac1 fix: logged-in users with cookies set but database cleared to log out
When switching databse data (for example restoring a backup etc.) and
a user is already logged-in (has a valid cookie, and thus PHP session)
but that user doesn't exist in the database anymore, we need to log them
out, since no data are available for them.
2017-11-25 09:32:21 +01:00
Martin Ambrus 08abff97d1 fix: mysqli_fetch_all() only available with native mysqlnd driver 2017-11-25 09:24:56 +01:00
Martin Ambrus 687dca4cec fix: MySQL 5.7 incompatibility 2017-11-25 01:46:33 +01:00
Martin Ambrus e2ad6d3c2b fix: due to DB inconsistencies, don't check for hero unit in village
#371
2017-11-25 01:41:29 +01:00
Martin Ambrus 571fb9019f fix: hero can be killed even if unit not present anywhere on the map
#371
2017-11-25 01:21:28 +01:00
Martin Ambrus b9cdba81fb fix: cannot progress beyond quest 10 in classic set
#366
2017-11-25 01:11:07 +01:00
Martin Ambrus f599e08586 fix: wrong non-multi-array caching of getMovement caused a lot of error
#377
2017-11-25 00:45:33 +01:00