aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Modify light values to work a bit better with non-smooth lightingPerttu Ahola2012-02-051-3/+5
* Set better visual light levelsPerttu Ahola2012-02-021-1/+53
* Fix some warnings on some compilersGiuseppe Bilotta2012-02-024-3/+4
* Merge remote-tracking branch 'kahrl/hidehud'Perttu Ahola2012-02-026-137/+369
|\
| * Page up/down: don't display the old value, it was a little confusingKahrl2012-02-011-17/+10
| * Page up and down change the minimum viewing rangeKahrl2012-02-014-39/+58
| * Show the top line too when only chat, but not HUD is shownKahrl2012-02-011-1/+1
| * F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler p...Kahrl2012-02-014-98/+318
* | Fix server hang when stepping a furnace with a huge dtimeKahrl2012-02-021-8/+15
|/
* Fix craftresult_is_preview flood in log and remove unnecessary debug outputKahrl2012-01-251-4/+3
* Remove unnecessary delays from large data transfer unit testPerttu Ahola2012-01-241-2/+2
* Set default number of maximum users to 100 instead of 20Perttu Ahola2012-01-241-1/+1
* Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola2012-01-241-0/+34
* Fix "illegal escape sequence" in MSVC (actually not illegal)Perttu Ahola2012-01-221-1/+3
* Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp...Kahrl2012-01-221-3/+3
* tool and ToolItem apply item aliasesKahrl2012-01-221-0/+1
* Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...Kahrl2012-01-224-13/+11
* cleanupKahrl2012-01-221-4/+0
* Create node metadata when placing nodes againKahrl2012-01-221-0/+2
* Client-side prediction of inventory changes, and some inventory menu fixesKahrl2012-01-228-57/+210
* Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO...Kahrl2012-01-229-290/+551
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-2231-1305/+1213
* Fix inventory glitch when connecting as new userKahrl2012-01-141-0/+1
* Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit anno...Kahrl2012-01-133-77/+181
* Tool progress bar tweakingKahrl2012-01-121-3/+10
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-1259-6332/+5778
* Fix key change menu a bitPerttu Ahola2012-01-061-17/+17
* ObjectRef:setpos() to move player properly (a bit shortcuttish implementation)Perttu Ahola2012-01-061-0/+4
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-063-1/+29
* Add missing checks to texture cachingPerttu Ahola2012-01-043-3/+34
* Limit range of ABM timer initial value randomizationPerttu Ahola2012-01-031-1/+4
* Use free rather than delete for malloc'd memoryPerttu Ahola2012-01-022-2/+2
* Initialize ABM timer to random value to spread processingPerttu Ahola2012-01-022-4/+14
* Fix ABM trigger chance being often way too highPerttu Ahola2012-01-022-2/+5
* Fix server sending stuff before textures have been sentPerttu Ahola2012-01-022-4/+13
* Mark ObjectRef::get_entity_name() deprecatedPerttu Ahola2012-01-021-0/+1
* Add name field to registered entitiesPerttu Ahola2012-01-021-0/+4
* Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola2012-01-023-0/+58
* Add ObjectRef:get_luaentity()Perttu Ahola2012-01-021-0/+12
* Make text area in message dialog a bit largerPerttu Ahola2012-01-021-2/+2
* Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola2012-01-025-94/+470
* ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola2012-01-023-0/+19
* Make add_entity return a reference to added entity (or nil)Perttu Ahola2012-01-021-2/+7
* Add ObjectRef:get_inventory() and add stuff to documentation commentsPerttu Ahola2012-01-021-4/+18
* Working implementation of experimental:luafurnacePerttu Ahola2012-01-021-5/+54
* Random fixes to InvRef related stuff and a broken luafurnacePerttu Ahola2012-01-021-8/+56
* Add InvRef:get_list() and InvRef:set_list() and fix some things (untested)Perttu Ahola2012-01-021-0/+32
* Add minetest.get_inventory(location), untestedPerttu Ahola2012-01-021-718/+792
* A small robustness addition to ItemStackPerttu Ahola2012-01-021-1/+1
* Rename InvStack to ItemStackPerttu Ahola2012-01-021-20/+20