Emmanuel BENOîT
afc66166e0
* Changed the way mining settings work: use a priority value (between 0 and 4) as the weight. Leaving them as they were before would have caused numerous problems (and a lot of unnecessary code to work around them) * Empire mining settings will be created along with the empire's own record. By default all natural resources will have weight = 2. * Added a set of four stored procedures which can be used to update an empire's mining settings, including planet-specific settings. The emp.mset_update_start() function can be used to start an update (on an empire's settings if there is only one parameter, or on a planet's settings if there are two parameters); the emp.mset_update_set() and emp.mset_update_apply() functions are then used to modify the settings and apply the changes, respectively. |
||
---|---|---|
.. | ||
000-defs.sql | ||
002-sys.sql | ||
005-logs.sql | ||
010-constants.sql | ||
020-naming.sql | ||
025-resources.sql | ||
030-tech.sql | ||
035-users.sql | ||
040-empire.sql | ||
045-empire-mining.sql | ||
050-computation.sql | ||
053-generator-basics.sql | ||
055-generator-resources.sql | ||
060-universe.sql | ||
070-users.sql | ||
075-session.sql | ||
080-buildings.sql | ||
100-status.sql | ||
110-prefs.sql | ||
120-map.sql | ||
140-planets.sql | ||
145-resource-providers.sql | ||
150-battle.sql | ||
160-battle-views.sql | ||
163-alliance.sql | ||
165-fleets.sql | ||
167-planet-list.sql | ||
170-events.sql | ||
180-messages.sql | ||
190-admin.sql | ||
200-bugs.sql | ||
210-admin-overview.sql |