2013-07-03 |
BlockMen | Update wiki url |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Kahrl | Move generateTextureFromMesh to TextureSource to fix... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
sapier | Fix possible 0 pointer access |
commit | commitdiff | tree | snapshot |
2013-07-02 |
sapier | Replace C++ mainmenu by formspec powered one |
commit | commitdiff | tree | snapshot |
2013-07-02 |
kwolekr | Cavegen: Prevent caves from occuring above ground level... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Kahrl | Remove texture atlas / AtlasPointer, rename getTextureR... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
PilzAdam | Remove unnecessary debug output in node_dig() |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Lord89James | Infinite tools in creative mode |
commit | commitdiff | tree | snapshot |
2013-07-02 |
arsdragonfly | Fix i18n of some strings. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
kwolekr | Decoration: Add schematic rotation support |
commit | commitdiff | tree | snapshot |
2013-06-30 |
proller | Disable collision fix, its broke unit tests |
commit | commitdiff | tree | snapshot |
2013-06-30 |
proller | Fix sand, gravel falling stuck |
commit | commitdiff | tree | snapshot |
2013-06-30 |
kwolekr | LuaVoxelManip: Fix minor bug with set_lighting, remove... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
proller | Optimize liquid queue on generate map for liquid_finite |
commit | commitdiff | tree | snapshot |
2013-06-29 |
kwolekr | Update documentation for get_mapgen_object |
commit | commitdiff | tree | snapshot |
2013-06-29 |
kwolekr | Add Lua VoxelArea methods: contains, containsp, containsi |
commit | commitdiff | tree | snapshot |
2013-06-29 |
kwolekr | Make generated water a shade darker to match up with... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Add voxelarea.lua helper to builtin |
commit | commitdiff | tree | snapshot |
2013-06-28 |
PilzAdam | Dont write player files all the time |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Apply various fixes to several things |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | LuaVoxelManip: Separate VoxelManip data get/set from... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Add Lua on_mapgen_init callback, and minetest.set_mapge... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Add Lua PerlinNoiseMap:get#dMap_flat API |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Add minetest.get_mapgen_object to API |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Fix issue of VManip occasionally not blitting back... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
kwolekr | Add LuaVoxelManip |
commit | commitdiff | tree | snapshot |
2013-06-24 |
proller | Fix ipv6 on windows |
commit | commitdiff | tree | snapshot |
2013-06-23 |
kwolekr | Cavegen: fix division by 0 with abnormal max tunnel... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
proller | Math mapgen fix, ip show on connect, pathfinder segfaul... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
proller | New math mapgen with fractal based worlds |
commit | commitdiff | tree | snapshot |
2013-06-23 |
proller | Add support for IPv6 |
commit | commitdiff | tree | snapshot |
2013-06-23 |
kwolekr | Decoration: Add support for zero probability, fix break... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
PilzAdam | Print playername when failing to read playerfile and... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
kwolekr | A handful of minor fixes to various things |
commit | commitdiff | tree | snapshot |
2013-06-22 |
kwolekr | Decoration: Add Schematic decoration type |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Ilya Zhuravlev | Add Hungarian language. |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Weblate | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Chyngyz Dzhumaliev | Translated using Weblate (Kirghiz) |
commit | commitdiff | tree | snapshot |
2013-06-20 |
PilzAdam | Add a setting for max loop count per step in liquid... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Kahrl | Make minetest.debug accept multiple parameters; convert... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Kahrl | Remove deprecated functions that don't work anymore... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
PilzAdam | Play placing sound only if place prediction was successful |
commit | commitdiff | tree | snapshot |
2013-06-19 |
PilzAdam | Dont dig or place nodes if interact priv is missing... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
PilzAdam | Add drowning 780/head |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Diego Martínez | Restore old output format of dump() |
commit | commitdiff | tree | snapshot |
2013-06-18 |
David Gumberg | Compress textures |
commit | commitdiff | tree | snapshot |
2013-06-18 |
kwolekr | Decoration: Place decorations in mgv6, check if air... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Kahrl | Show number of objects in client environment in profile... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Kahrl | Formspec: Don't perform black magic if selected item... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Kahrl | Fix calculation of selected item (for not drawing it... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Esteban I.... | Remove useless recalculation of bounding box (mapblock_... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
kwolekr | Decoration, Ore: Resolve node names on Mapgen init |
commit | commitdiff | tree | snapshot |
2013-06-17 |
kwolekr | Decoration: Change divlen to sidelen |
commit | commitdiff | tree | snapshot |
2013-06-17 |
kwolekr | Add initial Decoration support, many misc. improvements... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Kahrl | Extend a delay in TestConnection from 50 to 100 millise... |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Kahrl | Tweak IDropAction restriction handling in server.cpp |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Kahrl | Lazy sunday typo fixing. s/unban_player_of_ip/unban_pla... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
sweetbomber | Removed a redundant step which degraded performance |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Esteban I.... | Add basic unicode support to the console (linux workaround) |
commit | commitdiff | tree | snapshot |
2013-06-15 |
khonkhortisan | Fix crash in dump() when index is a table |
commit | commitdiff | tree | snapshot |
2013-06-13 |
MetaDucky | Fixes cmake-gui causing RUN_IN_PLACE to be always off |
commit | commitdiff | tree | snapshot |
2013-06-13 |
PilzAdam | Reset dig_time when switching to a tool that cant dig... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Kahrl | Enable word wrapping in profiler IGUIStaticText (freety... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
PilzAdam | Play player_damage.ogg when recieving damage and additi... |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Kahrl | Fix class/struct forward declaration inconsistencies... 0.4.7-MSVC |
commit | commitdiff | tree | snapshot |
2013-06-06 |
PilzAdam | Bump version to 0.4.7 0.4.7 |
commit | commitdiff | tree | snapshot |
2013-06-06 |
PilzAdam | Revert "Fix multiple texture support for animated meshn... |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Esteban I.... | Close console when it loses focus but it is still on... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Kahrl | Only add ^[forcesingle to get raw texture if atlas... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
stujones11 | Fix multiple texture support for animated meshnodes. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
sweetbomber | Corrected segfault when registering new biomes. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Kahrl | Add and implement setting max_clearobjects_extra_loaded... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Kahrl | Delay deleting replaced textures (m_texture_trash) |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Kahrl | Call m_menumgr->deletingMenu from quitMenu in addition... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
bcnjr5 | Add Code::Blocks project and build files to .gitignore |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Kahrl | Replace c55.me links |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Dany Cuartiella | Translated using Weblate (French) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
sapier | Fix missing find_path and line_of_sight |
commit | commitdiff | tree | snapshot |
2013-06-01 |
MetaDucky | Fix some nullptr exceptions when handling invalid node... |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Ilya Zhuravlev | Translated using Weblate (French) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Weblate | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Frederico Guimarães | Translated using Weblate (Portuguese (Brazil)) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
v c | Translated using Weblate (Portuguese) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Chynggyz Jumaliev | Translated using Weblate (Kirghiz) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Pilz Adam | Translated using Weblate (German) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Shen Zheyu | Translated using Weblate (Chinese (China)) |
commit | commitdiff | tree | snapshot |
2013-06-01 |
MetaDucky | Fix minetest.get_inventory(loc) always returning nil... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
MetaDucky | Fix editbox default text being pre-selected in some... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Kahrl | Generate debug HUD text with ostringstream instead... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
proller | Liquid adjusting: continue to drop |
commit | commitdiff | tree | snapshot |
2013-05-29 |
manuel joaquim | Translated using Weblate (Portuguese) |
commit | commitdiff | tree | snapshot |
2013-05-28 |
manuel duarte | Translated using Weblate (Portuguese) |
commit | commitdiff | tree | snapshot |
2013-05-28 |
manuel duarte | Translated using Weblate (Portuguese) |
commit | commitdiff | tree | snapshot |
2013-05-25 |
sapier | Bugfix: Update formname on showing new formspec while... |
commit | commitdiff | tree | snapshot |
2013-05-25 |
MetaDucky | Fixed wrongly named invref:get_location() table members... |
commit | commitdiff | tree | snapshot |
2013-05-25 |
Kahrl | Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT... |
commit | commitdiff | tree | snapshot |
2013-05-25 |
PilzAdam | Higher resolution menuheader |
commit | commitdiff | tree | snapshot |
2013-05-25 |
sapier | Fix itemstack:add item not working correct 737/head |
commit | commitdiff | tree | snapshot |
2013-05-24 |
sapier | Move scriptapi to separate folder (by sapier) |
commit | commitdiff | tree | snapshot |
2013-05-24 |
PilzAdam | Predict param2 of facedir nodes and attachment of attac... |
commit | commitdiff | tree | snapshot |
next |