Commit Graph

7 Commits

Author SHA1 Message Date
haki99 7f182ff7e7 Added missing tag 2025-12-17 17:07:42 +01:00
lietuvis10 371e78936a Update wdata.tpl
Updated for fail-safe switch so if there is 3 connection hiccup's we skip populating croppers.
2025-12-08 13:50:54 +02:00
lietuvis10 175d0050e7 Update wdata.tpl
fixed notice in installation, added some credit :)
2025-10-28 21:28:23 +02:00
Catalin Novgorodschi c22a4f90af Update wdata.tpl 2025-10-28 08:18:24 +02:00
lietuvis10 027527cef3 Update wdata.tpl
Last change to automate Crop finder automation.
2025-10-27 17:19:02 +02:00
Vladyslav 7d14953052 Minor changes
Minor changes and improvements
2018-08-28 22:39:26 +03:00
Martin Ambrus 1066fff9a2 refactor: installation happens at MySQL side
A lot has happened here. Here's the list:

1. autoloader was added that should prevent various "failed to open
stream" errors when trying to load new classes

2. PHP-based data generation was replaced by MySQL-based one, hopefully
fixing the installation problems when insert payload it too high and the
DB wouldn't populate with some users

3. thanks to step 2, the installation should be really almost
instantenious, instead of waiting a long time for many SQL connections
and queries to populate the world

4. World Data & Oasis generation and population is done in 1 step now
2017-10-27 18:27:03 +02:00