This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server-data/db-structure
Emmanuel BENOîT 0c67d1e799 Event definition functions
Added functions that allow new event types to be defined. The functions
are:
 * events.evdef_start() which starts recording a definition,
 * events.evdef_addfld_*(), a set of functions to add fields to
the current definition,
 * events.evdef_finalise() which adds the definition records and creates
the event queue table.

It is not possible to modify or delete event definitions at this time.
They will be added if and when they become necessary.
2012-06-29 15:18:18 +02:00
..
parts Event definition functions 2012-06-29 15:18:18 +02:00
tests Renamed technology tables and views 2012-04-09 15:01:04 +02:00
database.sql Game updates improvements 2012-02-03 16:25:03 +01:00
db-config.sample.txt Database management changes 2011-12-15 15:38:46 +01:00