aboutsummaryrefslogtreecommitdiff
path: root/builtin/common
Commit message (Expand)AuthorAge
...
* Make duplicate warning checks file and line specificShadowNinja2014-11-23
* Fix console spaming by debug function on mod checking for global variable to ...sapier2014-11-23
* Add strict moduleShadowNinja2014-11-19
* Tweak core.serializeShadowNinja2014-11-19
* Fix dump() indentation with non-tab indentsShadowNinja2014-11-08
* Add last_login field to auth.txtRyan Newell2014-11-08
* Make dump's output prettierShadowNinja2014-09-21
* Remove vector assertionsShadowNinja2014-07-19
* Add srollbar formspec elementsapier2014-07-16
* Rework dumping functionsShadowNinja2014-05-24
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-24
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
* Use "core" namespace internallyShadowNinja2014-05-08
* Organize builtin into subdirectoriesShadowNinja2014-05-07
l opt">) cd .. export EXISTING_MINETEST_DIR=$OLDDIR export NO_MINETEST_GAME=1 if [[ $PLATFORM == "Win32" ]]; then $OLDDIR/util/buildbot/buildwin32.sh travisbuild && exit 0 elif [[ $PLATFORM == "Win64" ]]; then $OLDDIR/util/buildbot/buildwin64.sh travisbuild && exit 0 fi else echo "Unknown platform \"${PLATFORM}\"." exit 1 fi