aboutsummaryrefslogtreecommitdiff
path: root/src/guiPasswordChange.h
Commit message (Expand)AuthorAge
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Optimize headersPerttu Ahola2012-06-17
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
* Updated licenses of CiaranG's contributions to be in line with the new contri...celeron552011-05-31
* Added the ability to change your password (via pause menu)Ciaran Gultnieks2011-05-22
t values directly in class definitions, do it on current code Also remove some unused attributes * CollisionInfo::bouncy * collisionMoveResult::collides_xy * collisionMoveResult::standing_on_unloaded * Clouds::speed * More constructor cleanups + some variables removal * remove only write guiFormSpecMenu::m_old_tooltip * move header included inside defintions in genericobject.h * remove some unused since years exception classes * remove unused & empty debug_stacks_init * remove unused & empty content_nodemeta_serialize_legacy * remove forgotten useless bool (bouncy) in collision.cpp code * Various style cleanups + unused code removalest312015-09-19 | | | | | | | | | | -> Don't pass pointer to whole IGameDef to NodeMetadata constructors and deserializers, but only to IItemDefManager, which is needed -> Remove the unused content_mapnode_get_new_name() method -> Fix style for MapBlock::deSerialize and MapBlock::deSerialize_pre22, improving accuracy of error messages a bit -> Fix style at other serialisation methods too -> Improve accuracy of some comments * Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14 | * 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 * WIP node metadata, node timersKahrl2012-06-03 | * GenericNodeMetadata and an example furnacePerttu Ahola2011-11-29 | * Mode node definition loading from Lua (still not finished), fix metadata ↵Perttu Ahola2011-11-29 | | | | creation from name * Add names to NodeMetadataPerttu Ahola2011-11-29 | * Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-29 | | | |