summaryrefslogtreecommitdiff
path: root/src/script.cpp
Commit message (Collapse)AuthorAge
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Make Lua error output in log clearerPerttu Ahola2012-03-19
|
* Clean up log messages everywherePerttu Ahola2012-03-11
|
* Correctly pop stuff from the Lua stack in script_load()Perttu Ahola2011-12-31
|
* Determine light_propagates from paramtypePerttu Ahola2011-12-04
|
* Enforced mod global naming convention and better error reportingPerttu Ahola2011-12-03
|
* Fix script error reporting a bitPerttu Ahola2011-12-02
|
* Falling sand and gravelPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
|
* random scripting work-in-progressPerttu Ahola2011-11-29
|
* Scripting WIPPerttu Ahola2011-11-29
TOGGLE_UPDATE_CAMERA, TOGGLE_DEBUG, TOGGLE_PROFILER, CAMERA_MODE, INCREASE_VIEWING_RANGE, DECREASE_VIEWING_RANGE, RANGESELECT, ZOOM, QUICKTUNE_NEXT, QUICKTUNE_PREV, QUICKTUNE_INC, QUICKTUNE_DEC, // hotbar SLOT_1, SLOT_2, SLOT_3, SLOT_4, SLOT_5, SLOT_6, SLOT_7, SLOT_8, SLOT_9, SLOT_10, SLOT_11, SLOT_12, SLOT_13, SLOT_14, SLOT_15, SLOT_16, SLOT_17, SLOT_18, SLOT_19, SLOT_20, SLOT_21, SLOT_22, SLOT_23, SLOT_24, SLOT_25, SLOT_26, SLOT_27, SLOT_28, SLOT_29, SLOT_30, SLOT_31, SLOT_32, // Fake keycode for array size and internal checks INTERNAL_ENUM_COUNT }; }; typedef KeyType::T GameKeyType;