summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-10
|
* Fix memory leak by dropping skyPilzAdam2013-05-10
|
* Add clouds to all loading screens and better progress handlingZeg92013-05-10
|
* Fix gettext memory leakssapier2013-05-10
|
* Really fix itemdef memory leaksapier2013-05-09
|
* Add --videomodes option to show available video modesKahrl2013-05-09
|
* Drop IrrlichtDevice when running --speedtestsKahrl2013-05-09
|
* Fix world selection a bit (also fixes a main menu segfault)Kahrl2013-05-08
|
* Add progress bar and clouds to loading screenZeg92013-05-08
|
* Update default controls in README and pause menuPilzAdam2013-05-07
|
* Fix shader license headers to be LGPLBrent Hull2013-05-06
|
* Remove 'Meshbuffer ran out of indices' limitationKahrl2013-05-06
|
* fix static data not beeing stored correctly on deactivationsapier2013-05-06
|
* Add header.png and footer.png support for games, and support texture packs ↵Perttu Ahola2013-05-04
| | | | via <gameid>_menu_<background/overlay/header/footer>.png
* Fix favorite Server List on WindowsSfan52013-05-04
|
* Fix documentation for HUD commands in protocolPilzAdam2013-05-04
|
* Optional dependencies and properly handle mod name conflicts againKahrl2013-05-03
|
* Don't predict placement of nodes if they would replace a non buildable_to nodeShadowNinja2013-05-03
|
* Predict wallmounted param2 during node placement prediction.Kahrl2013-05-03
| | | | | Also clean up the_game a bit: move node placement prediction to a separate function.
* Server: force block send of pointed_pos_under after predicted node placeKahrl2013-05-03
|
* Use DIR_DELIM instead of / in file pathsPilzAdam2013-05-02
|
* Show game name instead of game ID of selected gamePilzAdam2013-05-02
|
* Switch menu to game selected in world creation dialogPerttu Ahola2013-05-02
|
* Pre-select current game in world creation dialogPerttu Ahola2013-05-02
|
* Filter worlds by selected gamePerttu Ahola2013-05-02
|
* Get menu background image from selected gamePerttu Ahola2013-05-02
|
* Move sfan5 to core devsPilzAdam2013-05-01
|
* Fix itemdef drop on NULL texturekwolekr2013-04-28
|
* Enhance caves for mgv7, add ravineskwolekr2013-04-27
|
* Minor hud.cpp cleanupkwolekr2013-04-25
|
* Ability to change the crosshair using texturesEsteban I. Ruiz Moreno2013-04-25
|
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-25
|
* Tune finite liquids, indev huge cavesproller2013-04-25
|
* Fix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share)Zeg92013-04-25
|
* Move player collisionbox to player classsapier2013-04-25
|
* kahrl is backPilzAdam2013-04-25
|
* Fix compatibility of RBA's NDT_GLASSLIKE_FRAMEDPerttu Ahola2013-04-25
|
* Improve getFree*ActiveObjectId to reduce common case cpu usage drasticalysapier2013-04-24
|
* Add new drawtype GLASSLIKE_FRAMEDRealBadAngel2013-04-24
|
* Added support to disable built-in HUD elementsDiego Martínez2013-04-24
|
* Fixes possible crash when using hud_change with "align" or "offset"Diego Martínez2013-04-23
|
* Fix to: addUpdateMeshTaskWithEdgeRealBadAngel2013-04-23
| | | | Check in all 6 directions instead of just 3.
* Add option to use texture alpha channelkwolekr2013-04-23
|
* Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0Perttu Ahola2013-04-23
|
* Grow dirt_with_snow instead of dirt_with_grass if snow is above itPilzAdam2013-04-23
|
* Add minetest.get_player_ip()ShadowNinja2013-04-23
|
* Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja2013-04-23
| | | | minetest.chat_send_player()
* Added offset support for HUD itemsDiego Martínez2013-04-23
|
* Added support for alignment in HUD itemsDiego Martínez2013-04-23
|
* mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵kwolekr2013-04-21
| | | | boundaries, remove growGrass()