aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-04-03Revert mapgen to best working version (2)Perttu Ahola
2011-04-02tuned water texture and removed two debug prints from serverPerttu Ahola
2011-04-02Mapgen is better now. Not a lot, but a bit!Perttu Ahola
2011-04-02commit before some radical changesPerttu Ahola
2011-03-02mapgen work-in-progressPerttu Ahola
2011-03-01mapgen tweakingPerttu Ahola
2011-02-28tweaked mapgenPerttu Ahola
2011-02-28fixed server sending wrong position of node removalPerttu Ahola
2011-02-28tweaked mapgenPerttu Ahola
2011-02-28added trees (very glitchy) and changed grass texturePerttu Ahola
2011-02-28-Perttu Ahola
2011-02-28A third try on terrain generation. No trees yet.Perttu Ahola
2011-02-27fixed 3d noise and made 2d noise fasterPerttu Ahola
2011-02-263d noise stuffPerttu Ahola
2011-02-24fixed a possible infinite loop in ClientEnvironment (dtime counter getting ↵Perttu Ahola
so small that it doesn't increment the value)
2011-02-24modified the build system of lua to a more minimal onePerttu Ahola
2011-02-23fixed a path in build system's packaging partPerttu Ahola
2011-02-23updated scripting api a bitPerttu Ahola
--HG-- rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua
2011-02-23mainly work on object scripting apiPerttu Ahola
2011-02-23removed an old commentPerttu Ahola
2011-02-23Fixed insufficient error handling in narrow_to_wide, which caused a crash if ↵Perttu Ahola
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 Ahola
2011-02-21preliminary lua scripting framework for objectsPerttu Ahola
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola
2011-02-19video backend selectionPerttu Ahola
2011-02-18random code cleaning, shouldn't affect anythingPerttu Ahola
2011-02-18Set ambient light in inventory cube generationPerttu Ahola
2011-02-17removed duplicate "bmp"Perttu Ahola
2011-02-17Better texture handling. Textures are not added to atlas if they are big, ↵Perttu Ahola
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 Ahola
Ctrl-C.
2011-02-16fixed invalid block loading (the action is to generate a new one)Perttu Ahola
2011-02-16small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola
example, adding config file example to install
2011-02-15fixed slight error in server buildPerttu Ahola
2011-02-15might work good on cmake+msvc nowPerttu Ahola
2011-02-15still a little fix!Perttu Ahola
2011-02-15Fix for windowsPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola
2011-02-15mud gets now grass onto it when placed into sunlight. also removed three old ↵Perttu Ahola
files
2011-02-15smgr->drop() is now used in tile.cppPerttu Ahola
2011-02-15server now won't crash when it is tries to generate blocks that are not ↵Perttu Ahola
inside MAP_GENERATION_LIMIT
2011-02-14fixed CMakeLists.txt syntax (removed additional ,)Perttu Ahola
2011-02-14new hotbar, more minecraft-likePerttu Ahola
2011-02-14Some fiddling around with fog... not much changedPerttu Ahola
2011-02-14removed useless SMaterial parameter from mapblockPerttu Ahola
2011-02-14sneaking bug fixingPerttu Ahola
2011-02-14cube inventory texture rendering thing (not good yet)Perttu Ahola
2011-02-14New way of determining the outcome of diggingPerttu Ahola
2011-02-14disabled jumping in sneak mode if far away from the edge because it can drop ↵Perttu Ahola
the player
2011-02-14fixed bug in sneakingPerttu Ahola
2011-02-14players to not be saved when map saving is disabled (due to some error)Perttu Ahola