aboutsummaryrefslogtreecommitdiff
path: root/src/mapblockobject.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-23mainly work on object scripting apiPerttu Ahola1-3/+3
2011-02-23removed an old commentPerttu Ahola1-2/+0
2011-02-23Fixed insufficient error handling in narrow_to_wide, which caused a crash if ↵Perttu Ahola1-5/+76
the path of the userdata directory contained special characters that were not included in the used charset (which is used because of the font)
2011-02-21some tidyingPerttu Ahola3-18/+99
2011-02-21preliminary lua scripting framework for objectsPerttu Ahola81-193/+18685
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola25-743/+1897
2011-02-19video backend selectionPerttu Ahola3-17/+42
2011-02-18random code cleaning, shouldn't affect anythingPerttu Ahola4-91/+56
2011-02-18Set ambient light in inventory cube generationPerttu Ahola1-0/+4
2011-02-17updated changelogPerttu Ahola1-0/+6
2011-02-17removed duplicate "bmp"Perttu Ahola1-1/+1
2011-02-17Better texture handling. Textures are not added to atlas if they are big, ↵Perttu Ahola4-33/+160
and atlas is not further made after it is full.
2011-02-16Debug stacks will now be printed on Ctrl-C. Also client properly quits on ↵Perttu Ahola2-4/+10
Ctrl-C.
2011-02-16fixed invalid block loading (the action is to generate a new one)Perttu Ahola1-80/+68
2011-02-16small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola5-27/+17
example, adding config file example to install
2011-02-16forgot some test code in...Perttu Ahola1-3/+0
2011-02-16Hopefully fixed some of the errors in cmake's finding of irrlichtPerttu Ahola1-17/+42
2011-02-15fixed slight error in server buildPerttu Ahola2-5/+14
2011-02-15updated changelogPerttu Ahola1-0/+6
2011-02-15CMake working nicely on Windows, at least with MSVC. "Compiling on windows" ↵Perttu Ahola1-4/+8
section in README.txt updated.
2011-02-15might work good on cmake+msvc nowPerttu Ahola8-38/+121
2011-02-15still a little fix!Perttu Ahola1-1/+1
2011-02-15Fix for windowsPerttu Ahola1-7/+7
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola13-111/+384
2011-02-15mud gets now grass onto it when placed into sunlight. also removed three old ↵Perttu Ahola4-9/+23
files
2011-02-15smgr->drop() is now used in tile.cppPerttu Ahola1-5/+6
2011-02-15server now won't crash when it is tries to generate blocks that are not ↵Perttu Ahola2-37/+47
inside MAP_GENERATION_LIMIT
2011-02-14fixed CMakeLists.txt syntax (removed additional ,)Perttu Ahola1-1/+1
2011-02-14Added tag 110214175330 for changeset 20c49c98c92aPerttu Ahola1-0/+1
2011-02-14changelog updatePerttu Ahola1-0/+2
2011-02-14new hotbar, more minecraft-likePerttu Ahola3-51/+137
2011-02-14Some fiddling around with fog... not much changedPerttu Ahola3-30/+83
2011-02-14removed useless SMaterial parameter from mapblockPerttu Ahola1-1/+1
2011-02-14sneaking bug fixingPerttu Ahola1-21/+33
2011-02-14cube inventory texture rendering thing (not good yet)Perttu Ahola2-34/+104
2011-02-14New way of determining the outcome of diggingPerttu Ahola3-10/+41
2011-02-14disabled jumping in sneak mode if far away from the edge because it can drop ↵Perttu Ahola1-2/+4
the player
2011-02-14fixed bug in sneakingPerttu Ahola3-32/+40
2011-02-14players to not be saved when map saving is disabled (due to some error)Perttu Ahola1-12/+15
2011-02-14added sneaking/crouching and changelogPerttu Ahola8-108/+313
2011-02-13tuned fog distance a bitPerttu Ahola1-1/+1
2011-02-13mapgen parameter tweakingPerttu Ahola1-2/+2
2011-02-13changed sky color and made new style leaves a bit more brightPerttu Ahola2-2/+4
2011-02-12Added tag 110212200513 for changeset 23880c78e40cPerttu Ahola1-0/+1
2011-02-12hopefully a fix for the majority of the windows 7 problems - thanks to zerochenPerttu Ahola3-33/+55
2011-02-12Use random-generated fallback textures when real textures are not foundPerttu Ahola2-29/+71
2011-02-11some fixes to make compiling on some bsd easierPerttu Ahola3-3/+10
2011-02-11Added tag 110211211322 for changeset e3c3c8e27bbcPerttu Ahola1-0/+1
2011-02-11tiny fixPerttu Ahola1-1/+1
2011-02-11pauseMenu text changePerttu Ahola1-2/+0