Commit Graph

1766 Commits

Author SHA1 Message Date
Martin Ambrus aa25833f1b fix: WW Buildingplan villages have no alliance 2017-10-09 19:15:39 +02:00
Martin Ambrus 4774d7965b fix: Units class cannot be used as array in PHP 7 2017-10-09 13:08:17 +02:00
Martin Ambrus 0bba324aa8 fix: password field must be a password type 2017-10-08 12:10:23 +02:00
Martin Ambruš 6c95d26dee fix: undefined variables handling 2017-10-05 16:49:03 +02:00
Martin Ambruš 73ee3107e1 fix: undefined variables handling 2017-10-05 16:46:23 +02:00
Martin Ambruš f5accc3b0d fix: no caption when not capital 2017-10-05 16:45:34 +02:00
Martin Ambruš 61b6d6b2e8 fix: some undefined variables
more are left here with warnings but the code is spaghetti, so it's
a lot of hide-and-seek fun for later time
2017-10-05 16:42:17 +02:00
Martin Ambruš 4d176084ee fix: undefined variables 2017-10-05 16:21:01 +02:00
Martin Ambruš b579fcac00 fix: PHP <7 constructor 2017-10-05 16:16:07 +02:00
Martin Ambruš 2c66e96083 fix: duplicate constants removal 2017-10-05 16:15:13 +02:00
Martin Ambrus 4a2bf99b04 chore: add missing MySQL index on movement table 2017-10-05 14:42:51 +02:00
Martin Ambrus 59f6d5adb2 fix: Multihunter could never progress beyond Quest 4 2017-10-04 17:22:31 +02:00
Martin Ambrus df06f584a2 chore: copyright year correction 2017-10-04 17:17:41 +02:00
Martin Ambrus e3b46ed0d0 feat: Admin-configurable PLUS settings 2017-10-04 11:36:52 +02:00
Martin Ambrus 598bf1e353 fix: PLUS links underlined correctly 2017-10-04 10:12:26 +02:00
Martin Ambrus c92ee3262f fix: billing address from config 2017-10-04 10:10:38 +02:00
Martin Ambrus 12dbab5b84 feat: gold & prices for PLUS packages from config 2017-10-04 10:02:15 +02:00
Martin Ambrus 52c0640b2f fix: old code will display default gold + prices when not set up
This fixes undefined constants problem when a person pulls the new code
but fails to set up prices and gold amounts for PLUS packages.
2017-10-04 09:57:31 +02:00
Martin Ambrus 65fd25e1aa fix: PayPal prices must be with a dot, not with a comma 2017-10-04 09:25:28 +02:00
Martin Ambrus 450b1890d9 fix: missing quotes for plus config values 2017-10-04 09:20:29 +02:00
Martin Ambrus 3eae6f4adc fix: missing quotes for plus config values 2017-10-04 09:17:51 +02:00
Martin Ambrus 6e7ca63cc1 fix: missing quotes for plus config values 2017-10-04 09:17:31 +02:00
Martin Ambrus 8a1ca0960f feat: PLUS packages configurable during installation 2017-10-04 09:15:40 +02:00
Martin Ambrus 270b3ca432 fix: disable PHP script time limit during installation 2017-10-03 19:14:16 +02:00
Martin Ambrus 4788e882df fix: database file did not have config included in some cases 2017-09-19 21:25:36 +02:00
Martin Ambrus db4c373ace fix: PHP4x + PHP5x constructors change for PHP7+ compatible ones 2017-09-19 20:40:43 +02:00
Martin Ambrus 0ca4c4732f fix: editing server configuration works correctly 2017-09-19 20:38:23 +02:00
Shadow e263011985 Update README 2017-09-12 11:18:33 +03:00
Shadow b0086f8b26 Merge pull request #228 from martinambrus/master
fork
2017-09-12 11:17:40 +03:00
Martin Ambrus 120231a7ea chore: updated README with latest fix 2017-09-11 21:15:58 +02:00
Martin Ambrus 68619ac892 fix: big map centered on page + closeable
This commit also updates the hardcoded cache booster ID, as CSS+JS 
changed to accomplish the map fix.
2017-09-11 21:11:44 +02:00
Shadow 8f47a6ec77 Merge pull request #227 from martinambrus/master
Hi need help
2017-09-10 00:58:22 +03:00
Martin Ambrus 0d75bb2a5f Update README 2017-09-02 10:46:08 +02:00
Martin Ambrus 298e6feb58 fix: mysql (without the "i") class returned to its original state
this got replaced by all those mysql-to-mysqli find and replace
mumbo-jumbo tricks :)
2017-08-29 10:49:36 +02:00
Martin Ambrus a08f329857 chore: some readme and version change updates 2017-08-29 00:36:53 +02:00
Martin Ambrus ae8a552ee7 fix: mysqli_result() function added after conversion from MySQL adapter 2017-08-29 00:07:02 +02:00
Martin Ambrus 7caf6cf501 fix: mysqli_result() function added after conversion from MySQL adapter 2017-08-29 00:05:52 +02:00
Martin Ambrus a7ec4da655 fix: mysqli_result() function added after conversion from MySQL adapter 2017-08-29 00:03:04 +02:00
Martin Ambrus 92b9a7b043 fix: a lot of MySQL calls in templates replaced by MySQLi ones 2017-08-28 23:56:59 +02:00
Martin Ambrus 814a904343 fix: for multihunters & admins, this select can return 0 rows 2017-08-28 23:56:35 +02:00
Martin Ambrus cbb9d40fd0 fix: correction of order of MySQLi parameters in mysqli_query() 2017-08-28 23:33:28 +02:00
Martin Ambrus 52ba99d2f0 fix: Admin DB file used MySQLi 2017-08-28 23:32:56 +02:00
Martin Ambrus 399d23cefe fix: MySQLi used in server info Admin template 2017-08-28 23:29:57 +02:00
Martin Ambrus 0f93a79a23 fix: database class in admin area now being loaded correctly 2017-08-28 23:18:32 +02:00
Martin Ambrus 5baf68465f chore: installation_done does not need to be in repo 2017-08-28 23:14:32 +02:00
Martin Ambrus d39220d980 fix: installation_done file creation in root works now 2017-08-28 23:10:54 +02:00
Martin Ambrus 60bd2d4059 chore: inactive users now being auto-logged-out after 1 hour 2017-08-28 23:06:21 +02:00
Martin Ambrus a0072e65d4 chore: restoration of accidentally removed oasis installation step 2017-08-28 22:52:58 +02:00
Martin Ambrus edae50ecb4 fix: removal of non-existant form field replacements 2017-08-28 22:47:48 +02:00
Martin Ambrus 0dffbda620 chore: some SQL indexes fell out of place :P 2017-08-28 22:47:20 +02:00