aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
Commit message (Expand)AuthorAge
* Initial Gamepad supportest312016-06-03
* Input related generalisationsest312016-06-03
* Tell irrlicht if we handle a key or not.est312016-05-26
* Optional reconnect functionalityest312015-07-23
* Change error_message from wstring to stringShadowNinja2015-03-27
* Implement proper font handlingsapier2014-11-30
* Refactor the_game() to make it more understandable and maintainable.Craig Robbins2014-11-02
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-12
* Add third person viewBlockMen2014-04-12
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Optimize headersPerttu Ahola2012-06-17
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola2012-03-15
* command-line/world game selectionPerttu Ahola2012-03-11
* Chat console, including a number of rebases and modifications.Kahrl2012-03-10
* Overhaul the input systemGiuseppe Bilotta2011-08-22
* Server configuration is now written when "/#setting whatever = whatever" is i...Perttu Ahola2011-07-30
* Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks2011-05-20
* Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola2011-04-23
st.git/commit/src?h=release&id=6cc5c7cbb489a429009e769a958f07da33a9d2ca'>Simplify how parseElement splits element string (#9726)Pierre-Yves Rollo2020-04-25 * Add server side translations capability (#9733)EvidenceB Kidscode2020-04-25 * Add LevelDB auth database. (#9476)luk3yx2020-04-23 * Camera: Fix shootline line offsets II (#9730)SmallJoker2020-04-23 * Android: add OpenGL ES 2 support (#9715)Maksim2020-04-22 * Fix configuration caching in log_deprecated (#9697)HybridDog2020-04-22 * Improve protocol-level receiving code (#9617)sfan52020-04-20 * Fix alias handling of get_content_id (#9712)sfan52020-04-19 * Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537)Danila Shutov2020-04-19 * script: Move SAO usability check so that it covers all functions (#9698)sfan52020-04-18 * Formspec: allow lists to change size and existence while the formspec is open...DS2020-04-18 * Apply a scrollbar's default value to scroll containers (#9699)DS2020-04-18 * serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog2020-04-18 * Android: fix handling non-latin characters on older Android devices (#9309)Maksim2020-04-17 *