Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Play player_damage.ogg when recieving damage and additionally play ↵ | PilzAdam | 2013-06-12 |
| | | | | player_falling_damage.ogg when recieving falling damage | ||
* | Fix class/struct forward declaration inconsistencies (good on ya, MSVC) | Kahrl | 2013-06-06 |
| | |||
* | Bump version to 0.4.7 | PilzAdam | 2013-06-06 |
| | |||
* | Revert "Fix multiple texture support for animated meshnodes." (broke ↵ | PilzAdam | 2013-06-06 |
| | | | | | | existing models) This reverts commit 649dca4d16786ed4e5b74878f56b86dea4f02542. | ||
* | Close console when it loses focus but it is still on screen | Esteban I. Ruiz Moreno | 2013-06-05 |
| | |||
* | Only add ^[forcesingle to get raw texture if atlas is used | Kahrl | 2013-06-04 |
| | |||
* | Fix multiple texture support for animated meshnodes. | stujones11 | 2013-06-03 |
| | |||
* | Corrected segfault when registering new biomes. | sweetbomber | 2013-06-03 |
| | |||
* | Add and implement setting max_clearobjects_extra_loaded_blocks. | Kahrl | 2013-06-03 |
| | | | | | Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096). | ||
* | Delay deleting replaced textures (m_texture_trash) | Kahrl | 2013-06-03 |
| | |||
* | Call m_menumgr->deletingMenu from quitMenu in addition to destructor | Kahrl | 2013-06-03 |
| | | | | | | | This fixes the bug where noMenuActive() keeps returning false after closing a menu until the mouse is moved, rendering the keyboard unusable (the_game calls input->clear() every frame when noMenuActive() is false). | ||
* | Add Code::Blocks project and build files to .gitignore | bcnjr5 | 2013-06-03 |
| | |||
* | Replace c55.me links | Kahrl | 2013-06-03 |
| | |||
* | Fix missing find_path and line_of_sight | sapier | 2013-06-01 |
| | |||
* | Fix some nullptr exceptions when handling invalid node inventories | MetaDucky | 2013-06-01 |
| | |||
* | Translated using Weblate (French) | Ilya Zhuravlev | 2013-06-01 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2013-06-01 |
|\ | |||
| * | Fix minetest.get_inventory(loc) always returning nil for "node" type loc | MetaDucky | 2013-06-01 |
| | | |||
| * | Fix editbox default text being pre-selected in some cases | MetaDucky | 2013-06-01 |
| | | |||
| * | Generate debug HUD text with ostringstream instead of snprintf. | Kahrl | 2013-06-01 |
| | | | | | | | | This should fix #730. | ||
| * | Liquid adjusting: continue to drop | proller | 2013-05-31 |
| | | |||
| * | Bugfix: Update formname on showing new formspec while already one shown | sapier | 2013-05-26 |
| | | |||
| * | Fixed wrongly named invref:get_location() table members for nodes. | MetaDucky | 2013-05-26 |
| | | | | | | | | Makes the result compatible with the minetest.get_inventory(location) param. | ||
| * | Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM | Kahrl | 2013-05-26 |
| | | |||
| * | Higher resolution menuheader | PilzAdam | 2013-05-25 |
| | | |||
| * | Fix itemstack:add item not working correct | sapier | 2013-05-25 |
| | | |||
| * | Move scriptapi to separate folder (by sapier) | sapier | 2013-05-25 |
| | | | | | | | | | | | | | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | ||
| * | Predict param2 of facedir nodes and attachment of attached_node nodes | PilzAdam | 2013-05-24 |
| | | |||
| * | Make raillike nodes connect to any other raillike nodes if both are in the ↵ | Jeija | 2013-05-22 |
| | | | | | | | | group connect_to_raillike | ||
| * | Fix disappearing of wielditem | PilzAdam | 2013-05-21 |
| | | |||
| * | Log non-fatal mod name conflict to actionstream instead of errorstream | Kahrl | 2013-05-21 |
| | | |||
| * | Dont animate changing wielditem from hand to hand | PilzAdam | 2013-05-20 |
| | | |||
| * | Add menu_header.png and remove old, unused textures | PilzAdam | 2013-05-20 |
| | | |||
| * | Fix typo in particle spawning | MetaDucky | 2013-05-20 |
| | | |||
| * | Save settings after dropping main menu | elagin | 2013-05-20 |
| | | |||
| * | Fix link in minetest.conf.example | Russ | 2013-05-20 |
| | | |||
| * | Use the group "soil" for nodes that saplings grow on | ShadowNinja | 2013-05-20 |
| | | |||
| * | Fix lava damage on player's upper body | kwolekr | 2013-05-19 |
| | | |||
| * | Fix nearly all warnings | kwolekr | 2013-05-19 |
| | | |||
| * | Allow nil as puncher e.g. to do damage by tnt | sapier | 2013-05-20 |
| | | |||
| * | Add a little animation when changing the wielded item | PilzAdam | 2013-05-20 |
| | | |||
| * | Dont teleport back if holding sneak when detaching/turn freemove off | PilzAdam | 2013-05-19 |
| | | |||
| * | Fix EmergeThread names in log | Kahrl | 2013-05-19 |
| | | | | | | | | Concatenate the thread id as string instead of adding it to the pointer | ||
| * | Write mods that are not in world.mt into it at world startup | PilzAdam | 2013-05-19 |
| | | |||
| * | Dont load mods that have no entry in world.mt | PilzAdam | 2013-05-19 |
| | | |||
| * | Install mods/mods_here.txt instead of mods/minetest/mods_here.txt | PilzAdam | 2013-05-19 |
| | | |||
| * | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | 2013-05-19 |
| | | |||
| * | Fix regression of world loading caused by 81c863ac | kwolekr | 2013-05-19 |
| | | |||
| * | New modsystem | PilzAdam | 2013-05-19 |
| | | | | | | | | | | Mods are placed in $path_<user/share>/mods They can be enabled per world in world.mt or the configure world window | ||
| * | Remove survival and build from CMakeLists.txt | PilzAdam | 2013-05-18 |
| | |