Commit Graph

12 Commits

Author SHA1 Message Date
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
Martin Ambrus 96cd79adc9 chore: PHPStorm settings ignored 2017-10-17 19:18:08 +02:00
Martin Ambrus 6ceb273163 chore: Eclipse settings into gitignore 2017-10-17 12:59:37 +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 261933b1be chore: git-ignoring installed templates 2017-08-28 17:52:46 +02:00
Martin Ambrus 1c51f2eec0 chore: HTML fixes from Eclipse 2017-08-28 17:31:55 +02:00
Martin Ambrus ed0b8031aa fix: spies fixed via armando1980 2017-08-28 13:03:19 +02:00
uroskn 5fc5c76b72 Installation script refuses to run again after completed install.
This is achieved by leaving special file in install/ directory.
2016-07-02 22:58:57 +02:00
uroskn 7eee626408 Added config.php, Prevention/ and Notes/ folders in GgameEngine folder in .gitignore 2016-07-02 22:41:14 +02:00
KFCSpike 754e98065a We should not be git ignoring the install folder 2013-12-07 13:34:12 +00:00
Remko de Bruin 03a5739f02 added the ignore install folder
i hope i done it right so that when i wanne update with git to newest version it will ignore the install folder so it wil not do install again when u are done with that
2013-11-05 07:40:09 +01:00
yi12345 98e94af807 finish hero_full.php 2013-06-16 10:38:34 +03:00